.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:253,236,217;--color-primary-1:247,190,128;--color-primary-2:239,125,0;--color-primary-3:120,63,0;--color-primary-4:36,19,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Poppins Semi Bold";--paragraphs-font-family:"Inter"; }@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:#0a0a0f;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); }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.1);background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container { background-color: transparent; background-image: none; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container > .video-iframe-container { display: none; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row > .video-iframe-container { display: none; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .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); }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container { border-width: 0; border-radius: 0; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#IV6yHerk21sVo84R1oTaVSCt06DKXOWx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,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:#99a1af;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:1.875rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:1.59375rem;left:36.3125rem;display:block; }
#P5r29qFz6yLMQKNarIOa2hITzwEUi7JK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fJTTOGHmUzC29TaFkr7MRua0AAnPUVZG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,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:#99a1af;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:1.59375rem;left:44.4375rem;display:block; }
#Cc0uCMTc9zU1KORH7ExLft8yX13aBP1a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hLrqwrdR2pA9RO0ymTcNu8vaMPyoTAZf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,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:#99a1af;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:1.59375rem;left:59.6875rem;display:block; }
#SmSwcxx8qxpNLRnlml11EBJeTHyIpvMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#neaSJ7s89epghvVn4MmQqFmS7sOlkZ2R { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,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:#99a1af;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:1.875rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:1.5936279296875rem;left:71.5625rem;display:block; }
#rONdutMFmZ22JHHT9JGyD45k4rFk8hPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EZo3X6uLkHd5wMn7KbS0kghSpHbEdphX { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.28125rem;left:65.625rem;display:none; }
#mJnWdq2ngpcEBWrCCV0BX4DtdTaxWEo1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c4JBI4voWbHrx9KQJhOUEeMWSh7rKSTM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mQX3v13pJxmvZsqE8ghVokMW972zeEvp { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.625rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#HAyZ3I4bcQJKaDxZUy6oWxTvcTr1927d { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:15.4375rem;top:1.53125rem;left:7.0625rem;overflow:hidden;display:block; }
#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 { position:relative;display:block; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 { background-color: transparent; background-image: none; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container > .video-iframe-container { display: none; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row > .video-iframe-container { display: none; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .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); }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 { border-width: 0; border-radius: 0; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .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; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;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; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.1);background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container { border-width: 0; border-radius: 0; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:none; }#ktH74VG7JLzTnbcvaDK960r9DtI21VS7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,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:#99a1af;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:1.875rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:1.59375rem;left:60.3125rem;display:block; }
#w6aal3rbzDyQsvnf1zW1PZJ8L9C2VWGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xd2UVbCGnMAefvrGNLmEbRqObTdBK60G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yfWtDXv5ru3e8CZOOw7QWfD402sKT0kF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,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:#99a1af;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.875rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:1.5936279296875rem;left:44.749755859375rem;display:none; }
#DyWRo4DilGFS8Gf18p5buRlGz3Ls0Irk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IR2g3zsle9FHqDXnNrNHI4RzTExW0Mmm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,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:#99a1af;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:1.5936279296875rem;left:53.24951171875rem;display:none; }
#l6SaSPef8zxAapt30A64D0QLuRciFMaB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EB5QeOfumcgk2RaN8dDOR9pL9noveAUt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,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:#99a1af;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:1.5936279296875rem;left:61.812133789062rem;display:none; }
#rXTNl1TLt1sUpncUc1MLZZSIKepXJMTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/249efd9c-189f-4af9-aa6f-a5e14da28a3c/bghero.svg");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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;overflow:visible;position:relative;display:block; }#KDk8zBVbX6sBadBFWe1xauovBne79qm6 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:32.71875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u7HPLdDlZXvQf8RcIzt4OJ5SWUdDlcBn { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:36.375rem;left:0rem;height:3.8999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HAXh7n7TDmN84NZLT4Op6L6N5bXTh1Hc { color:#99a1af;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:41.125rem;left:0rem;height:2.10021875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hublKBNPaTfqu3e7NzeeBo7sJ7WKpMyx { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:63.5625rem;top:12.655029296875rem;left:5.7177734375rem;overflow:hidden;display:block; }
#rlv0U3roxFL2yNSyTNudOO5TrSLh50qr { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.24925rem;width:14.498875rem;top:6.62353515625rem;left:39.124145507812rem;overflow:hidden;display:block; }
#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF { position:relative;display:block; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF { background-color: transparent; background-image: none; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .row .container > .video-iframe-container { display: none; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .row > .video-iframe-container { display: none; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .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); }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF { border-width: 0; border-radius: 0; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .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; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:68.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vIO0OnlUVWp7bmX4vFwfIGsFOhhGUSqA { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:6.25rem;left:24.406127929688rem;height:7.7990625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndQV9Fp0CyZKW6LTmQX8lg9TffA19WEt { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:8rem;top:4.75rem;left:33.5rem;overflow:hidden;display:none; }
#aKMX1hmpDSiaiEqHFRWuyt5grR1B4wTQ { color:rgba(var(--color-tertiary-0),1);display:block;width:44.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:57.62451171875rem;left:15.062255859375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KqZOHTxp4G2QRFy7ZQrByPTX3kkB77g8 { color:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:62.249755859375rem;left:17.687377929688rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qtSJZiBVKwRV7JpgMRK2dtK3HuVHrGid { position:absolute;display:block;z-index:15028;height:29.12475rem;width:58.687125rem;top:18.289794921875rem;left:8.1561279296875rem;display:block; }
#co5ZJGG4zxJkE3MrTKZuBT8X9rnb0AIt { box-sizing:content-box;height:8.8733125rem;width:55.812375rem;position:absolute;display:block;z-index:15007;background-color:#0a0a0f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.912841796875rem;left:0rem;display:block; }
#Pl0XGz4yTQQKEqlw9nawpuzt3TRtR1Jx { position:absolute;display:block;z-index:15028;height:29.12475rem;width:58.687125rem;top:15.664672851562rem;left:8.1561279296875rem;display:none; }
#xsOIWTnDKlSnylNIl7iyvIigGWTo89bQ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b35026;border-left:0.125rem solid #b35026;border-right:0.125rem solid #b35026;border-bottom:0.125rem solid #b35026;border-top-left-radius:306.25rem;border-top-right-radius:306.25rem;border-bottom-left-radius:306.25rem;border-bottom-right-radius:306.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,106,44,0.6) ;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:"poppins medium";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:23.4052734375rem;left:4.6240234375rem;display:block; }
#onJn2I9zztBaWVvgnFwhC4NGzzMAFw9H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hhcn5aG8rHTx3baeDhDnTg9AbbBVEWeJ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b35026;border-left:0.125rem solid #b35026;border-right:0.125rem solid #b35026;border-bottom:0.125rem solid #b35026;border-top-left-radius:306.25rem;border-top-right-radius:306.25rem;border-bottom-left-radius:306.25rem;border-bottom-right-radius:306.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,106,44,0.6) ;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:"poppins medium";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:31.1318359375rem;left:1.1552734375rem;display:block; }
#NAAooy6p2C10k0t804lxJC02TppKJW9D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dvT4lhoL6XFL8fVRLnx1QGqvC5dcCTEt { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b35026;border-left:0.125rem solid #b35026;border-right:0.125rem solid #b35026;border-bottom:0.125rem solid #b35026;border-top-left-radius:306.25rem;border-top-right-radius:306.25rem;border-bottom-left-radius:306.25rem;border-bottom-right-radius:306.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,106,44,0.6) ;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:"poppins medium";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:15.6728515625rem;left:17.6865234375rem;display:block; }
#LhCUnlw7TomKDQ6dbbJ0hJWndcrvQM0z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WOcQd6wFAwhhQ9PQqt7dIT0O3OTzKSbL { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b35026;border-left:0.125rem solid #b35026;border-right:0.125rem solid #b35026;border-bottom:0.125rem solid #b35026;border-top-left-radius:306.25rem;border-top-right-radius:306.25rem;border-bottom-left-radius:306.25rem;border-bottom-right-radius:306.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,106,44,0.6) ;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:"poppins medium";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:15.6728515625rem;left:62.0615234375rem;display:block; }
#QuTwhTtKG2FPnh3Eg4lk4hhqA7oWc30m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k2cd91sQc4eOyobfRkWsWX5pHTgLUhZr { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b35026;border-left:0.125rem solid #b35026;border-right:0.125rem solid #b35026;border-bottom:0.125rem solid #b35026;border-top-left-radius:306.25rem;border-top-right-radius:306.25rem;border-bottom-left-radius:306.25rem;border-bottom-right-radius:306.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,106,44,0.6) ;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:"poppins medium";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:23.4052734375rem;left:56.341796875rem;display:block; }
#MwT3HtCSszc1AqwbkZcBR54ox0Wmiwl4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uC9gPKGNFMiTFC58VpvMWKzRt7G6KG1w { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b35026;border-left:0.125rem solid #b35026;border-right:0.125rem solid #b35026;border-bottom:0.125rem solid #b35026;border-top-left-radius:306.25rem;border-top-right-radius:306.25rem;border-bottom-left-radius:306.25rem;border-bottom-right-radius:306.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,106,44,0.6) ;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:"poppins medium";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:33.09375rem;left:62.0615234375rem;display:block; }
#C3QqpRompyXUFsr8BtHafbZrnbublKDO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cw0oAPfylrQD4qD6CJ06LTalDSZBllMP { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b35026;border-left:0.125rem solid #b35026;border-right:0.125rem solid #b35026;border-bottom:0.125rem solid #b35026;border-top-left-radius:306.25rem;border-top-right-radius:306.25rem;border-bottom-left-radius:306.25rem;border-bottom-right-radius:306.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,106,44,0.6) ;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:"poppins medium";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:42.5927734375rem;left:26.4365234375rem;display:block; }
#GwUUkaDhheqA8MnUPhX3hlMsBdWPFJgO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 { position:relative;display:block; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 { background-color: transparent; background-image: none; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .row .container > .video-iframe-container { display: none; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .row > .video-iframe-container { display: none; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .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); }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 { border-width: 0; border-radius: 0; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .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; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.5rem;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; }#ezIhe8CLCkHDz532V4e3auQU4i0oESyh { box-sizing:content-box;height:8.125rem;width:55.812375rem;position:absolute;display:block;z-index:15024;background-color:#0a0a0f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#WR9ymmZDW2LACMkrmWVbMRoK10FT6yTW { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:3.8995375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qrmMLzNTV6xvOdmU4DfFIbBlraL2SZzi { position:relative;display:block; }#qrmMLzNTV6xvOdmU4DfFIbBlraL2SZzi { background-color: transparent; background-image: none; }#qrmMLzNTV6xvOdmU4DfFIbBlraL2SZzi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrmMLzNTV6xvOdmU4DfFIbBlraL2SZzi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrmMLzNTV6xvOdmU4DfFIbBlraL2SZzi > .row .container > .video-iframe-container { display: none; }#qrmMLzNTV6xvOdmU4DfFIbBlraL2SZzi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrmMLzNTV6xvOdmU4DfFIbBlraL2SZzi > .row > .video-iframe-container { display: none; }#qrmMLzNTV6xvOdmU4DfFIbBlraL2SZzi > .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); }#qrmMLzNTV6xvOdmU4DfFIbBlraL2SZzi { border-width: 0; border-radius: 0; }#qrmMLzNTV6xvOdmU4DfFIbBlraL2SZzi > .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; }#qrmMLzNTV6xvOdmU4DfFIbBlraL2SZzi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;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; }#enE2WOaONIk75FvwdK6WC4EOP2vw5oCo { box-sizing:content-box;height:3.625rem;width:31.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.04);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.08);border-left:0.0625rem solid rgba(255,255,255,0.08);border-right:0.0625rem solid rgba(255,255,255,0.08);border-bottom:0.0625rem solid rgba(255,255,255,0.08);top:0rem;left:21.625rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#z1v3cR3scw49VPgfqg6PP1sZPHQg13cA { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.75rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:0.5rem;left:22.0625rem;display:block; }
#tSw0s2Hb0HNatVDvJWJToH4ZMXlMCedx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MZc82aHWR5MsbTyGSObreEhleWdArLiJ { color:#8a8680;display:block;width:3.75rem;position:absolute;font-family:"poppins medium";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:1.3125rem;left:24.4375rem;height:1.13769375rem;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:left;text-align-last:left;display:block; }
#FgpN9EK0XG0Ao9IZktNdUWUmz2l61RCv { box-sizing:content-box;height:2.75rem;width:7.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:0.5rem;left:22.0625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#Q0XNiit7TgEDErgVzQHaa4TQbzsRcqsg { box-sizing:content-box;height:0.375rem;width:0.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.16);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.6875rem;left:23.4375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#s6JLJBr7ipFvglQODHDGgTfolLe58Ps0 { color:#8a8680;display:block;width:3.75rem;position:absolute;font-family:"poppins medium";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:1.25rem;left:32.25rem;height:1.13769375rem;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:left;text-align-last:left;display:block; }
#DcK6KIT0KQ88gT77oWzSsU0JrLDsOZtf { box-sizing:content-box;height:0.375rem;width:0.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(255,255,255,0.16);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.625rem;left:31.3125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#zfdrIKLibyrQHH7W1furuv0yFTTELlh8 { box-sizing:content-box;height:2.75rem;width:7.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:0.5rem;left:29.875rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#xET1NLxn7UduwIf0gtDy2bTwmrS0dJ92 { color:#8a8680;display:block;width:3.75rem;position:absolute;font-family:"poppins medium";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:1.3125rem;left:39.9375rem;height:1.13769375rem;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:left;text-align-last:left;display:block; }
#Pyy4DJGh52OS7K1dQcO6wF08myxMy47z { box-sizing:content-box;height:0.375rem;width:0.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.16);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.6875rem;left:39rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#waLFOP7yEsZBT5d9TAC3dyDHHBGoqR3S { box-sizing:content-box;height:2.75rem;width:7.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:0.5rem;left:37.5625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#vokC3cuIfQTaL1PIKHcROHpyQcmi155a { color:#8a8680;display:block;width:3.75rem;position:absolute;font-family:"poppins medium";font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.3125rem;left:47.75rem;height:1.13769375rem;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:left;text-align-last:left;display:block; }
#xIfuVcAiDJ0CsM4SbeAXxHCRvO1PpsuO { box-sizing:content-box;height:0.375rem;width:0.375rem;position:absolute;display:block;z-index:15022;background-color:rgba(255,255,255,0.16);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.6875rem;left:46.8125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#tIwZKLk1vBeCSsq1eoPNcHoMJ66QWcHB { box-sizing:content-box;height:2.75rem;width:7.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:0.5rem;left:45.375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#qH38thCub8Jm4yNfTZVuQQCn5bFizTIJ { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.75rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:0.5rem;left:29.875rem;display:block; }
#WJoaLogQB5RLBCwhxKA4sKsdQL1QCg8M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m2gzOSkJUsgwbasLQo6UoxBm30NXKfaf { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.75rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:0.5rem;left:37.5625rem;display:block; }
#VF9vBh8EXlXskbZvbINoUiXaAdbzIF4S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JE0r0PZDB3xWW5eC7DQDxq1i5qI6RDnz { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.75rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:0.5rem;left:45.375rem;display:block; }
#NqET5MaSwTM4gzPiG17GqygRUVzTiSub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO { position:relative;display:block; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO { background-color: transparent; background-image: none; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .row .container > .video-iframe-container { display: none; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .row > .video-iframe-container { display: none; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .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); }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO { border-width: 0; border-radius: 0; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .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; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:65.625rem;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; }#CdrS63BeIMaBdfff1fm0nyIym3GHAbN8 { box-sizing:content-box;height:30.4375rem;width:19.25rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:2.5rem;left:4.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#e8R3lKlBTpqyPJvCWee93JZttW8KkOkw { color:#d1d5dc;display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:5.9375rem;left:7.8125rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oL6IIDnWwhzx4pUk2dW6pvueZBlfIhoM { color:#5a5752;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:4.5rem;left:6.5rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cv3yJsvVzFMdhGoNP0mbW0cQV6C3dAf6 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:11.875rem;top:10.3125rem;left:8.3125rem;overflow:hidden;display:block; }
#lcOImeFJ6Apb487o1LMxvDwHmJdAPRbc { box-sizing:content-box;height:30.4375rem;width:19.25rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:2.5rem;left:27.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#rNp3MD3xfEeOXfDzi65uhH4Wl4Hrmg0E { color:#d1d5dc;display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:5.9375rem;left:31.0625rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#I0BhlraX2FfgVlGfeVKyqTABAqImRq6C { color:#5a5752;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:4.5rem;left:29.75rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pay1ThiaiRCh8fq373xnJvvFEscKEihw { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:11.875rem;top:10.0625rem;left:31.5625rem;overflow:hidden;display:block; }
#tgHrhL28nXH1NZTzWdSyHSfhZHOrqc3r { box-sizing:content-box;height:30.4375rem;width:19.25rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:2.5rem;left:51.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#NHB9LsubA4l9gw4b2owqQmWabs05ZFCh { color:#d1d5dc;display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:5.9375rem;left:54.4375rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zWZBH3vVaETaRfXLApfKRWo3qW27X2PD { color:#5a5752;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:4.5rem;left:53.125rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dpBe8iRsZTu5ZIVwG7TNndmcHePXMtvW { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:11.875rem;top:10.03125rem;left:54.9375rem;overflow:hidden;display:block; }
#UEGe4Z3e5EVuXEnaiCfVXvNGHbNBKAcL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:27.9375rem;left:8.1875rem;display:block; }
#uQbEos5Qc1t3EsRo9zDWX5KIRMkny4m3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UNslhP22PdPG0h8O73MAnC8t7IiHwJlT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:27.9375rem;left:31.4375rem;display:block; }
#xiTNWvZ5MfmXWK1UTd4iu2lFWAIqRByp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UVfrwH0dyUwPPktvclX9F1rz0yPDc3kQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:27.9375rem;left:54.8125rem;display:block; }
#LXVdcPOlIpmkulfdacNLIMWcEofaili4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kONQquWSmHXvF9lxaVNTo7F1krbKszGA { box-sizing:content-box;height:30.437rem;width:19.249875rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:34.9375rem;left:16.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#iH6FuV8bv8cqblRHdALPhOUG5nh5V3s1 { color:#d1d5dc;display:block;width:12.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:38.375rem;left:19.5rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mTFtvhfNK4fur4qndLazy2bPHrGvU0iD { color:#5a5752;display:block;width:15.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:36.9375rem;left:18.1875rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSzlb8KsI3pPpAanGrcrkbBqVPlzKfgb { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.499875rem;width:11.875rem;top:42.75rem;left:20rem;overflow:hidden;display:block; }
#TmrMZyLm4Z1foOdaep9ucuPN7NEvyJJs { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.124625rem;height:2.999875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:60.375rem;left:19.875rem;display:block; }
#NGNect5qGNEwpTif1uUqIJ1s1eRrWxFu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r7eUbpJd4olzZELdK856zZKVI6JXbLJp { box-sizing:content-box;height:30.437rem;width:19.249875rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:34.9375rem;left:39.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#gQ0Ua9JDd9HJQ1tIRR9CeP4N3vf5stRB { color:#5a5752;display:block;width:15.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:36.9375rem;left:41.4375rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JG32pkk8tISPhbX3WisAF9lXchkST8Xu { color:#d1d5dc;display:block;width:12.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:38.375rem;left:42.75rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S4LQK8ovFNclWtAfiUwQRkBN6TUsIk37 { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.437rem;width:11.812125rem;top:42.5rem;left:43.25rem;overflow:hidden;display:block; }
#bPZFBGRStkcDtMaODhvxiBhtbE3bP3wR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.124625rem;height:2.999875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:60.375rem;left:43.125rem;display:block; }
#L1pCiriEcdhNgcRpGGUFeE4puLxaJ5m2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRfuA1c9L7taXtrxVT8z2IfnBPofIDR6 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:2.5625rem;left:4.625rem;display:block; }
#qmeRFgmHoOHeMxGnBpl6WLKO4HV93g2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k3G9JV7TrxN6CMrJoF8vChhsi4bp0tib { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:2.5625rem;left:27.875rem;display:block; }
#ecuU1qqXUVBw5a2VMvQU0X2U6UXcs2OT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#puBxfsD809Hbd1b7MZtSIGU3ZEhk6Es9 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:2.5625rem;left:51.25rem;display:block; }
#spopUdNbWVpyhRiyKdyXovFAQ95tZ0BS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J2ICuHDdHKuCCUuSRpIFP26LQqArKwfE { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:34.9990234375rem;left:16.3115234375rem;display:block; }
#f2opz85q85ctCqIUHqmTl0FUvK3comba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3xoSJPoot7Pc6rrcBD6QbULUpl3NXXS { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:34.9990234375rem;left:39.6240234375rem;display:block; }
#KI8VzI9NZwNiKLrapHz5FRVVO6QT20UE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XykAviQZwzHNWRBQ6toDPt0pDGOMPqBp { position:relative;display:block; }#XykAviQZwzHNWRBQ6toDPt0pDGOMPqBp { background-color: transparent; background-image: none; }#XykAviQZwzHNWRBQ6toDPt0pDGOMPqBp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XykAviQZwzHNWRBQ6toDPt0pDGOMPqBp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XykAviQZwzHNWRBQ6toDPt0pDGOMPqBp > .row .container > .video-iframe-container { display: none; }#XykAviQZwzHNWRBQ6toDPt0pDGOMPqBp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XykAviQZwzHNWRBQ6toDPt0pDGOMPqBp > .row > .video-iframe-container { display: none; }#XykAviQZwzHNWRBQ6toDPt0pDGOMPqBp > .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); }#XykAviQZwzHNWRBQ6toDPt0pDGOMPqBp { border-width: 0; border-radius: 0; }#XykAviQZwzHNWRBQ6toDPt0pDGOMPqBp > .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; }#XykAviQZwzHNWRBQ6toDPt0pDGOMPqBp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:65.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fwCwJkLJpOV98Bem4flyOAuflPZAKkvf { box-sizing:content-box;height:30.4375rem;width:19.25rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:2.5rem;left:4.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#O6o6RAEZ3pBS4s2VSRqrJDFEifq60dkN { color:#d1d5dc;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:5.7745361328125rem;left:7.35107421875rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vqzHXVLpUIa8bXCtIWHxVcANi873WexS { color:#5a5752;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:4.5rem;left:6.5rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhawEuX2gC191vFf4JUgTzSPnToKfENl { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:11.875rem;top:10.3125rem;left:8.3125rem;overflow:hidden;display:block; }
#azeX6hiAxIfwx9BcuLrKnXr2tRNXrsLR { box-sizing:content-box;height:30.4375rem;width:19.25rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:2.5rem;left:27.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#gyku2zsTLwxA0nzP4bpmb7ym4sOrtWKQ { color:#d1d5dc;display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:5.9375rem;left:31.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q4LlcdDFhnEbF6v5nRo77gbFQqPpM64r { color:#5a5752;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:4.5rem;left:29.75rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SqdbKyf8ZUEbyv8GZHqmgwOnzqT95Q4s { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:11.8125rem;top:10.0625rem;left:31.5625rem;overflow:hidden;display:block; }
#zOcr4N8swQsJ9mJMptExy5CTr3w4K4ek { box-sizing:content-box;height:30.4375rem;width:19.25rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:2.5rem;left:51.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#X6aQmLQT1WDB91DJ7CCr23xWiQf35WCK { color:#d1d5dc;display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:5.9375rem;left:54.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TTRh7LrhTB7hksAob9sqhMAwuVaomsww { color:#5a5752;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:4.5rem;left:53.125rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ne6sW8slqbefamObVniIalGT2VZuy01C { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:11.8125rem;top:10.03125rem;left:54.9375rem;overflow:hidden;display:block; }
#pKtKyrcbL0nZ0xhl4XquOB9vJuTEhLnT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:27.9375rem;left:8.1875rem;display:block; }
#X0g9Ogeniml9bfHSC1e8PnVtUH4WTVRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbmmu21TNXerAvvbd7cxWN2nw75zmM6i { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:27.9375rem;left:31.4375rem;display:block; }
#RnHqdTMPhISBz1xPBuqGSUlaWGKvwak3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PqtqzRw3LUBEgi7XdEkfyAtoSVtJbhUt { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:27.9375rem;left:54.8125rem;display:block; }
#SMUrGNxNEWRl9fXEoRtz6L5WvR94RAvk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WPucWELzbfVKTMuGd1UQ5HyJfvxtkxu2 { box-sizing:content-box;height:30.437rem;width:19.249875rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:34.9375rem;left:16.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#BqWSqdqtRPyUbJ3GUv6eb1bRHfTIcB89 { color:#d1d5dc;display:block;width:12.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:38.375rem;left:19.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XEel2fThXMQCdV1TQ9LtVVb6CiXUdDke { color:#5a5752;display:block;width:15.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:36.9375rem;left:18.1875rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJOMxcsfx9FaywMQqhhXAHSkT2VMZ9rD { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:11.8125rem;top:42.75rem;left:20rem;overflow:hidden;display:block; }
#VZWtSnzGTJvy3CbXrGJtRzOguJ5DRysH { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.124625rem;height:2.999875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:60.375rem;left:19.875rem;display:block; }
#lkghVgDAg4Z5qPKf3S8zUNm0DARZdzvG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqUDLtfIgMPtDbTKOJsCEHdHC5AtqCnN { box-sizing:content-box;height:30.437rem;width:19.249875rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:34.9375rem;left:39.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#knMd9QS8LNPr1H5Q2L41wkdB84MyTvgy { color:#5a5752;display:block;width:15.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:36.9375rem;left:41.4375rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MkS1PbG6OevRffE9mmiBn1NobSe87JN5 { color:#d1d5dc;display:block;width:12.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:38.375rem;left:42.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zpuwkqLfUAuMCJouMLR1qeT7wbopNTQl { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:11.75rem;top:42.505493164062rem;left:43.936157226562rem;overflow:hidden;display:block; }
#FCzEOuevrlNLOWTkzVVmsieTTwfHhXg1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.124625rem;height:2.999875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:60.375rem;left:43.125rem;display:block; }
#Mb8TyB1i3SQlyWKAfZ0gpvNk7B4OndPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwO1L5pE7GHa5Uwl8pr5MOTrtnwey6pD { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:2.5625rem;left:4.625rem;display:block; }
#cJdvqMKHRMzDQwSQyO7gQbNtT9nLti50 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qxGWA5aneMmFcDpdH4EbGQEghnyIc1GN { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:2.5625rem;left:27.875rem;display:block; }
#r2dqTL8eoVWmDtDnlfGzbh9g1Aqg4yyq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aBMstFFNLfKy9dhgS7bI7mFDm91I1n9G { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:2.5625rem;left:51.25rem;display:block; }
#LDaZ40VRzNOGX6FVTn0XTMLaiNJ1DkTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eKwctBT4cz5Db2ugHkPIGIrRRWE1lkv2 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:35rem;left:16.435546875rem;display:block; }
#nAAX5JOPAUUCU0U5Cs4MFl4HukxaWZsG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ey3z9R4wUnmCfmHTKzSrhlU6ieFlSCNp { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:35.125rem;left:39.6240234375rem;display:block; }
#V8qPzDJm8HhFXVHWT6yTnPBtMVleZ5oT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dn1pBhUicmhRtE9SCoUwwXs4nxVyQsG9 { position:relative;display:block; }#Dn1pBhUicmhRtE9SCoUwwXs4nxVyQsG9 { background-color: transparent; background-image: none; }#Dn1pBhUicmhRtE9SCoUwwXs4nxVyQsG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn1pBhUicmhRtE9SCoUwwXs4nxVyQsG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn1pBhUicmhRtE9SCoUwwXs4nxVyQsG9 > .row .container > .video-iframe-container { display: none; }#Dn1pBhUicmhRtE9SCoUwwXs4nxVyQsG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn1pBhUicmhRtE9SCoUwwXs4nxVyQsG9 > .row > .video-iframe-container { display: none; }#Dn1pBhUicmhRtE9SCoUwwXs4nxVyQsG9 > .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); }#Dn1pBhUicmhRtE9SCoUwwXs4nxVyQsG9 { border-width: 0; border-radius: 0; }#Dn1pBhUicmhRtE9SCoUwwXs4nxVyQsG9 > .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; }#Dn1pBhUicmhRtE9SCoUwwXs4nxVyQsG9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uQDcaOMQaKqvlq1dZmkoHxQ4K4AOEpy2 { box-sizing:content-box;height:30.4375rem;width:19.25rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:2.5rem;left:4.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#D73O61qQBOBoTgH0oz06pUK3t5PIoQlc { color:#d1d5dc;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:5.7745361328125rem;left:7.35107421875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iiyrfUEAoEwd8lWFLp3K5ZQw7dQZ5m16 { color:#5a5752;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:4.5rem;left:6.5rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OFcgxAcByn3vIK67HhUr9MoHT2tFQySa { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:11.8125rem;top:10.3125rem;left:8.3125rem;overflow:hidden;display:block; }
#QEwwh968bLTEroPtttINP1koRpZvW9Ar { box-sizing:content-box;height:30.4375rem;width:19.25rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:2.5rem;left:27.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#guTHgH8lzVywKPIIF2Oo38BvqyD2rbHF { color:#d1d5dc;display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:5.9375rem;left:31.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vNZn6VepN4KZIi9lMcaA44hSlJNIs0o9 { color:#5a5752;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:4.5rem;left:29.75rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k1gnLpsxCS5W8bT1CXt6w9QAyrm43Roo { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:11.75rem;top:10.0625rem;left:31.5625rem;overflow:hidden;display:block; }
#UDNIFq2TxA2ffXMuFxlNEF4AwIbDOb3G { box-sizing:content-box;height:30.4375rem;width:19.25rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:2.5rem;left:51.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#agNKlnmZWMJ3ykp1vCguEpIKZBlW15J5 { color:#d1d5dc;display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:5.9375rem;left:54.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#akrm82V6MuNwXNsvKFNNZa8TuFqk3q9a { color:#5a5752;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:4.5rem;left:53.125rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Th8xn40dfVDyEFDwDarvmfSPVmKf4zC9 { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:11.75rem;top:10.03125rem;left:54.9375rem;overflow:hidden;display:block; }
#oGW2nowJQSmoMJ4V9mlfmaKw2P04xU0y { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:27.9375rem;left:8.1875rem;display:block; }
#t4mzoITLvvbaRXAKs1P11xM40agBrxhc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEMC1fp9r8H9ml5LDTwe6axq2U4oc3wB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:27.9375rem;left:31.4375rem;display:block; }
#T4sUHhtDTRVU5TXhg0wget9aK3r85OsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JhAvnyVnvS4dXBr7Q8kBU3XX6JrxFkf8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:27.9375rem;left:54.8125rem;display:block; }
#WJx8pesaqVlcfcSBTTNdAinvHJMxKev2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WPLE4PAtDkiIvtSx6C1u9Id4mkEgTa1I { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:2.5625rem;left:4.625rem;display:block; }
#TLGDTTrHxEVUTiCWn02rLFFtDuHI5sc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iVQkpJ1hiUJSTOu41nBP0r2OqI2pisJ9 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:2.5625rem;left:27.875rem;display:block; }
#UozZRTPC71iA9FdiTLn3V3NiiObnL5Ov { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#epPdN3sAXVcdpMa2JlTfx7bAROTUqsZp { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:2.6875rem;left:51.25rem;display:block; }
#waXTJPsvp957wTbKSVmGEPlowHBhpR3D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oy9rXeq1cWMUppSTzSTzH9mpvctxWuI7 { position:relative;display:block; }#Oy9rXeq1cWMUppSTzSTzH9mpvctxWuI7 { background-color: transparent; background-image: none; }#Oy9rXeq1cWMUppSTzSTzH9mpvctxWuI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy9rXeq1cWMUppSTzSTzH9mpvctxWuI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy9rXeq1cWMUppSTzSTzH9mpvctxWuI7 > .row .container > .video-iframe-container { display: none; }#Oy9rXeq1cWMUppSTzSTzH9mpvctxWuI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy9rXeq1cWMUppSTzSTzH9mpvctxWuI7 > .row > .video-iframe-container { display: none; }#Oy9rXeq1cWMUppSTzSTzH9mpvctxWuI7 > .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); }#Oy9rXeq1cWMUppSTzSTzH9mpvctxWuI7 { border-width: 0; border-radius: 0; }#Oy9rXeq1cWMUppSTzSTzH9mpvctxWuI7 > .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; }#Oy9rXeq1cWMUppSTzSTzH9mpvctxWuI7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JfN3oM3ym36D9R8E3orgmeUdlkIICrZg { box-sizing:content-box;height:30.4375rem;width:19.25rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:2.5rem;left:4.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#FqkqGSO238CzQsA4Cr53Abw1KBnD3TwV { color:#d1d5dc;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:5.7745361328125rem;left:7.35107421875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#g8pByDq21XVXmbNyAJdIVbQyLzGlD29n { color:#5a5752;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:4.5rem;left:6.5rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Afv1uzUvFO69GG85qgK2RWXXTw9AR78P { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:11rem;top:10.092163085938rem;left:8.7249755859375rem;overflow:hidden;display:block; }
#dsIrhq8clgfryzOU6mV3BohT4F9vvabM { box-sizing:content-box;height:30.4375rem;width:19.25rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:2.5rem;left:27.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#aSHWI4SOoGV4gtk6TdXPd1HyvqtMArE9 { color:#d1d5dc;display:block;width:14.12475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:5.77392578125rem;left:30.436401367188rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NCJr7p3fRxVlpGT0rOiLSXEiq1FSMsNI { color:#5a5752;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:4.5rem;left:29.75rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eWQTvnfpfLwJ5omFev5R7unW6Ep9X8Zr { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:10.9375rem;top:10.0625rem;left:31.5625rem;overflow:hidden;display:block; }
#Iu2JDlTL7koMwruqxn3SsPOgvkdDC4k3 { box-sizing:content-box;height:30.4375rem;width:19.25rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:2.5rem;left:51.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#utJ52Z1WTTUITS2UIBKkc5U1XcIp8AM4 { color:#d1d5dc;display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:5.9375rem;left:54.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pAl87OSeHtmbRKbq100hFBib65J6gUaz { color:#5a5752;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:4.5rem;left:53.125rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uzP0nx8r4o44htRa3oOWuQTKIOrsSQlV { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:11.6875rem;top:10.03125rem;left:54.9375rem;overflow:hidden;display:block; }
#IkXGZahxXfstaTxUG2dqHPR2DqJu2ioi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:27.9375rem;left:8.1875rem;display:block; }
#x0lb1WytS0hkEJOUTaxAmBMPnLnglOaL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GT0qO1gAu1tgTl8kGti2ixsSdAB8xcdZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:27.9375rem;left:31.4375rem;display:block; }
#TaQTytM9SZof62vsUe9T0bErAk8oNAL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vo36oz2Bl6oAGeO6wKT0DTzsCZneAauf { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -moz-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -ms-linear-gradient(180deg, #ef7d00, #ff9500);background-image: -o-linear-gradient(180deg, #ef7d00, #ff9500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7d00', endColorstr='#ff9500' );";background-image: linear-gradient(180deg, #ef7d00, #ff9500);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:27.9375rem;left:54.8125rem;display:block; }
#E9cRDxHy1mqy3ZsiE5dZTTtOqF5V0VJ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dFkRI3itJF24Ptz3oy65h0dMR4B72yPT { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:2.5rem;left:4.625rem;display:block; }
#diQXyy7KnZ50hiXCs4Wf8brm2dhEXrNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LX614SOrReTCyHTiTsrEe3snISkpNBl3 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:2.5625rem;left:28.0625rem;display:block; }
#A39LJttrdwqBT1xLs8SsHUrGiTTs2O8b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WblMw6f71gKzC8HPxgAqpm7mEKPuQUT3 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:30.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:2.5625rem;left:51.25rem;display:block; }
#wBtpSR0ahnm0hrWUHK3NOWmd2xEXD8PC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hBEQSfMIkE3cOBRJgL0oUs5ZMThSr7tu { position:relative;display:block; }#hBEQSfMIkE3cOBRJgL0oUs5ZMThSr7tu { background-color: transparent; background-image: none; }#hBEQSfMIkE3cOBRJgL0oUs5ZMThSr7tu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBEQSfMIkE3cOBRJgL0oUs5ZMThSr7tu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBEQSfMIkE3cOBRJgL0oUs5ZMThSr7tu > .row .container > .video-iframe-container { display: none; }#hBEQSfMIkE3cOBRJgL0oUs5ZMThSr7tu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBEQSfMIkE3cOBRJgL0oUs5ZMThSr7tu > .row > .video-iframe-container { display: none; }#hBEQSfMIkE3cOBRJgL0oUs5ZMThSr7tu > .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); }#hBEQSfMIkE3cOBRJgL0oUs5ZMThSr7tu { border-width: 0; border-radius: 0; }#hBEQSfMIkE3cOBRJgL0oUs5ZMThSr7tu > .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; }#hBEQSfMIkE3cOBRJgL0oUs5ZMThSr7tu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.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:block; }#hD6QJV36RVyGAvMovdvwAZ0suka8Wwl5 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:3.8995375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 { position:relative;display:block; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 { background-color: transparent; background-image: none; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .row .container > .video-iframe-container { display: none; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .row > .video-iframe-container { display: none; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .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); }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 { border-width: 0; border-radius: 0; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .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; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.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; }#zo0Lz7FVFzcZfr3puulbFAw6K88F4Ppe { box-sizing:content-box;height:28.687125rem;width:51.25rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1239bc45-ba7c-4862-8268-1154c24ba828/Containervideo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0rem 0rem 3.125rem rgba(239,125,0,0.4) ;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:0.5625rem;left:11.8125rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }#zo0Lz7FVFzcZfr3puulbFAw6K88F4Ppe.adaptive-delivery-prevent-bg, #zo0Lz7FVFzcZfr3puulbFAw6K88F4Ppe.lazyload, #zo0Lz7FVFzcZfr3puulbFAw6K88F4Ppe.lazyloading { background-image: none; }
#zo0Lz7FVFzcZfr3puulbFAw6K88F4Ppe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem; }#zo0Lz7FVFzcZfr3puulbFAw6K88F4Ppe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTUPPFzywyTCorfEye49RvGCUT0MSXna { position:absolute;display:block;z-index:15001;height:28.6875rem;width:51.25rem;top:0.625rem;left:11.875rem;display:block; }
#oivsTtSUdzpcDp42qfM3H65ofhsmx6G7 { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:10.4375rem;left:32.9375rem;overflow:hidden;display:block; }
#GDbObKqUNaRgabfItMxTxqVbIX0bHG5b { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.49975625rem;width:51.437375rem;top:26.4375rem;left:11.8125rem;overflow:hidden;display:block; }
#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH { border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container { background-color: transparent; background-image: none; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container > .video-iframe-container { display: none; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row > .video-iframe-container { display: none; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .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); }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container { border-width: 0; border-radius: 0; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#JuuQTzT2X2UatctH5WKoTcDNdO21KA7Z { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.625rem;top:4.8125rem;left:0rem;overflow:hidden;display:block; }
#aeXuPMERJEHOivuPGgwzHE4exRvTKTv5 { box-sizing:content-box;height:0.0625rem;width:4rem;position:absolute;display:block;z-index:15011;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:0rem;display:block; }
#ShzwvBG1sFwEQeefAHeqq70SZya7Auey { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:9.0042724609375rem;left:23.625rem;overflow:hidden;display:block; }
#yV9sPOVbypsrB1b8U5kK4S1VCv9q9UTi { box-sizing:content-box;height:0.0625rem;width:4rem;position:absolute;display:block;z-index:15012;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:23.75rem;display:block; }
#wmTNO9eC3Jo7MxhqQnyg9N5OK47sFI4W { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:4.625rem;left:23.75rem;height:1.625rem;font-style:normal;display:block; }
#qhsBkxyBBmzxubdqKBZwEoldn6tk0eZ2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,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:#99a1af;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.937375rem;height:1.8359375rem;text-decoration:none;z-index:15032;text-align:left;text-align-last:left;top:8.648681640625rem;left:25.21728515625rem;display:block; }
#hAekfGuTsE7ZJoQH4wtu4FlRLrDbU5RG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lqKtgf2Zupr6Hi3mwwmZKRq9yLZ6MmnX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:4.6246337890625rem;left:62.5rem;height:1.625rem;font-style:normal;display:block; }
#m4kn9UD9Ow2UVKbfIknsKAwam09b1lUB { box-sizing:content-box;height:0.0625rem;width:4rem;position:absolute;display:block;z-index:15014;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.31201171875rem;left:62.5rem;display:block; }
#cpoT4VhTGAEDQNgfKQxGqqMhSMf2rOfH { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9373779296875rem;left:62.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#R56nzyv75Lx7XeiTcQWEEEBASLW2LrhN { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:8.9365234375rem;left:62.5rem;display:block; }
#Ib9LHy0b3f8uVBrqknTVEDNPygQdiDrz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#se4kqWyTt8bTw1kKxF8L5dPVwfw1Mx2Z { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:9.749755859375rem;left:63.312377929688rem;overflow:hidden;display:block; }
#W4Auf7BmLVvS8hXCxNJxZvrJJJO30h8g { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15022;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.9365234375rem;left:66.25rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#EacEsXheBigwifEuftNzwRi2yEauz74W { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:9.00390625rem;left:66.375rem;display:block; }
#IJkdD1VOgzF81NA6XARpvn82B5P2svxf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SKHUV3gBT2xuyt7oGBEVAoiUUmEcH86W { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:9.8115234375rem;left:67.25rem;overflow:hidden;display:block; }
#OV79bsNl8qO0I1Buqk3AftVCPnKqgUPb { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15025;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9365234375rem;left:70.2490234375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#SKm3ofH0zpPhwCCphT0aPKI626w5LEAl { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:8.9365234375rem;left:70.2490234375rem;display:block; }
#Fs11TosOyObv3qmiVRpXL8mU8lXrXM5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hSywEiDOurovIal3dyUD8xXoXv9sN3M8 { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:9.7490234375rem;left:71.0625rem;overflow:hidden;display:block; }
#EKNTAZeywSd0ukwhPU0oMEbCszFkaRmC { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15029;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:0rem;display:block; }
#p4LB8LFCzVyK8uwkkKwJoyc0HbGzIWN6 { color:#6a7282;display:block;width:46.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:20.375rem;left:0rem;height:1.13769375rem;display:block; }
#W1gZH5f9rDquI3P0FvScnxNMTTwzQ8Bp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,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:#6a7282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:20.00625038147rem;left:61.0625rem;display:block; }
#ueUzKT3dTzJc2h9KvmAcQ3P7iX2qczHK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QpatWqZ6LExm0qWmT3SkMQyXE0WEyAwB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,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:#6a7282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:20.00625038147rem;left:70.6875rem;display:block; }
#LzcTDJLDz8zAA2DCV8lwkTd4vTfhe6dD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOW1N0vgV47J8VCkE84tFkeMH8CSFq6T { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:24.1875rem;left:0rem;overflow:hidden;display:block; }
#BfuD5CkHQbo0klkVMg8P9wDkT7rbXVrr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,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:#6a7282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:20.00625038147rem;left:50.5rem;display:block; }
#TmB700al1voOHh6JB4CN9VsuHOEETCZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bX18nPd2C6T4QWhHF6l0AQhReQrCDa3Q { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:4.8125rem;left:42.5625rem;height:1.625rem;font-style:normal;display:block; }
#TATZ4n92WPJNDGGTplp7hSavsGy5p5Tc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,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:#99a1af;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.875rem;text-decoration:none;z-index:15037;text-align:left;text-align-last:left;top:8.8125rem;left:42.5625rem;display:block; }
#lesUptFTEp8EaxmQSMB8BieFUpGXSVgO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UQc4Jpz01ZwwTnFTFJeV0lnKLuHo9QGo { box-sizing:content-box;height:0.0625rem;width:4rem;position:absolute;display:block;z-index:15017;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:42.5625rem;display:block; }
#IrFkwEaFX6eNgyl77ydD8H1w7tlVq2Zg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,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:#99a1af;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.875rem;text-decoration:none;z-index:15038;text-align:left;text-align-last:left;top:10.9990234375rem;left:42.5625rem;display:block; }
#waTDVzIozbb5nN2TgtExrIcoSyMTVRhS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IV6yHerk21sVo84R1oTaVSCt06DKXOWx { width:4.9375rem;height:1.875rem;top:1.5625rem;left:22.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5r29qFz6yLMQKNarIOa2hITzwEUi7JK { display:block; }
 }@media only screen and (max-width: 763px) { #fJTTOGHmUzC29TaFkr7MRua0AAnPUVZG { width:12.5625rem;height:1.875rem;top:1.5625rem;left:30.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cc0uCMTc9zU1KORH7ExLft8yX13aBP1a { display:block; }
 }@media only screen and (max-width: 763px) { #hLrqwrdR2pA9RO0ymTcNu8vaMPyoTAZf { width:9.625rem;height:1.875rem;top:1.5625rem;left:38.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmSwcxx8qxpNLRnlml11EBJeTHyIpvMI { display:block; }
 }@media only screen and (max-width: 763px) { #neaSJ7s89epghvVn4MmQqFmS7sOlkZ2R { width:3.5rem;height:1.875rem;top:1.5625rem;left:44.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rONdutMFmZ22JHHT9JGyD45k4rFk8hPA { display:block; }
 }@media only screen and (max-width: 763px) { #EZo3X6uLkHd5wMn7KbS0kghSpHbEdphX { width:9.375rem;height:2.5rem;top:1.25rem;left:38.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJnWdq2ngpcEBWrCCV0BX4DtdTaxWEo1 { display:block; }
 }@media only screen and (max-width: 763px) { #c4JBI4voWbHrx9KQJhOUEeMWSh7rKSTM { width:2.625rem;height:2.625rem;top:1.21875rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQX3v13pJxmvZsqE8ghVokMW972zeEvp { width:5.625rem;height:2.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAyZ3I4bcQJKaDxZUy6oWxTvcTr1927d { width:15.4375rem;height:2rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 { display:block; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn { position:relative;z-index:auto;display:block; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container { width:47.75rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktH74VG7JLzTnbcvaDK960r9DtI21VS7 { width:3.5rem;height:1.875rem;top:13.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6aal3rbzDyQsvnf1zW1PZJ8L9C2VWGo { display:block; }
 }@media only screen and (max-width: 763px) { #xd2UVbCGnMAefvrGNLmEbRqObTdBK60G { width:1.375rem;height:1.375rem;left:14.25rem;top:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfWtDXv5ru3e8CZOOw7QWfD402sKT0kF { width:6.4375rem;height:1.875rem;top:1.5625rem;left:31.124755859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyWRo4DilGFS8Gf18p5buRlGz3Ls0Irk { display:block; }
 }@media only screen and (max-width: 763px) { #IR2g3zsle9FHqDXnNrNHI4RzTExW0Mmm { width:6.125rem;height:1.875rem;top:1.5625rem;left:39.62451171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6SaSPef8zxAapt30A64D0QLuRciFMaB { display:block; }
 }@media only screen and (max-width: 763px) { #EB5QeOfumcgk2RaN8dDOR9pL9noveAUt { width:7.6875rem;height:1.875rem;top:1.5625rem;left:40.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXTNl1TLt1sUpncUc1MLZZSIKepXJMTx { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDk8zBVbX6sBadBFWe1xauovBne79qm6 { top:32.6875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7HPLdDlZXvQf8RcIzt4OJ5SWUdDlcBn { width:47.75rem;height:4.0625rem;top:8.5rem;left:-0.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAXh7n7TDmN84NZLT4Op6L6N5bXTh1Hc { top:41.125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hublKBNPaTfqu3e7NzeeBo7sJ7WKpMyx { width:47.75rem;height:5.399459193707rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlv0U3roxFL2yNSyTNudOO5TrSLh50qr { width:14.4375rem;height:19.167766249106rem;top:6.5625rem;left:25.499145507812rem;display:block; }
 }@media only screen and (max-width: 763px) { #yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF { display:block; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .row .container { width:47.75rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIO0OnlUVWp7bmX4vFwfIGsFOhhGUSqA { top:6.25rem;left:10.781127929688rem;width:26.125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndQV9Fp0CyZKW6LTmQX8lg9TffA19WEt { width:8rem;height:0.0625rem;top:4.75rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKMX1hmpDSiaiEqHFRWuyt5grR1B4wTQ { top:57.5625rem;left:1.4365234375rem;width:44.875rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqZOHTxp4G2QRFy7ZQrByPTX3kkB77g8 { top:62.1875rem;left:4.0623779296875rem;width:39.6875rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtSJZiBVKwRV7JpgMRK2dtK3HuVHrGid { width:47.75rem;height:29.0625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #co5ZJGG4zxJkE3MrTKZuBT8X9rnb0AIt { width:47.75rem;height:8.8125rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl0XGz4yTQQKEqlw9nawpuzt3TRtR1Jx { width:47.75rem;height:29.0625rem;top:15.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsOIWTnDKlSnylNIl7iyvIigGWTo89bQ { width:10.5rem;height:3.4375rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onJn2I9zztBaWVvgnFwhC4NGzzMAFw9H { display:block; }
 }@media only screen and (max-width: 763px) { #Hhcn5aG8rHTx3baeDhDnTg9AbbBVEWeJ { width:10.5rem;height:3.4375rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAAooy6p2C10k0t804lxJC02TppKJW9D { display:block; }
 }@media only screen and (max-width: 763px) { #dvT4lhoL6XFL8fVRLnx1QGqvC5dcCTEt { width:9.375rem;height:3.4375rem;top:15.625rem;left:4.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhCUnlw7TomKDQ6dbbJ0hJWndcrvQM0z { display:block; }
 }@media only screen and (max-width: 763px) { #WOcQd6wFAwhhQ9PQqt7dIT0O3OTzKSbL { width:9.375rem;height:3.4375rem;top:15.625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuTwhTtKG2FPnh3Eg4lk4hhqA7oWc30m { display:block; }
 }@media only screen and (max-width: 763px) { #k2cd91sQc4eOyobfRkWsWX5pHTgLUhZr { width:8.5rem;height:3.4375rem;top:23.375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwT3HtCSszc1AqwbkZcBR54ox0Wmiwl4 { display:block; }
 }@media only screen and (max-width: 763px) { #uC9gPKGNFMiTFC58VpvMWKzRt7G6KG1w { width:11.9375rem;height:3.4375rem;top:33.0625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3QqpRompyXUFsr8BtHafbZrnbublKDO { display:block; }
 }@media only screen and (max-width: 763px) { #cw0oAPfylrQD4qD6CJ06LTalDSZBllMP { width:11.9375rem;height:3.4375rem;top:42.5625rem;left:12.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwUUkaDhheqA8MnUPhX3hlMsBdWPFJgO { display:block; }
 }@media only screen and (max-width: 763px) { #FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 { display:block; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .row .container { width:47.75rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezIhe8CLCkHDz532V4e3auQU4i0oESyh { width:47.75rem;height:8.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR9ymmZDW2LACMkrmWVbMRoK10FT6yTW { top:6.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrmMLzNTV6xvOdmU4DfFIbBlraL2SZzi { display:block; }#qrmMLzNTV6xvOdmU4DfFIbBlraL2SZzi > .row .container { width:47.75rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enE2WOaONIk75FvwdK6WC4EOP2vw5oCo { width:31.75rem;height:3.625rem;top:0rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1v3cR3scw49VPgfqg6PP1sZPHQg13cA { width:7.375rem;height:2.75rem;top:0.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSw0s2Hb0HNatVDvJWJToH4ZMXlMCedx { display:block; }
 }@media only screen and (max-width: 763px) { #MZc82aHWR5MsbTyGSObreEhleWdArLiJ { width:15.1875rem;height:4.0625rem;top:21.6875rem;left:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgpN9EK0XG0Ao9IZktNdUWUmz2l61RCv { width:18rem;height:23.875rem;top:14.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0XNiit7TgEDErgVzQHaa4TQbzsRcqsg { width:3.5rem;height:3.5rem;top:33.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6JLJBr7ipFvglQODHDGgTfolLe58Ps0 { width:15.1875rem;height:4.0625rem;top:21.6875rem;left:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcK6KIT0KQ88gT77oWzSsU0JrLDsOZtf { width:3.5rem;height:3.5rem;top:33.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdrIKLibyrQHH7W1furuv0yFTTELlh8 { width:18rem;height:23.875rem;top:14.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xET1NLxn7UduwIf0gtDy2bTwmrS0dJ92 { width:15.1875rem;height:4.0625rem;top:21.6875rem;left:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyy4DJGh52OS7K1dQcO6wF08myxMy47z { width:3.5rem;height:3.5rem;top:33.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waLFOP7yEsZBT5d9TAC3dyDHHBGoqR3S { width:18rem;height:23.875rem;top:14.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vokC3cuIfQTaL1PIKHcROHpyQcmi155a { width:15.1875rem;height:4.0625rem;top:21.6875rem;left:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIfuVcAiDJ0CsM4SbeAXxHCRvO1PpsuO { width:3.5rem;height:3.5rem;top:33.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIwZKLk1vBeCSsq1eoPNcHoMJ66QWcHB { width:18rem;height:23.875rem;top:14.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH38thCub8Jm4yNfTZVuQQCn5bFizTIJ { width:7.375rem;height:2.75rem;top:0.5rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJoaLogQB5RLBCwhxKA4sKsdQL1QCg8M { display:block; }
 }@media only screen and (max-width: 763px) { #m2gzOSkJUsgwbasLQo6UoxBm30NXKfaf { width:7.375rem;height:2.75rem;top:0.5rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF9vBh8EXlXskbZvbINoUiXaAdbzIF4S { display:block; }
 }@media only screen and (max-width: 763px) { #JE0r0PZDB3xWW5eC7DQDxq1i5qI6RDnz { width:7.375rem;height:2.75rem;top:0.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqET5MaSwTM4gzPiG17GqygRUVzTiSub { display:block; }
 }@media only screen and (max-width: 763px) { #V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO { display:block; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdrS63BeIMaBdfff1fm0nyIym3GHAbN8 { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8R3lKlBTpqyPJvCWee93JZttW8KkOkw { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL6IIDnWwhzx4pUk2dW6pvueZBlfIhoM { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv3yJsvVzFMdhGoNP0mbW0cQV6C3dAf6 { width:11.875rem;height:15.5625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcOImeFJ6Apb487o1LMxvDwHmJdAPRbc { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNp3MD3xfEeOXfDzi65uhH4Wl4Hrmg0E { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0BhlraX2FfgVlGfeVKyqTABAqImRq6C { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pay1ThiaiRCh8fq373xnJvvFEscKEihw { width:11.875rem;height:15.5rem;top:10.0625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgHrhL28nXH1NZTzWdSyHSfhZHOrqc3r { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHB9LsubA4l9gw4b2owqQmWabs05ZFCh { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZBH3vVaETaRfXLApfKRWo3qW27X2PD { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpBe8iRsZTu5ZIVwG7TNndmcHePXMtvW { width:11.875rem;height:15.5rem;top:10rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEGe4Z3e5EVuXEnaiCfVXvNGHbNBKAcL { width:12.125rem;height:3rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQbEos5Qc1t3EsRo9zDWX5KIRMkny4m3 { display:block; }
 }@media only screen and (max-width: 763px) { #UNslhP22PdPG0h8O73MAnC8t7IiHwJlT { width:12.125rem;height:3rem;top:27.9375rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiTNWvZ5MfmXWK1UTd4iu2lFWAIqRByp { display:block; }
 }@media only screen and (max-width: 763px) { #UVfrwH0dyUwPPktvclX9F1rz0yPDc3kQ { width:12.125rem;height:3rem;top:27.9375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXVdcPOlIpmkulfdacNLIMWcEofaili4 { display:block; }
 }@media only screen and (max-width: 763px) { #kONQquWSmHXvF9lxaVNTo7F1krbKszGA { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH6FuV8bv8cqblRHdALPhOUG5nh5V3s1 { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTFtvhfNK4fur4qndLazy2bPHrGvU0iD { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSzlb8KsI3pPpAanGrcrkbBqVPlzKfgb { width:11.875rem;height:15.499875rem;top:42.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmrMZyLm4Z1foOdaep9ucuPN7NEvyJJs { width:12.0625rem;height:2.9375rem;top:60.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGNect5qGNEwpTif1uUqIJ1s1eRrWxFu { display:block; }
 }@media only screen and (max-width: 763px) { #r7eUbpJd4olzZELdK856zZKVI6JXbLJp { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ0Ua9JDd9HJQ1tIRR9CeP4N3vf5stRB { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG32pkk8tISPhbX3WisAF9lXchkST8Xu { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4LQK8ovFNclWtAfiUwQRkBN6TUsIk37 { width:11.75rem;height:15.355810237362rem;top:42.5rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPZFBGRStkcDtMaODhvxiBhtbE3bP3wR { width:12.0625rem;height:2.9375rem;top:60.375rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1pCiriEcdhNgcRpGGUFeE4puLxaJ5m2 { display:block; }
 }@media only screen and (max-width: 763px) { #TRfuA1c9L7taXtrxVT8z2IfnBPofIDR6 { width:19.25rem;height:30.4375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmeRFgmHoOHeMxGnBpl6WLKO4HV93g2g { display:block; }
 }@media only screen and (max-width: 763px) { #k3G9JV7TrxN6CMrJoF8vChhsi4bp0tib { width:19.25rem;height:30.4375rem;top:2.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecuU1qqXUVBw5a2VMvQU0X2U6UXcs2OT { display:block; }
 }@media only screen and (max-width: 763px) { #puBxfsD809Hbd1b7MZtSIGU3ZEhk6Es9 { width:19.25rem;height:30.4375rem;top:2.5625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #spopUdNbWVpyhRiyKdyXovFAQ95tZ0BS { display:block; }
 }@media only screen and (max-width: 763px) { #J2ICuHDdHKuCCUuSRpIFP26LQqArKwfE { width:19.25rem;height:30.4375rem;top:34.9375rem;left:2.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2opz85q85ctCqIUHqmTl0FUvK3comba { display:block; }
 }@media only screen and (max-width: 763px) { #c3xoSJPoot7Pc6rrcBD6QbULUpl3NXXS { width:19.25rem;height:30.4375rem;top:34.9375rem;left:25.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI8VzI9NZwNiKLrapHz5FRVVO6QT20UE { display:block; }
 }@media only screen and (max-width: 763px) { #XykAviQZwzHNWRBQ6toDPt0pDGOMPqBp { display:block; }#XykAviQZwzHNWRBQ6toDPt0pDGOMPqBp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwCwJkLJpOV98Bem4flyOAuflPZAKkvf { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6o6RAEZ3pBS4s2VSRqrJDFEifq60dkN { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqzHXVLpUIa8bXCtIWHxVcANi873WexS { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhawEuX2gC191vFf4JUgTzSPnToKfENl { width:11.875rem;height:15.5rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azeX6hiAxIfwx9BcuLrKnXr2tRNXrsLR { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyku2zsTLwxA0nzP4bpmb7ym4sOrtWKQ { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4LlcdDFhnEbF6v5nRo77gbFQqPpM64r { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqdbKyf8ZUEbyv8GZHqmgwOnzqT95Q4s { width:11.8125rem;height:15.4375rem;top:10.0625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOcr4N8swQsJ9mJMptExy5CTr3w4K4ek { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6aQmLQT1WDB91DJ7CCr23xWiQf35WCK { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTRh7LrhTB7hksAob9sqhMAwuVaomsww { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne6sW8slqbefamObVniIalGT2VZuy01C { width:11.8125rem;height:15.4375rem;top:10rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKtKyrcbL0nZ0xhl4XquOB9vJuTEhLnT { width:12.125rem;height:3rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0g9Ogeniml9bfHSC1e8PnVtUH4WTVRZ { display:block; }
 }@media only screen and (max-width: 763px) { #lbmmu21TNXerAvvbd7cxWN2nw75zmM6i { width:12.125rem;height:3rem;top:27.9375rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnHqdTMPhISBz1xPBuqGSUlaWGKvwak3 { display:block; }
 }@media only screen and (max-width: 763px) { #PqtqzRw3LUBEgi7XdEkfyAtoSVtJbhUt { width:12.125rem;height:3rem;top:27.9375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMUrGNxNEWRl9fXEoRtz6L5WvR94RAvk { display:block; }
 }@media only screen and (max-width: 763px) { #WPucWELzbfVKTMuGd1UQ5HyJfvxtkxu2 { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqWSqdqtRPyUbJ3GUv6eb1bRHfTIcB89 { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEel2fThXMQCdV1TQ9LtVVb6CiXUdDke { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJOMxcsfx9FaywMQqhhXAHSkT2VMZ9rD { width:11.8125rem;height:15.4375rem;top:42.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZWtSnzGTJvy3CbXrGJtRzOguJ5DRysH { width:12.0625rem;height:2.9375rem;top:60.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkghVgDAg4Z5qPKf3S8zUNm0DARZdzvG { display:block; }
 }@media only screen and (max-width: 763px) { #cqUDLtfIgMPtDbTKOJsCEHdHC5AtqCnN { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knMd9QS8LNPr1H5Q2L41wkdB84MyTvgy { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkS1PbG6OevRffE9mmiBn1NobSe87JN5 { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpuwkqLfUAuMCJouMLR1qeT7wbopNTQl { width:11.75rem;height:15.375rem;top:42.5rem;left:30.311157226562rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCzEOuevrlNLOWTkzVVmsieTTwfHhXg1 { width:12.0625rem;height:2.9375rem;top:60.375rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb8TyB1i3SQlyWKAfZ0gpvNk7B4OndPI { display:block; }
 }@media only screen and (max-width: 763px) { #iwO1L5pE7GHa5Uwl8pr5MOTrtnwey6pD { width:19.25rem;height:30.4375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJdvqMKHRMzDQwSQyO7gQbNtT9nLti50 { display:block; }
 }@media only screen and (max-width: 763px) { #qxGWA5aneMmFcDpdH4EbGQEghnyIc1GN { width:19.25rem;height:30.4375rem;top:2.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2dqTL8eoVWmDtDnlfGzbh9g1Aqg4yyq { display:block; }
 }@media only screen and (max-width: 763px) { #aBMstFFNLfKy9dhgS7bI7mFDm91I1n9G { width:19.25rem;height:30.4375rem;top:2.5625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDaZ40VRzNOGX6FVTn0XTMLaiNJ1DkTb { display:block; }
 }@media only screen and (max-width: 763px) { #eKwctBT4cz5Db2ugHkPIGIrRRWE1lkv2 { width:19.25rem;height:30.4375rem;top:35rem;left:2.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAAX5JOPAUUCU0U5Cs4MFl4HukxaWZsG { display:block; }
 }@media only screen and (max-width: 763px) { #Ey3z9R4wUnmCfmHTKzSrhlU6ieFlSCNp { width:19.25rem;height:30.4375rem;top:35.125rem;left:25.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8qPzDJm8HhFXVHWT6yTnPBtMVleZ5oT { display:block; }
 }@media only screen and (max-width: 763px) { #Dn1pBhUicmhRtE9SCoUwwXs4nxVyQsG9 { display:block; }#Dn1pBhUicmhRtE9SCoUwwXs4nxVyQsG9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQDcaOMQaKqvlq1dZmkoHxQ4K4AOEpy2 { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D73O61qQBOBoTgH0oz06pUK3t5PIoQlc { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiyrfUEAoEwd8lWFLp3K5ZQw7dQZ5m16 { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFcgxAcByn3vIK67HhUr9MoHT2tFQySa { width:11.8125rem;height:15.4375rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEwwh968bLTEroPtttINP1koRpZvW9Ar { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guTHgH8lzVywKPIIF2Oo38BvqyD2rbHF { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNZn6VepN4KZIi9lMcaA44hSlJNIs0o9 { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1gnLpsxCS5W8bT1CXt6w9QAyrm43Roo { width:11.75rem;height:15.375rem;top:10.0625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDNIFq2TxA2ffXMuFxlNEF4AwIbDOb3G { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agNKlnmZWMJ3ykp1vCguEpIKZBlW15J5 { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akrm82V6MuNwXNsvKFNNZa8TuFqk3q9a { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th8xn40dfVDyEFDwDarvmfSPVmKf4zC9 { width:11.75rem;height:15.375rem;top:10rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGW2nowJQSmoMJ4V9mlfmaKw2P04xU0y { width:12.125rem;height:3rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4mzoITLvvbaRXAKs1P11xM40agBrxhc { display:block; }
 }@media only screen and (max-width: 763px) { #TEMC1fp9r8H9ml5LDTwe6axq2U4oc3wB { width:12.125rem;height:3rem;top:27.9375rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4sUHhtDTRVU5TXhg0wget9aK3r85OsT { display:block; }
 }@media only screen and (max-width: 763px) { #JhAvnyVnvS4dXBr7Q8kBU3XX6JrxFkf8 { width:12.125rem;height:3rem;top:27.9375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJx8pesaqVlcfcSBTTNdAinvHJMxKev2 { display:block; }
 }@media only screen and (max-width: 763px) { #WPLE4PAtDkiIvtSx6C1u9Id4mkEgTa1I { width:19.25rem;height:30.4375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLGDTTrHxEVUTiCWn02rLFFtDuHI5sc7 { display:block; }
 }@media only screen and (max-width: 763px) { #iVQkpJ1hiUJSTOu41nBP0r2OqI2pisJ9 { width:19.25rem;height:30.4375rem;top:2.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UozZRTPC71iA9FdiTLn3V3NiiObnL5Ov { display:block; }
 }@media only screen and (max-width: 763px) { #epPdN3sAXVcdpMa2JlTfx7bAROTUqsZp { width:19.25rem;height:30.4375rem;top:2.6875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXTJPsvp957wTbKSVmGEPlowHBhpR3D { display:block; }
 }@media only screen and (max-width: 763px) { #Oy9rXeq1cWMUppSTzSTzH9mpvctxWuI7 { display:block; }#Oy9rXeq1cWMUppSTzSTzH9mpvctxWuI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfN3oM3ym36D9R8E3orgmeUdlkIICrZg { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqkqGSO238CzQsA4Cr53Abw1KBnD3TwV { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8pByDq21XVXmbNyAJdIVbQyLzGlD29n { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afv1uzUvFO69GG85qgK2RWXXTw9AR78P { width:11rem;height:15.375rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsIrhq8clgfryzOU6mV3BohT4F9vvabM { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSHWI4SOoGV4gtk6TdXPd1HyvqtMArE9 { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCJr7p3fRxVlpGT0rOiLSXEiq1FSMsNI { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWQTvnfpfLwJ5omFev5R7unW6Ep9X8Zr { width:10.9375rem;height:15.3125rem;top:10.0625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu2JDlTL7koMwruqxn3SsPOgvkdDC4k3 { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utJ52Z1WTTUITS2UIBKkc5U1XcIp8AM4 { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAl87OSeHtmbRKbq100hFBib65J6gUaz { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzP0nx8r4o44htRa3oOWuQTKIOrsSQlV { width:11.6875rem;height:15.3125rem;top:10rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkXGZahxXfstaTxUG2dqHPR2DqJu2ioi { width:12.125rem;height:3rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0lb1WytS0hkEJOUTaxAmBMPnLnglOaL { display:block; }
 }@media only screen and (max-width: 763px) { #GT0qO1gAu1tgTl8kGti2ixsSdAB8xcdZ { width:12.125rem;height:3rem;top:27.9375rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQTytM9SZof62vsUe9T0bErAk8oNAL9 { display:block; }
 }@media only screen and (max-width: 763px) { #vo36oz2Bl6oAGeO6wKT0DTzsCZneAauf { width:12.125rem;height:3rem;top:27.9375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9cRDxHy1mqy3ZsiE5dZTTtOqF5V0VJ3 { display:block; }
 }@media only screen and (max-width: 763px) { #dFkRI3itJF24Ptz3oy65h0dMR4B72yPT { width:19.25rem;height:30.4375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diQXyy7KnZ50hiXCs4Wf8brm2dhEXrNz { display:block; }
 }@media only screen and (max-width: 763px) { #LX614SOrReTCyHTiTsrEe3snISkpNBl3 { width:19.25rem;height:30.4375rem;top:2.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A39LJttrdwqBT1xLs8SsHUrGiTTs2O8b { display:block; }
 }@media only screen and (max-width: 763px) { #WblMw6f71gKzC8HPxgAqpm7mEKPuQUT3 { width:19.25rem;height:30.4375rem;top:2.5625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBtpSR0ahnm0hrWUHK3NOWmd2xEXD8PC { display:block; }
 }@media only screen and (max-width: 763px) { #hBEQSfMIkE3cOBRJgL0oUs5ZMThSr7tu { display:block; }#hBEQSfMIkE3cOBRJgL0oUs5ZMThSr7tu > .row .container { width:47.75rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD6QJV36RVyGAvMovdvwAZ0suka8Wwl5 { top:6.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 { display:block; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .row .container { width:47.75rem;height:120.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zo0Lz7FVFzcZfr3puulbFAw6K88F4Ppe { width:35.625rem;height:21.4375rem;top:26.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUPPFzywyTCorfEye49RvGCUT0MSXna { top:26.9375rem;left:6.0625rem;width:35.625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oivsTtSUdzpcDp42qfM3H65ofhsmx6G7 { width:7.875rem;height:7.875rem;top:33.71875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDbObKqUNaRgabfItMxTxqVbIX0bHG5b { width:35.625rem;height:2.6875rem;top:45.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH { display:block; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container { width:47.75rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuuQTzT2X2UatctH5WKoTcDNdO21KA7Z { width:7.625rem;height:1.75rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeXuPMERJEHOivuPGgwzHE4exRvTKTv5 { width:4rem;height:0.0625rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShzwvBG1sFwEQeefAHeqq70SZya7Auey { width:1.125rem;height:1.125rem;top:9rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV9sPOVbypsrB1b8U5kK4S1VCv9q9UTi { width:4rem;height:0.0625rem;top:7.3125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmTNO9eC3Jo7MxhqQnyg9N5OK47sFI4W { width:12.5rem;height:1.13769375rem;top:4.625rem;left:14.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhsBkxyBBmzxubdqKBZwEoldn6tk0eZ2 { width:6.0625rem;height:1.875rem;top:8.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAekfGuTsE7ZJoQH4wtu4FlRLrDbU5RG { display:block; }
 }@media only screen and (max-width: 763px) { #lqKtgf2Zupr6Hi3mwwmZKRq9yLZ6MmnX { width:12.5rem;height:1.625rem;top:4.5625rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4kn9UD9Ow2UVKbfIknsKAwam09b1lUB { width:4rem;height:0.0625rem;top:7.25rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpoT4VhTGAEDQNgfKQxGqqMhSMf2rOfH { width:3rem;height:3rem;top:8.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56nzyv75Lx7XeiTcQWEEEBASLW2LrhN { width:3rem;height:3rem;top:8.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib9LHy0b3f8uVBrqknTVEDNPygQdiDrz { display:block; }
 }@media only screen and (max-width: 763px) { #se4kqWyTt8bTw1kKxF8L5dPVwfw1Mx2Z { width:1.25rem;height:1.25rem;top:9.6875rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Auf7BmLVvS8hXCxNJxZvrJJJO30h8g { width:3rem;height:3rem;top:8.875rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EacEsXheBigwifEuftNzwRi2yEauz74W { width:3rem;height:3rem;top:9rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJkdD1VOgzF81NA6XARpvn82B5P2svxf { display:block; }
 }@media only screen and (max-width: 763px) { #SKHUV3gBT2xuyt7oGBEVAoiUUmEcH86W { width:1.25rem;height:1.25rem;top:9.75rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV79bsNl8qO0I1Buqk3AftVCPnKqgUPb { width:3rem;height:3rem;top:8.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKm3ofH0zpPhwCCphT0aPKI626w5LEAl { width:3rem;height:3rem;top:8.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs11TosOyObv3qmiVRpXL8mU8lXrXM5a { display:block; }
 }@media only screen and (max-width: 763px) { #hSywEiDOurovIal3dyUD8xXoXv9sN3M8 { width:1.25rem;height:1.25rem;top:9.6875rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKNTAZeywSd0ukwhPU0oMEbCszFkaRmC { width:47.75rem;height:0.0625rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4LB8LFCzVyK8uwkkKwJoyc0HbGzIWN6 { width:22.5625rem;height:1.95rem;top:20.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1gZH5f9rDquI3P0FvScnxNMTTwzQ8Bp { width:7.3125rem;height:1.875rem;top:20.0625rem;left:35.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueUzKT3dTzJc2h9KvmAcQ3P7iX2qczHK { display:block; }
 }@media only screen and (max-width: 763px) { #QpatWqZ6LExm0qWmT3SkMQyXE0WEyAwB { width:3.6875rem;height:1.875rem;top:20.0625rem;left:44.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzcTDJLDz8zAA2DCV8lwkTd4vTfhe6dD { display:block; }
 }@media only screen and (max-width: 763px) { #DOW1N0vgV47J8VCkE84tFkeMH8CSFq6T { width:47.75rem;height:0.039791666666667rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfuD5CkHQbo0klkVMg8P9wDkT7rbXVrr { width:8.125rem;height:1.875rem;top:20.0625rem;left:26.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmB700al1voOHh6JB4CN9VsuHOEETCZw { display:block; }
 }@media only screen and (max-width: 763px) { #bX18nPd2C6T4QWhHF6l0AQhReQrCDa3Q { width:12.5rem;height:1.13769375rem;top:4.625rem;left:14.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TATZ4n92WPJNDGGTplp7hSavsGy5p5Tc { width:6.0625rem;height:1.875rem;top:8.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lesUptFTEp8EaxmQSMB8BieFUpGXSVgO { display:block; }
 }@media only screen and (max-width: 763px) { #UQc4Jpz01ZwwTnFTFJeV0lnKLuHo9QGo { width:4rem;height:0.0625rem;top:7.3125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrFkwEaFX6eNgyl77ydD8H1w7tlVq2Zg { width:6.0625rem;height:1.875rem;top:8.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waTDVzIozbb5nN2TgtExrIcoSyMTVRhS { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IV6yHerk21sVo84R1oTaVSCt06DKXOWx { width:5.5rem;height:1.875rem;top:6.1875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5r29qFz6yLMQKNarIOa2hITzwEUi7JK { display:block; }
 }@media only screen and (max-width: 763px) { #fJTTOGHmUzC29TaFkr7MRua0AAnPUVZG { width:6.125rem;height:1.875rem;top:9.3125rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cc0uCMTc9zU1KORH7ExLft8yX13aBP1a { display:block; }
 }@media only screen and (max-width: 763px) { #hLrqwrdR2pA9RO0ymTcNu8vaMPyoTAZf { width:6.0625rem;height:1.875rem;top:12.4375rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmSwcxx8qxpNLRnlml11EBJeTHyIpvMI { display:block; }
 }@media only screen and (max-width: 763px) { #neaSJ7s89epghvVn4MmQqFmS7sOlkZ2R { width:3.5rem;height:1.875rem;top:15.5625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rONdutMFmZ22JHHT9JGyD45k4rFk8hPA { display:block; }
 }@media only screen and (max-width: 763px) { #EZo3X6uLkHd5wMn7KbS0kghSpHbEdphX { width:9.375rem;height:2.5rem;top:18.6875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJnWdq2ngpcEBWrCCV0BX4DtdTaxWEo1 { display:block; }
 }@media only screen and (max-width: 763px) { #c4JBI4voWbHrx9KQJhOUEeMWSh7rKSTM { display:flex;top:1.09375rem;left:17.75rem;width:2.25rem;height:2.25rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #mQX3v13pJxmvZsqE8ghVokMW972zeEvp { width:4.0625rem;height:2rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAyZ3I4bcQJKaDxZUy6oWxTvcTr1927d { width:11.25rem;height:1.4375rem;top:1.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 { display:block; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn { position:relative;z-index:auto;display:block; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn { background-color: transparent; background-image: none; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container > .video-iframe-container { display: none; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row > .video-iframe-container { display: none; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .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); }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn { border-width: 0; border-radius: 0; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container { width:20rem;height:19.6875rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktH74VG7JLzTnbcvaDK960r9DtI21VS7 { width:3.5rem;height:1.875rem;top:13.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6aal3rbzDyQsvnf1zW1PZJ8L9C2VWGo { display:block; }
 }@media only screen and (max-width: 763px) { #xd2UVbCGnMAefvrGNLmEbRqObTdBK60G { display:flex;top:1.125rem;left:14.25rem;width:1.375rem;height:1.375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #yfWtDXv5ru3e8CZOOw7QWfD402sKT0kF { width:6.125rem;height:1.875rem;top:4.4375rem;left:1.5rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #DyWRo4DilGFS8Gf18p5buRlGz3Ls0Irk { display:block; }
 }@media only screen and (max-width: 763px) { #IR2g3zsle9FHqDXnNrNHI4RzTExW0Mmm { width:13.125rem;height:1.875rem;top:7.562255859375rem;left:1.4996337890625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #l6SaSPef8zxAapt30A64D0QLuRciFMaB { display:block; }
 }@media only screen and (max-width: 763px) { #EB5QeOfumcgk2RaN8dDOR9pL9noveAUt { width:13.5rem;height:1.875rem;top:10.78125rem;left:1.5rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #rXTNl1TLt1sUpncUc1MLZZSIKepXJMTx { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDk8zBVbX6sBadBFWe1xauovBne79qm6 { width:20rem;height:2.11230625rem;top:11.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7HPLdDlZXvQf8RcIzt4OJ5SWUdDlcBn { width:20rem;height:5.20019375rem;top:14rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HAXh7n7TDmN84NZLT4Op6L6N5bXTh1Hc { width:20rem;height:3.32519375rem;top:20.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hublKBNPaTfqu3e7NzeeBo7sJ7WKpMyx { width:20rem;height:2.25rem;top:6.228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlv0U3roxFL2yNSyTNudOO5TrSLh50qr { width:4.43725625rem;height:5.87463125rem;top:4.4146728515625rem;left:10.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF { display:block; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIO0OnlUVWp7bmX4vFwfIGsFOhhGUSqA { width:20rem;height:5.20019375rem;top:5.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndQV9Fp0CyZKW6LTmQX8lg9TffA19WEt { width:8rem;height:0.0625rem;top:0rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKMX1hmpDSiaiEqHFRWuyt5grR1B4wTQ { width:20rem;height:5.20019375rem;top:27rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqZOHTxp4G2QRFy7ZQrByPTX3kkB77g8 { width:20rem;height:8.3105625rem;top:33.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtSJZiBVKwRV7JpgMRK2dtK3HuVHrGid { width:20rem;height:11.499625rem;top:10.073852539062rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #co5ZJGG4zxJkE3MrTKZuBT8X9rnb0AIt { width:20rem;height:5.625rem;top:35.5009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl0XGz4yTQQKEqlw9nawpuzt3TRtR1Jx { width:20rem;height:11.499rem;top:12.38671875rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #xsOIWTnDKlSnylNIl7iyvIigGWTo89bQ { width:5.125rem;height:1.75rem;top:14.453125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onJn2I9zztBaWVvgnFwhC4NGzzMAFw9H { display:block; }
 }@media only screen and (max-width: 763px) { #Hhcn5aG8rHTx3baeDhDnTg9AbbBVEWeJ { width:5.5625rem;height:1.75rem;top:18.744140625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAAooy6p2C10k0t804lxJC02TppKJW9D { display:block; }
 }@media only screen and (max-width: 763px) { #dvT4lhoL6XFL8fVRLnx1QGqvC5dcCTEt { width:4.875rem;height:1.75rem;top:11.640625rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhCUnlw7TomKDQ6dbbJ0hJWndcrvQM0z { display:block; }
 }@media only screen and (max-width: 763px) { #WOcQd6wFAwhhQ9PQqt7dIT0O3OTzKSbL { width:4.8125rem;height:1.75rem;top:13.328125rem;left:14.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuTwhTtKG2FPnh3Eg4lk4hhqA7oWc30m { display:block; }
 }@media only screen and (max-width: 763px) { #k2cd91sQc4eOyobfRkWsWX5pHTgLUhZr { width:4.25rem;height:1.75rem;top:17.4013671875rem;left:15.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwT3HtCSszc1AqwbkZcBR54ox0Wmiwl4 { display:block; }
 }@media only screen and (max-width: 763px) { #uC9gPKGNFMiTFC58VpvMWKzRt7G6KG1w { width:6.125rem;height:1.75rem;top:20.4697265625rem;left:13.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3QqpRompyXUFsr8BtHafbZrnbublKDO { display:block; }
 }@media only screen and (max-width: 763px) { #cw0oAPfylrQD4qD6CJ06LTalDSZBllMP { width:4.9375rem;height:1.75rem;top:23.0322265625rem;left:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwUUkaDhheqA8MnUPhX3hlMsBdWPFJgO { display:block; }
 }@media only screen and (max-width: 763px) { #FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 { display:block; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezIhe8CLCkHDz532V4e3auQU4i0oESyh { width:20rem;height:2.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR9ymmZDW2LACMkrmWVbMRoK10FT6yTW { width:20rem;height:5.20019375rem;top:5.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrmMLzNTV6xvOdmU4DfFIbBlraL2SZzi { display:block; }#qrmMLzNTV6xvOdmU4DfFIbBlraL2SZzi > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enE2WOaONIk75FvwdK6WC4EOP2vw5oCo { width:19.875rem;height:7.5625rem;top:1.25rem;left:0.062255859375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1v3cR3scw49VPgfqg6PP1sZPHQg13cA { width:9.375rem;height:2.74963125rem;top:1.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSw0s2Hb0HNatVDvJWJToH4ZMXlMCedx { display:block; }
 }@media only screen and (max-width: 763px) { #MZc82aHWR5MsbTyGSObreEhleWdArLiJ { width:3.75rem;height:1.13769375rem;top:2.5625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgpN9EK0XG0Ao9IZktNdUWUmz2l61RCv { width:9.375rem;height:2.75rem;top:1.7498779296875rem;left:0.4998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0XNiit7TgEDErgVzQHaa4TQbzsRcqsg { width:0.374755625rem;height:0.374755625rem;top:2.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6JLJBr7ipFvglQODHDGgTfolLe58Ps0 { width:3.75rem;height:1.13769375rem;top:2.5625rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcK6KIT0KQ88gT77oWzSsU0JrLDsOZtf { width:0.375rem;height:0.375rem;top:2.875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdrIKLibyrQHH7W1furuv0yFTTELlh8 { width:9.375rem;height:2.74963125rem;top:1.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xET1NLxn7UduwIf0gtDy2bTwmrS0dJ92 { width:3.75rem;height:1.13769375rem;top:6.5rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyy4DJGh52OS7K1dQcO6wF08myxMy47z { width:0.374755625rem;height:0.374755625rem;top:6.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waLFOP7yEsZBT5d9TAC3dyDHHBGoqR3S { width:9.375rem;height:2.75rem;top:5.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vokC3cuIfQTaL1PIKHcROHpyQcmi155a { width:3.75rem;height:1.13769375rem;top:6.5rem;left:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIfuVcAiDJ0CsM4SbeAXxHCRvO1PpsuO { width:0.374755625rem;height:0.374755625rem;top:6.875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIwZKLk1vBeCSsq1eoPNcHoMJ66QWcHB { width:9.375rem;height:2.74963125rem;top:5.568359375rem;left:10.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH38thCub8Jm4yNfTZVuQQCn5bFizTIJ { width:9.375rem;height:2.74963125rem;top:1.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJoaLogQB5RLBCwhxKA4sKsdQL1QCg8M { display:block; }
 }@media only screen and (max-width: 763px) { #m2gzOSkJUsgwbasLQo6UoxBm30NXKfaf { width:9.375rem;height:2.74963125rem;top:5.693359375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF9vBh8EXlXskbZvbINoUiXaAdbzIF4S { display:block; }
 }@media only screen and (max-width: 763px) { #JE0r0PZDB3xWW5eC7DQDxq1i5qI6RDnz { width:9.375rem;height:2.74963125rem;top:5.693359375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqET5MaSwTM4gzPiG17GqygRUVzTiSub { display:block; }
 }@media only screen and (max-width: 763px) { #V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO { display:block; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdrS63BeIMaBdfff1fm0nyIym3GHAbN8 { width:9.5rem;height:19.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8R3lKlBTpqyPJvCWee93JZttW8KkOkw { width:7.25rem;height:1.625rem;top:2.9609375rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL6IIDnWwhzx4pUk2dW6pvueZBlfIhoM { width:7.87475rem;height:1.40014375rem;top:1.18701171875rem;left:0.8740234375rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #cv3yJsvVzFMdhGoNP0mbW0cQV6C3dAf6 { width:7.625rem;height:10.0625rem;top:5.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcOImeFJ6Apb487o1LMxvDwHmJdAPRbc { width:9.5rem;height:19.0625rem;top:0.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNp3MD3xfEeOXfDzi65uhH4Wl4Hrmg0E { width:6.9375rem;height:1.625rem;top:2.9609375rem;left:11.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0BhlraX2FfgVlGfeVKyqTABAqImRq6C { width:7.9375rem;height:1.40014375rem;top:1.2490234375rem;left:11.21875rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Pay1ThiaiRCh8fq373xnJvvFEscKEihw { width:7.625rem;height:9.9375rem;top:5.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgHrhL28nXH1NZTzWdSyHSfhZHOrqc3r { width:9.5rem;height:19.0625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHB9LsubA4l9gw4b2owqQmWabs05ZFCh { width:8.375rem;height:1.625rem;top:22.4375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZBH3vVaETaRfXLApfKRWo3qW27X2PD { width:8.1875rem;height:1.40014375rem;top:21.0625rem;left:0.75rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dpBe8iRsZTu5ZIVwG7TNndmcHePXMtvW { width:7.625rem;height:9.9375rem;top:25.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEGe4Z3e5EVuXEnaiCfVXvNGHbNBKAcL { width:7.6875rem;height:2.5rem;top:16.375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQbEos5Qc1t3EsRo9zDWX5KIRMkny4m3 { display:block; }
 }@media only screen and (max-width: 763px) { #UNslhP22PdPG0h8O73MAnC8t7IiHwJlT { width:7.6875rem;height:2.5rem;top:16.4375rem;left:11.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiTNWvZ5MfmXWK1UTd4iu2lFWAIqRByp { display:block; }
 }@media only screen and (max-width: 763px) { #UVfrwH0dyUwPPktvclX9F1rz0yPDc3kQ { width:7.625rem;height:2.5rem;top:36.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXVdcPOlIpmkulfdacNLIMWcEofaili4 { display:block; }
 }@media only screen and (max-width: 763px) { #kONQquWSmHXvF9lxaVNTo7F1krbKszGA { width:9.5rem;height:19.0625rem;top:20.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH6FuV8bv8cqblRHdALPhOUG5nh5V3s1 { width:7.3125rem;height:1.625rem;top:22.4375rem;left:11.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTFtvhfNK4fur4qndLazy2bPHrGvU0iD { width:7.1875rem;height:1.40014375rem;top:21.0625rem;left:11.625rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #zSzlb8KsI3pPpAanGrcrkbBqVPlzKfgb { width:7.625rem;height:9.9375rem;top:25.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmrMZyLm4Z1foOdaep9ucuPN7NEvyJJs { width:7.75rem;height:2.5rem;top:36.25rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGNect5qGNEwpTif1uUqIJ1s1eRrWxFu { display:block; }
 }@media only screen and (max-width: 763px) { #r7eUbpJd4olzZELdK856zZKVI6JXbLJp { width:9.5rem;height:19.0625rem;top:40.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ0Ua9JDd9HJQ1tIRR9CeP4N3vf5stRB { width:5.1875rem;height:1.40014375rem;top:40.875rem;left:7.1875rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JG32pkk8tISPhbX3WisAF9lXchkST8Xu { width:8.125rem;height:1.625rem;top:42.25rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4LQK8ovFNclWtAfiUwQRkBN6TUsIk37 { width:7.625rem;height:9.9375rem;top:44.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPZFBGRStkcDtMaODhvxiBhtbE3bP3wR { width:7.625rem;height:2.5rem;top:56.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1pCiriEcdhNgcRpGGUFeE4puLxaJ5m2 { display:block; }
 }@media only screen and (max-width: 763px) { #TRfuA1c9L7taXtrxVT8z2IfnBPofIDR6 { width:9.5rem;height:19.0625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmeRFgmHoOHeMxGnBpl6WLKO4HV93g2g { display:block; }
 }@media only screen and (max-width: 763px) { #k3G9JV7TrxN6CMrJoF8vChhsi4bp0tib { width:9.5rem;height:19.0625rem;top:0.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecuU1qqXUVBw5a2VMvQU0X2U6UXcs2OT { display:block; }
 }@media only screen and (max-width: 763px) { #puBxfsD809Hbd1b7MZtSIGU3ZEhk6Es9 { width:9.5rem;height:19.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spopUdNbWVpyhRiyKdyXovFAQ95tZ0BS { display:block; }
 }@media only screen and (max-width: 763px) { #J2ICuHDdHKuCCUuSRpIFP26LQqArKwfE { width:9.5rem;height:19.0625rem;top:20.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2opz85q85ctCqIUHqmTl0FUvK3comba { display:block; }
 }@media only screen and (max-width: 763px) { #c3xoSJPoot7Pc6rrcBD6QbULUpl3NXXS { width:9.5rem;height:19.0625rem;top:40.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI8VzI9NZwNiKLrapHz5FRVVO6QT20UE { display:block; }
 }@media only screen and (max-width: 763px) { #XykAviQZwzHNWRBQ6toDPt0pDGOMPqBp { display:block; }#XykAviQZwzHNWRBQ6toDPt0pDGOMPqBp > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwCwJkLJpOV98Bem4flyOAuflPZAKkvf { width:9.5rem;height:19.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6o6RAEZ3pBS4s2VSRqrJDFEifq60dkN { width:7.437125rem;height:1.625rem;top:2.9608154296875rem;left:1.0687255859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqzHXVLpUIa8bXCtIWHxVcANi873WexS { width:7.87475rem;height:1.40014375rem;top:1.18701171875rem;left:0.8740234375rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fhawEuX2gC191vFf4JUgTzSPnToKfENl { width:7.5625rem;height:9.9375rem;top:5.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azeX6hiAxIfwx9BcuLrKnXr2tRNXrsLR { width:9.5rem;height:19.0625rem;top:0.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyku2zsTLwxA0nzP4bpmb7ym4sOrtWKQ { width:6.9375rem;height:1.625rem;top:2.9609375rem;left:11.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4LlcdDFhnEbF6v5nRo77gbFQqPpM64r { width:7.9375rem;height:1.40014375rem;top:1.2490234375rem;left:11.21875rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #SqdbKyf8ZUEbyv8GZHqmgwOnzqT95Q4s { width:7.5625rem;height:9.9375rem;top:5.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOcr4N8swQsJ9mJMptExy5CTr3w4K4ek { width:9.5rem;height:19.0625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6aQmLQT1WDB91DJ7CCr23xWiQf35WCK { width:8.375rem;height:1.625rem;top:22.4375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTRh7LrhTB7hksAob9sqhMAwuVaomsww { width:8.1875rem;height:1.40014375rem;top:21.0625rem;left:0.75rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Ne6sW8slqbefamObVniIalGT2VZuy01C { width:7.5625rem;height:9.9375rem;top:25.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKtKyrcbL0nZ0xhl4XquOB9vJuTEhLnT { width:7.6875rem;height:2.5rem;top:16.375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0g9Ogeniml9bfHSC1e8PnVtUH4WTVRZ { display:block; }
 }@media only screen and (max-width: 763px) { #lbmmu21TNXerAvvbd7cxWN2nw75zmM6i { width:7.6875rem;height:2.5rem;top:16.4375rem;left:11.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnHqdTMPhISBz1xPBuqGSUlaWGKvwak3 { display:block; }
 }@media only screen and (max-width: 763px) { #PqtqzRw3LUBEgi7XdEkfyAtoSVtJbhUt { width:7.625rem;height:2.5rem;top:36.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMUrGNxNEWRl9fXEoRtz6L5WvR94RAvk { display:block; }
 }@media only screen and (max-width: 763px) { #WPucWELzbfVKTMuGd1UQ5HyJfvxtkxu2 { width:9.5rem;height:19.0625rem;top:20.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqWSqdqtRPyUbJ3GUv6eb1bRHfTIcB89 { width:7.3125rem;height:1.625rem;top:22.4375rem;left:11.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEel2fThXMQCdV1TQ9LtVVb6CiXUdDke { width:7.1875rem;height:1.40014375rem;top:21.0625rem;left:11.625rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NJOMxcsfx9FaywMQqhhXAHSkT2VMZ9rD { width:7.5625rem;height:9.9375rem;top:25.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZWtSnzGTJvy3CbXrGJtRzOguJ5DRysH { width:7.75rem;height:2.5rem;top:36.25rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkghVgDAg4Z5qPKf3S8zUNm0DARZdzvG { display:block; }
 }@media only screen and (max-width: 763px) { #cqUDLtfIgMPtDbTKOJsCEHdHC5AtqCnN { width:9.5rem;height:19.0625rem;top:40.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #knMd9QS8LNPr1H5Q2L41wkdB84MyTvgy { width:5.1875rem;height:1.40014375rem;top:40.875rem;left:7.1875rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MkS1PbG6OevRffE9mmiBn1NobSe87JN5 { width:8.125rem;height:1.625rem;top:42.25rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpuwkqLfUAuMCJouMLR1qeT7wbopNTQl { width:7.5625rem;height:9.9375rem;top:44.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCzEOuevrlNLOWTkzVVmsieTTwfHhXg1 { width:7.625rem;height:2.5rem;top:56.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb8TyB1i3SQlyWKAfZ0gpvNk7B4OndPI { display:block; }
 }@media only screen and (max-width: 763px) { #iwO1L5pE7GHa5Uwl8pr5MOTrtnwey6pD { width:9.5rem;height:19.0625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJdvqMKHRMzDQwSQyO7gQbNtT9nLti50 { display:block; }
 }@media only screen and (max-width: 763px) { #qxGWA5aneMmFcDpdH4EbGQEghnyIc1GN { width:9.5rem;height:19.0625rem;top:0.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2dqTL8eoVWmDtDnlfGzbh9g1Aqg4yyq { display:block; }
 }@media only screen and (max-width: 763px) { #aBMstFFNLfKy9dhgS7bI7mFDm91I1n9G { width:9.5rem;height:19.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDaZ40VRzNOGX6FVTn0XTMLaiNJ1DkTb { display:block; }
 }@media only screen and (max-width: 763px) { #eKwctBT4cz5Db2ugHkPIGIrRRWE1lkv2 { width:9.5rem;height:19.0625rem;top:20.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAAX5JOPAUUCU0U5Cs4MFl4HukxaWZsG { display:block; }
 }@media only screen and (max-width: 763px) { #Ey3z9R4wUnmCfmHTKzSrhlU6ieFlSCNp { width:9.5rem;height:19.0625rem;top:40.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8qPzDJm8HhFXVHWT6yTnPBtMVleZ5oT { display:block; }
 }@media only screen and (max-width: 763px) { #Dn1pBhUicmhRtE9SCoUwwXs4nxVyQsG9 { display:block; }#Dn1pBhUicmhRtE9SCoUwwXs4nxVyQsG9 > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQDcaOMQaKqvlq1dZmkoHxQ4K4AOEpy2 { width:9.5rem;height:19.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D73O61qQBOBoTgH0oz06pUK3t5PIoQlc { width:7.437125rem;height:1.625rem;top:2.9608154296875rem;left:1.0687255859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiyrfUEAoEwd8lWFLp3K5ZQw7dQZ5m16 { width:7.87475rem;height:1.40014375rem;top:1.18701171875rem;left:0.8740234375rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OFcgxAcByn3vIK67HhUr9MoHT2tFQySa { width:7.4375rem;height:9.75rem;top:5.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEwwh968bLTEroPtttINP1koRpZvW9Ar { width:9.5rem;height:19.0625rem;top:0.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guTHgH8lzVywKPIIF2Oo38BvqyD2rbHF { width:6.9375rem;height:1.625rem;top:2.9609375rem;left:11.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNZn6VepN4KZIi9lMcaA44hSlJNIs0o9 { width:7.9375rem;height:1.40014375rem;top:1.2490234375rem;left:11.21875rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #k1gnLpsxCS5W8bT1CXt6w9QAyrm43Roo { width:7.4375rem;height:9.75rem;top:5.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDNIFq2TxA2ffXMuFxlNEF4AwIbDOb3G { width:9.5rem;height:19.0625rem;top:20.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agNKlnmZWMJ3ykp1vCguEpIKZBlW15J5 { width:8.375rem;height:1.625rem;top:22.375rem;left:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akrm82V6MuNwXNsvKFNNZa8TuFqk3q9a { width:8.1875rem;height:1.40014375rem;top:21rem;left:5.9375rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Th8xn40dfVDyEFDwDarvmfSPVmKf4zC9 { width:7.4375rem;height:9.75rem;top:25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGW2nowJQSmoMJ4V9mlfmaKw2P04xU0y { width:7.6875rem;height:2.5rem;top:16.375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4mzoITLvvbaRXAKs1P11xM40agBrxhc { display:block; }
 }@media only screen and (max-width: 763px) { #TEMC1fp9r8H9ml5LDTwe6axq2U4oc3wB { width:7.6875rem;height:2.5rem;top:16.4375rem;left:11.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4sUHhtDTRVU5TXhg0wget9aK3r85OsT { display:block; }
 }@media only screen and (max-width: 763px) { #JhAvnyVnvS4dXBr7Q8kBU3XX6JrxFkf8 { width:7.625rem;height:2.5rem;top:36.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJx8pesaqVlcfcSBTTNdAinvHJMxKev2 { display:block; }
 }@media only screen and (max-width: 763px) { #WPLE4PAtDkiIvtSx6C1u9Id4mkEgTa1I { width:9.5rem;height:19.0625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLGDTTrHxEVUTiCWn02rLFFtDuHI5sc7 { display:block; }
 }@media only screen and (max-width: 763px) { #iVQkpJ1hiUJSTOu41nBP0r2OqI2pisJ9 { width:9.5rem;height:19.0625rem;top:0.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UozZRTPC71iA9FdiTLn3V3NiiObnL5Ov { display:block; }
 }@media only screen and (max-width: 763px) { #epPdN3sAXVcdpMa2JlTfx7bAROTUqsZp { width:9.5rem;height:19.0625rem;top:20.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXTJPsvp957wTbKSVmGEPlowHBhpR3D { display:block; }
 }@media only screen and (max-width: 763px) { #Oy9rXeq1cWMUppSTzSTzH9mpvctxWuI7 { display:block; }#Oy9rXeq1cWMUppSTzSTzH9mpvctxWuI7 > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfN3oM3ym36D9R8E3orgmeUdlkIICrZg { width:9.5rem;height:19.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqkqGSO238CzQsA4Cr53Abw1KBnD3TwV { width:7.437125rem;height:1.625rem;top:2.9608154296875rem;left:1.0687255859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8pByDq21XVXmbNyAJdIVbQyLzGlD29n { width:7.87475rem;height:1.40014375rem;top:1.18701171875rem;left:0.8740234375rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Afv1uzUvFO69GG85qgK2RWXXTw9AR78P { width:6.9375rem;height:9.75rem;top:5.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsIrhq8clgfryzOU6mV3BohT4F9vvabM { width:9.5rem;height:19.0625rem;top:0.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSHWI4SOoGV4gtk6TdXPd1HyvqtMArE9 { width:7.4375rem;height:1.625rem;top:2.9609375rem;left:11.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCJr7p3fRxVlpGT0rOiLSXEiq1FSMsNI { width:7.9375rem;height:1.40014375rem;top:1.2490234375rem;left:11.21875rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #eWQTvnfpfLwJ5omFev5R7unW6Ep9X8Zr { width:6.9375rem;height:9.75rem;top:5.375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu2JDlTL7koMwruqxn3SsPOgvkdDC4k3 { width:9.5rem;height:19.0625rem;top:20.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #utJ52Z1WTTUITS2UIBKkc5U1XcIp8AM4 { width:8.375rem;height:1.625rem;top:22.75rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAl87OSeHtmbRKbq100hFBib65J6gUaz { width:8.1875rem;height:1.40014375rem;top:21.375rem;left:6rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #uzP0nx8r4o44htRa3oOWuQTKIOrsSQlV { width:7.375rem;height:9.6875rem;top:25.5rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkXGZahxXfstaTxUG2dqHPR2DqJu2ioi { width:7.6875rem;height:2.5rem;top:16.375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0lb1WytS0hkEJOUTaxAmBMPnLnglOaL { display:block; }
 }@media only screen and (max-width: 763px) { #GT0qO1gAu1tgTl8kGti2ixsSdAB8xcdZ { width:7.6875rem;height:2.5rem;top:16.4375rem;left:11.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQTytM9SZof62vsUe9T0bErAk8oNAL9 { display:block; }
 }@media only screen and (max-width: 763px) { #vo36oz2Bl6oAGeO6wKT0DTzsCZneAauf { width:7.625rem;height:2.5rem;top:36.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9cRDxHy1mqy3ZsiE5dZTTtOqF5V0VJ3 { display:block; }
 }@media only screen and (max-width: 763px) { #dFkRI3itJF24Ptz3oy65h0dMR4B72yPT { width:9.5rem;height:19.0625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diQXyy7KnZ50hiXCs4Wf8brm2dhEXrNz { display:block; }
 }@media only screen and (max-width: 763px) { #LX614SOrReTCyHTiTsrEe3snISkpNBl3 { width:9.5rem;height:19.0625rem;top:0.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A39LJttrdwqBT1xLs8SsHUrGiTTs2O8b { display:block; }
 }@media only screen and (max-width: 763px) { #WblMw6f71gKzC8HPxgAqpm7mEKPuQUT3 { width:9.5rem;height:19.0625rem;top:20.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBtpSR0ahnm0hrWUHK3NOWmd2xEXD8PC { display:block; }
 }@media only screen and (max-width: 763px) { #hBEQSfMIkE3cOBRJgL0oUs5ZMThSr7tu { display:block; }#hBEQSfMIkE3cOBRJgL0oUs5ZMThSr7tu > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD6QJV36RVyGAvMovdvwAZ0suka8Wwl5 { width:20rem;height:2.6001rem;top:5.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 { display:block; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zo0Lz7FVFzcZfr3puulbFAw6K88F4Ppe { width:19.9375rem;height:12.625rem;top:1.3603515625rem;left:0.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUPPFzywyTCorfEye49RvGCUT0MSXna { width:20rem;height:12.6875rem;top:1.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oivsTtSUdzpcDp42qfM3H65ofhsmx6G7 { width:5.1245125rem;height:5.1245125rem;top:5.1484375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDbObKqUNaRgabfItMxTxqVbIX0bHG5b { width:20rem;height:1.360475rem;top:12.740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH { display:block; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuuQTzT2X2UatctH5WKoTcDNdO21KA7Z { width:7.625rem;height:1.75rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeXuPMERJEHOivuPGgwzHE4exRvTKTv5 { width:4rem;height:0.0625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShzwvBG1sFwEQeefAHeqq70SZya7Auey { width:1.124875rem;height:1.124875rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV9sPOVbypsrB1b8U5kK4S1VCv9q9UTi { width:4rem;height:0.0625rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmTNO9eC3Jo7MxhqQnyg9N5OK47sFI4W { width:7.8125rem;height:1.13769375rem;top:10.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhsBkxyBBmzxubdqKBZwEoldn6tk0eZ2 { width:8.125rem;height:1.875rem;top:13.8125rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAekfGuTsE7ZJoQH4wtu4FlRLrDbU5RG { display:block; }
 }@media only screen and (max-width: 763px) { #lqKtgf2Zupr6Hi3mwwmZKRq9yLZ6MmnX { width:12.5rem;height:1.13671875rem;top:18.875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4kn9UD9Ow2UVKbfIknsKAwam09b1lUB { width:4rem;height:0.0625rem;top:21.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpoT4VhTGAEDQNgfKQxGqqMhSMf2rOfH { width:3rem;height:3rem;top:22.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56nzyv75Lx7XeiTcQWEEEBASLW2LrhN { width:3rem;height:3rem;top:22.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib9LHy0b3f8uVBrqknTVEDNPygQdiDrz { display:block; }
 }@media only screen and (max-width: 763px) { #se4kqWyTt8bTw1kKxF8L5dPVwfw1Mx2Z { width:1.25rem;height:1.25rem;top:25.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Auf7BmLVvS8hXCxNJxZvrJJJO30h8g { width:3rem;height:3rem;top:22.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EacEsXheBigwifEuftNzwRi2yEauz74W { width:3rem;height:3rem;top:22.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJkdD1VOgzF81NA6XARpvn82B5P2svxf { display:block; }
 }@media only screen and (max-width: 763px) { #SKHUV3gBT2xuyt7oGBEVAoiUUmEcH86W { width:1.25rem;height:1.25rem;top:23.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV79bsNl8qO0I1Buqk3AftVCPnKqgUPb { width:3rem;height:3rem;top:22.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKm3ofH0zpPhwCCphT0aPKI626w5LEAl { width:3rem;height:3rem;top:22.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs11TosOyObv3qmiVRpXL8mU8lXrXM5a { display:block; }
 }@media only screen and (max-width: 763px) { #hSywEiDOurovIal3dyUD8xXoXv9sN3M8 { width:1.25rem;height:1.25rem;top:23.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKNTAZeywSd0ukwhPU0oMEbCszFkaRmC { width:20rem;height:0.0625rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4LB8LFCzVyK8uwkkKwJoyc0HbGzIWN6 { width:18.1875rem;height:1.94921875rem;top:28.625rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W1gZH5f9rDquI3P0FvScnxNMTTwzQ8Bp { width:7.25rem;height:1.625rem;top:33.3125rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueUzKT3dTzJc2h9KvmAcQ3P7iX2qczHK { display:block; }
 }@media only screen and (max-width: 763px) { #QpatWqZ6LExm0qWmT3SkMQyXE0WEyAwB { width:3.625rem;height:1.625rem;top:33.3125rem;left:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzcTDJLDz8zAA2DCV8lwkTd4vTfhe6dD { display:block; }
 }@media only screen and (max-width: 763px) { #DOW1N0vgV47J8VCkE84tFkeMH8CSFq6T { width:20rem;height:0.0166666875rem;top:30.887499809265rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfuD5CkHQbo0klkVMg8P9wDkT7rbXVrr { width:8.1875rem;height:1.625rem;top:31.75rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmB700al1voOHh6JB4CN9VsuHOEETCZw { display:block; }
 }@media only screen and (max-width: 763px) { #bX18nPd2C6T4QWhHF6l0AQhReQrCDa3Q { width:7rem;height:1.13769375rem;top:10.875rem;left:12.935546875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TATZ4n92WPJNDGGTplp7hSavsGy5p5Tc { width:7.1875rem;height:1.75rem;top:13.8740234375rem;left:12rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lesUptFTEp8EaxmQSMB8BieFUpGXSVgO { display:block; }
 }@media only screen and (max-width: 763px) { #UQc4Jpz01ZwwTnFTFJeV0lnKLuHo9QGo { width:3.937375rem;height:0.0625rem;top:13.3125rem;left:12.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrFkwEaFX6eNgyl77ydD8H1w7tlVq2Zg { width:7.0625rem;height:1.875rem;top:15.875rem;left:12.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #waTDVzIozbb5nN2TgtExrIcoSyMTVRhS { display:block; }
 }