.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:254,236,236;--color-primary-1:253,191,191;--color-primary-2:251,127,127;--color-primary-3:126,64,64;--color-primary-4:38,19,19;--color-secondary-0:221,248,246;--color-secondary-1:143,233,226;--color-secondary-2:31,211,197;--color-secondary-3:16,106,99;--color-secondary-4:5,32,30;--color-tertiary-0:255,255,255;--color-tertiary-1:169,169,169;--color-tertiary-2:147,147,147;--color-tertiary-3:127,126,126;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/78473fb7-7b7b-4518-a57e-a599eaa04941/fotografiacompletadaestradarachada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd.adaptive-delivery-prevent-bg, #w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd.lazyload, #w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd.lazyloading { background-image: none; }#w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd > .row .container { background-color: transparent; background-image: none; }#w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd > .row .container > .video-iframe-container { display: none; }#w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd > .row > .video-iframe-container { display: none; }#w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd > .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); }#w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd > .row .container { border-width: 0; border-radius: 0; }#w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#w1lNSaU6OGyXmc3AxkFkZJKlvDOAlELJ { 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:5.75rem;width:8.9375rem;top:3.9375rem;left:25.5625rem;overflow:hidden;display:block; }
#QaTAh3DzXBEOlWqHCXXHwkyCMzNXAFdB { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.9375rem;left:9.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zI0DJXEJZMK4sXtuSB5AHUQJttFKEwc9 { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.125rem;left:12.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdxKT7Jt5QUu1A8ZPhAMU3n4M4OPHi62 { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:exo;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.8125rem;left:9.0625rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVGlkCD9PlIexVpugQdvsSV2WChIbcTF { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.3125rem;left:19.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uWqggTLhGWNRJVOvSa6XlSzKlq5XC3kg { box-sizing:content-box;height:3.5rem;width:28.8125rem;position:absolute;display:block;z-index:15004;background-color:#0a841e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:15.625rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#NraZgSDwyEbsTJ3STnTqETURzKPylkRx { 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:15006;opacity:1;top:24.1875rem;left:16.8125rem; }
#Z54qgHXd9oe27kC5zlA2fs0cM4gi8v7y { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.8125rem;left:18.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d9nwr51vgmQz5QBTr5bW5atv28rvEHvH { box-sizing:content-box;height:3.5rem;width:31.0625rem;position:absolute;display:block;z-index:15007;background-color:#df131c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.9375rem;left:14.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#JuI1VvfgDaSnNILrk6ap4wbssUptB06U { 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:15009;opacity:1;top:28.6875rem;left:15.6875rem; }
#mXCKRsJFps4xQpBmPXQiyWyJTXnlo2eg { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.8125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:23.375rem;left:15.625rem;display:block; }
#NLr1zTcyIbQkmQa00pmTG8XrHxWSl6Xp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O5UPavxCqXVWA0n0tMCl5mPGcDMSato1 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.0625rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.875rem;left:14.5rem;display:block; }
#rVAuvOrG2hvRVBl4PibfPsnnpx3MW5AS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eW4LsTb0qTMc6lXmxT2suP7f57KB97mD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#eW4LsTb0qTMc6lXmxT2suP7f57KB97mD > .row .container { background-color: transparent; background-image: none; }#eW4LsTb0qTMc6lXmxT2suP7f57KB97mD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW4LsTb0qTMc6lXmxT2suP7f57KB97mD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW4LsTb0qTMc6lXmxT2suP7f57KB97mD > .row .container > .video-iframe-container { display: none; }#eW4LsTb0qTMc6lXmxT2suP7f57KB97mD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW4LsTb0qTMc6lXmxT2suP7f57KB97mD > .row > .video-iframe-container { display: none; }#eW4LsTb0qTMc6lXmxT2suP7f57KB97mD > .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); }#eW4LsTb0qTMc6lXmxT2suP7f57KB97mD > .row .container { border-width: 0; border-radius: 0; }#eW4LsTb0qTMc6lXmxT2suP7f57KB97mD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eW4LsTb0qTMc6lXmxT2suP7f57KB97mD > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#IUzX3MOZolkosyLl5DiHBkVE5y8y3rT2 { color:#ffffff;display:block;width:36.8125rem;position:absolute;font-family:exo;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:11.59375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u6UEuWto5fszyTxMbeTxNfw3EyPE6JOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#u6UEuWto5fszyTxMbeTxNfw3EyPE6JOT > .row .container { background-color: transparent; background-image: none; }#u6UEuWto5fszyTxMbeTxNfw3EyPE6JOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6UEuWto5fszyTxMbeTxNfw3EyPE6JOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6UEuWto5fszyTxMbeTxNfw3EyPE6JOT > .row .container > .video-iframe-container { display: none; }#u6UEuWto5fszyTxMbeTxNfw3EyPE6JOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6UEuWto5fszyTxMbeTxNfw3EyPE6JOT > .row > .video-iframe-container { display: none; }#u6UEuWto5fszyTxMbeTxNfw3EyPE6JOT > .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); }#u6UEuWto5fszyTxMbeTxNfw3EyPE6JOT > .row .container { border-width: 0; border-radius: 0; }#u6UEuWto5fszyTxMbeTxNfw3EyPE6JOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u6UEuWto5fszyTxMbeTxNfw3EyPE6JOT > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#GTqHe1FpQKGE8W35XJl44IpQC5MUsCBi { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:exo;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:4.625rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LAuz2baU9xMue1hVZpP8raT2ks7cLPA9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.5rem;left:2.0625rem; }
#fsKfuExl8FLhxpwdvtT74vvkHWI1SEOS { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:exo;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:19.625rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qVQUlrJz1BS4tIXyA3sihMn8nRKmqyG6 { 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:15005;opacity:1;top:2.5rem;left:17.0625rem; }
#GmebdMEXu6I8GBa1G4gsdqAM1nUfELy3 { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:exo;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4375rem;left:34.625rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B7wRUu5TNTbbFbDVBeqh6gBGlg53VOTq { 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:15007;opacity:1;top:2.5rem;left:32.0625rem; }
#ngt1eoJ2Ig6E3WmDt7UCyxM9b5l8VQgn { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:exo;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4375rem;left:49.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WMq8BT42JCiJISrNP7gntzMqvUd9E4q1 { 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:15009;opacity:1;top:2.5rem;left:47.0625rem; }
#ckwISzKJpgmXa7e4fCdJgEOe0IveSmwP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ckwISzKJpgmXa7e4fCdJgEOe0IveSmwP > .row .container { background-color: transparent; background-image: none; }#ckwISzKJpgmXa7e4fCdJgEOe0IveSmwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckwISzKJpgmXa7e4fCdJgEOe0IveSmwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckwISzKJpgmXa7e4fCdJgEOe0IveSmwP > .row .container > .video-iframe-container { display: none; }#ckwISzKJpgmXa7e4fCdJgEOe0IveSmwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckwISzKJpgmXa7e4fCdJgEOe0IveSmwP > .row > .video-iframe-container { display: none; }#ckwISzKJpgmXa7e4fCdJgEOe0IveSmwP > .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); }#ckwISzKJpgmXa7e4fCdJgEOe0IveSmwP > .row .container { border-width: 0; border-radius: 0; }#ckwISzKJpgmXa7e4fCdJgEOe0IveSmwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckwISzKJpgmXa7e4fCdJgEOe0IveSmwP > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#FrUpZNhBtMmJFZbIi8qGFXyv2teW7DIv { color:#000000;display:block;width:10.5rem;position:absolute;font-family:exo;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0390625rem;left:24.75rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wztsJndEfqzuabVFD9KGtZn8ZemDA2Lk { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:exo;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:5.8125rem;left:21.3125rem;height:12.3730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lqEKTc8mzn5b6f2aTrn06E0IGGpPOTIb { 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:15010;opacity:1;top:6.25rem;left:19rem; }
#sEXyTI05N1XFn9rDPcAT7OEb83KnPydc { 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:15011;opacity:1;top:8.75rem;left:19rem; }
#FtPQizzw5GMDEx8wN4B4D4iStdTgyX2t { 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:15012;opacity:1;top:11.25rem;left:19rem; }
#srmS35kK9X1DrLxNTIuxrp0uT06uC47h { 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:15013;opacity:1;top:13.6875rem;left:19rem; }
#badFSI74x8FvTwPbTTLdyFshTqrrP6Qy { 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:15014;opacity:1;top:16.125rem;left:19rem; }
#kMpsHcDQqh6LOBnuFTKRXN2KW4TTHCCc { color:#000000;display:block;width:42.5625rem;position:absolute;font-family:exo;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:20.42578125rem;left:8.71875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lOym0pxRVIy8xPNalGUKV3ZaaEoPLmrr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e1e1;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; }#lOym0pxRVIy8xPNalGUKV3ZaaEoPLmrr > .row .container { background-color: transparent; background-image: none; }#lOym0pxRVIy8xPNalGUKV3ZaaEoPLmrr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOym0pxRVIy8xPNalGUKV3ZaaEoPLmrr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOym0pxRVIy8xPNalGUKV3ZaaEoPLmrr > .row .container > .video-iframe-container { display: none; }#lOym0pxRVIy8xPNalGUKV3ZaaEoPLmrr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOym0pxRVIy8xPNalGUKV3ZaaEoPLmrr > .row > .video-iframe-container { display: none; }#lOym0pxRVIy8xPNalGUKV3ZaaEoPLmrr > .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); }#lOym0pxRVIy8xPNalGUKV3ZaaEoPLmrr > .row .container { border-width: 0; border-radius: 0; }#lOym0pxRVIy8xPNalGUKV3ZaaEoPLmrr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lOym0pxRVIy8xPNalGUKV3ZaaEoPLmrr > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#wMxA4pfaNb2drlRBOd1AB3HUib24nmKm { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:exo;font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:11.4375rem;height:4.548825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qcMQ4h304ZGdl4TMe96kEokLdiA9mxfp { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:3.25rem;left:33.8125rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PrO6PVGkCQNAGJQizcGkEX79ie2hwDCp { 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:15010;opacity:1;top:3.75rem;left:32.125rem; }
#U11W8BhtoWvSkhIgeTKKSEXgw05UTtPa { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:6.3125rem;left:34rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rSzbxeNuzhkLwSXM2TzmGfInwG8laTxt { 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:15012;opacity:1;top:6.3125rem;left:32.125rem; }
#ZgTRTXR8bRRH8kTysGN20dS3wUbgHHsF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ZgTRTXR8bRRH8kTysGN20dS3wUbgHHsF > .row .container { background-color: transparent; background-image: none; }#ZgTRTXR8bRRH8kTysGN20dS3wUbgHHsF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgTRTXR8bRRH8kTysGN20dS3wUbgHHsF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgTRTXR8bRRH8kTysGN20dS3wUbgHHsF > .row .container > .video-iframe-container { display: none; }#ZgTRTXR8bRRH8kTysGN20dS3wUbgHHsF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgTRTXR8bRRH8kTysGN20dS3wUbgHHsF > .row > .video-iframe-container { display: none; }#ZgTRTXR8bRRH8kTysGN20dS3wUbgHHsF > .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); }#ZgTRTXR8bRRH8kTysGN20dS3wUbgHHsF > .row .container { border-width: 0; border-radius: 0; }#ZgTRTXR8bRRH8kTysGN20dS3wUbgHHsF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZgTRTXR8bRRH8kTysGN20dS3wUbgHHsF > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#WmD3WSeL50pzHGRIWKRnsV07LWdw1Ifb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:11.4375rem;width:20.4375rem;top:2.875rem;left:8.4375rem;overflow:hidden;display:block; }
#XsLOJyJ2WpVrDNrIXqO79dJrAGNgWNXJ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:11.4375rem;width:20.4375rem;top:2.875rem;left:31rem;overflow:hidden;display:block; }
#r4Lqm6gSRx9bwPoVfPaQiDgP9m6RnUZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#r4Lqm6gSRx9bwPoVfPaQiDgP9m6RnUZn > .row .container { background-color: transparent; background-image: none; }#r4Lqm6gSRx9bwPoVfPaQiDgP9m6RnUZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4Lqm6gSRx9bwPoVfPaQiDgP9m6RnUZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4Lqm6gSRx9bwPoVfPaQiDgP9m6RnUZn > .row .container > .video-iframe-container { display: none; }#r4Lqm6gSRx9bwPoVfPaQiDgP9m6RnUZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4Lqm6gSRx9bwPoVfPaQiDgP9m6RnUZn > .row > .video-iframe-container { display: none; }#r4Lqm6gSRx9bwPoVfPaQiDgP9m6RnUZn > .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); }#r4Lqm6gSRx9bwPoVfPaQiDgP9m6RnUZn > .row .container { border-width: 0; border-radius: 0; }#r4Lqm6gSRx9bwPoVfPaQiDgP9m6RnUZn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r4Lqm6gSRx9bwPoVfPaQiDgP9m6RnUZn > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:60rem;position:relative;display:block; }#KSNtQgnSUkgy930TX2ERTL5nrSTZVSBH { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:11.4375rem;width:20.4375rem;top:2.875rem;left:8.4375rem;overflow:hidden;display:block; }
#JaD9c1QAnNPCQI5VJDK2KKOhHTTcmLct { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:11.4375rem;width:20.4375rem;top:2.875rem;left:31rem;overflow:hidden;display:block; }
#IcKqDws4MDPB9XdTK708AhAfky8EdXGf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IcKqDws4MDPB9XdTK708AhAfky8EdXGf > .row .container { background-color: transparent; background-image: none; }#IcKqDws4MDPB9XdTK708AhAfky8EdXGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcKqDws4MDPB9XdTK708AhAfky8EdXGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcKqDws4MDPB9XdTK708AhAfky8EdXGf > .row .container > .video-iframe-container { display: none; }#IcKqDws4MDPB9XdTK708AhAfky8EdXGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcKqDws4MDPB9XdTK708AhAfky8EdXGf > .row > .video-iframe-container { display: none; }#IcKqDws4MDPB9XdTK708AhAfky8EdXGf > .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); }#IcKqDws4MDPB9XdTK708AhAfky8EdXGf > .row .container { border-width: 0; border-radius: 0; }#IcKqDws4MDPB9XdTK708AhAfky8EdXGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcKqDws4MDPB9XdTK708AhAfky8EdXGf > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#qxufp2OQDi5pZgp4rftSR2883hrKvgRy { color:#000000;display:block;width:27rem;position:absolute;font-family:exo;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.39453125rem;left:16.5rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C5oI3c8VZOZgFvNtr4whR4Di3VNsFOvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C5oI3c8VZOZgFvNtr4whR4Di3VNsFOvT > .row .container { background-color: transparent; background-image: none; }#C5oI3c8VZOZgFvNtr4whR4Di3VNsFOvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5oI3c8VZOZgFvNtr4whR4Di3VNsFOvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5oI3c8VZOZgFvNtr4whR4Di3VNsFOvT > .row .container > .video-iframe-container { display: none; }#C5oI3c8VZOZgFvNtr4whR4Di3VNsFOvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5oI3c8VZOZgFvNtr4whR4Di3VNsFOvT > .row > .video-iframe-container { display: none; }#C5oI3c8VZOZgFvNtr4whR4Di3VNsFOvT > .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); }#C5oI3c8VZOZgFvNtr4whR4Di3VNsFOvT > .row .container { border-width: 0; border-radius: 0; }#C5oI3c8VZOZgFvNtr4whR4Di3VNsFOvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C5oI3c8VZOZgFvNtr4whR4Di3VNsFOvT > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:block; }#bfRxtkkeNFdyORAFaxZPHnwNlCmWq8Kd { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:exo;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.0625rem;left:7.375rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uVSlZgIyP5ZAo81CzTWmxlBG3TelNaBk { color:#000000;display:block;width:19.5rem;position:absolute;font-family:exo;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.5rem;left:35.25rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DnMT20keOk6ycrHSKLO3TlymGeASOahX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.0625rem;left:7.375rem; }
#dTK8tQlPJXAd8rENGIDlPk3WnNHKAngC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.0625rem;left:8.5rem; }
#cPC9TFk5ncTW4LUchw6mw7OuF1zUtMbg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:5.0625rem;left:9.625rem; }
#RJurq4atmPwg1WUWZRbSEAAioTCr1TSp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:5.0625rem;left:10.75rem; }
#C10fKxTg9edhb6ioo7aHVKz0tT2JsLDs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.0625rem;left:11.875rem; }
#QUTKBSp9HLCbxSmAhIQzJVwmNh0FTC5k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.5rem;left:38.625rem; }
#LNOvWIZZZ10Q2TRTH9FZ2TdKkp6heT2A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.5rem;left:39.75rem; }
#XMo8GXTS94t82LZWurJHbxa6n94qTJKf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.5rem;left:36.375rem; }
#G44MBLLFFuPuIrBRDZ8Qv3BHVw5O1w4c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.5rem;left:37.5rem; }
#BtJ9vQB64hZHmtp9ZJkWKIKsE3fIEJcN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.5rem;left:35.25rem; }
#TTpTQRhlPBNmNQ8GOr2TMqDxtqhaPX4i { box-sizing:content-box;height:10.75rem;width:22.6875rem;position:absolute;display:block;z-index:15009;background-color:#e6e6e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.46875rem;left:33.65625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#f3SoxlmvD4x5KbboxTRazVcnIHwRXmv2 { box-sizing:content-box;height:10.75rem;width:22.6875rem;position:absolute;display:block;z-index:15008;background-color:#e6e6e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.46875rem;left:3.65625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#yb7bqsLATKDXXHE1pgtTR8LB186BIuD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yb7bqsLATKDXXHE1pgtTR8LB186BIuD7 > .row .container { background-color: transparent; background-image: none; }#yb7bqsLATKDXXHE1pgtTR8LB186BIuD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb7bqsLATKDXXHE1pgtTR8LB186BIuD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb7bqsLATKDXXHE1pgtTR8LB186BIuD7 > .row .container > .video-iframe-container { display: none; }#yb7bqsLATKDXXHE1pgtTR8LB186BIuD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb7bqsLATKDXXHE1pgtTR8LB186BIuD7 > .row > .video-iframe-container { display: none; }#yb7bqsLATKDXXHE1pgtTR8LB186BIuD7 > .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); }#yb7bqsLATKDXXHE1pgtTR8LB186BIuD7 > .row .container { border-width: 0; border-radius: 0; }#yb7bqsLATKDXXHE1pgtTR8LB186BIuD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yb7bqsLATKDXXHE1pgtTR8LB186BIuD7 > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#GKJo2QSuQ3fuidTJl8gsPy3Vu5AhHbhS { color:#000000;display:block;width:23.125rem;position:absolute;font-family:exo;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.25rem;left:18.4375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UUHtLATe13b08oc7TFRh82tskp6uKSk3 { color:#000000;display:block;width:33.875rem;position:absolute;font-family:exo;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5625rem;left:13.0625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#crEPCTRqnRDLeg4qlkO7c5GwqK9O4Hrc { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.8125rem;left:19.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EQSmwT8Ta4zxBt0dFk37erWRIqQ4nC2w { box-sizing:content-box;height:3.5rem;width:28.8125rem;position:absolute;display:block;z-index:15010;background-color:#0a841e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:15.625rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#QWTWVadV0LryIfyJRCsQTNXNkMLhEpKh { box-sizing:content-box;height:3.5rem;width:31.0625rem;position:absolute;display:block;z-index:15013;background-color:#df131c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.453125rem;left:14.46875rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#IK1cLN5hu5AnZ2AkZEsfzhg6LcFf8ZUv { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:18.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SsBxEW1Tbk8VqTqMcfxtr92wb7T6OwcJ { 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:15012;opacity:1;top:9.6875rem;left:16.8125rem; }
#q8npTAg8tgSC6W5XMfCkctAIeRh1uJZ6 { 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:15015;opacity:1;top:14.1875rem;left:15.6875rem; }
#yxaJxBuIvF5UPtZqoAp5AAg0JScBHh21 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.8125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.90625rem;left:15.59375rem;display:block; }
#LftZ7CTcKUEwH0wUQ2TohlNHIoTTITul { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZNowFNLRClx2fVLM9v3MHwEXGx1LapdQ { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.0625rem;height:3.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:13.4375rem;left:14.46875rem;display:block; }
#IfwhyM0aedOWCtP17yNLpm9h96o1FDT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uPFoAvrmCxczCuzNhGJUzqgKmziEk4TJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#uPFoAvrmCxczCuzNhGJUzqgKmziEk4TJ > .row .container { background-color: transparent; background-image: none; }#uPFoAvrmCxczCuzNhGJUzqgKmziEk4TJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPFoAvrmCxczCuzNhGJUzqgKmziEk4TJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPFoAvrmCxczCuzNhGJUzqgKmziEk4TJ > .row .container > .video-iframe-container { display: none; }#uPFoAvrmCxczCuzNhGJUzqgKmziEk4TJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPFoAvrmCxczCuzNhGJUzqgKmziEk4TJ > .row > .video-iframe-container { display: none; }#uPFoAvrmCxczCuzNhGJUzqgKmziEk4TJ > .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); }#uPFoAvrmCxczCuzNhGJUzqgKmziEk4TJ > .row .container { border-width: 0; border-radius: 0; }#uPFoAvrmCxczCuzNhGJUzqgKmziEk4TJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uPFoAvrmCxczCuzNhGJUzqgKmziEk4TJ > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#uTBkLCUXeldsho3mA5pAXna0KXSwfHba { 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:7.5625rem;width:11.8125rem;top:3.34375rem;left:9.09375rem;overflow:hidden;display:block; }
#ewapT7oICfHbIacS0IMzStEGHosRGErV { color:#000000;display:block;width:9.875rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:37.3125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r7TKhoAyK4DlGSI2W31grgQdEIQxy16a { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5.625rem;left:37.3125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AeMU2Nri3JAnmB9Wtzr0GZFUKbpDDfuI { color:#000000;display:block;width:15.375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.9375rem;left:37.3125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd { display:block; }#w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1lNSaU6OGyXmc3AxkFkZJKlvDOAlELJ { width:8.9375rem;height:5.75rem;top:3.9375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaTAh3DzXBEOlWqHCXXHwkyCMzNXAFdB { width:40.875rem;height:3.25rem;top:10.9375rem;left:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI0DJXEJZMK4sXtuSB5AHUQJttFKEwc9 { width:34.6875rem;height:2.5625rem;top:14.125rem;left:6.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdxKT7Jt5QUu1A8ZPhAMU3n4M4OPHi62 { width:41.875rem;height:3.5625rem;top:17.8125rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVGlkCD9PlIexVpugQdvsSV2WChIbcTF { width:23.8125rem;height:2rem;top:24.3125rem;left:13.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWqggTLhGWNRJVOvSa6XlSzKlq5XC3kg { width:28.8125rem;height:3.5rem;top:23.4375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NraZgSDwyEbsTJ3STnTqETURzKPylkRx { width:1.9375rem;height:1.9375rem;top:24.1875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z54qgHXd9oe27kC5zlA2fs0cM4gi8v7y { width:26.375rem;height:2rem;top:28.8125rem;left:12.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9nwr51vgmQz5QBTr5bW5atv28rvEHvH { width:31.0625rem;height:3.5rem;top:27.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuI1VvfgDaSnNILrk6ap4wbssUptB06U { width:1.9375rem;height:1.9375rem;top:28.6875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXCKRsJFps4xQpBmPXQiyWyJTXnlo2eg { width:28.8125rem;height:3.4375rem;top:23.375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLr1zTcyIbQkmQa00pmTG8XrHxWSl6Xp { display:block; }
 }@media only screen and (max-width: 763px) { #O5UPavxCqXVWA0n0tMCl5mPGcDMSato1 { width:31.0625rem;height:3.5rem;top:27.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVAuvOrG2hvRVBl4PibfPsnnpx3MW5AS { display:block; }
 }@media only screen and (max-width: 763px) { #eW4LsTb0qTMc6lXmxT2suP7f57KB97mD { display:block; }#eW4LsTb0qTMc6lXmxT2suP7f57KB97mD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUzX3MOZolkosyLl5DiHBkVE5y8y3rT2 { width:36.8125rem;height:2.25rem;top:2rem;left:5.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6UEuWto5fszyTxMbeTxNfw3EyPE6JOT { display:block; }#u6UEuWto5fszyTxMbeTxNfw3EyPE6JOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTqHe1FpQKGE8W35XJl44IpQC5MUsCBi { width:8.3125rem;height:;top:2.4375rem;left:3.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAuz2baU9xMue1hVZpP8raT2ks7cLPA9 { width:1.8125rem;height:1.8125rem;top:2.5rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsKfuExl8FLhxpwdvtT74vvkHWI1SEOS { width:8.3125rem;height:;top:2.4375rem;left:15.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVQUlrJz1BS4tIXyA3sihMn8nRKmqyG6 { width:2rem;height:2rem;top:2.5rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmebdMEXu6I8GBa1G4gsdqAM1nUfELy3 { width:8.3125rem;height:;top:2.4375rem;left:26.96875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7wRUu5TNTbbFbDVBeqh6gBGlg53VOTq { width:2rem;height:2rem;top:2.5rem;left:24.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngt1eoJ2Ig6E3WmDt7UCyxM9b5l8VQgn { width:9.125rem;height:;top:2.4375rem;left:38.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMq8BT42JCiJISrNP7gntzMqvUd9E4q1 { width:2rem;height:2rem;top:2.5rem;left:36.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckwISzKJpgmXa7e4fCdJgEOe0IveSmwP { display:block; }#ckwISzKJpgmXa7e4fCdJgEOe0IveSmwP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrUpZNhBtMmJFZbIi8qGFXyv2teW7DIv { width:10.5rem;height:2.25rem;top:2rem;left:18.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wztsJndEfqzuabVFD9KGtZn8ZemDA2Lk { width:19.6875rem;height:12.3125rem;top:5.8125rem;left:15.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqEKTc8mzn5b6f2aTrn06E0IGGpPOTIb { width:1.5rem;height:1.5rem;top:6.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEXyTI05N1XFn9rDPcAT7OEb83KnPydc { width:1.5rem;height:1.5rem;top:8.75rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtPQizzw5GMDEx8wN4B4D4iStdTgyX2t { width:1.5rem;height:1.5rem;top:11.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srmS35kK9X1DrLxNTIuxrp0uT06uC47h { width:1.5rem;height:1.5rem;top:13.6875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #badFSI74x8FvTwPbTTLdyFshTqrrP6Qy { width:1.5rem;height:1.5rem;top:16.125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMpsHcDQqh6LOBnuFTKRXN2KW4TTHCCc { width:42.5625rem;height:1.75rem;top:20.375rem;left:2.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOym0pxRVIy8xPNalGUKV3ZaaEoPLmrr { display:block; }#lOym0pxRVIy8xPNalGUKV3ZaaEoPLmrr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMxA4pfaNb2drlRBOd1AB3HUib24nmKm { width:15.5625rem;height:4.5rem;top:3.4375rem;left:5.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcMQ4h304ZGdl4TMe96kEokLdiA9mxfp { width:6.0625rem;height:2.6875rem;top:3.25rem;left:27.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrO6PVGkCQNAGJQizcGkEX79ie2hwDCp { width:1.5rem;height:1.5rem;top:3.75rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #U11W8BhtoWvSkhIgeTKKSEXgw05UTtPa { width:14.5625rem;height:1.75rem;top:6.3125rem;left:27.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSzbxeNuzhkLwSXM2TzmGfInwG8laTxt { width:1.5rem;height:1.5rem;top:6.3125rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgTRTXR8bRRH8kTysGN20dS3wUbgHHsF { display:block; }#ZgTRTXR8bRRH8kTysGN20dS3wUbgHHsF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmD3WSeL50pzHGRIWKRnsV07LWdw1Ifb { width:20.4375rem;height:11.4375rem;top:2.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsLOJyJ2WpVrDNrIXqO79dJrAGNgWNXJ { width:20.4375rem;height:11.4375rem;top:2.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Lqm6gSRx9bwPoVfPaQiDgP9m6RnUZn { display:block; }#r4Lqm6gSRx9bwPoVfPaQiDgP9m6RnUZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSNtQgnSUkgy930TX2ERTL5nrSTZVSBH { width:20.4375rem;height:11.4375rem;top:2.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaD9c1QAnNPCQI5VJDK2KKOhHTTcmLct { width:20.4375rem;height:11.4375rem;top:2.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcKqDws4MDPB9XdTK708AhAfky8EdXGf { display:block; }#IcKqDws4MDPB9XdTK708AhAfky8EdXGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxufp2OQDi5pZgp4rftSR2883hrKvgRy { width:27rem;height:2.25rem;top:2.375rem;left:10.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5oI3c8VZOZgFvNtr4whR4Di3VNsFOvT { display:block; }#C5oI3c8VZOZgFvNtr4whR4Di3VNsFOvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfRxtkkeNFdyORAFaxZPHnwNlCmWq8Kd { width:15.3125rem;height:3.5625rem;top:7.0625rem;left:4.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVSlZgIyP5ZAo81CzTWmxlBG3TelNaBk { width:19.5rem;height:3.5625rem;top:6.5rem;left:26.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnMT20keOk6ycrHSKLO3TlymGeASOahX { width:1.125rem;height:1.125rem;top:5.0625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTK8tQlPJXAd8rENGIDlPk3WnNHKAngC { width:1.125rem;height:1.125rem;top:5.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPC9TFk5ncTW4LUchw6mw7OuF1zUtMbg { width:1.125rem;height:1.125rem;top:5.0625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJurq4atmPwg1WUWZRbSEAAioTCr1TSp { width:1.125rem;height:1.125rem;top:5.0625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C10fKxTg9edhb6ioo7aHVKz0tT2JsLDs { width:1.125rem;height:1.125rem;top:5.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUTKBSp9HLCbxSmAhIQzJVwmNh0FTC5k { width:1.125rem;height:1.125rem;top:4.5rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNOvWIZZZ10Q2TRTH9FZ2TdKkp6heT2A { width:1.125rem;height:1.125rem;top:4.5rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMo8GXTS94t82LZWurJHbxa6n94qTJKf { width:1.125rem;height:1.125rem;top:4.5rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G44MBLLFFuPuIrBRDZ8Qv3BHVw5O1w4c { width:1.125rem;height:1.125rem;top:4.5rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtJ9vQB64hZHmtp9ZJkWKIKsE3fIEJcN { width:1.125rem;height:1.125rem;top:4.5rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpTQRhlPBNmNQ8GOr2TMqDxtqhaPX4i { width:22.6875rem;height:10.75rem;top:2.4375rem;left:24.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3SoxlmvD4x5KbboxTRazVcnIHwRXmv2 { width:22.6875rem;height:10.75rem;top:2.4375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb7bqsLATKDXXHE1pgtTR8LB186BIuD7 { display:block; }#yb7bqsLATKDXXHE1pgtTR8LB186BIuD7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKJo2QSuQ3fuidTJl8gsPy3Vu5AhHbhS { width:23.125rem;height:2.25rem;top:3.25rem;left:12.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUHtLATe13b08oc7TFRh82tskp6uKSk3 { width:33.875rem;height:1.75rem;top:5.5625rem;left:6.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crEPCTRqnRDLeg4qlkO7c5GwqK9O4Hrc { width:23.8125rem;height:2rem;top:9.8125rem;left:13.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQSmwT8Ta4zxBt0dFk37erWRIqQ4nC2w { width:28.8125rem;height:3.5rem;top:8.9375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWTWVadV0LryIfyJRCsQTNXNkMLhEpKh { width:31.0625rem;height:3.5rem;top:13.4375rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK1cLN5hu5AnZ2AkZEsfzhg6LcFf8ZUv { width:26.375rem;height:2rem;top:14.3125rem;left:12.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsBxEW1Tbk8VqTqMcfxtr92wb7T6OwcJ { width:1.9375rem;height:1.9375rem;top:9.6875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8npTAg8tgSC6W5XMfCkctAIeRh1uJZ6 { width:1.9375rem;height:1.9375rem;top:14.1875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxaJxBuIvF5UPtZqoAp5AAg0JScBHh21 { width:28.8125rem;height:3.4375rem;top:8.875rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LftZ7CTcKUEwH0wUQ2TohlNHIoTTITul { display:block; }
 }@media only screen and (max-width: 763px) { #ZNowFNLRClx2fVLM9v3MHwEXGx1LapdQ { width:31.0625rem;height:3.5rem;top:13.4375rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfwhyM0aedOWCtP17yNLpm9h96o1FDT8 { display:block; }
 }@media only screen and (max-width: 763px) { #uPFoAvrmCxczCuzNhGJUzqgKmziEk4TJ { display:block; }#uPFoAvrmCxczCuzNhGJUzqgKmziEk4TJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTBkLCUXeldsho3mA5pAXna0KXSwfHba { width:11.8125rem;height:7.5625rem;top:3.3125rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewapT7oICfHbIacS0IMzStEGHosRGErV { width:9.875rem;height:1.4375rem;top:3.4375rem;left:28.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7TKhoAyK4DlGSI2W31grgQdEIQxy16a { width:13.6875rem;height:1.4375rem;top:5.625rem;left:28.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeMU2Nri3JAnmB9Wtzr0GZFUKbpDDfuI { width:15.375rem;height:2.875rem;top:7.9375rem;left:28.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd { display:block; }#w5DC9kHJ0meXMnK783Oi4oeaJwBZ0BNd > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1lNSaU6OGyXmc3AxkFkZJKlvDOAlELJ { width:8.25rem;height:5.25rem;top:2.125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaTAh3DzXBEOlWqHCXXHwkyCMzNXAFdB { width:20rem;height:4.798825rem;top:8.3125rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zI0DJXEJZMK4sXtuSB5AHUQJttFKEwc9 { width:16.125rem;height:3.8984375rem;top:13.125rem;left:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdxKT7Jt5QUu1A8ZPhAMU3n4M4OPHi62 { width:19.125rem;height:6.5rem;top:17.9375rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVGlkCD9PlIexVpugQdvsSV2WChIbcTF { width:13.6875rem;height:3.5996125rem;top:26.6875rem;left:4.4375rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uWqggTLhGWNRJVOvSa6XlSzKlq5XC3kg { width:18.6875rem;height:5.1875rem;top:25.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NraZgSDwyEbsTJ3STnTqETURzKPylkRx { display:flex;width:2.3125rem;height:2.3125rem;top:27.1875rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #Z54qgHXd9oe27kC5zlA2fs0cM4gi8v7y { width:14.4375rem;height:3.8984375rem;top:32.9375rem;left:4.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9nwr51vgmQz5QBTr5bW5atv28rvEHvH { width:18.6875rem;height:5.1875rem;top:32.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuI1VvfgDaSnNILrk6ap4wbssUptB06U { display:flex;width:2.375rem;height:2.375rem;top:33.5625rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #mXCKRsJFps4xQpBmPXQiyWyJTXnlo2eg { width:18.6875rem;height:5.125rem;top:25.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLr1zTcyIbQkmQa00pmTG8XrHxWSl6Xp { display:block; }
 }@media only screen and (max-width: 763px) { #O5UPavxCqXVWA0n0tMCl5mPGcDMSato1 { width:18.8125rem;height:5.25rem;top:32.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVAuvOrG2hvRVBl4PibfPsnnpx3MW5AS { display:block; }
 }@media only screen and (max-width: 763px) { #eW4LsTb0qTMc6lXmxT2suP7f57KB97mD { display:block; }#eW4LsTb0qTMc6lXmxT2suP7f57KB97mD > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUzX3MOZolkosyLl5DiHBkVE5y8y3rT2 { width:15.8125rem;height:4.2246125rem;top:2.46875rem;left:2.09375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6UEuWto5fszyTxMbeTxNfw3EyPE6JOT { display:block; }#u6UEuWto5fszyTxMbeTxNfw3EyPE6JOT > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTqHe1FpQKGE8W35XJl44IpQC5MUsCBi { width:8.3125rem;height:5.361325rem;top:1.75rem;left:6.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAuz2baU9xMue1hVZpP8raT2ks7cLPA9 { display:flex;width:1.8125rem;height:1.8125rem;top:1.8125rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #fsKfuExl8FLhxpwdvtT74vvkHWI1SEOS { width:8.3125rem;height:5.361325rem;top:8.8125rem;left:6.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVQUlrJz1BS4tIXyA3sihMn8nRKmqyG6 { display:flex;width:2rem;height:2rem;top:8.8125rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #GmebdMEXu6I8GBa1G4gsdqAM1nUfELy3 { width:8.3125rem;height:3.57421875rem;top:16.0625rem;left:6.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7wRUu5TNTbbFbDVBeqh6gBGlg53VOTq { display:flex;width:2rem;height:2rem;top:16.0625rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #ngt1eoJ2Ig6E3WmDt7UCyxM9b5l8VQgn { width:9.125rem;height:5.361325rem;top:21.4375rem;left:6.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMq8BT42JCiJISrNP7gntzMqvUd9E4q1 { display:flex;width:2rem;height:2rem;top:21.4375rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #ckwISzKJpgmXa7e4fCdJgEOe0IveSmwP { display:block; }#ckwISzKJpgmXa7e4fCdJgEOe0IveSmwP > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrUpZNhBtMmJFZbIi8qGFXyv2teW7DIv { width:10.5rem;height:2.11230625rem;top:2.1875rem;left:4.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wztsJndEfqzuabVFD9KGtZn8ZemDA2Lk { width:17.875rem;height:15.3945rem;top:5.125rem;left:2rem;font-size:1.375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lqEKTc8mzn5b6f2aTrn06E0IGGpPOTIb { display:flex;width:1.5rem;height:1.5rem;top:5.375rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #sEXyTI05N1XFn9rDPcAT7OEb83KnPydc { display:flex;width:1.5rem;height:1.5rem;top:7.5625rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #FtPQizzw5GMDEx8wN4B4D4iStdTgyX2t { display:flex;width:1.5rem;height:1.5rem;top:9.8125rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #srmS35kK9X1DrLxNTIuxrp0uT06uC47h { display:flex;width:1.5rem;height:1.5rem;top:12rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #badFSI74x8FvTwPbTTLdyFshTqrrP6Qy { display:flex;width:1.5rem;height:1.5rem;top:16.4375rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #kMpsHcDQqh6LOBnuFTKRXN2KW4TTHCCc { width:17.9375rem;height:5.361325rem;top:22.5rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOym0pxRVIy8xPNalGUKV3ZaaEoPLmrr { display:block; }#lOym0pxRVIy8xPNalGUKV3ZaaEoPLmrr > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMxA4pfaNb2drlRBOd1AB3HUib24nmKm { width:15.5625rem;height:4.2246125rem;top:2.5625rem;left:2.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qcMQ4h304ZGdl4TMe96kEokLdiA9mxfp { width:6.0625rem;height:2.69921875rem;top:8.0625rem;left:7.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrO6PVGkCQNAGJQizcGkEX79ie2hwDCp { display:flex;width:1.5rem;height:1.5rem;top:8.625rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #U11W8BhtoWvSkhIgeTKKSEXgw05UTtPa { width:14.3125rem;height:1.79980625rem;top:10.75rem;left:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSzbxeNuzhkLwSXM2TzmGfInwG8laTxt { display:flex;width:1.5rem;height:1.5rem;top:10.9375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #ZgTRTXR8bRRH8kTysGN20dS3wUbgHHsF { display:block; }#ZgTRTXR8bRRH8kTysGN20dS3wUbgHHsF > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmD3WSeL50pzHGRIWKRnsV07LWdw1Ifb { width:20rem;height:11.192660550459rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsLOJyJ2WpVrDNrIXqO79dJrAGNgWNXJ { width:20rem;height:11.192660550459rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Lqm6gSRx9bwPoVfPaQiDgP9m6RnUZn { display:block; }#r4Lqm6gSRx9bwPoVfPaQiDgP9m6RnUZn > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSNtQgnSUkgy930TX2ERTL5nrSTZVSBH { width:20rem;height:11.192660550459rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaD9c1QAnNPCQI5VJDK2KKOhHTTcmLct { width:20rem;height:11.192660550459rem;top:13.692375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcKqDws4MDPB9XdTK708AhAfky8EdXGf { display:block; }#IcKqDws4MDPB9XdTK708AhAfky8EdXGf > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxufp2OQDi5pZgp4rftSR2883hrKvgRy { width:17.3125rem;height:4.2246125rem;top:2.25rem;left:1.34375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5oI3c8VZOZgFvNtr4whR4Di3VNsFOvT { display:block; }#C5oI3c8VZOZgFvNtr4whR4Di3VNsFOvT > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfRxtkkeNFdyORAFaxZPHnwNlCmWq8Kd { width:15.3125rem;height:3.57421875rem;top:5.6875rem;left:2.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVSlZgIyP5ZAo81CzTWmxlBG3TelNaBk { width:12.25rem;height:5.361325rem;top:16.75rem;left:3.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DnMT20keOk6ycrHSKLO3TlymGeASOahX { display:flex;width:1.125rem;height:1.125rem;top:4rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #dTK8tQlPJXAd8rENGIDlPk3WnNHKAngC { display:flex;width:1.125rem;height:1.125rem;top:4rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #cPC9TFk5ncTW4LUchw6mw7OuF1zUtMbg { display:flex;width:1.125rem;height:1.125rem;top:4rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #RJurq4atmPwg1WUWZRbSEAAioTCr1TSp { display:flex;width:1.125rem;height:1.125rem;top:4rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #C10fKxTg9edhb6ioo7aHVKz0tT2JsLDs { display:flex;width:1.125rem;height:1.125rem;top:4rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #QUTKBSp9HLCbxSmAhIQzJVwmNh0FTC5k { display:flex;width:1.125rem;height:1.125rem;top:15.125rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #LNOvWIZZZ10Q2TRTH9FZ2TdKkp6heT2A { display:flex;width:1.125rem;height:1.125rem;top:15.125rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #XMo8GXTS94t82LZWurJHbxa6n94qTJKf { display:flex;width:1.125rem;height:1.125rem;top:15.125rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #G44MBLLFFuPuIrBRDZ8Qv3BHVw5O1w4c { display:flex;width:1.125rem;height:1.125rem;top:15.125rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #BtJ9vQB64hZHmtp9ZJkWKIKsE3fIEJcN { display:flex;width:1.125rem;height:1.125rem;top:15.125rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #TTpTQRhlPBNmNQ8GOr2TMqDxtqhaPX4i { width:18.4375rem;height:10.75rem;top:13.125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3SoxlmvD4x5KbboxTRazVcnIHwRXmv2 { width:18.4375rem;height:10.75rem;top:1.1875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb7bqsLATKDXXHE1pgtTR8LB186BIuD7 { display:block; }#yb7bqsLATKDXXHE1pgtTR8LB186BIuD7 > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKJo2QSuQ3fuidTJl8gsPy3Vu5AhHbhS { width:13.125rem;height:3.8984375rem;top:2.6865234375rem;left:3.4375rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UUHtLATe13b08oc7TFRh82tskp6uKSk3 { width:20rem;height:3.57421875rem;top:7.04785rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crEPCTRqnRDLeg4qlkO7c5GwqK9O4Hrc { width:14.25rem;height:3.5996125rem;top:12.91796875rem;left:4.25rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EQSmwT8Ta4zxBt0dFk37erWRIqQ4nC2w { width:18.6875rem;height:5.1875rem;top:12.0625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWTWVadV0LryIfyJRCsQTNXNkMLhEpKh { width:18.6875rem;height:5.1875rem;top:18.37109375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK1cLN5hu5AnZ2AkZEsfzhg6LcFf8ZUv { width:13.8125rem;height:3.5996125rem;top:19.1640625rem;left:4.46875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SsBxEW1Tbk8VqTqMcfxtr92wb7T6OwcJ { display:flex;width:2.3125rem;height:2.3125rem;top:13.5rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #q8npTAg8tgSC6W5XMfCkctAIeRh1uJZ6 { display:flex;width:2.3125rem;height:2.3125rem;top:19.80859375rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #yxaJxBuIvF5UPtZqoAp5AAg0JScBHh21 { width:18.75rem;height:5.1875rem;top:12.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LftZ7CTcKUEwH0wUQ2TohlNHIoTTITul { display:block; }
 }@media only screen and (max-width: 763px) { #ZNowFNLRClx2fVLM9v3MHwEXGx1LapdQ { width:18.625rem;height:5.25rem;top:18.37109375rem;left:0.6875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #IfwhyM0aedOWCtP17yNLpm9h96o1FDT8 { display:block; }
 }@media only screen and (max-width: 763px) { #uPFoAvrmCxczCuzNhGJUzqgKmziEk4TJ { display:block; }#uPFoAvrmCxczCuzNhGJUzqgKmziEk4TJ > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTBkLCUXeldsho3mA5pAXna0KXSwfHba { width:10.125rem;height:6.4375rem;top:2.125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewapT7oICfHbIacS0IMzStEGHosRGErV { width:9.875rem;height:1.4619125rem;top:9.9375rem;left:5.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r7TKhoAyK4DlGSI2W31grgQdEIQxy16a { width:13.6875rem;height:1.4619125rem;top:12.125rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AeMU2Nri3JAnmB9Wtzr0GZFUKbpDDfuI { width:15.375rem;height:2.923825rem;top:14.625rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }