.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,228,224;--color-primary-1:254,139,123;--color-primary-2:255,119,100;--color-primary-3:153,71,60;--color-primary-4:51,24,20;--color-secondary-0:239,249,255;--color-secondary-1:234,248,255;--color-secondary-2:72,176,247;--color-secondary-3:58,143,200;--color-secondary-4:18,192,197;--color-tertiary-0:255,255,255;--color-tertiary-1:112,112,112;--color-tertiary-2:88,88,88;--color-tertiary-3:64,64,64;--color-tertiary-4:0,0,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Roboto"; }@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-secondary-1),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQC4IwNQlbalrB5UzetDxOiIt1u1Mi68 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #5d92ff;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }#hQC4IwNQlbalrB5UzetDxOiIt1u1Mi68 > .row .container { background-color: transparent; background-image: none; }#hQC4IwNQlbalrB5UzetDxOiIt1u1Mi68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQC4IwNQlbalrB5UzetDxOiIt1u1Mi68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQC4IwNQlbalrB5UzetDxOiIt1u1Mi68 > .row .container > .video-iframe-container { display: none; }#hQC4IwNQlbalrB5UzetDxOiIt1u1Mi68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQC4IwNQlbalrB5UzetDxOiIt1u1Mi68 > .row > .video-iframe-container { display: none; }#hQC4IwNQlbalrB5UzetDxOiIt1u1Mi68 > .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); }#hQC4IwNQlbalrB5UzetDxOiIt1u1Mi68 > .row .container { border-width: 0; border-radius: 0; }#hQC4IwNQlbalrB5UzetDxOiIt1u1Mi68 > .row > .video-iframe-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#hQC4IwNQlbalrB5UzetDxOiIt1u1Mi68 > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#gqniHqobnCHFOiDv3wQ0pyZTBqAo1FXA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:38.75rem;display:block; }
#zwurbUOE8ZzCf6tlTQP2h95nKLz0ThKG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mG8bemubv8AgIVLgvqX1Z0q1WUEiNOnl { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:44.5625rem;display:block; }
#abRxecU1rk5GqDQQXhXsbTyO3GeGxTmO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JVk0yu3KxOuI9lwRBAw8hN8fO3NHf6uM { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:53rem;display:block; }
#U4KTUOOsDGRynsxhQ7CrUD1SsooUTWML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N6cqZTETibqAAfhadV3EbPt8yvFC8LnG { background-color:#fe8b7b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.4375rem 0rem #ff5b44 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.1875rem;left:59.3125rem;display:block; }
#ZTBsIo5W8RSUyuezV1yEmdDPtQHDf7SS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yi4yFGxJnyedyv0ELvIinwqtO0lSaGya { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.375rem;display:none; }
#tHc0ZzyN81God8s9FAppthkeah8g5HKw { color:#48b0f7;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:1.16845703125rem;left:6.1875rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sG7rkQdAcTE9CzW7HE323eSVHsEHKbbs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:0.9375rem;left:1.375rem;overflow:hidden;display:block; }
#Is7TQcpTgyekrXrsvZ3t5rTgq3sMAX7O { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.03125rem;left:23.3125rem;display:block; }
#mOGRgT7tu2HrDQAwia9TFP31J3KbG4up { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RSaLGDBlJ5KgiUcgZJclT0BriSHuAU0E { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.03125rem;left:30.3125rem;display:block; }
#TsHizWEwn1TbK8kX95bn12JTDvAcIBpl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTICiQWKQ6zDbmZlbsOb60uklP6IKsl8 { background-color:#eaf8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wTICiQWKQ6zDbmZlbsOb60uklP6IKsl8 > .row .container { background-color: transparent; background-image: none; }#wTICiQWKQ6zDbmZlbsOb60uklP6IKsl8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTICiQWKQ6zDbmZlbsOb60uklP6IKsl8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTICiQWKQ6zDbmZlbsOb60uklP6IKsl8 > .row .container > .video-iframe-container { display: none; }#wTICiQWKQ6zDbmZlbsOb60uklP6IKsl8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTICiQWKQ6zDbmZlbsOb60uklP6IKsl8 > .row > .video-iframe-container { display: none; }#wTICiQWKQ6zDbmZlbsOb60uklP6IKsl8 > .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); }#wTICiQWKQ6zDbmZlbsOb60uklP6IKsl8 > .row .container { border-width: 0; border-radius: 0; }#wTICiQWKQ6zDbmZlbsOb60uklP6IKsl8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wTICiQWKQ6zDbmZlbsOb60uklP6IKsl8 > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#IPBoOZTW7IOpVJqmJh9CObcmm645t047 { color:#444444;display:block;width:71.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.17578125rem;left:1.84375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tPzuI5cRtOoA7zvFHLJTAmToTVeGB9tS { box-sizing:content-box;height:16.6875rem;width:23.75rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.3125rem;left:43rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#vZXN2kekJ8QoaxvbWsHydosrv6qJ7wtR { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:8.625rem;left:48.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tE2MkNLzzuzK9S9GnO997l3QqqyB0NhR { color:rgba(var(--color-tertiary-1),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:11.375rem;left:46.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EneTHOr32vfFCTVbhMvpJaeiNFDHTwTr { box-sizing:content-box;height:3.375rem;width:18.75rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:12.875rem;left:45.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aNoASX6DuZvu5Nd8XvMSnqW5NkRRBkuC { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:12.9375rem;left:49.125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IkoDwdzoTTxxcGyhVexLvTykh6fRybhE { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:15rem;left:49.125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2vSLmx077PK18QERmU9QI4y1b44O8fM { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.4375rem 0rem #ff5b44 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:2.75rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:16.5625rem;left:44.75rem;display:block; }
#FkRkRV9OZZHWbfQBNKrQpO9LAo8gPTeS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UdgZvTvzCppWkwTklrVby1bt7bBFl0Tz { box-sizing:content-box;height:10.0625rem;width:26.25rem;position:absolute;display:block;z-index:15104;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;top:15.75rem;left:11.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#VcGqfUSV8TN5sPBE2MIElfadK1DEMHPR { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:18.375rem;left:12.25rem;height:4.2246125rem;font-style:normal;display:block; }
#lN0BlTduh1LQA7VXuTB3iJNEUK9EVVRG { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:23rem;left:12.25rem;height:2.4375rem;font-style:normal;display:block; }
#BqeE0OobTIsOMLdCtARi9NDETBcup3rI { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:17.5rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:8.3125rem;left:11.75rem;display:block; }
#AQJn9FpdQRey6AQUEycofuRu1ZwnFlUc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TSvLGPUynvHKip7z3omuXPL0PpgGA2pa { position:absolute;display:block;z-index:15089;height:3.125rem;width:20.625rem;top:19.875rem;left:44.5625rem;display:block; }
#DcZhU7qmCcP7idWBhBgS4GtT7TIukdL0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60.0625rem;height:3.1875rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:4.25rem;left:7.4375rem;display:block; }
#SUNKdHdXVtDOBnw4T9y6mxcMueewcC6F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c4Od97Gzv3qezxtCgZTTdJFkdI0A4dPF { position:absolute;display:block;z-index:14999;height:3.1875rem;width:60.0625rem;top:4.25rem;left:7.5rem;display:block; }
#Q3wtPTMHdAEexGGzT24T3EFdVmbZviMU { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:17.5rem;width:26.25rem;top:8.3125rem;left:11.6875rem;overflow:hidden;display:block; }
#suRwxolmldc7Ngesi8b7vKP0vin8htQk { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:15058;line-height:1.5;letter-spacing:0;top:10.875rem;left:17.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cCf07fnBDlJhp6T8toIpLCbQ3ztHPcHQ { box-sizing:content-box;height:4.0625rem;width:23.75rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.375rem;left:13.5rem;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: 0.0625rem 0.0625rem 0.1875rem rgba(77,171,247,0.5) ;display:none; }
#Py0Buy5XL2eVh4cInrB93kxAWoRTN954 { color:#4dabf7;display:block;width:18.75rem;position:absolute;font-family:lora;font-size:0.875rem;font-weight:400;z-index:15059;line-height:1.5;letter-spacing:0;top:12.5625rem;left:17.1875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ShZTGKEKdmkcId6gDHPLoAkO7C2HrEdA { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:10.875rem;left:14.0625rem;overflow:hidden;display:none; }
#Bwiuc3xTlUG4FavDKcCUPHe4FXDfwI69 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60.0625rem;height:3.1875rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:4.3125rem;left:7.09375rem;display:none; }
#qT8C1HFEGwtU2ayMIyFdFQktf1WDrenQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#liUUzT8sEMdV9ylaBEwyBsfPI0RaXVOf { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.8125rem;top:37.25rem;left:46.9375rem;overflow:hidden;display:none; }
#p1acbPTLFTJyat8VPuk8yQwzwZCIH2PE { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:37.4375rem;left:50.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#m7EA0U9TeTLaKrCN9O2IeiHNocIvLLkf { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:39.75rem;left:47.4375rem;overflow:hidden;display:none; }
#MzuwB8csd5aSWvcOTNc4IprVszfVZuBK { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:40.0625rem;left:50.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UG63JzKMhqXhuh8tBBeCQe1gB3X5qMQo { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:42.125rem;left:47.4375rem;overflow:hidden;display:none; }
#f4nUz7FMaQgXTC9agkUGiUgioTH5S6b2 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:42.4375rem;left:50.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qZClMfOWdAsAwPrIkEJPg8i6qHHuemBy { position:absolute;display:block;z-index:15099;height:5.5rem;width:68.25rem;top:26.6875rem;left:3.375rem;display:block; }
#T9EGFTFvf7boOGIC2FJCHUrPBX8ka3cT { 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; }#T9EGFTFvf7boOGIC2FJCHUrPBX8ka3cT > .row .container { background-color: transparent; background-image: none; }#T9EGFTFvf7boOGIC2FJCHUrPBX8ka3cT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9EGFTFvf7boOGIC2FJCHUrPBX8ka3cT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9EGFTFvf7boOGIC2FJCHUrPBX8ka3cT > .row .container > .video-iframe-container { display: none; }#T9EGFTFvf7boOGIC2FJCHUrPBX8ka3cT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9EGFTFvf7boOGIC2FJCHUrPBX8ka3cT > .row > .video-iframe-container { display: none; }#T9EGFTFvf7boOGIC2FJCHUrPBX8ka3cT > .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); }#T9EGFTFvf7boOGIC2FJCHUrPBX8ka3cT > .row .container { border-width: 0; border-radius: 0; }#T9EGFTFvf7boOGIC2FJCHUrPBX8ka3cT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9EGFTFvf7boOGIC2FJCHUrPBX8ka3cT > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#wGAkL1K8vqrA8qH7X1hAaFAdlOgOavbk { color:rgba(var(--color-secondary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5625rem;left:4.40625rem;height:7.7998125rem;font-style:normal;display:block; }
#E5vBLBXD3yBhgXe9OTk1Pf2t3PVknxvu { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:13.3125rem;left:4.40625rem;height:5.5996125rem;font-style:italic;display:block; }
#CX5MXdwUSm6WuWvAUKzx24FxpGSSTriq { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:19.75rem;left:4.40625rem;display:block; }
#biATUIcS6uRxIGnVTObCI7S4IqiTcSUB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PgTfDwAJTmdMzcpFhXTV7fKg1HAbPGJS { box-sizing:content-box;height:3.0625rem;width:20.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.1875rem;left:4.40625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#dR0M0L07qB0NHKzgpCdTOyP6GfsTUTIO { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:26.5rem;left:8.1875rem;height:1.4624rem;display:block; }
#lDfvv7uukTibZUqOfkWCPR7Pu1JPR9EP { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.6875rem;left:8.0625rem;height:1.4624rem;display:block; }
#WTLyyEhfNSMfFiGV2aW6OmEovwNXPpU9 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:31.0625rem;left:8.0625rem;height:1.4624rem;display:block; }
#ut8HU4hZoV6GcieMU8A1oiZhgeVZTpG2 { 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:15023;opacity:1;top:26.29345703125rem;left:5.59375rem; }
#HW1lznI71ar62btZtoqrds0VDcXhpKWT { 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:15024;opacity:1;top:28.48095703125rem;left:5.59375rem; }
#G4a7BwdyzGPV8Rok2IcC81yT9zvTkrvX { 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:15025;opacity:1;top:30.85595703125rem;left:5.59375rem; }
#VBdxq83ZxD3Evt3nyF21QLyJVAzbVmum { box-sizing:content-box;height:36.25rem;width:16.25rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:1.875rem;left:44.03125rem;display:block; }
#c7VVioZLIONeT14lJBAhZA8LTuTzg62W { color:rgba(var(--color-secondary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.25rem;left:45rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hk0xi9cMWb6LcZ2bZi32pWIoWgCS2qdc { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.25rem;left:59.78125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pc1To4ZxPfdZ61SiXi2uxDzT2HXRa0E7 { color:rgba(var(--color-secondary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:7.16259765625rem;left:45rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5rJpG1vCLSdl2bfsxRfE24ZXARF5IDl { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:7.24365234375rem;left:59.78125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTfiZGWJ2ZvJowISJwxRD5rZXJ8XcNNg { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:lora;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:7.71875rem;left:26.875rem;height:1.48730625rem;font-style:italic;display:block; }
#TThNw3UChiQ5ivu1rvkPvucvstznEEKF { box-sizing:content-box;height:0.0625rem;width:46.875rem;position:absolute;display:block;z-index:15030;background-color:#d0d0d0;background-image:none;top:10.5625rem;left:26.875rem;display:block; }
#cHq630ZiCwUhA6XTSXQvSxrJzFoBfUgi { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.625rem;left:26.875rem;height:1.625rem;font-style:italic;display:block; }
#neKW9z6DW11Nt9TgGvvEoc52E9MByslw { box-sizing:content-box;height:0.0625rem;width:46.875rem;position:absolute;display:block;z-index:15031;background-color:#d0d0d0;background-image:none;top:14.25rem;left:26.875rem;display:block; }
#oHdAtCwBD22Wv5DyuEJUGSvCbcRDTLUK { box-sizing:content-box;height:0.0625rem;width:46.875rem;position:absolute;display:block;z-index:15032;background-color:#d0d0d0;background-image:none;top:18rem;left:26.875rem;display:block; }
#UP963GpyGqom4t8upnz9SBDhOVNtMeFq { box-sizing:content-box;height:0.0625rem;width:46.875rem;position:absolute;display:block;z-index:15033;background-color:#d0d0d0;background-image:none;top:21.65625rem;left:26.875rem;display:block; }
#taBcyE7l2HcZ04QJIl6FmcV6Z7XeuGSH { box-sizing:content-box;height:0.0625rem;width:46.875rem;position:absolute;display:block;z-index:15034;background-color:#d0d0d0;background-image:none;top:25.375rem;left:26.875rem;display:block; }
#ZOcsVT8po3dyHiC7QOD7KscI1vzVawnz { box-sizing:content-box;height:0.0625rem;width:46.875rem;position:absolute;display:block;z-index:15035;background-color:#d0d0d0;background-image:none;top:29rem;left:26.875rem;display:block; }
#oTrVHMUh7Zn6woJxHHkuM7GRNTXtef7G { box-sizing:content-box;height:0.0625rem;width:46.875rem;position:absolute;display:block;z-index:15036;background-color:#d0d0d0;background-image:none;top:32.7119140625rem;left:26.875rem;display:block; }
#rl0SDWPh0lq3vXyMSBGnckuximTJTMhx { color:rgba(var(--color-tertiary-2),1);display:block;width:16rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:15.25rem;left:26.875rem;height:1.75rem;font-style:normal;display:block; }
#xGPyxKtFXqPW1lKelnqDpeTC3qfgkUHn { color:rgba(var(--color-tertiary-2),1);display:block;width:16.75rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:19.125rem;left:26.875rem;height:1.75rem;font-style:normal;display:block; }
#oKkpRMCxmEt88QkEFTDT9aqA2oiIVylH { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:22.5625rem;left:26.875rem;height:1.75rem;font-style:normal;display:block; }
#nCZGaOVf1nZzMXBfoFTHubESeR40RLhz { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:26.35595703125rem;left:26.875rem;height:1.75rem;font-style:normal;display:block; }
#mStRvUzLBSdqGm44SS1RpnMxLKk2Icru { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:30.14892578125rem;left:26.875rem;height:1.75rem;font-style:normal;display:block; }
#DPB9NTfBrsp0skafTmsOeZu8mXUuzFqV { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:34.1875rem;left:26.875rem;height:1.75rem;font-style:normal;display:block; }
#XkgvFqaN69vT0k4CTwiwW7hzxs1IFoOl { color:rgba(var(--color-secondary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:11.75rem;left:45rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qPXECaCqOhqEi9BLqMoGexr0fbZv4x9V { color:rgba(var(--color-secondary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:15.3125rem;left:45rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kZvPmOTSZMSQPJni20RWrRrh4dKtceq9 { color:rgba(var(--color-secondary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:19.1875rem;left:45rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5CSodx26xNU8pdnB2tVXPO18Aq3QpXx { color:rgba(var(--color-secondary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:22.6875rem;left:45rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IA9yLMGfPkRnHLW810mDXu5BVXOr2Msz { color:rgba(var(--color-secondary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:26.41845703125rem;left:45rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZ50WkZ5xxUqk2hiveqnBWcMKm2JsUdT { color:rgba(var(--color-secondary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:30.14892578125rem;left:45rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uFMD7bMeCvFHx3XfJOwx1gTZCGWSeDzS { color:rgba(var(--color-secondary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:34.25rem;left:45rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QnPQzN7dRz7ZQK9EPRLKVqq87i2XCyrT { color:rgba(var(--color-tertiary-1),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:11.75rem;left:61.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IoPuu5bZkhgkhXq13I0ozaAO6JGenQim { color:rgba(var(--color-tertiary-1),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:15.3125rem;left:61.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akyUEwsRXgToKVIK0c3knTgIs5QMU9nR { color:rgba(var(--color-tertiary-1),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:19.1875rem;left:61.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yz4Nlo9rlrzGFsHy7raKnUS3p6O3tsFX { color:rgba(var(--color-tertiary-1),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:22.6875rem;left:61.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WNImLVvT3TFmUGI5XkXORT2MAQ40FnAt { color:rgba(var(--color-tertiary-1),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:26.41845703125rem;left:61.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gMbtWdfm0nphXQgVDJK3JiPKuC47JsJ7 { color:rgba(var(--color-tertiary-1),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:30.14892578125rem;left:61.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x8sxI1dupHiQD3aymUueh4tavzoiVE5z { color:rgba(var(--color-tertiary-1),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:34.25rem;left:61.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vIS0J2Ff7K2dVT1FkOT47ADIoVhPQBHr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57.125rem;width:37.5rem;display:none; }
#qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b17f1647-1949-4c53-96e9-666a9ebf1d5e/Background2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz.adaptive-delivery-prevent-bg, #qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz.lazyload, #qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz.lazyloading { background-image: none; }#qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz > .row .container { background-color: transparent; background-image: none; }#qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz > .row .container > .video-iframe-container { display: none; }#qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz > .row > .video-iframe-container { display: none; }#qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz > .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); }#qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz > .row .container { border-width: 0; border-radius: 0; }#qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#QagnxFzXT1N9rP78BqyfZ1eAq1tTZiCP { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2119140625rem;left:3.21875rem;height:7.7998125rem;font-style:normal;display:block; }
#XhXnH6Uo2WFwtbiBLIHmgBJ93dcvWVg6 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:12.0625rem;left:3.21875rem;height:5.25rem;font-style:italic;display:block; }
#JVJlpVklDfOSP8Vz7siANxtcb0OBeU0B { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:29.0625rem;left:3.21875rem;height:7rem;font-style:italic;display:block; }
#Bq5eqzEB4vT4pC7qadtCM9y6QM8U8u9q { position:absolute;display:block;z-index:15004;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.5625rem;width:9.375rem;top:19.5rem;left:13.34375rem;overflow:hidden;display:block; }
#OtirxyOk3KuqRUBKaUNnyaIPBEbWthMP { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.44921875rem;left:51.1875rem;height:1.625rem;font-style:normal;display:block; }
#FbV0yZushQWEIINv34KIw2N0P5nf0odL { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.3125rem;left:55.40625rem;height:1.625rem;font-style:normal;display:block; }
#IQAkfhTDQvkyisBHyQaCn5bE8XzyLpK3 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.9375rem;left:55.40625rem;height:1.625rem;font-style:normal;display:block; }
#RTuEhQhMROWSJCSLrv9q8fkwkCvye9VU { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.375rem;left:55.40625rem;height:3.25rem;font-style:normal;display:block; }
#NKcwJoq5gNeKqtwoLEWAW3HdPGqhKopi { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.3125rem;left:55.40625rem;height:1.625rem;font-style:normal;display:block; }
#ZmUv7WquwzmZKdmWyomkxUUZc5g2vwvn { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.75rem;left:55.40625rem;height:1.625rem;font-style:normal;display:block; }
#wCgp1wSHPXVig2sxa2LulEOyb8yJTRLT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.25rem;left:55.40625rem;height:1.625rem;font-style:normal;display:block; }
#JoCpeOx6lH1iugqERRlUyUqomVe1w1nO { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.75rem;left:55.40625rem;height:1.625rem;font-style:normal;display:block; }
#wqUCZGzU5EnfZ02iy9nsvFTPROT0teSM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:12.0625rem;left:51.84375rem;overflow:hidden;display:block; }
#LWd9sOg1SPEXe5EUoHwcd4LOpXAM5uBq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:16.875rem;left:51.84375rem;overflow:hidden;display:block; }
#axQ6fg8FGOvXC4O9NvntIwrNyoSBAG1f { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:20.875rem;left:51.84375rem;overflow:hidden;display:block; }
#D2EQfwIaOJOn3CTtbVg1zom6gEsPzbtT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:24.3125rem;left:51.84375rem;overflow:hidden;display:block; }
#HPI142cwR3k4dGO1P1qNZ9d7AWtkN2BC { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:27.8125rem;left:51.84375rem;overflow:hidden;display:block; }
#c3UKxiqovOphRocr7uvHnvLGDT74ZuOu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:31.3125rem;left:51.84375rem;overflow:hidden;display:block; }
#hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 { position:relative;display:none; }#hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 { border-width: 0; border-radius: 0; }#hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 > .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; }#hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NXwEarusxIztGpPnfoiPsJLHdRH6euMI { color:rgba(var(--color-secondary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.625rem;left:2.78125rem;height:7.7998125rem;font-style:normal;display:none; }
#DmTgf3hd4dAZA1CHMKODhFJuKH9TTirX { color:rgba(var(--color-tertiary-2),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:7.5625rem;left:27.875rem;height:12.25rem;font-style:italic;display:none; }
#pTD09egLGLIHaJMir07rnUJ7f1FbyPF5 { 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; }#pTD09egLGLIHaJMir07rnUJ7f1FbyPF5 > .row .container { background-color: transparent; background-image: none; }#pTD09egLGLIHaJMir07rnUJ7f1FbyPF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTD09egLGLIHaJMir07rnUJ7f1FbyPF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTD09egLGLIHaJMir07rnUJ7f1FbyPF5 > .row .container > .video-iframe-container { display: none; }#pTD09egLGLIHaJMir07rnUJ7f1FbyPF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTD09egLGLIHaJMir07rnUJ7f1FbyPF5 > .row > .video-iframe-container { display: none; }#pTD09egLGLIHaJMir07rnUJ7f1FbyPF5 > .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); }#pTD09egLGLIHaJMir07rnUJ7f1FbyPF5 > .row .container { border-width: 0; border-radius: 0; }#pTD09egLGLIHaJMir07rnUJ7f1FbyPF5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTD09egLGLIHaJMir07rnUJ7f1FbyPF5 > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#nRk57sDSXT8wPQVa3gyy60hUEVCmWxTB { color:rgba(var(--color-secondary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.625rem;left:2.78125rem;height:7.7998125rem;font-style:normal;display:block; }
#dHkKhV64i2JGTSHVwXSsHeTQcynEpOhQ { color:rgba(var(--color-tertiary-2),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:7.5625rem;left:27.875rem;height:12.25rem;font-style:italic;display:block; }
#EiduTQ6HQ2UipFQ0xQFvsDg7L2fXe2JB { color:#0ea5a9;display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:22.5625rem;left:33.5rem;height:3.5rem;font-style:normal;display:block; }
#CTK9ubFig9x0W7tiz8h53Isy9o8PyLnT { color:#0ea5a9;display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:22.5625rem;left:58.5625rem;height:1.75rem;font-style:normal;display:block; }
#KbePfcecrg76NhqKxfNBrr5mmt41ea8I { color:#0ea5a9;display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:32.3125rem;left:33.5rem;height:1.75rem;font-style:normal;display:block; }
#akhQ9HL9nXehZAkMVcxb2Ko6A1U7MsQy { color:#0ea5a9;display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:32.3125rem;left:58.5rem;height:1.75rem;font-style:normal;display:block; }
#g3Hg9obNsrAnV7y6yv6CHUMBb26sR9H2 { 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:4.375rem;width:4.375rem;top:23.1875rem;left:27.875rem;overflow:hidden;display:block; }
#RbQTrFzhFqMiyfOivSUGKp9II3AQgent { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.875rem;top:23.5625rem;left:53.1875rem;overflow:hidden;display:block; }
#p3TVgSG8F6C9P08GiWx9qPa1KXtTNBb9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:2.8125rem;top:32.3125rem;left:28.5625rem;overflow:hidden;display:block; }
#m0VgHq7bPVBCiZ97dvxTyUbN4Oop32SJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.5rem;top:32.3125rem;left:53.375rem;overflow:hidden;display:block; }
#zr3ENckIqx8rQQD1MaJUXPlghLwPSXRZ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:26.625rem;left:33.5rem;height:3.1497375rem;font-style:italic;display:block; }
#THcgxnDHWAZaWx8KVVRwtJaEEy7pGbLi { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:34.5625rem;left:33.5rem;height:1.57486875rem;font-style:italic;display:block; }
#MxwrXJT37VhoXH7tLJ1XfDF0MRFV5J9U { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:34.8125rem;left:58.375rem;height:3.1497375rem;font-style:italic;display:block; }
#k0cuO2GRbeFxVRW3vk1HFvftxDT0F7xt { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:24.3125rem;left:58.625rem;height:3.1497375rem;font-style:italic;display:block; }
#xDbsZMCuxt9QgTFLcykzLr1IdqqwDJov { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#xDbsZMCuxt9QgTFLcykzLr1IdqqwDJov > .row .container { background-color: transparent; background-image: none; }#xDbsZMCuxt9QgTFLcykzLr1IdqqwDJov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDbsZMCuxt9QgTFLcykzLr1IdqqwDJov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDbsZMCuxt9QgTFLcykzLr1IdqqwDJov > .row .container > .video-iframe-container { display: none; }#xDbsZMCuxt9QgTFLcykzLr1IdqqwDJov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDbsZMCuxt9QgTFLcykzLr1IdqqwDJov > .row > .video-iframe-container { display: none; }#xDbsZMCuxt9QgTFLcykzLr1IdqqwDJov > .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); }#xDbsZMCuxt9QgTFLcykzLr1IdqqwDJov > .row .container { border-width: 0; border-radius: 0; }#xDbsZMCuxt9QgTFLcykzLr1IdqqwDJov > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xDbsZMCuxt9QgTFLcykzLr1IdqqwDJov > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#AiKfE4cFus2xu003hP8KzX8zAAAt9gL8 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0625rem;left:6.40625rem;height:7.7998125rem;font-style:normal;display:block; }
#GPlP1vaQysFowWWrdRO66FdIs3M3cmly { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:4.9375rem;left:41.03125rem;height:3.1497375rem;font-style:normal;display:block; }
#XonT8eVohauHEo0VTntlU9QTH0VLB1kb { 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:15008;opacity:1;top:9.5rem;left:41.0625rem; }
#HGV2q1gSnL2N3F8LZT8feNxcp588qzDL { color:#ffd6d4;display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.625rem;left:43.9375rem;height:1.625rem;font-style:normal;display:block; }
#E0Sv7ULs3n49m0DdexDVEw4cD2M422qT { 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:15010;opacity:1;top:13rem;left:41.0625rem; }
#mTPTWsTBrhwKK8TEurf6CbRcd6SuhUo8 { color:#ffd6d4;display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.125rem;left:43.9375rem;height:1.625rem;font-style:normal;display:block; }
#lt3lw36qcrU8kqDf8OfM1vogaFFhwAh4 { 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:15012;opacity:1;top:16.5625rem;left:41.0625rem; }
#aVF9NJreFrGAVZzSzzw5Gyt3Vo2cxqTI { color:#ffd6d4;display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.6875rem;left:43.9375rem;height:1.625rem;font-style:normal;display:block; }
#UwGeGLTNiWyvCZ21QTEaXgazcFkqGJgn { 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:15014;opacity:1;top:20.375rem;left:41.0625rem; }
#Nqiasmv6BxkPcUE3GpLRKsCvdHDyIbyc { color:#ffd6d4;display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.5rem;left:43.9375rem;height:1.625rem;font-style:normal;display:block; }
#k695PszbOywoHNEVWWHf5FFh5eJd673d { 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:15016;opacity:1;top:24.125rem;left:41.0625rem; }
#hSPVvJy89xAWxNnPzDOiXZV1vei57kLm { color:#ffd6d4;display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.25rem;left:43.9375rem;height:1.625rem;font-style:normal;display:block; }
#UhOVrZQMC88U9H8ahrgZov3TixS22PoQ { 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; }#UhOVrZQMC88U9H8ahrgZov3TixS22PoQ > .row .container { background-color: transparent; background-image: none; }#UhOVrZQMC88U9H8ahrgZov3TixS22PoQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhOVrZQMC88U9H8ahrgZov3TixS22PoQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhOVrZQMC88U9H8ahrgZov3TixS22PoQ > .row .container > .video-iframe-container { display: none; }#UhOVrZQMC88U9H8ahrgZov3TixS22PoQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhOVrZQMC88U9H8ahrgZov3TixS22PoQ > .row > .video-iframe-container { display: none; }#UhOVrZQMC88U9H8ahrgZov3TixS22PoQ > .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); }#UhOVrZQMC88U9H8ahrgZov3TixS22PoQ > .row .container { border-width: 0; border-radius: 0; }#UhOVrZQMC88U9H8ahrgZov3TixS22PoQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UhOVrZQMC88U9H8ahrgZov3TixS22PoQ > .row .container { font-size:0.875rem;font-family:arial;height:64.0625rem;width:75rem;position:relative;display:block; }#cEyUqVmSdoPUF7eKaebAKqVHZSIZa1T4 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:6.09375rem;height:11.69925rem;font-style:normal;display:block; }
#vxnVFl3HqfXRxmLrI8glpBnw6T6RueB2 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:6.32470703125rem;left:41.71875rem;height:6.2991875rem;font-style:normal;display:block; }
#vMarnNkcZFFufxMsOiJmBzIHmNbSvoUa { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:57.9375rem;left:32.25rem;display:block; }
#UXZidTE79prdhxlMBz2cLT7guGDL9A2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NgTqOQg4l4GBzgmOp6fTSTH5ZkTLK15P { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:57.9375rem;left:51.375rem;display:block; }
#hsqUTurglQXTTQHElJeSvRm4V2xLeuV5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G9PBtPvPLaRt7uepU5mGxTKtScanbhwh { box-sizing:content-box;height:1.25rem;width:16.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:60rem;left:32.25rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ZqonWK1P7QJ4XCDMT4OaLX8EXqAuUMWN { box-sizing:content-box;height:1.25rem;width:16.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:60rem;left:51.375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#p3m2MFPs05PS6m2Q3bAaGVQaZdcbQVMB { box-sizing:content-box;height:8.75rem;width:16.875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:19.75rem;left:32.21875rem;display:block; }
#XRsoUwfJQi4U3AC0Mn1QMF1gFsw7EiX7 { box-sizing:content-box;height:8.75rem;width:16.875rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:19.75rem;left:51.34375rem;display:block; }
#yTHTgpmCnT1ZSiJap7EbMqduelwmiGcE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.19970703125rem;left:34.46875rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mkTVr1IN0ddAMSkayIzMpQF655TTZSWh { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:21.19970703125rem;left:53.59375rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hafvkUklBJP0Ns96ac8O4Xhb0ZsyUKuS { box-sizing:content-box;height:27.5rem;width:16.875rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:28.5rem;left:32.21875rem;display:block; }
#GTLC7hhOH9lRXMVTQtyGxFsdpbT4qSRU { box-sizing:content-box;height:0.125rem;width:56.25rem;position:absolute;display:block;z-index:15027;background-color:#d0d0d0;background-image:none;top:28.4375rem;left:12.03125rem;display:block; }
#SBpttqz0EAXvZT7TeSOSIt4pb36Sb4Aq { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:lora;font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:30.625rem;left:12.03125rem;height:1.38093125rem;display:block; }
#a7mMLD4mqzJvrhTC81x9CrQZcNANdLc1 { box-sizing:content-box;height:0.125rem;width:56.25rem;position:absolute;display:block;z-index:15028;background-color:#d0d0d0;background-image:none;top:33.4375rem;left:12.03125rem;display:block; }
#t5JgGWuWaCBhD1Kwf5dSnTVdKl4w2xlM { box-sizing:content-box;height:0.125rem;width:56.25rem;position:absolute;display:block;z-index:15029;background-color:#d0d0d0;background-image:none;top:38.375rem;left:12.03125rem;display:block; }
#rwJs1u8HWAWQCHuAC1xT0sxJOOqiCdgK { box-sizing:content-box;height:0.125rem;width:56.25rem;position:absolute;display:block;z-index:15030;background-color:#d0d0d0;background-image:none;top:43.3125rem;left:12.03125rem;display:block; }
#TvJRuwRE7PTSk1bnOnKRJRxE8UzRysn3 { box-sizing:content-box;height:0.125rem;width:56.25rem;position:absolute;display:block;z-index:15031;background-color:#d0d0d0;background-image:none;top:48.25rem;left:12.03125rem;display:block; }
#h2vNTEtyaTr22kvSN1w9b7HeFGeI1faX { box-sizing:content-box;height:0.125rem;width:56.25rem;position:absolute;display:block;z-index:15032;background-color:#d0d0d0;background-image:none;top:53.625rem;left:12.03125rem;display:block; }
#DBZnTWtNPaB0iNvt82RKgtmgHmPsahXg { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:lora;font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:35.3125rem;left:12.03125rem;height:1.38093125rem;display:block; }
#GDC1EatL2NLImL9xOyyFQeSZ4tCwBDQ4 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:lora;font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:40.25rem;left:12.03125rem;height:1.38093125rem;display:block; }
#IBp561QSfGV6qr3GlmJR7Vtnv0Ag4m4y { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:lora;font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:45.25rem;left:12.03125rem;height:1.38093125rem;display:block; }
#zE2pIFr8RQoHTqOoazu4nV1nzIP9BtI9 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:lora;font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:50.3125rem;left:12.03125rem;height:1.38093125rem;display:block; }
#M9QT3tSsWMfBxTyeVOoQOEfXt3pUkplx { box-sizing:content-box;height:27.5rem;width:16.875rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:28.4375rem;left:51.375rem;display:block; }
#i2pFnfK5w4rDtxUE8QNNdLu5W6KiCTVN { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:30.5029296875rem;left:33.90625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBzeG8RDJwUSIfoh72gisQlTakzfa0Ax { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:30.5029296875rem;left:53.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QxKEq0Kzd2k6eL4HVnbTIUVo3cxUxvTk { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:35.1904296875rem;left:33.90625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L1yIWusxiLME3ZRiPDwWsKBcpTJD9GpH { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:35.1904296875rem;left:53.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVHEt8vh63ZP23RhZTaOrunCQDehIce2 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:40.1279296875rem;left:53.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyK55XNR8QvqFzbTNtJJTvO5BoLdHexS { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:40.1279296875rem;left:34.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iwBasVIbzLUdXkKXbcTI44c2GKf03ZrF { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:44.4404296875rem;left:34.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QmDCRKyVA4ba0h1Al5ICTMixI6zJyToU { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:44.4404296875rem;left:53.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BNz8oUaeTcslF70vaIzmIbbkNC0rcuEH { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:46.0654296875rem;left:34.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIlNRXv81wLoeT8FcNUBNcLWiIHaXO7c { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:46.0654296875rem;left:53.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1xWOIe2wv7QkfmdWXbWpfKJNzh1B7nA { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:48.86328125rem;left:34.4375rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUTD3uWQ4JmhEyhTaHRgL55khdpLkV5p { color:rgba(var(--color-tertiary-3),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:48.86328125rem;left:53.1875rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J3phLz3tCHDcFdaunR82RDWLXesGNv8b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.4375rem;width:37.5rem;display:none; }
#rzT5b765TWchtqbXRdRGOnTAJnfvoEiu { position:relative;display:block; }#rzT5b765TWchtqbXRdRGOnTAJnfvoEiu { background-color: transparent; background-image: none; }#rzT5b765TWchtqbXRdRGOnTAJnfvoEiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzT5b765TWchtqbXRdRGOnTAJnfvoEiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzT5b765TWchtqbXRdRGOnTAJnfvoEiu > .row .container > .video-iframe-container { display: none; }#rzT5b765TWchtqbXRdRGOnTAJnfvoEiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzT5b765TWchtqbXRdRGOnTAJnfvoEiu > .row > .video-iframe-container { display: none; }#rzT5b765TWchtqbXRdRGOnTAJnfvoEiu > .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); }#rzT5b765TWchtqbXRdRGOnTAJnfvoEiu { border-width: 0; border-radius: 0; }#rzT5b765TWchtqbXRdRGOnTAJnfvoEiu > .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; }#rzT5b765TWchtqbXRdRGOnTAJnfvoEiu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:63.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; }#ZsLMzcEKzVbpmC0eUFC4FKblIhKXnbPd { color:rgba(var(--color-secondary-3),1);display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:18.3125rem;height:3.8999rem;font-style:normal;display:block; }
#UJaa0wE09F9zs8Jq4ZrpWFyT7F4ndAxL { color:rgba(var(--color-tertiary-2),1);display:block;width:40.5625rem;position:absolute;font-family:lora;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.375rem;left:19rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RLJiG9NEVAe5JR3oDpyIiguEoozr0bDT { color:#0ea5a9;display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.0625rem;left:18.375rem;height:3.25rem;font-style:normal;display:block; }
#TUryaBLPcC8hdOM9cWxkzvMqVa0bJIOe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11.125rem;left:14.6875rem; }
#p4catOhhmbvQFfIhwVTQBqbTMtMh1RT3 { color:rgba(var(--color-tertiary-1),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.25rem;left:18.375rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#CtaEn7Dfmoe0BDnNHF0IKC3PPy52Mr6X { color:#0ea5a9;display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.6875rem;left:18.3125rem;height:1.625rem;font-style:normal;display:block; }
#c1AI8dqDRbMi7CwCMTMA3yRCqO6VQEu5 { color:rgba(var(--color-tertiary-1),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.0625rem;left:18.3125rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#hiKWAPOk0kOovDlVJW7KMpNxQ6TglUHF { color:#0ea5a9;display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.9375rem;left:18.3125rem;height:1.625rem;font-style:normal;display:block; }
#endKyAC5iehdTSw85l83NbQkDqpFWlnW { color:rgba(var(--color-tertiary-1),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.3125rem;left:18.3125rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#SBJrpN3z2k0if28MMFdiZLPb3zMiUawt { color:#0ea5a9;display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:39.1875rem;left:18.3125rem;height:1.625rem;font-style:normal;display:block; }
#wIPAWJfCNOgRuqdq1E093oQthdhLa1aR { color:rgba(var(--color-tertiary-1),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:41.6875rem;left:18.3125rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#seoGeb75BZKF4SP3IZMu7uW9wictyLIT { color:#0ea5a9;display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:48.5625rem;left:18.3125rem;height:1.625rem;font-style:normal;display:block; }
#ft73Eq9i5Qmd48gt9nErPVzwE6sStlE2 { color:rgba(var(--color-tertiary-1),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:51.0625rem;left:18.3125rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#tTp1dKk6iA1s7nVf2LpNOk6zm0Q1Bwr4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:20.6875rem;left:14.6875rem; }
#nNCgADA81O78oOMswhyhA7v2tdcxwCbc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:29.9375rem;left:14.6875rem; }
#TvNUPQC7ze9aq9zreMAOGWEsN3fCToqT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:39.1875rem;left:14.6875rem; }
#igg4yJGWATEVMhSBOT8hH7PmpHfBQoQQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:48.5625rem;left:14.6875rem; }
#D0Ibah79FlvsQO2CsNE5SGsk3UOpsLE5 { 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.1875rem solid #f57c6b;border-left:0.1875rem solid #f57c6b;border-right:0.1875rem solid #f57c6b;border-bottom:0.1875rem solid #f57c6b;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;box-sizing:border-box;color:#f57c6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:57.5rem;left:29.875rem;display:block; }
#q4LEC4DemMglVoJ06Qm7fFEQXpa6Hy7b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row .container { background-color: transparent; background-image: none; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row .container > .video-iframe-container { display: none; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row > .video-iframe-container { display: none; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .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); }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row .container { border-width: 0; border-radius: 0; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#IiCuDMkOgmElIwfZUPl29qze8mMeOxXF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2rem;left:5.25rem;overflow:hidden;display:block; }
#ZMaWgzHuvsAMTMFzeg0h8cxmH52Cahv7 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:4.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#cDXJPaTlQ4lWKwyEqg8fXDSkKz50dxKG { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:22.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SslqsqicHdTeE7LHZMfrleB82MlIgWqt { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.9375rem;left:22.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EWTFrl09Ego8eJUbfUkOuTXZN4aIcWGJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10rem;left:22.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZVX6hIO0IKHt096t1UMNh7XP1fgpiwfo { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:48.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OmQmPZNEJal9ugVP7hZzWLwh0KiqMaeQ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:48.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zD4SrXJg6RpesOWluHUZnyZZ9RqPuJyh { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10rem;left:48.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KpPpQbq22QTbwoI76aPewkMulufgUqAw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#KpPpQbq22QTbwoI76aPewkMulufgUqAw > .row .container { background-color: transparent; background-image: none; }#KpPpQbq22QTbwoI76aPewkMulufgUqAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpPpQbq22QTbwoI76aPewkMulufgUqAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpPpQbq22QTbwoI76aPewkMulufgUqAw > .row .container > .video-iframe-container { display: none; }#KpPpQbq22QTbwoI76aPewkMulufgUqAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpPpQbq22QTbwoI76aPewkMulufgUqAw > .row > .video-iframe-container { display: none; }#KpPpQbq22QTbwoI76aPewkMulufgUqAw > .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); }#KpPpQbq22QTbwoI76aPewkMulufgUqAw > .row .container { border-width: 0; border-radius: 0; }#KpPpQbq22QTbwoI76aPewkMulufgUqAw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpPpQbq22QTbwoI76aPewkMulufgUqAw > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#TSJiIfp8QULLVcHMf0wCyFSM710DNMyF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.224609375rem;left:0.84375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#g6SmfR3xpziuCC2fet1SFNKHfe36s8mE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.224609375rem;left:19.15625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#VnO0mW6v7t4AtOTFBkiEOXQt35pee4HT { 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:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.224609375rem;left:36.21875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#TEE3QXomoKKHvfAOTAddNbSGGqT951C4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.224609375rem;left:0.84375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#S4Fo1r7hqzwBLXK6VhmTgVPDiB5XIU61 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.224609375rem;left:19.15625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#x99JX337uOvwar5xtbBhDG86bFKMoWTL { position:absolute;display:block;z-index:15020;height:2.125rem;width:24.4375rem;top:1.25rem;left:46.6875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hQC4IwNQlbalrB5UzetDxOiIt1u1Mi68 { display:block; }#hQC4IwNQlbalrB5UzetDxOiIt1u1Mi68 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqniHqobnCHFOiDv3wQ0pyZTBqAo1FXA { width:5.5rem;height:3.4375rem;top:1.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwurbUOE8ZzCf6tlTQP2h95nKLz0ThKG { display:block; }
 }@media only screen and (max-width: 763px) { #mG8bemubv8AgIVLgvqX1Z0q1WUEiNOnl { width:8.4375rem;height:3.4375rem;top:1.25rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abRxecU1rk5GqDQQXhXsbTyO3GeGxTmO { display:block; }
 }@media only screen and (max-width: 763px) { #JVk0yu3KxOuI9lwRBAw8hN8fO3NHf6uM { width:5.5rem;height:3.4375rem;top:1.25rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4KTUOOsDGRynsxhQ7CrUD1SsooUTWML { display:block; }
 }@media only screen and (max-width: 763px) { #N6cqZTETibqAAfhadV3EbPt8yvFC8LnG { width:14.875rem;height:3.125rem;top:1.1875rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTBsIo5W8RSUyuezV1yEmdDPtQHDf7SS { display:block; }
 }@media only screen and (max-width: 763px) { #yi4yFGxJnyedyv0ELvIinwqtO0lSaGya { width:9.375rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHc0ZzyN81God8s9FAppthkeah8g5HKw { top:1.125rem;left:0rem;width:13.125rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG7rkQdAcTE9CzW7HE323eSVHsEHKbbs { top:0.9375rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is7TQcpTgyekrXrsvZ3t5rTgq3sMAX7O { width:5.5rem;height:3.4375rem;top:1rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOGRgT7tu2HrDQAwia9TFP31J3KbG4up { display:block; }
 }@media only screen and (max-width: 763px) { #RSaLGDBlJ5KgiUcgZJclT0BriSHuAU0E { width:5.5rem;height:3.4375rem;top:1rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsHizWEwn1TbK8kX95bn12JTDvAcIBpl { display:block; }
 }@media only screen and (max-width: 763px) { #wTICiQWKQ6zDbmZlbsOb60uklP6IKsl8 { display:block; }#wTICiQWKQ6zDbmZlbsOb60uklP6IKsl8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPBoOZTW7IOpVJqmJh9CObcmm645t047 { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPzuI5cRtOoA7zvFHLJTAmToTVeGB9tS { top:8.3125rem;left:24rem;width:23.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZXN2kekJ8QoaxvbWsHydosrv6qJ7wtR { top:8.625rem;left:34.75rem;width:12.5rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2MkNLzzuzK9S9GnO997l3QqqyB0NhR { top:11.375rem;left:31.875rem;width:15.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EneTHOr32vfFCTVbhMvpJaeiNFDHTwTr { top:12.875rem;left:29rem;width:18.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNoASX6DuZvu5Nd8XvMSnqW5NkRRBkuC { top:12.9375rem;left:35.25rem;width:12.5rem;height:1.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkoDwdzoTTxxcGyhVexLvTykh6fRybhE { top:15rem;left:35.25rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2vSLmx077PK18QERmU9QI4y1b44O8fM { width:20.625rem;height:2.75rem;top:16.5625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkRkRV9OZZHWbfQBNKrQpO9LAo8gPTeS { display:block; }
 }@media only screen and (max-width: 763px) { #UdgZvTvzCppWkwTklrVby1bt7bBFl0Tz { top:15.75rem;left:0rem;width:26.25rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcGqfUSV8TN5sPBE2MIElfadK1DEMHPR { top:18.375rem;left:0rem;width:21.5625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN0BlTduh1LQA7VXuTB3iJNEUK9EVVRG { top:23rem;left:0rem;width:22.8125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqeE0OobTIsOMLdCtARi9NDETBcup3rI { width:26.25rem;height:17.5rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJn9FpdQRey6AQUEycofuRu1ZwnFlUc { display:block; }
 }@media only screen and (max-width: 763px) { #TSvLGPUynvHKip7z3omuXPL0PpgGA2pa { top:19.875rem;left:27.125rem;width:20.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcZhU7qmCcP7idWBhBgS4GtT7TIukdL0 { width:46.75rem;height:3.1875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUNKdHdXVtDOBnw4T9y6mxcMueewcC6F { display:block; }
 }@media only screen and (max-width: 763px) { #c4Od97Gzv3qezxtCgZTTdJFkdI0A4dPF { top:4.25rem;left:0rem;width:47.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3wtPTMHdAEexGGzT24T3EFdVmbZviMU { top:8.3125rem;left:0rem;width:26.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #suRwxolmldc7Ngesi8b7vKP0vin8htQk { top:4.8125rem;left:0rem;width:13.625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCf07fnBDlJhp6T8toIpLCbQ3ztHPcHQ { top:10.375rem;left:0rem;width:23.75rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Py0Buy5XL2eVh4cInrB93kxAWoRTN954 { top:12.5625rem;left:3.5625rem;width:18.75rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShZTGKEKdmkcId6gDHPLoAkO7C2HrEdA { top:10.875rem;left:0.4375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bwiuc3xTlUG4FavDKcCUPHe4FXDfwI69 { width:46.75rem;height:3.1875rem;top:4.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qT8C1HFEGwtU2ayMIyFdFQktf1WDrenQ { display:block; }
 }@media only screen and (max-width: 763px) { #liUUzT8sEMdV9ylaBEwyBsfPI0RaXVOf { top:37.25rem;left:33.3125rem;width:2.8125rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1acbPTLFTJyat8VPuk8yQwzwZCIH2PE { top:37.4375rem;left:29rem;width:18.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7EA0U9TeTLaKrCN9O2IeiHNocIvLLkf { top:39.75rem;left:33.8125rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzuwB8csd5aSWvcOTNc4IprVszfVZuBK { top:40.0625rem;left:29rem;width:18.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UG63JzKMhqXhuh8tBBeCQe1gB3X5qMQo { top:42.125rem;left:33.8125rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4nUz7FMaQgXTC9agkUGiUgioTH5S6b2 { top:24.125rem;left:0rem;width:14.625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZClMfOWdAsAwPrIkEJPg8i6qHHuemBy { top:26.6875rem;left:0rem;width:47.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9EGFTFvf7boOGIC2FJCHUrPBX8ka3cT { display:block; }#T9EGFTFvf7boOGIC2FJCHUrPBX8ka3cT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGAkL1K8vqrA8qH7X1hAaFAdlOgOavbk { top:4.5625rem;left:0rem;width:15.4375rem;height:7.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5vBLBXD3yBhgXe9OTk1Pf2t3PVknxvu { top:13.3125rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX5MXdwUSm6WuWvAUKzx24FxpGSSTriq { width:20.3125rem;height:3.875rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #biATUIcS6uRxIGnVTObCI7S4IqiTcSUB { display:block; }
 }@media only screen and (max-width: 763px) { #PgTfDwAJTmdMzcpFhXTV7fKg1HAbPGJS { top:21.1875rem;left:0rem;width:20.3125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR0M0L07qB0NHKzgpCdTOyP6GfsTUTIO { top:26.5rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDfvv7uukTibZUqOfkWCPR7Pu1JPR9EP { top:28.6875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTLyyEhfNSMfFiGV2aW6OmEovwNXPpU9 { top:31.0625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut8HU4hZoV6GcieMU8A1oiZhgeVZTpG2 { top:26.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW1lznI71ar62btZtoqrds0VDcXhpKWT { top:28.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4a7BwdyzGPV8Rok2IcC81yT9zvTkrvX { top:30.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBdxq83ZxD3Evt3nyF21QLyJVAzbVmum { top:1.875rem;left:30.40625rem;width:16.25rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7VVioZLIONeT14lJBAhZA8LTuTzg62W { top:3.25rem;left:31.375rem;width:14.3125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk0xi9cMWb6LcZ2bZi32pWIoWgCS2qdc { top:3.25rem;left:33.4375rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc1To4ZxPfdZ61SiXi2uxDzT2HXRa0E7 { top:7.125rem;left:31.375rem;width:14.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5rJpG1vCLSdl2bfsxRfE24ZXARF5IDl { top:7.1875rem;left:33.4375rem;width:14.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTfiZGWJ2ZvJowISJwxRD5rZXJ8XcNNg { top:7.6875rem;left:13.25rem;width:10.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThNw3UChiQ5ivu1rvkPvucvstznEEKF { top:10.5625rem;left:0.875rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHq630ZiCwUhA6XTSXQvSxrJzFoBfUgi { top:11.625rem;left:13.25rem;width:16.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #neKW9z6DW11Nt9TgGvvEoc52E9MByslw { top:14.25rem;left:0.875rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHdAtCwBD22Wv5DyuEJUGSvCbcRDTLUK { top:18rem;left:0.875rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP963GpyGqom4t8upnz9SBDhOVNtMeFq { top:21.6875rem;left:0.875rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taBcyE7l2HcZ04QJIl6FmcV6Z7XeuGSH { top:25.375rem;left:0.875rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOcsVT8po3dyHiC7QOD7KscI1vzVawnz { top:29rem;left:0.875rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTrVHMUh7Zn6woJxHHkuM7GRNTXtef7G { top:32.6875rem;left:0.875rem;width:46.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl0SDWPh0lq3vXyMSBGnckuximTJTMhx { top:15.25rem;left:13.25rem;width:16rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGPyxKtFXqPW1lKelnqDpeTC3qfgkUHn { top:19.125rem;left:13.25rem;width:16.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKkpRMCxmEt88QkEFTDT9aqA2oiIVylH { top:22.5625rem;left:13.25rem;width:15.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCZGaOVf1nZzMXBfoFTHubESeR40RLhz { top:26.3125rem;left:13.25rem;width:15.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mStRvUzLBSdqGm44SS1RpnMxLKk2Icru { top:30.125rem;left:13.25rem;width:15.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPB9NTfBrsp0skafTmsOeZu8mXUuzFqV { top:34.1875rem;left:13.25rem;width:15.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkgvFqaN69vT0k4CTwiwW7hzxs1IFoOl { top:11.75rem;left:31.375rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPXECaCqOhqEi9BLqMoGexr0fbZv4x9V { top:15.3125rem;left:31.375rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZvPmOTSZMSQPJni20RWrRrh4dKtceq9 { top:19.1875rem;left:31.375rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5CSodx26xNU8pdnB2tVXPO18Aq3QpXx { top:22.6875rem;left:31.375rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA9yLMGfPkRnHLW810mDXu5BVXOr2Msz { top:26.375rem;left:31.375rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ50WkZ5xxUqk2hiveqnBWcMKm2JsUdT { top:30.125rem;left:31.375rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFMD7bMeCvFHx3XfJOwx1gTZCGWSeDzS { top:34.25rem;left:31.375rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnPQzN7dRz7ZQK9EPRLKVqq87i2XCyrT { top:11.75rem;left:37.5rem;width:10.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoPuu5bZkhgkhXq13I0ozaAO6JGenQim { top:15.3125rem;left:37.5rem;width:10.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akyUEwsRXgToKVIK0c3knTgIs5QMU9nR { top:19.1875rem;left:37.5rem;width:10.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz4Nlo9rlrzGFsHy7raKnUS3p6O3tsFX { top:22.6875rem;left:37.5rem;width:10.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNImLVvT3TFmUGI5XkXORT2MAQ40FnAt { top:26.375rem;left:37.5rem;width:10.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMbtWdfm0nphXQgVDJK3JiPKuC47JsJ7 { top:30.125rem;left:37.5rem;width:10.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8sxI1dupHiQD3aymUueh4tavzoiVE5z { top:34.25rem;left:37.5rem;width:10.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIS0J2Ff7K2dVT1FkOT47ADIoVhPQBHr { width:37.5rem;height:57.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz { display:block; }#qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QagnxFzXT1N9rP78BqyfZ1eAq1tTZiCP { top:2.1875rem;left:0rem;width:29.625rem;height:7.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhXnH6Uo2WFwtbiBLIHmgBJ93dcvWVg6 { top:12.0625rem;left:0rem;width:31.375rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVJlpVklDfOSP8Vz7siANxtcb0OBeU0B { top:29.0625rem;left:0rem;width:31.375rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq5eqzEB4vT4pC7qadtCM9y6QM8U8u9q { top:19.5rem;left:0rem;width:9.375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtirxyOk3KuqRUBKaUNnyaIPBEbWthMP { top:8.4375rem;left:34.25rem;width:13.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbV0yZushQWEIINv34KIw2N0P5nf0odL { top:11.3125rem;left:29.3125rem;width:18.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQAkfhTDQvkyisBHyQaCn5bE8XzyLpK3 { top:12.9375rem;left:29.3125rem;width:18.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTuEhQhMROWSJCSLrv9q8fkwkCvye9VU { top:16.375rem;left:29.3125rem;width:18.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKcwJoq5gNeKqtwoLEWAW3HdPGqhKopi { top:21.3125rem;left:29.3125rem;width:18.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmUv7WquwzmZKdmWyomkxUUZc5g2vwvn { top:24.75rem;left:29.3125rem;width:18.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCgp1wSHPXVig2sxa2LulEOyb8yJTRLT { top:28.25rem;left:29.3125rem;width:18.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoCpeOx6lH1iugqERRlUyUqomVe1w1nO { top:31.75rem;left:29.3125rem;width:18.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqUCZGzU5EnfZ02iy9nsvFTPROT0teSM { top:12.0625rem;left:38.21875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWd9sOg1SPEXe5EUoHwcd4LOpXAM5uBq { top:16.875rem;left:38.21875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #axQ6fg8FGOvXC4O9NvntIwrNyoSBAG1f { top:20.875rem;left:38.21875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2EQfwIaOJOn3CTtbVg1zom6gEsPzbtT { top:24.3125rem;left:38.21875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPI142cwR3k4dGO1P1qNZ9d7AWtkN2BC { top:27.8125rem;left:38.21875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3UKxiqovOphRocr7uvHnvLGDT74ZuOu { top:31.3125rem;left:38.21875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 { display:none; }#hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NXwEarusxIztGpPnfoiPsJLHdRH6euMI { top:0rem;left:0rem;width:20rem;height:5.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmTgf3hd4dAZA1CHMKODhFJuKH9TTirX { top:5.4375rem;left:0rem;width:20rem;height:22.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTD09egLGLIHaJMir07rnUJ7f1FbyPF5 { display:block; }#pTD09egLGLIHaJMir07rnUJ7f1FbyPF5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRk57sDSXT8wPQVa3gyy60hUEVCmWxTB { top:6.625rem;left:0rem;width:20.75rem;height:7.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHkKhV64i2JGTSHVwXSsHeTQcynEpOhQ { top:7.5625rem;left:4.4375rem;width:43.3125rem;height:12.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiduTQ6HQ2UipFQ0xQFvsDg7L2fXe2JB { top:22.5625rem;left:19.875rem;width:14.4375rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTK9ubFig9x0W7tiz8h53Isy9o8PyLnT { top:22.5625rem;left:37.125rem;width:10.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbePfcecrg76NhqKxfNBrr5mmt41ea8I { top:32.3125rem;left:19.875rem;width:14.4375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akhQ9HL9nXehZAkMVcxb2Ko6A1U7MsQy { top:32.3125rem;left:35.4375rem;width:12.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Hg9obNsrAnV7y6yv6CHUMBb26sR9H2 { top:23.1875rem;left:14.25rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbQTrFzhFqMiyfOivSUGKp9II3AQgent { top:23.5625rem;left:39.5625rem;width:3.875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3TVgSG8F6C9P08GiWx9qPa1KXtTNBb9 { top:32.3125rem;left:14.9375rem;width:2.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0VgHq7bPVBCiZ97dvxTyUbN4Oop32SJ { top:32.3125rem;left:39.75rem;width:3.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr3ENckIqx8rQQD1MaJUXPlghLwPSXRZ { top:26.625rem;left:19.875rem;width:15.375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THcgxnDHWAZaWx8KVVRwtJaEEy7pGbLi { top:34.5625rem;left:19.875rem;width:15.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxwrXJT37VhoXH7tLJ1XfDF0MRFV5J9U { top:34.8125rem;left:34.1875rem;width:13.5625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0cuO2GRbeFxVRW3vk1HFvftxDT0F7xt { top:24.3125rem;left:33.8125rem;width:13.9375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDbsZMCuxt9QgTFLcykzLr1IdqqwDJov { display:block; }#xDbsZMCuxt9QgTFLcykzLr1IdqqwDJov > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiKfE4cFus2xu003hP8KzX8zAAAt9gL8 { top:4.0625rem;left:0rem;width:19.9375rem;height:7.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPlP1vaQysFowWWrdRO66FdIs3M3cmly { top:4.9375rem;left:18.9375rem;width:28.8125rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XonT8eVohauHEo0VTntlU9QTH0VLB1kb { top:9.5rem;left:27.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGV2q1gSnL2N3F8LZT8feNxcp588qzDL { top:9.625rem;left:19.25rem;width:28.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0Sv7ULs3n49m0DdexDVEw4cD2M422qT { top:13rem;left:27.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTPTWsTBrhwKK8TEurf6CbRcd6SuhUo8 { top:13.125rem;left:19.25rem;width:28.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt3lw36qcrU8kqDf8OfM1vogaFFhwAh4 { top:16.5625rem;left:27.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVF9NJreFrGAVZzSzzw5Gyt3Vo2cxqTI { top:16.6875rem;left:19.25rem;width:28.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwGeGLTNiWyvCZ21QTEaXgazcFkqGJgn { top:20.375rem;left:27.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqiasmv6BxkPcUE3GpLRKsCvdHDyIbyc { top:20.5rem;left:19.25rem;width:28.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k695PszbOywoHNEVWWHf5FFh5eJd673d { top:24.125rem;left:27.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSPVvJy89xAWxNnPzDOiXZV1vei57kLm { top:24.25rem;left:19.25rem;width:28.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhOVrZQMC88U9H8ahrgZov3TixS22PoQ { display:block; }#UhOVrZQMC88U9H8ahrgZov3TixS22PoQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEyUqVmSdoPUF7eKaebAKqVHZSIZa1T4 { top:3.625rem;left:0rem;width:31.5rem;height:11.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxnVFl3HqfXRxmLrI8glpBnw6T6RueB2 { top:6.3125rem;left:18.9375rem;width:28.8125rem;height:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMarnNkcZFFufxMsOiJmBzIHmNbSvoUa { width:16.875rem;height:2.8125rem;top:57.9375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXZidTE79prdhxlMBz2cLT7guGDL9A2P { display:block; }
 }@media only screen and (max-width: 763px) { #NgTqOQg4l4GBzgmOp6fTSTH5ZkTLK15P { width:16.875rem;height:2.8125rem;top:57.9375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsqUTurglQXTTQHElJeSvRm4V2xLeuV5 { display:block; }
 }@media only screen and (max-width: 763px) { #G9PBtPvPLaRt7uepU5mGxTKtScanbhwh { top:60rem;left:18.625rem;width:16.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqonWK1P7QJ4XCDMT4OaLX8EXqAuUMWN { top:60rem;left:30.875rem;width:16.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3m2MFPs05PS6m2Q3bAaGVQaZdcbQVMB { top:19.75rem;left:18.59375rem;width:16.875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRsoUwfJQi4U3AC0Mn1QMF1gFsw7EiX7 { top:19.75rem;left:30.875rem;width:16.875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTHTgpmCnT1ZSiJap7EbMqduelwmiGcE { top:21.1875rem;left:20.84375rem;width:12.375rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkTVr1IN0ddAMSkayIzMpQF655TTZSWh { top:21.1875rem;left:35.375rem;width:12.375rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hafvkUklBJP0Ns96ac8O4Xhb0ZsyUKuS { top:28.5rem;left:18.59375rem;width:16.875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTLC7hhOH9lRXMVTQtyGxFsdpbT4qSRU { top:28.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBpttqz0EAXvZT7TeSOSIt4pb36Sb4Aq { top:30.625rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7mMLD4mqzJvrhTC81x9CrQZcNANdLc1 { top:33.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5JgGWuWaCBhD1Kwf5dSnTVdKl4w2xlM { top:38.375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwJs1u8HWAWQCHuAC1xT0sxJOOqiCdgK { top:43.3125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvJRuwRE7PTSk1bnOnKRJRxE8UzRysn3 { top:48.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2vNTEtyaTr22kvSN1w9b7HeFGeI1faX { top:53.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBZnTWtNPaB0iNvt82RKgtmgHmPsahXg { top:35.3125rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDC1EatL2NLImL9xOyyFQeSZ4tCwBDQ4 { top:40.25rem;left:0rem;width:14.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBp561QSfGV6qr3GlmJR7Vtnv0Ag4m4y { top:45.25rem;left:0rem;width:14.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE2pIFr8RQoHTqOoazu4nV1nzIP9BtI9 { top:50.3125rem;left:0rem;width:14.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9QT3tSsWMfBxTyeVOoQOEfXt3pUkplx { top:28.4375rem;left:30.875rem;width:16.875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2pFnfK5w4rDtxUE8QNNdLu5W6KiCTVN { top:30.5rem;left:20.28125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBzeG8RDJwUSIfoh72gisQlTakzfa0Ax { top:30.5rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxKEq0Kzd2k6eL4HVnbTIUVo3cxUxvTk { top:35.1875rem;left:20.28125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1yIWusxiLME3ZRiPDwWsKBcpTJD9GpH { top:35.1875rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVHEt8vh63ZP23RhZTaOrunCQDehIce2 { top:40.125rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyK55XNR8QvqFzbTNtJJTvO5BoLdHexS { top:40.125rem;left:20.8125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwBasVIbzLUdXkKXbcTI44c2GKf03ZrF { top:44.4375rem;left:20.8125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmDCRKyVA4ba0h1Al5ICTMixI6zJyToU { top:44.4375rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNz8oUaeTcslF70vaIzmIbbkNC0rcuEH { top:46.0625rem;left:20.8125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIlNRXv81wLoeT8FcNUBNcLWiIHaXO7c { top:46.0625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1xWOIe2wv7QkfmdWXbWpfKJNzh1B7nA { top:48.8125rem;left:20.8125rem;width:12.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUTD3uWQ4JmhEyhTaHRgL55khdpLkV5p { top:48.8125rem;left:34.5rem;width:13.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3phLz3tCHDcFdaunR82RDWLXesGNv8b { width:37.5rem;height:38.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzT5b765TWchtqbXRdRGOnTAJnfvoEiu { display:block; }#rzT5b765TWchtqbXRdRGOnTAJnfvoEiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsLMzcEKzVbpmC0eUFC4FKblIhKXnbPd { top:1.875rem;left:4.6875rem;width:42rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJaa0wE09F9zs8Jq4ZrpWFyT7F4ndAxL { top:7.375rem;left:5.375rem;width:40.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLJiG9NEVAe5JR3oDpyIiguEoozr0bDT { top:11.0625rem;left:4.75rem;width:42rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUryaBLPcC8hdOM9cWxkzvMqVa0bJIOe { top:11.125rem;left:1.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4catOhhmbvQFfIhwVTQBqbTMtMh1RT3 { top:15.25rem;left:4.75rem;width:40.5625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtaEn7Dfmoe0BDnNHF0IKC3PPy52Mr6X { top:20.6875rem;left:4.6875rem;width:42rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1AI8dqDRbMi7CwCMTMA3yRCqO6VQEu5 { top:23.0625rem;left:4.6875rem;width:40.5625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiKWAPOk0kOovDlVJW7KMpNxQ6TglUHF { top:29.9375rem;left:4.6875rem;width:42rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #endKyAC5iehdTSw85l83NbQkDqpFWlnW { top:32.3125rem;left:4.6875rem;width:40.5625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBJrpN3z2k0if28MMFdiZLPb3zMiUawt { top:39.1875rem;left:4.6875rem;width:42rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIPAWJfCNOgRuqdq1E093oQthdhLa1aR { top:41.6875rem;left:4.6875rem;width:40.5625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seoGeb75BZKF4SP3IZMu7uW9wictyLIT { top:48.5625rem;left:4.6875rem;width:42rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft73Eq9i5Qmd48gt9nErPVzwE6sStlE2 { top:51.0625rem;left:4.6875rem;width:40.5625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTp1dKk6iA1s7nVf2LpNOk6zm0Q1Bwr4 { top:20.6875rem;left:1.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNCgADA81O78oOMswhyhA7v2tdcxwCbc { top:29.9375rem;left:1.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNUPQC7ze9aq9zreMAOGWEsN3fCToqT { top:39.1875rem;left:1.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igg4yJGWATEVMhSBOT8hH7PmpHfBQoQQ { top:48.5625rem;left:1.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Ibah79FlvsQO2CsNE5SGsk3UOpsLE5 { width:17.5rem;height:3.4375rem;top:57.5rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4LEC4DemMglVoJ06Qm7fFEQXpa6Hy7b { display:block; }
 }@media only screen and (max-width: 763px) { #xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C { display:block; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiCuDMkOgmElIwfZUPl29qze8mMeOxXF { top:2rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMaWgzHuvsAMTMFzeg0h8cxmH52Cahv7 { top:9.0625rem;left:0rem;width:8.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDXJPaTlQ4lWKwyEqg8fXDSkKz50dxKG { top:2rem;left:9rem;width:18rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SslqsqicHdTeE7LHZMfrleB82MlIgWqt { top:5.9375rem;left:9rem;width:19.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWTFrl09Ego8eJUbfUkOuTXZN4aIcWGJ { top:10rem;left:9rem;width:19.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVX6hIO0IKHt096t1UMNh7XP1fgpiwfo { top:2rem;left:28.5625rem;width:19.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmQmPZNEJal9ugVP7hZzWLwh0KiqMaeQ { top:5.8125rem;left:27.5625rem;width:20.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD4SrXJg6RpesOWluHUZnyZZ9RqPuJyh { top:10rem;left:26.6875rem;width:21.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpPpQbq22QTbwoI76aPewkMulufgUqAw { display:block; }#KpPpQbq22QTbwoI76aPewkMulufgUqAw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSJiIfp8QULLVcHMf0wCyFSM710DNMyF { top:1.1875rem;left:0rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6SmfR3xpziuCC2fet1SFNKHfe36s8mE { top:1.1875rem;left:5.53125rem;width:17.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnO0mW6v7t4AtOTFBkiEOXQt35pee4HT { top:1.1875rem;left:22.59375rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEE3QXomoKKHvfAOTAddNbSGGqT951C4 { top:1.25rem;left:0rem;width:15.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4Fo1r7hqzwBLXK6VhmTgVPDiB5XIU61 { top:3.375rem;left:0rem;width:10.75rem;height:2.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x99JX337uOvwar5xtbBhDG86bFKMoWTL { top:1.25rem;left:23.3125rem;width:24.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hQC4IwNQlbalrB5UzetDxOiIt1u1Mi68 { display:block; }#hQC4IwNQlbalrB5UzetDxOiIt1u1Mi68 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqniHqobnCHFOiDv3wQ0pyZTBqAo1FXA { width:5.5rem;height:3.4375rem;top:3.5625rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwurbUOE8ZzCf6tlTQP2h95nKLz0ThKG { display:block; }
 }@media only screen and (max-width: 763px) { #mG8bemubv8AgIVLgvqX1Z0q1WUEiNOnl { width:8.4375rem;height:3.4375rem;top:3.5625rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #abRxecU1rk5GqDQQXhXsbTyO3GeGxTmO { display:block; }
 }@media only screen and (max-width: 763px) { #JVk0yu3KxOuI9lwRBAw8hN8fO3NHf6uM { width:5.5rem;height:3.4375rem;top:3.5625rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4KTUOOsDGRynsxhQ7CrUD1SsooUTWML { display:block; }
 }@media only screen and (max-width: 763px) { #N6cqZTETibqAAfhadV3EbPt8yvFC8LnG { width:14.1875rem;height:3.4375rem;top:3.5625rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTBsIo5W8RSUyuezV1yEmdDPtQHDf7SS { display:block; }
 }@media only screen and (max-width: 763px) { #yi4yFGxJnyedyv0ELvIinwqtO0lSaGya { top:0.625rem;left:1.125rem;width:3.4375rem;height:3.375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tHc0ZzyN81God8s9FAppthkeah8g5HKw { width:9.8125rem;height:2.69921875rem;top:0.962890625rem;left:6.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sG7rkQdAcTE9CzW7HE323eSVHsEHKbbs { width:6.0625rem;height:6.0625rem;top:5.375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Is7TQcpTgyekrXrsvZ3t5rTgq3sMAX7O { width:5.5rem;height:3.4375rem;top:3.5625rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOGRgT7tu2HrDQAwia9TFP31J3KbG4up { display:block; }
 }@media only screen and (max-width: 763px) { #RSaLGDBlJ5KgiUcgZJclT0BriSHuAU0E { width:5.5rem;height:3.4375rem;top:3.5625rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsHizWEwn1TbK8kX95bn12JTDvAcIBpl { display:block; }
 }@media only screen and (max-width: 763px) { #wTICiQWKQ6zDbmZlbsOb60uklP6IKsl8 { display:block; }#wTICiQWKQ6zDbmZlbsOb60uklP6IKsl8 > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPBoOZTW7IOpVJqmJh9CObcmm645t047 { width:20rem;height:2.76171875rem;top:0.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tPzuI5cRtOoA7zvFHLJTAmToTVeGB9tS { width:20rem;height:18.8125rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZXN2kekJ8QoaxvbWsHydosrv6qJ7wtR { width:7rem;height:1.70605625rem;top:9.98095703125rem;left:0.84375rem;font-size:1.3125rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #tE2MkNLzzuzK9S9GnO997l3QqqyB0NhR { width:7.8125rem;height:2.4375rem;top:11.625rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EneTHOr32vfFCTVbhMvpJaeiNFDHTwTr { width:9.75rem;height:3.8125rem;top:9.8125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNoASX6DuZvu5Nd8XvMSnqW5NkRRBkuC { width:6.4375rem;height:2.4375rem;top:9.9375rem;left:11.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkoDwdzoTTxxcGyhVexLvTykh6fRybhE { width:9.5625rem;height:1.21875rem;top:12rem;left:9.375rem;font-size:0.9375rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #r2vSLmx077PK18QERmU9QI4y1b44O8fM { width:19rem;height:3.4375rem;top:76.26220703125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FkRkRV9OZZHWbfQBNKrQpO9LAo8gPTeS { display:block; }
 }@media only screen and (max-width: 763px) { #UdgZvTvzCppWkwTklrVby1bt7bBFl0Tz { width:20rem;height:7.9375rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcGqfUSV8TN5sPBE2MIElfadK1DEMHPR { width:19.375rem;height:3.8994125rem;top:34.8125rem;left:0.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN0BlTduh1LQA7VXuTB3iJNEUK9EVVRG { width:19.375rem;height:2.2744125rem;top:38.625rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqeE0OobTIsOMLdCtARi9NDETBcup3rI { width:19.9375rem;height:13.375rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJn9FpdQRey6AQUEycofuRu1ZwnFlUc { display:block; }
 }@media only screen and (max-width: 763px) { #TSvLGPUynvHKip7z3omuXPL0PpgGA2pa { width:19.75rem;height:3.125rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcZhU7qmCcP7idWBhBgS4GtT7TIukdL0 { width:20rem;height:6.4375rem;top:4.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUNKdHdXVtDOBnw4T9y6mxcMueewcC6F { display:block; }
 }@media only screen and (max-width: 763px) { #c4Od97Gzv3qezxtCgZTTdJFkdI0A4dPF { width:20rem;height:6.0625rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3wtPTMHdAEexGGzT24T3EFdVmbZviMU { width:20rem;height:13.333rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #suRwxolmldc7Ngesi8b7vKP0vin8htQk { width:13.625rem;height:1.3125rem;top:4.8125rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #cCf07fnBDlJhp6T8toIpLCbQ3ztHPcHQ { width:20rem;height:4.0625rem;top:4.3125rem;left:0.0625rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #Py0Buy5XL2eVh4cInrB93kxAWoRTN954 { width:12.5rem;height:1.3125rem;top:6.4375rem;left:5.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #ShZTGKEKdmkcId6gDHPLoAkO7C2HrEdA { width:3.125rem;height:3.125rem;top:4.8125rem;left:0.6875rem;overflow:hidden;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #Bwiuc3xTlUG4FavDKcCUPHe4FXDfwI69 { width:20rem;height:4.1875rem;top:4.25rem;left:0rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #qT8C1HFEGwtU2ayMIyFdFQktf1WDrenQ { display:block; }
 }@media only screen and (max-width: 763px) { #liUUzT8sEMdV9ylaBEwyBsfPI0RaXVOf { width:2.8125rem;height:1.6875rem;top:18.375rem;left:0.5625rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #p1acbPTLFTJyat8VPuk8yQwzwZCIH2PE { width:15.625rem;height:2.5996125rem;top:17.9375rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #m7EA0U9TeTLaKrCN9O2IeiHNocIvLLkf { width:2.25rem;height:2.25rem;top:21.27490234375rem;left:1.125rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #MzuwB8csd5aSWvcOTNc4IprVszfVZuBK { width:15.625rem;height:1.29980625rem;top:21.75rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #UG63JzKMhqXhuh8tBBeCQe1gB3X5qMQo { width:2.8125rem;height:2.8125rem;top:24.0185546875rem;left:0.84375rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #f4nUz7FMaQgXTC9agkUGiUgioTH5S6b2 { width:14.625rem;height:2.5996125rem;top:24.125rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #qZClMfOWdAsAwPrIkEJPg8i6qHHuemBy { width:20rem;height:5.5rem;top:26.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9EGFTFvf7boOGIC2FJCHUrPBX8ka3cT { display:block; }#T9EGFTFvf7boOGIC2FJCHUrPBX8ka3cT > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGAkL1K8vqrA8qH7X1hAaFAdlOgOavbk { width:15.4375rem;height:2.5996125rem;top:1.25rem;left:2.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5vBLBXD3yBhgXe9OTk1Pf2t3PVknxvu { width:19.9375rem;height:3.9375rem;top:4.662109375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CX5MXdwUSm6WuWvAUKzx24FxpGSSTriq { width:19rem;height:3.875rem;top:35.011725rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #biATUIcS6uRxIGnVTObCI7S4IqiTcSUB { display:block; }
 }@media only screen and (max-width: 763px) { #PgTfDwAJTmdMzcpFhXTV7fKg1HAbPGJS { width:20rem;height:3.0625rem;top:30.699225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dR0M0L07qB0NHKzgpCdTOyP6GfsTUTIO { width:12.5rem;height:0;top:51.14893203125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lDfvv7uukTibZUqOfkWCPR7Pu1JPR9EP { width:12.5rem;height:0;top:56.98584453125rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTLyyEhfNSMfFiGV2aW6OmEovwNXPpU9 { width:12.5rem;height:0;top:66.9716828125rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ut8HU4hZoV6GcieMU8A1oiZhgeVZTpG2 { display:flex;width:1.875rem;height:1.875rem;top:48.02393203125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HW1lznI71ar62btZtoqrds0VDcXhpKWT { display:flex;width:1.875rem;height:1.875rem;top:53.86084453125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4a7BwdyzGPV8Rok2IcC81yT9zvTkrvX { display:flex;width:1.875rem;height:1.875rem;top:63.8466828125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBdxq83ZxD3Evt3nyF21QLyJVAzbVmum { width:16.25rem;height:36.25rem;top:77.09668125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7VVioZLIONeT14lJBAhZA8LTuTzg62W { width:14.3125rem;height:0;top:78.47168125rem;left:2.84375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hk0xi9cMWb6LcZ2bZi32pWIoWgCS2qdc { width:14.3125rem;height:0;top:5.0996125rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pc1To4ZxPfdZ61SiXi2uxDzT2HXRa0E7 { width:14.3125rem;height:0;top:82.38427890625rem;left:2.84375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5rJpG1vCLSdl2bfsxRfE24ZXARF5IDl { width:14.3125rem;height:0;top:7.9746125rem;left:2.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gTfiZGWJ2ZvJowISJwxRD5rZXJ8XcNNg { width:10.625rem;height:0;top:8.8183625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TThNw3UChiQ5ivu1rvkPvucvstznEEKF { width:20rem;height:0.0625rem;top:11.6621125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHq630ZiCwUhA6XTSXQvSxrJzFoBfUgi { width:16.5rem;height:0;top:12.7246125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #neKW9z6DW11Nt9TgGvvEoc52E9MByslw { width:20rem;height:0.0625rem;top:22.574225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHdAtCwBD22Wv5DyuEJUGSvCbcRDTLUK { width:20rem;height:0.0625rem;top:26.574225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UP963GpyGqom4t8upnz9SBDhOVNtMeFq { width:20rem;height:0.0625rem;top:40.136725rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #taBcyE7l2HcZ04QJIl6FmcV6Z7XeuGSH { width:20rem;height:0.0625rem;top:44.042975rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOcsVT8po3dyHiC7QOD7KscI1vzVawnz { width:20rem;height:0.0625rem;top:59.69775703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTrVHMUh7Zn6woJxHHkuM7GRNTXtef7G { width:20rem;height:0.0625rem;top:69.6835953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rl0SDWPh0lq3vXyMSBGnckuximTJTMhx { width:16rem;height:0;top:23.574225rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGPyxKtFXqPW1lKelnqDpeTC3qfgkUHn { width:16.75rem;height:0;top:27.699225rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKkpRMCxmEt88QkEFTDT9aqA2oiIVylH { width:15.9375rem;height:0;top:41.042975rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCZGaOVf1nZzMXBfoFTHubESeR40RLhz { width:15.9375rem;height:0;top:45.02393203125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mStRvUzLBSdqGm44SS1RpnMxLKk2Icru { width:15.9375rem;height:0;top:60.8466828125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPB9NTfBrsp0skafTmsOeZu8mXUuzFqV { width:15.9375rem;height:0;top:74.09668125rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkgvFqaN69vT0k4CTwiwW7hzxs1IFoOl { width:14.3125rem;height:0;top:86.97168125rem;left:2.84375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPXECaCqOhqEi9BLqMoGexr0fbZv4x9V { width:14.3125rem;height:0;top:90.53418125rem;left:2.84375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZvPmOTSZMSQPJni20RWrRrh4dKtceq9 { width:14.3125rem;height:0;top:94.40918125rem;left:2.84375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5CSodx26xNU8pdnB2tVXPO18Aq3QpXx { width:14.3125rem;height:0;top:97.90918125rem;left:2.84375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IA9yLMGfPkRnHLW810mDXu5BVXOr2Msz { width:14.3125rem;height:0;top:101.64013828125rem;left:2.84375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZ50WkZ5xxUqk2hiveqnBWcMKm2JsUdT { width:14.3125rem;height:0;top:105.37060703125rem;left:2.84375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFMD7bMeCvFHx3XfJOwx1gTZCGWSeDzS { width:14.3125rem;height:0;top:109.47168125rem;left:2.84375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnPQzN7dRz7ZQK9EPRLKVqq87i2XCyrT { width:10.25rem;height:0;top:12.8496125rem;left:9.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IoPuu5bZkhgkhXq13I0ozaAO6JGenQim { width:10.25rem;height:0;top:23.636725rem;left:9.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #akyUEwsRXgToKVIK0c3knTgIs5QMU9nR { width:10.25rem;height:0;top:27.761725rem;left:9.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yz4Nlo9rlrzGFsHy7raKnUS3p6O3tsFX { width:10.25rem;height:0;top:41.167975rem;left:9.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WNImLVvT3TFmUGI5XkXORT2MAQ40FnAt { width:10.25rem;height:0;top:45.08643203125rem;left:9.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gMbtWdfm0nphXQgVDJK3JiPKuC47JsJ7 { width:10.25rem;height:0;top:60.8466828125rem;left:9.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x8sxI1dupHiQD3aymUueh4tavzoiVE5z { width:10.25rem;height:0;top:71.22168125rem;left:9.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vIS0J2Ff7K2dVT1FkOT47ADIoVhPQBHr { top:10.25rem;left:0rem;width:19.9375rem;height:30.4375rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz { display:none; }#qrvR7aFzhWSIqK7V8letmAu7vtq5xAbz > .row .container { width:20rem;height:85.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QagnxFzXT1N9rP78BqyfZ1eAq1tTZiCP { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XhXnH6Uo2WFwtbiBLIHmgBJ93dcvWVg6 { width:20rem;height:8.75rem;top:10.57421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVJlpVklDfOSP8Vz7siANxtcb0OBeU0B { width:20rem;height:10.5rem;top:60.57421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bq5eqzEB4vT4pC7qadtCM9y6QM8U8u9q { width:9.375rem;height:7.5625rem;top:33.82421875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtirxyOk3KuqRUBKaUNnyaIPBEbWthMP { width:13.5rem;height:0;top:7.69921875rem;left:3.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FbV0yZushQWEIINv34KIw2N0P5nf0odL { width:18.4375rem;height:1.625rem;top:24.32421875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQAkfhTDQvkyisBHyQaCn5bE8XzyLpK3 { width:18.4375rem;height:1.625rem;top:27.19921875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTuEhQhMROWSJCSLrv9q8fkwkCvye9VU { width:18.4375rem;height:3.25rem;top:42.82421875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKcwJoq5gNeKqtwoLEWAW3HdPGqhKopi { width:18.4375rem;height:1.625rem;top:51.07421875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmUv7WquwzmZKdmWyomkxUUZc5g2vwvn { width:18.4375rem;height:1.625rem;top:57.69921875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCgp1wSHPXVig2sxa2LulEOyb8yJTRLT { width:18.4375rem;height:1.625rem;top:76.07421875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JoCpeOx6lH1iugqERRlUyUqomVe1w1nO { width:18.4375rem;height:1.625rem;top:82.69921875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqUCZGzU5EnfZ02iy9nsvFTPROT0teSM { width:2.5rem;height:2.5rem;top:20.57421875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWd9sOg1SPEXe5EUoHwcd4LOpXAM5uBq { width:2.5rem;height:2.5rem;top:30.07421875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #axQ6fg8FGOvXC4O9NvntIwrNyoSBAG1f { width:2.5rem;height:2.5rem;top:47.32421875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2EQfwIaOJOn3CTtbVg1zom6gEsPzbtT { width:2.5rem;height:2.5rem;top:53.94921875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPI142cwR3k4dGO1P1qNZ9d7AWtkN2BC { width:2.5rem;height:2.5rem;top:72.32421875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3UKxiqovOphRocr7uvHnvLGDT74ZuOu { width:2.5rem;height:2.5rem;top:78.94921875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 { background-color:#00a5ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 > .row .container { background-color: transparent; background-image: none; }#hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 > .row .container > .video-iframe-container { display: none; }#hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 > .row > .video-iframe-container { display: none; }#hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 > .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); }#hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 > .row .container { border-width: 0; border-radius: 0; }#hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbxV2PGd01BS1ElXuL4SXIlVB7ZhDPn0 > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXwEarusxIztGpPnfoiPsJLHdRH6euMI { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15002;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DmTgf3hd4dAZA1CHMKODhFJuKH9TTirX { width:20rem;height:22.75rem;top:7.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15005;color:#ffffff;font-family:lora;display:block; }
 }@media only screen and (max-width: 763px) { #pTD09egLGLIHaJMir07rnUJ7f1FbyPF5 { display:block; }#pTD09egLGLIHaJMir07rnUJ7f1FbyPF5 > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRk57sDSXT8wPQVa3gyy60hUEVCmWxTB { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dHkKhV64i2JGTSHVwXSsHeTQcynEpOhQ { width:20rem;height:18.89651875rem;top:7.69921875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:lora;display:block; }
 }@media only screen and (max-width: 763px) { #EiduTQ6HQ2UipFQ0xQFvsDg7L2fXe2JB { width:14.4375rem;height:3.1494125rem;top:28.19921875rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CTK9ubFig9x0W7tiz8h53Isy9o8PyLnT { width:10.625rem;height:1.57470625rem;top:37.07421875rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KbePfcecrg76NhqKxfNBrr5mmt41ea8I { width:14.4375rem;height:1.57470625rem;top:44.9970703125rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #akhQ9HL9nXehZAkMVcxb2Ko6A1U7MsQy { width:12.3125rem;height:1.57470625rem;top:51.9970703125rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g3Hg9obNsrAnV7y6yv6CHUMBb26sR9H2 { width:4.375rem;height:4.375rem;top:28.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbQTrFzhFqMiyfOivSUGKp9II3AQgent { width:3.875rem;height:3.625rem;top:37.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3TVgSG8F6C9P08GiWx9qPa1KXtTNBb9 { width:2.8125rem;height:4rem;top:44.9970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0VgHq7bPVBCiZ97dvxTyUbN4Oop32SJ { width:3.5rem;height:3.6875rem;top:51.9970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr3ENckIqx8rQQD1MaJUXPlghLwPSXRZ { width:15.375rem;height:2.79980625rem;top:32.01171875rem;left:4.625rem;font-size:1rem;text-align:left;text-align-last:left;font-family:lora;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #THcgxnDHWAZaWx8KVVRwtJaEEy7pGbLi { width:15.375rem;height:1.3999rem;top:47.1103515625rem;left:4.625rem;font-size:1rem;text-align:left;text-align-last:left;font-family:lora;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #MxwrXJT37VhoXH7tLJ1XfDF0MRFV5J9U { width:14.8125rem;height:2.79980625rem;top:53.5712890625rem;left:4.6875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:lora;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #k0cuO2GRbeFxVRW3vk1HFvftxDT0F7xt { width:13.9375rem;height:2.79980625rem;top:39.25634765625rem;left:4.6875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:lora;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #xDbsZMCuxt9QgTFLcykzLr1IdqqwDJov { display:block; }#xDbsZMCuxt9QgTFLcykzLr1IdqqwDJov > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiKfE4cFus2xu003hP8KzX8zAAAt9gL8 { width:19.9375rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPlP1vaQysFowWWrdRO66FdIs3M3cmly { width:20rem;height:4.4619125rem;top:5.0996125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XonT8eVohauHEo0VTntlU9QTH0VLB1kb { display:flex;width:1.875rem;height:1.875rem;top:11.2607421875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #HGV2q1gSnL2N3F8LZT8feNxcp588qzDL { width:16rem;height:2.92480625rem;top:10.7353515625rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E0Sv7ULs3n49m0DdexDVEw4cD2M422qT { display:flex;width:1.875rem;height:1.875rem;top:16.3857421875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #mTPTWsTBrhwKK8TEurf6CbRcd6SuhUo8 { width:15.8125rem;height:2.92480625rem;top:15.8603515625rem;left:4.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lt3lw36qcrU8kqDf8OfM1vogaFFhwAh4 { display:flex;width:1.875rem;height:1.875rem;top:20.9482421875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #aVF9NJreFrGAVZzSzzw5Gyt3Vo2cxqTI { width:16.125rem;height:2.92480625rem;top:20.42333984375rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UwGeGLTNiWyvCZ21QTEaXgazcFkqGJgn { display:flex;width:1.875rem;height:1.875rem;top:25.7607421875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #Nqiasmv6BxkPcUE3GpLRKsCvdHDyIbyc { width:16.125rem;height:2.92480625rem;top:25.23583984375rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k695PszbOywoHNEVWWHf5FFh5eJd673d { display:flex;width:1.875rem;height:1.875rem;top:30.5732421875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #hSPVvJy89xAWxNnPzDOiXZV1vei57kLm { width:16rem;height:2.92480625rem;top:30.04833984375rem;left:4rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UhOVrZQMC88U9H8ahrgZov3TixS22PoQ { display:block; }#UhOVrZQMC88U9H8ahrgZov3TixS22PoQ > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEyUqVmSdoPUF7eKaebAKqVHZSIZa1T4 { width:20rem;height:14.625rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vxnVFl3HqfXRxmLrI8glpBnw6T6RueB2 { width:20rem;height:7.4365rem;top:16.65966796875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vMarnNkcZFFufxMsOiJmBzIHmNbSvoUa { width:16.875rem;height:2.8125rem;top:122.3042296875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXZidTE79prdhxlMBz2cLT7guGDL9A2P { display:block; }
 }@media only screen and (max-width: 763px) { #NgTqOQg4l4GBzgmOp6fTSTH5ZkTLK15P { width:16.875rem;height:2.8125rem;top:128.8667296875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsqUTurglQXTTQHElJeSvRm4V2xLeuV5 { display:block; }
 }@media only screen and (max-width: 763px) { #G9PBtPvPLaRt7uepU5mGxTKtScanbhwh { width:16.875rem;height:1.25rem;top:119.8042296875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqonWK1P7QJ4XCDMT4OaLX8EXqAuUMWN { width:16.875rem;height:1.25rem;top:126.3667296875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3m2MFPs05PS6m2Q3bAaGVQaZdcbQVMB { width:16.875rem;height:8.75rem;top:30.1704375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRsoUwfJQi4U3AC0Mn1QMF1gFsw7EiX7 { width:16.875rem;height:8.75rem;top:40.1704375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTHTgpmCnT1ZSiJap7EbMqduelwmiGcE { width:12.375rem;height:0;top:31.62014453125rem;left:3.8125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkTVr1IN0ddAMSkayIzMpQF655TTZSWh { width:12.375rem;height:0;top:41.62014453125rem;left:3.8125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hafvkUklBJP0Ns96ac8O4Xhb0ZsyUKuS { width:16.875rem;height:27.5rem;top:62.3042296875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTLC7hhOH9lRXMVTQtyGxFsdpbT4qSRU { width:20rem;height:0.125rem;top:28.7954375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBpttqz0EAXvZT7TeSOSIt4pb36Sb4Aq { width:12.5rem;height:0;top:47.3579375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7mMLD4mqzJvrhTC81x9CrQZcNANdLc1 { width:20rem;height:0.125rem;top:50.1704375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5JgGWuWaCBhD1Kwf5dSnTVdKl4w2xlM { width:20rem;height:0.125rem;top:51.5454375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwJs1u8HWAWQCHuAC1xT0sxJOOqiCdgK { width:20rem;height:0.125rem;top:52.9204375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvJRuwRE7PTSk1bnOnKRJRxE8UzRysn3 { width:20rem;height:0.125rem;top:56.9233671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2vNTEtyaTr22kvSN1w9b7HeFGeI1faX { width:20rem;height:0.125rem;top:60.9292296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBZnTWtNPaB0iNvt82RKgtmgHmPsahXg { width:12.5rem;height:0;top:48.4829375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDC1EatL2NLImL9xOyyFQeSZ4tCwBDQ4 { width:14.6875rem;height:0;top:49.8579375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IBp561QSfGV6qr3GlmJR7Vtnv0Ag4m4y { width:14.6875rem;height:0;top:53.9233671875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zE2pIFr8RQoHTqOoazu4nV1nzIP9BtI9 { width:14.6875rem;height:0;top:58.2983671875rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9QT3tSsWMfBxTyeVOoQOEfXt3pUkplx { width:16.875rem;height:27.5rem;top:91.0542296875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2pFnfK5w4rDtxUE8QNNdLu5W6KiCTVN { width:12.5rem;height:0;top:64.307159375rem;left:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBzeG8RDJwUSIfoh72gisQlTakzfa0Ax { width:12.5rem;height:0;top:47.2358671875rem;left:7.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxKEq0Kzd2k6eL4HVnbTIUVo3cxUxvTk { width:12.5rem;height:0;top:68.994659375rem;left:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1yIWusxiLME3ZRiPDwWsKBcpTJD9GpH { width:12.5rem;height:0;top:97.807159375rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVHEt8vh63ZP23RhZTaOrunCQDehIce2 { width:12.5rem;height:0;top:102.744659375rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyK55XNR8QvqFzbTNtJJTvO5BoLdHexS { width:12.5rem;height:0;top:73.932159375rem;left:3.78125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iwBasVIbzLUdXkKXbcTI44c2GKf03ZrF { width:12.5rem;height:0;top:78.244659375rem;left:3.78125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmDCRKyVA4ba0h1Al5ICTMixI6zJyToU { width:12.5rem;height:0;top:54.0483671875rem;left:7.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BNz8oUaeTcslF70vaIzmIbbkNC0rcuEH { width:12.5rem;height:0;top:79.869659375rem;left:3.78125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rIlNRXv81wLoeT8FcNUBNcLWiIHaXO7c { width:12.5rem;height:0;top:54.738796875rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Z1xWOIe2wv7QkfmdWXbWpfKJNzh1B7nA { width:12.5rem;height:0;top:82.6675109375rem;left:3.78125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUTD3uWQ4JmhEyhTaHRgL55khdpLkV5p { width:13.25rem;height:0;top:111.4800109375rem;left:3.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3phLz3tCHDcFdaunR82RDWLXesGNv8b { top:25.4375rem;left:0rem;width:20rem;height:20.5rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rzT5b765TWchtqbXRdRGOnTAJnfvoEiu { display:block; }#rzT5b765TWchtqbXRdRGOnTAJnfvoEiu > .row .container { width:20rem;height:87.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsLMzcEKzVbpmC0eUFC4FKblIhKXnbPd { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJaa0wE09F9zs8Jq4ZrpWFyT7F4ndAxL { width:20rem;height:3.8994125rem;top:7.69921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLJiG9NEVAe5JR3oDpyIiguEoozr0bDT { width:16.3125rem;height:5.8496125rem;top:13.09765625rem;left:3.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TUryaBLPcC8hdOM9cWxkzvMqVa0bJIOe { display:flex;width:2.8125rem;height:2.8125rem;top:13.09765625rem;left:0rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #p4catOhhmbvQFfIhwVTQBqbTMtMh1RT3 { width:16.25rem;height:3.8994125rem;top:20.34814453125rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CtaEn7Dfmoe0BDnNHF0IKC3PPy52Mr6X { width:16.3125rem;height:2.92480625rem;top:27.1787109375rem;left:3.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c1AI8dqDRbMi7CwCMTMA3yRCqO6VQEu5 { width:16.375rem;height:7.7988125rem;top:31.35986328125rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hiKWAPOk0kOovDlVJW7KMpNxQ6TglUHF { width:16.3125rem;height:2.92480625rem;top:41.203125rem;left:3.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #endKyAC5iehdTSw85l83NbQkDqpFWlnW { width:16.375rem;height:9.098625rem;top:44.88427734375rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SBJrpN3z2k0if28MMFdiZLPb3zMiUawt { width:16.3125rem;height:4.38720625rem;top:55.90869140625rem;left:3.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wIPAWJfCNOgRuqdq1E093oQthdhLa1aR { width:16.4375rem;height:7.7988125rem;top:61.34619140625rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #seoGeb75BZKF4SP3IZMu7uW9wictyLIT { width:16.3125rem;height:2.92480625rem;top:70.8515625rem;left:3.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ft73Eq9i5Qmd48gt9nErPVzwE6sStlE2 { width:16.375rem;height:6.499rem;top:74.40771484375rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tTp1dKk6iA1s7nVf2LpNOk6zm0Q1Bwr4 { display:flex;width:2.8125rem;height:2.8125rem;top:27.23486328125rem;left:0rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #nNCgADA81O78oOMswhyhA7v2tdcxwCbc { display:flex;width:2.8125rem;height:2.8125rem;top:41.25927734375rem;left:0rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #TvNUPQC7ze9aq9zreMAOGWEsN3fCToqT { display:flex;width:2.8125rem;height:2.8125rem;top:55.90869140625rem;left:0rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #igg4yJGWATEVMhSBOT8hH7PmpHfBQoQQ { display:flex;width:2.8125rem;height:2.8125rem;top:70.90771484375rem;left:0rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #D0Ibah79FlvsQO2CsNE5SGsk3UOpsLE5 { width:17.5rem;height:3.4375rem;top:82.46875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4LEC4DemMglVoJ06Qm7fFEQXpa6Hy7b { display:block; }
 }@media only screen and (max-width: 763px) { #xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C { display:block; }#xW2TvbEKRWDV8MpgM0fqnf6BJUfLG26C > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiCuDMkOgmElIwfZUPl29qze8mMeOxXF { width:8.75rem;height:8.75rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMaWgzHuvsAMTMFzeg0h8cxmH52Cahv7 { width:12.5rem;height:3.25rem;top:11.1875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDXJPaTlQ4lWKwyEqg8fXDSkKz50dxKG { width:18rem;height:auto;top:2rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SslqsqicHdTeE7LHZMfrleB82MlIgWqt { width:19.5rem;height:auto;top:5.9375rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EWTFrl09Ego8eJUbfUkOuTXZN4aIcWGJ { width:19.5rem;height:auto;top:10rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZVX6hIO0IKHt096t1UMNh7XP1fgpiwfo { width:19.1875rem;height:auto;top:2rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OmQmPZNEJal9ugVP7hZzWLwh0KiqMaeQ { width:20rem;height:auto;top:5.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zD4SrXJg6RpesOWluHUZnyZZ9RqPuJyh { width:20rem;height:auto;top:10rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KpPpQbq22QTbwoI76aPewkMulufgUqAw { display:block; }#KpPpQbq22QTbwoI76aPewkMulufgUqAw > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSJiIfp8QULLVcHMf0wCyFSM710DNMyF { width:18.3125rem;height:auto;top:1.1875rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g6SmfR3xpziuCC2fet1SFNKHfe36s8mE { width:10.75rem;height:0;top:3.63671875rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VnO0mW6v7t4AtOTFBkiEOXQt35pee4HT { width:12.5rem;height:1.05615rem;top:5.56689453125rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEE3QXomoKKHvfAOTAddNbSGGqT951C4 { width:15.9375rem;height:1.13720625rem;top:1.30517578125rem;left:2.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #S4Fo1r7hqzwBLXK6VhmTgVPDiB5XIU61 { width:14.5rem;height:1.05615rem;top:3.498046875rem;left:2.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #x99JX337uOvwar5xtbBhDG86bFKMoWTL { width:20rem;height:2.125rem;top:7.87255703125rem;left:0rem;display:block; }
 }