.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:217,220,226;--color-primary-1:129,139,158;--color-primary-2:3,22,60;--color-primary-3:2,11,30;--color-primary-4:0,3,9;--color-secondary-0:251,244,219;--color-secondary-1:242,222,146;--color-secondary-2:234,200,74;--color-secondary-3:248,188,56;--color-secondary-4:47,40,15;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f5fa5c3-e6e7-4f5b-93c7-acfc8d3417db/view01.jpg");background-position:bottom 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; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq.adaptive-delivery-prevent-bg, #vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq.lazyload, #vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq.lazyloading { background-image: none; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row .container { background-color: transparent; background-image: none; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row .container > .video-iframe-container { display: none; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row > .video-iframe-container { display: none; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .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); }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row .container { border-width: 0; border-radius: 0; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq::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; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;position:relative;display:block; }#snKh1NomSNLTCoypwq4Mt5Vk7ALgTSDk { color:rgba(var(--color-tertiary-4),1);display:block;width:26.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:16.5478515625rem;left:42.652995109558rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fG9N6Ilz4n44TFTrGqKNXssoUWa392CT { 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:7.559rem;width:31.25rem;top:6.125rem;left:5.0625rem;overflow:hidden;display:block; }
#P33tqz0TF7uELeEER4MgoIq0gSAlSb0o { position:absolute;display:block;z-index:14997;background-color:#e3e3e3;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.25rem;width:30.25rem;top:15.5625rem;left:40.75rem;display:block; }
#OZv9GzFLWKAHXVcheltmJGXryfeUFKyq { position:absolute;display:block;z-index:15001;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.312rem;width:30.624rem;top:16.546875rem;left:5.0625rem;display:block; }
#olAbBsHlV39bN9TdxP48blG6xPeXaSU2 { color:#162b78;display:block;width:30.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.546875rem;left:5.0625rem;height:6.3359375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#OyyuoA0Jeg21x0pi5Jarl9CMKFAgy1Zx { color:rgba(var(--color-secondary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.12451171875rem;left:9.84228515625rem;height:2.6818875rem;font-style:italic;display:block; }
#M5IOfWUFWT5I9ITSlWUAKAb5H5ppN5Ha { color:rgba(var(--color-secondary-2),1);display:block;width:11.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:11.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:24.12451171875rem;left:14.81103515625rem;height:14.625rem;font-style:italic;display:block; }
#dfAT40zTWiSUN8ErDIsUD8PSJBSvbgoZ { color:rgba(var(--color-secondary-2),1);display:block;width:2.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:26.56201171875rem;left:28.12353515625rem;height:3.98144375rem;font-style:italic;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:25.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.8125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.8125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.8125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #14261c, #062053);background-image: -moz-linear-gradient(225deg, #14261c, #062053);background-image: -ms-linear-gradient(225deg, #14261c, #062053);background-image: -o-linear-gradient(225deg, #14261c, #062053);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14261c', endColorstr='#062053' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14261c', endColorstr='#062053' );";background-image: linear-gradient(225deg, #14261c, #062053);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:25.8125rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.625rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.74560546875rem;top:24.04541015625rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.8125rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.74560546875rem;top:24.04541015625rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#DtoQZZTAHilNLggXZ2zs3Kk4H9VDxGbe { color:rgba(var(--color-tertiary-1),1);display:block;width:9.9365rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:42.562661170959rem;left:3.8118486404419rem;height:3.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G21nKVn5D15sEvzzfnKP8kuURm49ME9D { color:rgba(var(--color-tertiary-1),1);display:block;width:9.9373125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:42.625rem;left:15.625rem;height:3.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B2WCmXle9eaEHgXAfIaRTFPVoI4Z0ynf { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:5rem;width:0.185546875rem;top:40.375rem;left:13.9375rem;display:block; }
#UtWAMZFCvxUcPK5lu3ano5wNWbK7er0w { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:5rem;width:0.185546875rem;top:40.375rem;left:26.375rem;display:block; }
#eeLJWkIGOAn7U4WpaTNrB5ww0P667qBP { color:rgba(var(--color-tertiary-1),1);display:block;width:9.9373125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:42.625rem;left:27.3125rem;height:3.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrkC2f3koH81HHdi8yFvFW2tNtTBHbmb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15054;opacity:1;top:40.375rem;left:19.625rem; }
#CgBKGme1oqbwA0FPS89AdoOMJ7vuC2IU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15056;opacity:1;top:40.374346733093rem;left:7.8019208908081rem; }
#UdAoKHeME75stqgADCsiFmOPmhtbiJqH { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15048;opacity:1;top:40.375rem;left:31.25rem; }
#i1SozFXNngnMPrSDxvDSGIKlqMLuT9TG { position:relative;display:block; }#i1SozFXNngnMPrSDxvDSGIKlqMLuT9TG { background-color: transparent; background-image: none; }#i1SozFXNngnMPrSDxvDSGIKlqMLuT9TG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1SozFXNngnMPrSDxvDSGIKlqMLuT9TG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1SozFXNngnMPrSDxvDSGIKlqMLuT9TG > .row .container > .video-iframe-container { display: none; }#i1SozFXNngnMPrSDxvDSGIKlqMLuT9TG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1SozFXNngnMPrSDxvDSGIKlqMLuT9TG > .row > .video-iframe-container { display: none; }#i1SozFXNngnMPrSDxvDSGIKlqMLuT9TG > .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); }#i1SozFXNngnMPrSDxvDSGIKlqMLuT9TG { border-width: 0; border-radius: 0; }#i1SozFXNngnMPrSDxvDSGIKlqMLuT9TG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i1SozFXNngnMPrSDxvDSGIKlqMLuT9TG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zkyJRZZRodXy8fIAUXIfmVNFuMMIJT0B { color:#14261c;display:block;width:35.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.68603134155275rem;left:38.718260765076rem;height:3.41145625rem;font-style:normal;display:block; }
#sfb52HlRrR0Ktfm6ZSx1VoM8aEtDwBoZ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.248209375rem;width:35rem;top:4.8998985290528rem;left:38.749999046326rem;display:block; }
#ECZfJkE9he4vgqORsWIXxSrnbEuXXH91 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.93375rem;height:2.55859375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.240721344948rem;left:38.718260765076rem;display:block; }
#c2SPn7IhTSCrUmonvhd9pS3eDcHWAx78 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KcQreHPmvTPy9GDJTlQ3rCwMUDAfx149 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:36rem;top:0.68684768676756rem;left:0.56233692169189rem;overflow:hidden;display:block; }
#tMM9O6w8qksfGFlqSQO9J0U5rFIPrPNy { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:6.125rem;left:38.6875rem;height:23.90625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Ty7cssSTz1tiww3WFcFmabydwqtqsXGC { 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; }#Ty7cssSTz1tiww3WFcFmabydwqtqsXGC > .row .container { background-color: transparent; background-image: none; }#Ty7cssSTz1tiww3WFcFmabydwqtqsXGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty7cssSTz1tiww3WFcFmabydwqtqsXGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty7cssSTz1tiww3WFcFmabydwqtqsXGC > .row .container > .video-iframe-container { display: none; }#Ty7cssSTz1tiww3WFcFmabydwqtqsXGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty7cssSTz1tiww3WFcFmabydwqtqsXGC > .row > .video-iframe-container { display: none; }#Ty7cssSTz1tiww3WFcFmabydwqtqsXGC > .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); }#Ty7cssSTz1tiww3WFcFmabydwqtqsXGC > .row .container { border-width: 0; border-radius: 0; }#Ty7cssSTz1tiww3WFcFmabydwqtqsXGC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ty7cssSTz1tiww3WFcFmabydwqtqsXGC > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#ACN3cDDzKTiF2V10LFurPm2JFb2G8QuM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:23.125rem;left:2.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eKwpDdG3gH9R3XTdHKxSIandS7O0wqGQ { 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:15050;opacity:1;top:23.125rem;left:2.8125rem; }
#HZtNNnekcweZC03UzozTy5lPT7OF3ih6 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15061;line-height:1.6;letter-spacing:0;top:18.5625rem;left:3.5625rem;height:2.23698125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EIn6TOlXuAZHm7oL6RC7PnaM9NFELCQd { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:23.375rem;left:5.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AOciRNV1N46zyk8McVSxoIaqLFTXQJTD { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:16.875rem;left:2.8125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pDGQRZ9yXsvK8WDq53U8M5ApntUddyXD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:23.125rem;left:8.25rem; }
#DiiRDtvyqDm316L5mzwtpZs5zbNVy5eI { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.125rem;width:14.6875rem;top:6.1875rem;left:2rem;overflow:hidden;display:block; }
#JoX0GEf4ml3E1G0TS9gZuhbc9SKQdFwv { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.6;letter-spacing:0;top:23.375rem;left:10.3125rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oPQutxf374IxPRId1e0icqOB4RR8RrsJ { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.1875rem;left:2rem;display:block; }
#llbuQA8eO9oIRCkRO3h9LcaRDTPBw2p8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:23.125rem;left:13.25rem; }
#fmW5xkBbk8Qi3OoqJxFJHeUsufOrg0I3 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.6;letter-spacing:0;top:23.375rem;left:15.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R2oNySaWSBKrZ2m1S6cKFheCBo4Fo51V { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:23.1875rem;left:21.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LqrKQkOOxqXZb80oAoxPxcy9cUd0ytvG { 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:15061;opacity:1;top:23.1875rem;left:21.5625rem; }
#kvyLdtVKlnLQ8qZIOeOTVO0U5Tkwvy7R { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.6;letter-spacing:0;top:23.4375rem;left:23.875rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qawcnbVozfC0wwizrxpm5yTKb99zIHlc { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.25rem;left:20.75rem;display:block; }
#oV6Jk3ws56LSlPzw3DAqE8eV1puWq6Fu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:23.1875rem;left:27rem; }
#fsnmgf1BWDrtilq5JHJImme9Lp1VwB8L { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:14.75rem;top:6.2499995231628rem;left:20.75rem;overflow:hidden;display:block; }
#eLzC8neyGfhKbSF8fuCRo0ooVhTrqsvU { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.6;letter-spacing:0;top:23.4375rem;left:29.0625rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hCrSzgTpaMxy3sCMipFSbX9RDXq9Xoou { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:23.1875rem;left:32rem; }
#A5loGX8lT7ARICPnxIvwG3nNysV1hewA { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.6;letter-spacing:0;top:23.4375rem;left:34.25rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ms3VTUaVff8LTTQQCrdXnCrlPrTbUMGP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:23.1875rem;left:40.3125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Px87c1LP1A13CP8C4dhTHFHMDl14ITB2 { 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:15072;opacity:1;top:23.1875rem;left:40.3125rem; }
#NWeOooKIADzn7f1ZI9mIMAo4bdMbTTNi { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.6;letter-spacing:0;top:23.4375rem;left:42.625rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R3mEGG7ZsKNQmBBNU0vmkTciDJUiGmD6 { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.25rem;left:39.5rem;display:block; }
#eDDaOmxh9sq6tINVLn6798K0JHp7KMvk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:23.1875rem;left:45.75rem; }
#iHhiR4drNV7bBEEqz0cdNePV1w4ZaG3b { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15061;line-height:1.6;letter-spacing:0;top:23.4375rem;left:47.8125rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T0dTbl8TInq1w8nT6ELrCAFtcKthdoaQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:23.1875rem;left:50.75rem; }
#X83ucZeDmy71iIPukItKC5R4sWrDJCBD { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.6;letter-spacing:0;top:23.4375rem;left:53rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EoqpZimZt5vwX2fNmiCZsyofEvSUqtA2 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:23.1875rem;left:59.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izbzMSqz96ZpW3Kthk0dN3r1OeuI1epM { 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:15083;opacity:1;top:23.1875rem;left:59.0625rem; }
#eAglsfwqOPvLdSTtQkG4ZwquLRoTLQ52 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15071;line-height:1.6;letter-spacing:0;top:23.4375rem;left:61.375rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ji3CRTksI8pqh5wv6rah4gZSsges0NoT { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.25rem;left:58.25rem;display:block; }
#xDqTThdnvW0PuxQZmMpLWTbO2ronTGnd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:23.1875rem;left:64.5rem; }
#kvX2VbV6u7AcIeKi4agDTB5cD5VrEhoe { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15072;line-height:1.6;letter-spacing:0;top:23.4375rem;left:66.5625rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eTTF02TknmwZgtXfS2IzgOZRsQ3UDFXv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:23.1875rem;left:69.5rem; }
#CGTQ1fDF50QgLnSrFdvBFVT0d0BhUlcR { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.6;letter-spacing:0;top:23.4375rem;left:71.75rem;height:1.40014375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bKbcRRvI6P483ngPvG5i6b6M0fdI2Twm { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.75rem;top:6.1875rem;left:39.5rem;overflow:hidden;display:block; }
#TJuNa1Rtl70xaiNFDronnepoLRy1yQxg { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.75rem;top:6.1875rem;left:58.25rem;overflow:hidden;display:block; }
#JTmnz4xAhTVfXDymk0gUH858xM4yA0r2 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:16.875rem;left:40.3125rem;height:1.70631875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZNiok1VZFZFHiQRIiranLwulhIMbrLl { color:rgba(var(--color-tertiary-0),1);display:block;width:11.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15072;line-height:1.6;letter-spacing:0;top:18.5625rem;left:41.0625rem;height:2.23698125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZxilcftKt4uksKdWlAtKTUnKoRixLTun { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:16.875rem;left:59.0625rem;height:1.70631875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQ8H97GtxVknNZfpCDc6cZa0HloqhyCT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15084;line-height:1.6;letter-spacing:0;top:18.5625rem;left:59.8125rem;height:2.23698125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ym23hQHD3vbQ9QcnaGIzFTVnyXPJwuvq { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:17rem;left:21.5625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ppCEb5riWe0IVxB7aIil6dVTwXygJQWb { color:rgba(var(--color-tertiary-0),1);display:block;width:11.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15073;line-height:1.6;letter-spacing:0;top:18.5625rem;left:22.3125rem;height:2.23698125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yhBO63i9wBFR5lOeWIR2Jba9J30hPWqw { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.43798828125rem;left:0rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#GqlKl2PFzpPiV7G7ybkea7zko6HbKTrk { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6869375rem;height:2.56214375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.436078190804rem;left:30.929508209229rem;display:block; }
#HbvtpE080Bvc1sJzURJu0e40okhdwBH2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WEa21MhLQ9T1fGPwTfDIhoNzf1IIJenx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WEa21MhLQ9T1fGPwTfDIhoNzf1IIJenx > .row .container { background-color: transparent; background-image: none; }#WEa21MhLQ9T1fGPwTfDIhoNzf1IIJenx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEa21MhLQ9T1fGPwTfDIhoNzf1IIJenx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEa21MhLQ9T1fGPwTfDIhoNzf1IIJenx > .row .container > .video-iframe-container { display: none; }#WEa21MhLQ9T1fGPwTfDIhoNzf1IIJenx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEa21MhLQ9T1fGPwTfDIhoNzf1IIJenx > .row > .video-iframe-container { display: none; }#WEa21MhLQ9T1fGPwTfDIhoNzf1IIJenx > .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); }#WEa21MhLQ9T1fGPwTfDIhoNzf1IIJenx > .row .container { border-width: 0; border-radius: 0; }#WEa21MhLQ9T1fGPwTfDIhoNzf1IIJenx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WEa21MhLQ9T1fGPwTfDIhoNzf1IIJenx > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#DlkhWz8L8TI1y1TT0fsHh8aTACaKmERW { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.88671875rem;left:0rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gp4SpKXAMyblrvusmZSXlorlOKZoGTiU { position:absolute;display:block;z-index:15002;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:6.4375rem;left:3.5rem;display:block; }
#p4LJ9af2LXpTTVm6NcBRbeA4hOEnBUM7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.8125rem;left:3.5rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UDQMarH1QbqWlbne5rv1OPzdNwCpqz1K { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.4375rem;left:2.75rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#TpKQ2oI7blKk70gS7B8x2ukkg21buQSX { position:absolute;display:block;z-index:15006;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:6.4375rem;left:22.25rem;display:block; }
#rR6J0i9ttWIW4zUl8wtNopNRUe9noE3K { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:10.375rem;left:26.25rem; }
#E4RC6pUqniu5AI3BU1VdGkJBNpWNEASO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.125rem;left:22.25rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NmbP86zAhmu9v9ibH6pUSwqx6zXNonIQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.4375rem;left:20.9375rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#aT3ZKnJccyz0FODbstPafXGiLwDlXrJ3 { position:absolute;display:block;z-index:15010;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:6.4375rem;left:41rem;display:block; }
#czVCFcTQwFzCTDklTMuTpyie4x6VnE0M { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.875rem;left:45rem; }
#J3WZrDTcRwNxWTh1BOx14WeOMMXMIyrT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.9375rem;left:41rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gy3qbz9V1egBiBqsoeGycxro95LT1ofw { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.4375rem;left:39.4375rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#acSwwarizODxcVrzkJVQo5CffIumduh9 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;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:15015;opacity:1;top:10.9375rem;left:8.125rem; }
#e0Dq1gbF78e78QVRyh2nLulwuM0ohahF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.9375rem;left:59.75rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zanfAF1H9qdTsLQnn8B1PHafNLoh2IUo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.5rem;left:59.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#TWAMr0FtVTcxQPn1JD4RL9gmMQgk6VV6 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.6875rem;left:7.125rem; }
#xleW2ioqTrkMDhVSkV6Wc8VWBczLMdvz { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.624025rem;width:4.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10rem;left:63.6875rem; }
#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 { position:relative;display:block; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 { background-color: transparent; background-image: none; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .row .container > .video-iframe-container { display: none; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .row > .video-iframe-container { display: none; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .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); }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 { border-width: 0; border-radius: 0; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hS0xqO2DX3sQm2SDUJ7hDpOCvGsiuqrk { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#vKDc4abB9TZsKMo5bGTmXpBFq83dCVSv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.3125rem;width:17.875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.3125rem;left:0.875rem;overflow:hidden;display:block; }
#J96Tm75C8Vs5TPIyoHpMXm66raUf1kKx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.2493125rem;width:17.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.3125rem;left:38rem;overflow:hidden;display:block; }
#u19yAKupJKTnGsNObCzJxVXtc3DEN6Ur { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.2493125rem;width:17.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.25rem;left:56.5rem;overflow:hidden;display:block; }
#VGFqTPqFgrdWHaJlToiZiXUZeWB88vxT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.5625rem;left:3.4375rem;height:1.70631875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#La2pCATDmk0Mz7y03fBo0qXxcTtUMdST { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4973125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.5625rem;left:40.5rem;height:1.70631875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pr2Kg4tXODTv4F0l20aTBTParLSCT5sz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4973125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.5rem;left:59.125rem;height:1.70631875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SasIF2Pb9ZM83K9TIdbLmexwZ6aIzrfh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.187125rem;width:17.6873125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.3125rem;left:19.4375rem;overflow:hidden;display:block; }
#IbFziBrxp9B3L6JSPWmfJIJ2En1TOdL4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4964375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.5rem;left:21.75rem;height:1.70631875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f7fd;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; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row .container { background-color: transparent; background-image: none; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row .container > .video-iframe-container { display: none; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row > .video-iframe-container { display: none; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .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); }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row .container { border-width: 0; border-radius: 0; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#Z0iQXbVKrWLqywqg4AridbJ7WVcNU0DT { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.125rem;left:2.25rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C552LswZ5lme0a2FM8lTVhBVeuSU7HoN { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.125rem;left:52.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCEDVu3MS35TahddBF1cFhEI27FH5pNT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.12451171875rem;left:5.25rem;height:6.8203125rem;font-style:italic;display:block; }
#Pgeyf8qTSXyyufXBDpLTaPFCEHu0Og3T { color:rgba(var(--color-tertiary-4),1);display:block;width:14.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.12451171875rem;left:30.25048828125rem;height:6.8203125rem;font-style:italic;display:block; }
#Qh0vBDKMJQBgFdqsQG4kFUlcwXoEahWp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.12451171875rem;left:54.8115234375rem;height:7.95703125rem;font-style:italic;display:block; }
#cZWKaeBI6qTfU2aMsdUmunJigtAneHka { color:#14261c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsophVOUpx2hx74rxef1MlpCoFBnly5d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:6.65478515625rem;left:10.34326171875rem; }
#VN2mAwkoI6cdQqZEOnbk3SAvDAEiRBMA { 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:10.186632156372rem;left:11.061633110046rem; }
#egLnqz4sPZUBJ99UXJ4ZWy3afD9ehCHy { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.437rem;top:5.43603515625rem;left:2.78173828125rem;display:block; }
#c45fWoos8ySppSLUf3EHdcPCHtD3GmBz { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.4355625rem;top:5.43603515625rem;left:27.78076171875rem;display:block; }
#wIIiAykXtafms1TQgANcXumPIscWX1N9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.3720703125rem;left:35.93701171875rem; }
#xh7mEtBDPRGknQoM05ZrOPKZQpfTMSwa { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.9375rem;width:19.4355625rem;top:5.43603515625rem;left:52.78125rem;display:block; }
#W0V2RR0Nv6KpWAXyFGUH1TBMLZpEc4LB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:6.65478515625rem;left:60.9375rem; }
#Q5Wph3ouIwixNQoHkHT00Gk4wX3JPxJF { 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:15018;opacity:1;top:10.1875rem;left:9.6243486404419rem; }
#ziaCwzPJgeUeeqtKHteRdrnNtB3rnfBz { 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:15019;opacity:1;top:10.186848640442rem;left:8.2491312026975rem; }
#gF887eAIs9nEO1AlkQMJOepTyVEkZTCn { 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:15021;opacity:1;top:10.1875rem;left:12.500000953674rem; }
#eTqWPti4yVoLO2m24HoxJPzM2fiHvDOS { 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:15020;opacity:1;top:10.1875rem;left:13.936633110046rem; }
#oD4foX4KDTmMhxR9u4CezypTaPZeHoxp { 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:15024;opacity:1;top:10.061848640442rem;left:33.87478351593rem; }
#kNuqxo0LlpFfTocVdkh6cZR0HJK6UZXs { 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:15023;opacity:1;top:10.062066078186rem;left:35.250000953674rem; }
#vS3k3LMARzu2S2kcIT6bmD8LSLCVP7sV { 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:15022;opacity:1;top:10.0625rem;left:36.6875rem; }
#IuXpfE0siHQhG5lx6RFPec4BcXVxKoAy { 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:15026;opacity:1;top:10.061632156372rem;left:38.124566078186rem; }
#W7N3vphNTbPArDZe26EruXuHxz360FN3 { 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:15025;opacity:1;top:10.0625rem;left:39.49978351593rem; }
#fZ29tgTRGoeeFNzX459h43nSzfzrPKUx { 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:15029;opacity:1;top:10.124782562256rem;left:58.874131202697rem; }
#Cnxa6LgTpNUACvL2CcbBL0OZ5n2D7Nqx { 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:15028;opacity:1;top:10.125rem;left:60.311852455139rem; }
#zXsTEVL3BEXmJOfP5PlPvGHfmwaL4aHQ { 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:15027;opacity:1;top:10.125rem;left:61.75rem; }
#AcPbkIN8INEeS1gBA1OIpphDS6oiof8v { 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:15031;opacity:1;top:10.124349355698rem;left:63.187066078187rem; }
#hL2dALWubRLvuqNaTeHQBu7gtItqelXc { 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:15030;opacity:1;top:10.124349355698rem;left:64.5616312027rem; }
#KIgN6LVb3dGUILAkumtcP2Q0scdWLfO5 { 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:15018;opacity:1;top:10rem;left:9.75rem;display:none; }
#THAD78R7p8u8CTkCM1kcJaAXdByADTmO { 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:15019;opacity:1;top:9.75rem;left:8.3125rem;display:none; }
#dLSIra4ZWRZAAtpg3hPgfRRd5E9Jbvk6 { 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:15021;opacity:1;top:10rem;left:12.5rem;display:none; }
#DIGRhFvDuCHiTegGMvo6lhna7SZT6Xqn { 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:15020;opacity:1;top:9.6875rem;left:13.9375rem;display:none; }
#pgNsWlhDFsWqMcKrAPJxa2VJPwtuiSLd { 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:15024;opacity:1;top:9.75rem;left:33.875rem;display:none; }
#DLe1dZX2s9UuohGDQo1CrQHcki3GEBPk { 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:15019;opacity:1;top:9.75rem;left:8.3125rem;display:none; }
#WL6IJICaERJEuGqtUyBi1XzuVrLSgrf6 { 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:15018;opacity:1;top:10rem;left:9.75rem;display:none; }
#AVNgmEccIMyflLetOmHBtcqCqRLBQVh5 { 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:15021;opacity:1;top:10rem;left:12.5rem;display:none; }
#S9OanC1q5galpVgvbRJVMuxf1qDT5MFO { 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:15020;opacity:1;top:9.6875rem;left:13.9375rem;display:none; }
#UZdSUJKWIfNMaumteEIDHoHOzkIC94yS { 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:15024;opacity:1;top:9.75rem;left:33.875rem;display:none; }
#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL { 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; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row .container { background-color: transparent; background-image: none; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row .container > .video-iframe-container { display: none; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row > .video-iframe-container { display: none; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .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); }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row .container { border-width: 0; border-radius: 0; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#aBy7FkhTlEqJ80iHRwPU5TZUUzh8TXbW { color:rgba(var(--color-primary-2),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6875rem;left:17.15625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FCotbPRE69LdDMZp2ZOF52CEMN6G5E5g { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:11.3125rem;left:29.187503814698rem;display:block; }
#HKtXeUPQpO0w9QTtCF4VvuJxyXDHl0KR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQuXX9QRbZNVrrLwFpBukgy90UOrdaAM { color:#14261c;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.76171875rem;left:19.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row .container { background-color: transparent; background-image: none; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row .container > .video-iframe-container { display: none; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row > .video-iframe-container { display: none; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .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); }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row .container { border-width: 0; border-radius: 0; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#fRQI6Zb7l9AD5ToT85Qptm4Ni19pdPG2 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:5.4998321533203rem;left:3.5617885589599rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hhCbB4ifpzX9iyb8bxweh2bxSTr3h9Ax { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:16.4375rem;top:0.8125rem;left:3.5625rem;overflow:hidden;display:block; }
#kDnlbTzpc4lvkNPN4TeQyJAoN7KVLU3D { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:8.625rem;left:39.8125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdvDn1I9K4QtRVfaVATOW4NSKfyzbVmH { color:rgba(var(--color-tertiary-0),1);display:block;width:37.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:3.25rem;left:33.9375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9ad4e0;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;z-index:auto;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.8994140625rem;left:21.966796875rem;height:1.13769375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq { display:block; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snKh1NomSNLTCoypwq4Mt5Vk7ALgTSDk { top:16.5rem;left:21.3125rem;width:26.4375rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG9N6Ilz4n44TFTrGqKNXssoUWa392CT { top:6.125rem;left:0rem;width:31.25rem;height:7.559rem;display:block; }
 }@media only screen and (max-width: 763px) { #P33tqz0TF7uELeEER4MgoIq0gSAlSb0o { top:15.5625rem;left:17.5rem;width:30.25rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZv9GzFLWKAHXVcheltmJGXryfeUFKyq { top:16.5rem;left:0rem;width:30.5625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #olAbBsHlV39bN9TdxP48blG6xPeXaSU2 { top:16.5rem;left:0rem;width:30.5625rem;height:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyyuoA0Jeg21x0pi5Jarl9CMKFAgy1Zx { top:24.0625rem;left:0rem;width:23.3125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5IOfWUFWT5I9ITSlWUAKAb5H5ppN5Ha { top:24.0625rem;left:1.18603515625rem;width:11.75rem;height:14.625rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfAT40zTWiSUN8ErDIsUD8PSJBSvbgoZ { top:26.5rem;left:14.49853515625rem;width:2.0625rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:25.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:24.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:25.75rem;height:auto;top:24rem;left:19.4375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:25.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:25.75rem;height:auto;top:24rem;left:19.4375rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #DtoQZZTAHilNLggXZ2zs3Kk4H9VDxGbe { top:42.5625rem;left:0rem;width:9.875rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G21nKVn5D15sEvzzfnKP8kuURm49ME9D { top:42.625rem;left:2rem;width:9.875rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2WCmXle9eaEHgXAfIaRTFPVoI4Z0ynf { top:40.375rem;left:0.3125rem;width:0.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtWAMZFCvxUcPK5lu3ano5wNWbK7er0w { top:40.375rem;left:12.75rem;width:0.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeLJWkIGOAn7U4WpaTNrB5ww0P667qBP { top:42.5625rem;left:13.68701171875rem;width:9.875rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrkC2f3koH81HHdi8yFvFW2tNtTBHbmb { top:40.375rem;left:6rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgBKGme1oqbwA0FPS89AdoOMJ7vuC2IU { top:40.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdAoKHeME75stqgADCsiFmOPmhtbiJqH { top:40.375rem;left:17.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1SozFXNngnMPrSDxvDSGIKlqMLuT9TG { display:block; }#i1SozFXNngnMPrSDxvDSGIKlqMLuT9TG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkyJRZZRodXy8fIAUXIfmVNFuMMIJT0B { top:0.625rem;left:12.75rem;width:35rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfb52HlRrR0Ktfm6ZSx1VoM8aEtDwBoZ { top:4.875rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECZfJkE9he4vgqORsWIXxSrnbEuXXH91 { width:12.875rem;height:2.5rem;top:34.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2SPn7IhTSCrUmonvhd9pS3eDcHWAx78 { display:block; }
 }@media only screen and (max-width: 763px) { #KcQreHPmvTPy9GDJTlQ3rCwMUDAfx149 { top:0.625rem;left:0rem;width:36rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMM9O6w8qksfGFlqSQO9J0U5rFIPrPNy { top:6.0625rem;left:13.5625rem;width:34.1875rem;height:25.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty7cssSTz1tiww3WFcFmabydwqtqsXGC { display:block; }#Ty7cssSTz1tiww3WFcFmabydwqtqsXGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACN3cDDzKTiF2V10LFurPm2JFb2G8QuM { width:13.125rem;height:0;top:23.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKwpDdG3gH9R3XTdHKxSIandS7O0wqGQ { top:23.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZtNNnekcweZC03UzozTy5lPT7OF3ih6 { width:11.5625rem;height:;top:18.5625rem;left:0.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIn6TOlXuAZHm7oL6RC7PnaM9NFELCQd { width:1.875rem;height:;top:23.375rem;left:1.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOciRNV1N46zyk8McVSxoIaqLFTXQJTD { width:13.125rem;height:1.6875rem;top:16.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDGQRZ9yXsvK8WDq53U8M5ApntUddyXD { top:23.125rem;left:4.84375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiiRDtvyqDm316L5mzwtpZs5zbNVy5eI { width:14.6875rem;height:10.125rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoX0GEf4ml3E1G0TS9gZuhbc9SKQdFwv { width:1.25rem;height:1.375rem;top:23.375rem;left:6.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPQutxf374IxPRId1e0icqOB4RR8RrsJ { width:14.375rem;height:18.8125rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llbuQA8eO9oIRCkRO3h9LcaRDTPBw2p8 { top:23.125rem;left:9.84375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmW5xkBbk8Qi3OoqJxFJHeUsufOrg0I3 { width:1.25rem;height:;top:23.375rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2oNySaWSBKrZ2m1S6cKFheCBo4Fo51V { width:13.125rem;height:0;top:23.1875rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqrKQkOOxqXZb80oAoxPxcy9cUd0ytvG { top:23.1875rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvyLdtVKlnLQ8qZIOeOTVO0U5Tkwvy7R { width:1.875rem;height:1.375rem;top:23.4375rem;left:13.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qawcnbVozfC0wwizrxpm5yTKb99zIHlc { width:14.375rem;height:18.8125rem;top:6.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV6Jk3ws56LSlPzw3DAqE8eV1puWq6Fu { top:23.1875rem;left:16.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsnmgf1BWDrtilq5JHJImme9Lp1VwB8L { width:14.75rem;height:10.6875rem;top:6.1875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLzC8neyGfhKbSF8fuCRo0ooVhTrqsvU { width:1.25rem;height:1.375rem;top:23.4375rem;left:18.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCrSzgTpaMxy3sCMipFSbX9RDXq9Xoou { top:23.1875rem;left:21.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5loGX8lT7ARICPnxIvwG3nNysV1hewA { width:1.25rem;height:1.375rem;top:23.4375rem;left:22.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms3VTUaVff8LTTQQCrdXnCrlPrTbUMGP { width:13.125rem;height:0;top:23.1875rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px87c1LP1A13CP8C4dhTHFHMDl14ITB2 { top:23.1875rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWeOooKIADzn7f1ZI9mIMAo4bdMbTTNi { width:1.875rem;height:1.375rem;top:23.4375rem;left:25.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3mEGG7ZsKNQmBBNU0vmkTciDJUiGmD6 { width:14.375rem;height:18.8125rem;top:6.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDDaOmxh9sq6tINVLn6798K0JHp7KMvk { top:23.1875rem;left:28.71875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHhiR4drNV7bBEEqz0cdNePV1w4ZaG3b { width:1.25rem;height:1.375rem;top:23.4375rem;left:30.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0dTbl8TInq1w8nT6ELrCAFtcKthdoaQ { top:23.1875rem;left:33.71875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X83ucZeDmy71iIPukItKC5R4sWrDJCBD { width:1.25rem;height:1.375rem;top:23.4375rem;left:34.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoqpZimZt5vwX2fNmiCZsyofEvSUqtA2 { width:13.125rem;height:0;top:23.1875rem;left:34.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #izbzMSqz96ZpW3Kthk0dN3r1OeuI1epM { top:23.1875rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAglsfwqOPvLdSTtQkG4ZwquLRoTLQ52 { width:1.875rem;height:1.375rem;top:23.4375rem;left:37.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji3CRTksI8pqh5wv6rah4gZSsges0NoT { width:14.375rem;height:18.8125rem;top:6.25rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDqTThdnvW0PuxQZmMpLWTbO2ronTGnd { top:23.1875rem;left:40.65625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvX2VbV6u7AcIeKi4agDTB5cD5VrEhoe { width:1.25rem;height:1.375rem;top:23.4375rem;left:42.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTF02TknmwZgtXfS2IzgOZRsQ3UDFXv { top:23.1875rem;left:45.65625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGTQ1fDF50QgLnSrFdvBFVT0d0BhUlcR { width:1.25rem;height:1.375rem;top:23.4375rem;left:46.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKbcRRvI6P483ngPvG5i6b6M0fdI2Twm { width:14.6875rem;height:10.580427136743rem;top:6.1875rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJuNa1Rtl70xaiNFDronnepoLRy1yQxg { width:14.6875rem;height:10.580427136743rem;top:6.1875rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmnz4xAhTVfXDymk0gUH858xM4yA0r2 { width:13.125rem;height:1.6875rem;top:16.875rem;left:22.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZNiok1VZFZFHiQRIiranLwulhIMbrLl { width:11.5625rem;height:2.375rem;top:18.5625rem;left:24.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxilcftKt4uksKdWlAtKTUnKoRixLTun { width:13.125rem;height:1.6875rem;top:16.875rem;left:34.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ8H97GtxVknNZfpCDc6cZa0HloqhyCT { width:11.5625rem;height:;top:18.5rem;left:35.968256950378rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym23hQHD3vbQ9QcnaGIzFTVnyXPJwuvq { width:13.125rem;height:1.6875rem;top:16.9375rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppCEb5riWe0IVxB7aIil6dVTwXygJQWb { width:11.5625rem;height:;top:18.5rem;left:12.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhBO63i9wBFR5lOeWIR2Jba9J30hPWqw { width:47.75rem;height:3.1875rem;top:1.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqlKl2PFzpPiV7G7ybkea7zko6HbKTrk { width:13.625rem;height:2.5rem;top:27.375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbvtpE080Bvc1sJzURJu0e40okhdwBH2 { display:block; }
 }@media only screen and (max-width: 763px) { #WEa21MhLQ9T1fGPwTfDIhoNzf1IIJenx { display:block; }#WEa21MhLQ9T1fGPwTfDIhoNzf1IIJenx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlkhWz8L8TI1y1TT0fsHh8aTACaKmERW { width:47.75rem;height:3.25rem;top:1.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp4SpKXAMyblrvusmZSXlorlOKZoGTiU { top:6.4375rem;left:0rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4LJ9af2LXpTTVm6NcBRbeA4hOEnBUM7 { top:14.8125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDQMarH1QbqWlbne5rv1OPzdNwCpqz1K { top:18.4375rem;left:0rem;width:13.9375rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpKQ2oI7blKk70gS7B8x2ukkg21buQSX { top:6.4375rem;left:11.375rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR6J0i9ttWIW4zUl8wtNopNRUe9noE3K { top:10.375rem;left:16.03125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4RC6pUqniu5AI3BU1VdGkJBNpWNEASO { top:15.125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmbP86zAhmu9v9ibH6pUSwqx6zXNonIQ { top:18.4375rem;left:8.75rem;width:15.125rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3ZKnJccyz0FODbstPafXGiLwDlXrJ3 { top:6.4375rem;left:23.3125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czVCFcTQwFzCTDklTMuTpyie4x6VnE0M { top:9.875rem;left:27.96875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3WZrDTcRwNxWTh1BOx14WeOMMXMIyrT { top:14.9375rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy3qbz9V1egBiBqsoeGycxro95LT1ofw { top:18.4375rem;left:20.1875rem;width:15.625rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acSwwarizODxcVrzkJVQo5CffIumduh9 { top:10.9375rem;left:4.71875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Dq1gbF78e78QVRyh2nLulwuM0ohahF { top:14.9375rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zanfAF1H9qdTsLQnn8B1PHafNLoh2IUo { top:18.5rem;left:35.25rem;width:12.5rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWAMr0FtVTcxQPn1JD4RL9gmMQgk6VV6 { top:9.6875rem;left:3.71875rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xleW2ioqTrkMDhVSkV6Wc8VWBczLMdvz { top:10rem;left:39.84375rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 { display:block; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS0xqO2DX3sQm2SDUJ7hDpOCvGsiuqrk { width:47.75rem;height:3.1875rem;top:2.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKDc4abB9TZsKMo5bGTmXpBFq83dCVSv { width:17.8125rem;height:18.248666274467rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J96Tm75C8Vs5TPIyoHpMXm66raUf1kKx { width:17.8125rem;height:18.2493125rem;top:6.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u19yAKupJKTnGsNObCzJxVXtc3DEN6Ur { width:17.8125rem;height:18.2493125rem;top:6.25rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGFqTPqFgrdWHaJlToiZiXUZeWB88vxT { top:24.5625rem;left:0rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #La2pCATDmk0Mz7y03fBo0qXxcTtUMdST { top:24.5625rem;left:26.875rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr2Kg4tXODTv4F0l20aTBTParLSCT5sz { top:24.5rem;left:35.3125rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SasIF2Pb9ZM83K9TIdbLmexwZ6aIzrfh { width:17.625rem;height:18.123076297869rem;top:6.3125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbFziBrxp9B3L6JSPWmfJIJ2En1TOdL4 { top:24.5rem;left:8.125rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ { display:block; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0iQXbVKrWLqywqg4AridbJ7WVcNU0DT { top:12.125rem;left:0rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C552LswZ5lme0a2FM8lTVhBVeuSU7HoN { top:12.125rem;left:28.3125rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCEDVu3MS35TahddBF1cFhEI27FH5pNT { top:12.0625rem;left:0.6875rem;width:14.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgeyf8qTSXyyufXBDpLTaPFCEHu0Og3T { top:12.0625rem;left:16.56298828125rem;width:14.4375rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh0vBDKMJQBgFdqsQG4kFUlcwXoEahWp { top:12.0625rem;left:31.998703956604rem;width:15.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZWKaeBI6qTfU2aMsdUmunJigtAneHka { top:1.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsophVOUpx2hx74rxef1MlpCoFBnly5d { top:6.625rem;left:5.78076171875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN2mAwkoI6cdQqZEOnbk3SAvDAEiRBMA { top:10.125rem;left:6.4991331100462rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egLnqz4sPZUBJ99UXJ4ZWy3afD9ehCHy { top:5.375rem;left:0rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c45fWoos8ySppSLUf3EHdcPCHtD3GmBz { top:5.375rem;left:12.375rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIIiAykXtafms1TQgANcXumPIscWX1N9 { top:6.3125rem;left:22.24951171875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh7mEtBDPRGknQoM05ZrOPKZQpfTMSwa { top:5.375rem;left:28.25rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0V2RR0Nv6KpWAXyFGUH1TBMLZpEc4LB { top:6.625rem;left:38.125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Wph3ouIwixNQoHkHT00Gk4wX3JPxJF { top:10.1875rem;left:5.0618486404419rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziaCwzPJgeUeeqtKHteRdrnNtB3rnfBz { top:10.125rem;left:3.6866312026977rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF887eAIs9nEO1AlkQMJOepTyVEkZTCn { top:10.1875rem;left:7.9375009536744rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTqWPti4yVoLO2m24HoxJPzM2fiHvDOS { top:10.1875rem;left:9.3741331100462rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD4foX4KDTmMhxR9u4CezypTaPZeHoxp { top:10rem;left:20.18728351593rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNuqxo0LlpFfTocVdkh6cZR0HJK6UZXs { top:10rem;left:21.562500953674rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS3k3LMARzu2S2kcIT6bmD8LSLCVP7sV { top:10.0625rem;left:23rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuXpfE0siHQhG5lx6RFPec4BcXVxKoAy { top:10rem;left:24.437066078186rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7N3vphNTbPArDZe26EruXuHxz360FN3 { top:10.0625rem;left:25.81228351593rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ29tgTRGoeeFNzX459h43nSzfzrPKUx { top:10.0625rem;left:36.061631202697rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnxa6LgTpNUACvL2CcbBL0OZ5n2D7Nqx { top:10.125rem;left:37.499352455139rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXsTEVL3BEXmJOfP5PlPvGHfmwaL4aHQ { top:10.125rem;left:38.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcPbkIN8INEeS1gBA1OIpphDS6oiof8v { top:10.0625rem;left:40.374566078186rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL2dALWubRLvuqNaTeHQBu7gtItqelXc { top:10.0625rem;left:41.749131202697rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIgN6LVb3dGUILAkumtcP2Q0scdWLfO5 { top:10rem;left:5.1875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #THAD78R7p8u8CTkCM1kcJaAXdByADTmO { top:9.75rem;left:3.75rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLSIra4ZWRZAAtpg3hPgfRRd5E9Jbvk6 { top:10rem;left:7.9375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIGRhFvDuCHiTegGMvo6lhna7SZT6Xqn { top:9.6875rem;left:9.375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgNsWlhDFsWqMcKrAPJxa2VJPwtuiSLd { top:9.75rem;left:20.1875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLe1dZX2s9UuohGDQo1CrQHcki3GEBPk { top:9.75rem;left:3.75rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WL6IJICaERJEuGqtUyBi1XzuVrLSgrf6 { top:10rem;left:5.1875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVNgmEccIMyflLetOmHBtcqCqRLBQVh5 { top:10rem;left:7.9375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9OanC1q5galpVgvbRJVMuxf1qDT5MFO { top:9.6875rem;left:9.375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZdSUJKWIfNMaumteEIDHoHOzkIC94yS { top:9.75rem;left:20.1875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL { display:block; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBy7FkhTlEqJ80iHRwPU5TZUUzh8TXbW { top:1.6875rem;left:3.53125rem;width:40.6875rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCotbPRE69LdDMZp2ZOF52CEMN6G5E5g { width:16.625rem;height:3.125rem;top:11.3125rem;left:15.562503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKtXeUPQpO0w9QTtCF4VvuJxyXDHl0KR { display:block; }
 }@media only screen and (max-width: 763px) { #yQuXX9QRbZNVrrLwFpBukgy90UOrdaAM { top:7.75rem;left:5.75rem;width:36.25rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 { display:block; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRQI6Zb7l9AD5ToT85Qptm4Ni19pdPG2 { top:5.4375rem;left:0rem;width:26.625rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhCbB4ifpzX9iyb8bxweh2bxSTr3h9Ax { top:0.8125rem;left:0rem;width:16.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDnlbTzpc4lvkNPN4TeQyJAoN7KVLU3D { top:8.625rem;left:22rem;width:25.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdvDn1I9K4QtRVfaVATOW4NSKfyzbVmH { top:3.25rem;left:10.25rem;width:37.5rem;height:5.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:0.875rem;left:8.341796875rem;width:31.75rem;height:1.125rem;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) { #vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e3b36ca-a84b-4b6a-89d0-652b1dd6817f/WhatsAppImage20220603at090013.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq.adaptive-delivery-prevent-bg, #vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq.lazyload, #vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq.lazyloading { background-image: none; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row .container { background-color: transparent; background-image: none; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row .container > .video-iframe-container { display: none; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row > .video-iframe-container { display: none; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .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); }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row .container { border-width: 0; border-radius: 0; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq::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; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vttQ8i5QS8wMSF0sDvNfrrJ04ZqWyLQq > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snKh1NomSNLTCoypwq4Mt5Vk7ALgTSDk { width:18.125rem;height:5.4003875rem;top:35.625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG9N6Ilz4n44TFTrGqKNXssoUWa392CT { width:18.1209375rem;height:4.43359375rem;top:3.9998371601105rem;left:0.93912762403488rem;display:block; }
 }@media only screen and (max-width: 763px) { #P33tqz0TF7uELeEER4MgoIq0gSAlSb0o { width:20rem;height:26.125rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZv9GzFLWKAHXVcheltmJGXryfeUFKyq { width:20rem;height:4.5rem;top:11.0625rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olAbBsHlV39bN9TdxP48blG6xPeXaSU2 { width:20rem;height:4.14184375rem;top:11.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyyuoA0Jeg21x0pi5Jarl9CMKFAgy1Zx { width:10.6875rem;height:1.62475625rem;top:16.125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5IOfWUFWT5I9ITSlWUAKAb5H5ppN5Ha { width:6.4980625rem;height:12.1875rem;top:15.5625rem;left:4.59375rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfAT40zTWiSUN8ErDIsUD8PSJBSvbgoZ { width:3.49805rem;height:1.62475625rem;top:18.68603515625rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:16.9995rem;height:auto;top:41.022134780884rem;left:0rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:16.9995rem;height:auto;top:41.022134780884rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #DtoQZZTAHilNLggXZ2zs3Kk4H9VDxGbe { width:5.5625rem;height:1.951175rem;top:28.75rem;left:0.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G21nKVn5D15sEvzzfnKP8kuURm49ME9D { width:5.4375rem;height:1.951175rem;top:28.75rem;left:6.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2WCmXle9eaEHgXAfIaRTFPVoI4Z0ynf { width:0.0618489375rem;height:5.3125rem;top:26.4375rem;left:6.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #UtWAMZFCvxUcPK5lu3ano5wNWbK7er0w { width:0.061035125rem;height:5.3125rem;top:26.4375rem;left:13rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #eeLJWkIGOAn7U4WpaTNrB5ww0P667qBP { width:6.124675rem;height:1.95068125rem;top:28.8115234375rem;left:13.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qrkC2f3koH81HHdi8yFvFW2tNtTBHbmb { display:flex;width:1.25rem;height:1.25rem;top:27.25rem;left:9rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CgBKGme1oqbwA0FPS89AdoOMJ7vuC2IU { display:flex;width:1.3125rem;height:1.3125rem;top:27.1875rem;left:2.1875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #UdAoKHeME75stqgADCsiFmOPmhtbiJqH { display:flex;width:1.0625rem;height:1.0625rem;top:27.5rem;left:16.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #i1SozFXNngnMPrSDxvDSGIKlqMLuT9TG { display:block; }#i1SozFXNngnMPrSDxvDSGIKlqMLuT9TG > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkyJRZZRodXy8fIAUXIfmVNFuMMIJT0B { width:19.43725rem;height:7.4755625rem;top:22.03857421875rem;left:0.46630859375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfb52HlRrR0Ktfm6ZSx1VoM8aEtDwBoZ { width:18.75rem;height:0.249023125rem;top:29.68701171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECZfJkE9he4vgqORsWIXxSrnbEuXXH91 { width:14.74rem;height:2.73681875rem;top:67.935791015625rem;left:2.62939453125rem;font-size:1.1875rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #c2SPn7IhTSCrUmonvhd9pS3eDcHWAx78 { display:block; }
 }@media only screen and (max-width: 763px) { #KcQreHPmvTPy9GDJTlQ3rCwMUDAfx149 { width:19.4375rem;height:19.4375rem;top:1.6796872615814rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMM9O6w8qksfGFlqSQO9J0U5rFIPrPNy { width:18.9965625rem;height:35.15625rem;top:30.499755859375rem;left:0.499267578125rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Ty7cssSTz1tiww3WFcFmabydwqtqsXGC { display:block; }#Ty7cssSTz1tiww3WFcFmabydwqtqsXGC > .row .container { width:20rem;height:95.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACN3cDDzKTiF2V10LFurPm2JFb2G8QuM { width:13.125rem;height:0;top:27.5625rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKwpDdG3gH9R3XTdHKxSIandS7O0wqGQ { display:flex;width:1.875rem;height:1.875rem;top:24.3125rem;left:3.25rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #HZtNNnekcweZC03UzozTy5lPT7OF3ih6 { width:11.6246875rem;height:2.42505rem;top:20.9375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #EIn6TOlXuAZHm7oL6RC7PnaM9NFELCQd { width:1.93685rem;height:1.40014375rem;top:24.5625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #AOciRNV1N46zyk8McVSxoIaqLFTXQJTD { width:13.12425rem;height:1.70631875rem;top:18.3125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDGQRZ9yXsvK8WDq53U8M5ApntUddyXD { display:flex;width:1.749675rem;height:1.749675rem;top:24.375rem;left:8.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #DiiRDtvyqDm316L5mzwtpZs5zbNVy5eI { width:14.6875rem;height:10.125rem;top:7.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoX0GEf4ml3E1G0TS9gZuhbc9SKQdFwv { width:1.875rem;height:1.40014375rem;top:24.5625rem;left:10.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #oPQutxf374IxPRId1e0icqOB4RR8RrsJ { width:14.375rem;height:18.8125rem;top:7.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llbuQA8eO9oIRCkRO3h9LcaRDTPBw2p8 { display:flex;width:1.74985625rem;height:1.74985625rem;top:24.375rem;left:13.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #fmW5xkBbk8Qi3OoqJxFJHeUsufOrg0I3 { width:1.249275rem;height:1.40014375rem;top:24.5625rem;left:15.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #R2oNySaWSBKrZ2m1S6cKFheCBo4Fo51V { width:13.125rem;height:0;top:46.0625rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqrKQkOOxqXZb80oAoxPxcy9cUd0ytvG { display:flex;width:1.875rem;height:1.875rem;top:46.0625rem;left:3.25rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #kvyLdtVKlnLQ8qZIOeOTVO0U5Tkwvy7R { width:1.875rem;height:1.40014375rem;top:46.3125rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #qawcnbVozfC0wwizrxpm5yTKb99zIHlc { width:14.375rem;height:18.8125rem;top:29.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV6Jk3ws56LSlPzw3DAqE8eV1puWq6Fu { display:flex;width:1.75rem;height:1.75rem;top:46.0625rem;left:8.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #fsnmgf1BWDrtilq5JHJImme9Lp1VwB8L { width:14.3125rem;height:10.5rem;top:29.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLzC8neyGfhKbSF8fuCRo0ooVhTrqsvU { width:1.25rem;height:1.40014375rem;top:46.3125rem;left:10.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #hCrSzgTpaMxy3sCMipFSbX9RDXq9Xoou { display:flex;width:1.75rem;height:1.75rem;top:46.0625rem;left:13.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #A5loGX8lT7ARICPnxIvwG3nNysV1hewA { width:1.25rem;height:1.40014375rem;top:46.3125rem;left:15.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #Ms3VTUaVff8LTTQQCrdXnCrlPrTbUMGP { width:13.125rem;height:0;top:67.3125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px87c1LP1A13CP8C4dhTHFHMDl14ITB2 { display:flex;width:1.875rem;height:1.875rem;top:67.3125rem;left:3.25rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #NWeOooKIADzn7f1ZI9mIMAo4bdMbTTNi { width:1.875rem;height:1.40014375rem;top:67.5625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #R3mEGG7ZsKNQmBBNU0vmkTciDJUiGmD6 { width:14.375rem;height:18.8125rem;top:50.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDDaOmxh9sq6tINVLn6798K0JHp7KMvk { display:flex;width:1.75rem;height:1.75rem;top:67.3125rem;left:8.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #iHhiR4drNV7bBEEqz0cdNePV1w4ZaG3b { width:1.25rem;height:1.40014375rem;top:67.5625rem;left:10.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #T0dTbl8TInq1w8nT6ELrCAFtcKthdoaQ { display:flex;width:1.75rem;height:1.75rem;top:67.3125rem;left:13.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #X83ucZeDmy71iIPukItKC5R4sWrDJCBD { width:1.25rem;height:1.40014375rem;top:67.5625rem;left:15.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #EoqpZimZt5vwX2fNmiCZsyofEvSUqtA2 { width:13.125rem;height:0;top:88.5rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #izbzMSqz96ZpW3Kthk0dN3r1OeuI1epM { display:flex;width:1.875rem;height:1.875rem;top:88.5rem;left:3.3125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #eAglsfwqOPvLdSTtQkG4ZwquLRoTLQ52 { width:1.875rem;height:1.40014375rem;top:88.75rem;left:5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #Ji3CRTksI8pqh5wv6rah4gZSsges0NoT { width:14.375rem;height:18.8125rem;top:71.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDqTThdnvW0PuxQZmMpLWTbO2ronTGnd { display:flex;width:1.75rem;height:1.75rem;top:88.5rem;left:8.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #kvX2VbV6u7AcIeKi4agDTB5cD5VrEhoe { width:1.25rem;height:1.40014375rem;top:88.75rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #eTTF02TknmwZgtXfS2IzgOZRsQ3UDFXv { display:flex;width:1.75rem;height:1.75rem;top:88.5rem;left:13.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #CGTQ1fDF50QgLnSrFdvBFVT0d0BhUlcR { width:1.25rem;height:1.40014375rem;top:88.75rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #bKbcRRvI6P483ngPvG5i6b6M0fdI2Twm { width:14.6875rem;height:10.875rem;top:50.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJuNa1Rtl70xaiNFDronnepoLRy1yQxg { width:14.8125rem;height:10.875rem;top:71.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmnz4xAhTVfXDymk0gUH858xM4yA0r2 { width:13.125rem;height:1.70631875rem;top:61.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZNiok1VZFZFHiQRIiranLwulhIMbrLl { width:11.6246875rem;height:2.42505rem;top:63.5625rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxilcftKt4uksKdWlAtKTUnKoRixLTun { width:13.12425rem;height:1.70631875rem;top:82.4375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ8H97GtxVknNZfpCDc6cZa0HloqhyCT { width:11.624rem;height:2.42505rem;top:84.6875rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym23hQHD3vbQ9QcnaGIzFTVnyXPJwuvq { width:13.125rem;height:1.70631875rem;top:39.875rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppCEb5riWe0IVxB7aIil6dVTwXygJQWb { width:11.56175rem;height:2.42505rem;top:42.125rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhBO63i9wBFR5lOeWIR2Jba9J30hPWqw { width:20rem;height:5.19775625rem;top:0.83658838272094rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqlKl2PFzpPiV7G7ybkea7zko6HbKTrk { width:13.43675rem;height:2.499275rem;top:91.991471290587rem;left:3.2812502384186rem;font-size:1.1875rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HbvtpE080Bvc1sJzURJu0e40okhdwBH2 { display:block; }
 }@media only screen and (max-width: 763px) { #WEa21MhLQ9T1fGPwTfDIhoNzf1IIJenx { display:block; }#WEa21MhLQ9T1fGPwTfDIhoNzf1IIJenx > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlkhWz8L8TI1y1TT0fsHh8aTACaKmERW { width:18.625rem;height:7.3095625rem;top:1.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp4SpKXAMyblrvusmZSXlorlOKZoGTiU { width:12.4995rem;height:14.3115rem;top:26.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4LJ9af2LXpTTVm6NcBRbeA4hOEnBUM7 { width:12.4980625rem;height:2.59765625rem;top:15.6875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDQMarH1QbqWlbne5rv1OPzdNwCpqz1K { width:20rem;height:6.494125rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpKQ2oI7blKk70gS7B8x2ukkg21buQSX { width:12.4995rem;height:14.3115rem;top:20.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR6J0i9ttWIW4zUl8wtNopNRUe9noE3K { display:flex;width:4.5rem;height:4.5rem;top:27.50000500679rem;left:7.7499997615813rem; }
 }@media only screen and (max-width: 763px) { #E4RC6pUqniu5AI3BU1VdGkJBNpWNEASO { width:12.499125rem;height:1.298825rem;top:32.625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmbP86zAhmu9v9ibH6pUSwqx6zXNonIQ { width:19.1865rem;height:6.494125rem;top:34.8125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3ZKnJccyz0FODbstPafXGiLwDlXrJ3 { width:12.5rem;height:14.3125rem;top:39.75rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czVCFcTQwFzCTDklTMuTpyie4x6VnE0M { display:flex;width:4.5rem;height:4.5rem;top:43.8125rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #J3WZrDTcRwNxWTh1BOx14WeOMMXMIyrT { width:12.4980625rem;height:2.59765625rem;top:49.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy3qbz9V1egBiBqsoeGycxro95LT1ofw { width:19.9980625rem;height:6.494125rem;top:52.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acSwwarizODxcVrzkJVQo5CffIumduh9 { display:flex;width:4.5rem;height:4.5rem;top:10.625rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #e0Dq1gbF78e78QVRyh2nLulwuM0ohahF { width:12.5rem;height:2.59765625rem;top:65.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zanfAF1H9qdTsLQnn8B1PHafNLoh2IUo { width:18.124125rem;height:3.8964875rem;top:68.625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWAMr0FtVTcxQPn1JD4RL9gmMQgk6VV6 { display:flex;width:5.4375rem;height:5.4375rem;top:10.305557250976rem;left:7.2812502384187rem; }
 }@media only screen and (max-width: 763px) { #xleW2ioqTrkMDhVSkV6Wc8VWBczLMdvz { display:flex;width:4.5625rem;height:4.5625rem;top:60.3125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 { display:block; }#JaZ5aXohWTHBUVwyLq1bBgx5FfoZUQ92 > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS0xqO2DX3sQm2SDUJ7hDpOCvGsiuqrk { width:19.99825rem;height:5.19775625rem;top:1.3351440429688E-5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKDc4abB9TZsKMo5bGTmXpBFq83dCVSv { width:17.7494375rem;height:18.0619375rem;top:5.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J96Tm75C8Vs5TPIyoHpMXm66raUf1kKx { width:17.7494375rem;height:18.0619375rem;top:45.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u19yAKupJKTnGsNObCzJxVXtc3DEN6Ur { width:17.6873125rem;height:17.9368125rem;top:65.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGFqTPqFgrdWHaJlToiZiXUZeWB88vxT { width:12.4369375rem;height:1.70631875rem;top:23.25rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #La2pCATDmk0Mz7y03fBo0qXxcTtUMdST { width:12.4369375rem;height:1.70631875rem;top:63.4375rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr2Kg4tXODTv4F0l20aTBTParLSCT5sz { width:12.4369375rem;height:1.70631875rem;top:83.25rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SasIF2Pb9ZM83K9TIdbLmexwZ6aIzrfh { width:17.6243125rem;height:18.1223125rem;top:25.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbFziBrxp9B3L6JSPWmfJIJ2En1TOdL4 { width:12.4360625rem;height:1.70631875rem;top:43.5rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ { display:block; }#ifKmzLLB870yFAm1wb1PJ1kPS6CaJDiZ > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0iQXbVKrWLqywqg4AridbJ7WVcNU0DT { width:19.3125rem;height:1.13769375rem;top:10.875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C552LswZ5lme0a2FM8lTVhBVeuSU7HoN { width:19.3125rem;height:1.13769375rem;top:44.625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCEDVu3MS35TahddBF1cFhEI27FH5pNT { width:15.624rem;height:6.82616875rem;top:10.875rem;left:2.185546875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pgeyf8qTSXyyufXBDpLTaPFCEHu0Og3T { width:14.499rem;height:6.82616875rem;top:28.5615234375rem;left:2.74951171875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qh0vBDKMJQBgFdqsQG4kFUlcwXoEahWp { width:15rem;height:7.9638625rem;top:45.76171875rem;left:2.4990234375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZWKaeBI6qTfU2aMsdUmunJigtAneHka { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsophVOUpx2hx74rxef1MlpCoFBnly5d { display:flex;width:3.061525rem;height:3.061525rem;top:5.8125rem;left:8.46826171875rem; }
 }@media only screen and (max-width: 763px) { #VN2mAwkoI6cdQqZEOnbk3SAvDAEiRBMA { display:flex;width:3.061525rem;height:3.061525rem;top:7.90576171875rem;left:8.46826171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #egLnqz4sPZUBJ99UXJ4ZWy3afD9ehCHy { width:19.374rem;height:15.9375rem;top:4.49853515625rem;left:0.310546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c45fWoos8ySppSLUf3EHdcPCHtD3GmBz { width:19.125rem;height:15.6875rem;top:21.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIIiAykXtafms1TQgANcXumPIscWX1N9 { display:flex;width:3.061525rem;height:3.061525rem;top:23.3115234375rem;left:8.46826171875rem; }
 }@media only screen and (max-width: 763px) { #xh7mEtBDPRGknQoM05ZrOPKZQpfTMSwa { width:19.375rem;height:15.9375rem;top:38.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0V2RR0Nv6KpWAXyFGUH1TBMLZpEc4LB { display:flex;width:3.0625rem;height:3.0625rem;top:40rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #Q5Wph3ouIwixNQoHkHT00Gk4wX3JPxJF { display:flex;width:1.5625rem;height:1.5625rem;top:43.6875rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #ziaCwzPJgeUeeqtKHteRdrnNtB3rnfBz { display:flex;width:1.5625rem;height:1.5625rem;top:43.6875rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #gF887eAIs9nEO1AlkQMJOepTyVEkZTCn { display:flex;width:1.5625rem;height:1.5625rem;top:43.6875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #eTqWPti4yVoLO2m24HoxJPzM2fiHvDOS { display:flex;width:1.5625rem;height:1.5625rem;top:43.6875rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #oD4foX4KDTmMhxR9u4CezypTaPZeHoxp { display:flex;width:1.5625rem;height:1.5625rem;top:43.6875rem;left:12.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #kNuqxo0LlpFfTocVdkh6cZR0HJK6UZXs { display:flex;width:1.5625rem;height:1.5625rem;top:70rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vS3k3LMARzu2S2kcIT6bmD8LSLCVP7sV { display:flex;width:1.5625rem;height:1.5625rem;top:72.8125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuXpfE0siHQhG5lx6RFPec4BcXVxKoAy { display:flex;width:1.5625rem;height:1.5625rem;top:75.625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7N3vphNTbPArDZe26EruXuHxz360FN3 { display:flex;width:1.5625rem;height:1.5625rem;top:78.4375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZ29tgTRGoeeFNzX459h43nSzfzrPKUx { display:flex;width:1.5625rem;height:1.5625rem;top:81.25rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cnxa6LgTpNUACvL2CcbBL0OZ5n2D7Nqx { display:flex;width:1.5625rem;height:1.5625rem;top:84.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXsTEVL3BEXmJOfP5PlPvGHfmwaL4aHQ { display:flex;width:1.5625rem;height:1.5625rem;top:86.875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcPbkIN8INEeS1gBA1OIpphDS6oiof8v { display:flex;width:1.5625rem;height:1.5625rem;top:89.6875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hL2dALWubRLvuqNaTeHQBu7gtItqelXc { display:flex;width:1.5625rem;height:1.5625rem;top:92.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIgN6LVb3dGUILAkumtcP2Q0scdWLfO5 { display:flex;width:1.5625rem;height:1.5625rem;top:26.625rem;left:7.8125rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #THAD78R7p8u8CTkCM1kcJaAXdByADTmO { display:flex;width:1.5625rem;height:1.5625rem;top:26.625rem;left:6.25rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #dLSIra4ZWRZAAtpg3hPgfRRd5E9Jbvk6 { display:flex;width:1.5625rem;height:1.5625rem;top:26.625rem;left:9.375rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #DIGRhFvDuCHiTegGMvo6lhna7SZT6Xqn { display:flex;width:1.5625rem;height:1.5625rem;top:26.625rem;left:10.8125rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #pgNsWlhDFsWqMcKrAPJxa2VJPwtuiSLd { display:flex;width:1.5625rem;height:1.5625rem;top:26.625rem;left:12.3125rem;font-size:1.0625rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #DLe1dZX2s9UuohGDQo1CrQHcki3GEBPk { display:flex;width:1.5625rem;height:1.5625rem;top:9.0625rem;left:6.1875rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #WL6IJICaERJEuGqtUyBi1XzuVrLSgrf6 { display:flex;width:1.5625rem;height:1.5625rem;top:9.0625rem;left:7.75rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #AVNgmEccIMyflLetOmHBtcqCqRLBQVh5 { display:flex;width:1.5625rem;height:1.5625rem;top:9.0625rem;left:9.3125rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #S9OanC1q5galpVgvbRJVMuxf1qDT5MFO { display:flex;width:1.5625rem;height:1.5625rem;top:9.0625rem;left:10.75rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #UZdSUJKWIfNMaumteEIDHoHOzkIC94yS { display:flex;width:1.5625rem;height:1.5625rem;top:9.0625rem;left:12.25rem;font-size:1.0625rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL { display:block; }#X1MRfGfdwp6izplmHmK6t3ln0PWIiDPL > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBy7FkhTlEqJ80iHRwPU5TZUUzh8TXbW { width:19.1875rem;height:8.125rem;top:0.7890625rem;left:0.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCotbPRE69LdDMZp2ZOF52CEMN6G5E5g { width:16.0625rem;height:3.5rem;top:15.190089225769rem;left:1.96875rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HKtXeUPQpO0w9QTtCF4VvuJxyXDHl0KR { display:block; }
 }@media only screen and (max-width: 763px) { #yQuXX9QRbZNVrrLwFpBukgy90UOrdaAM { width:19.3125rem;height:3.8964875rem;top:9.9774141311644rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 { display:block; }#cqf8RVtHwbHaI7AIT8ReORmTlcdcBdU6 > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRQI6Zb7l9AD5ToT85Qptm4Ni19pdPG2 { width:19.3125rem;height:7.963875rem;top:3.8125rem;left:0.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhCbB4ifpzX9iyb8bxweh2bxSTr3h9Ax { width:8.49825rem;height:2.0625rem;top:0.625rem;left:5.7491319179535rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDnlbTzpc4lvkNPN4TeQyJAoN7KVLU3D { width:19.25rem;height:3.4130875rem;top:15.5rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdvDn1I9K4QtRVfaVATOW4NSKfyzbVmH { width:15.2495625rem;height:2.448725rem;top:13.120658874512rem;left:2.3741319775581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { position:relative;z-index:auto;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:2.2753875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }