.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:224,221,229;--color-primary-1:153,143,168;--color-primary-2:50,30,80;--color-primary-3:25,15,40;--color-primary-4:8,5,12;--color-secondary-0:239,239,239;--color-secondary-1:201,201,201;--color-secondary-2:147,146,146;--color-secondary-3:74,73,73;--color-secondary-4:22,22,22;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"National condensed";--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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xz2QkVVtT4mfzOOQgZg2LXRdQH55B2xK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xz2QkVVtT4mfzOOQgZg2LXRdQH55B2xK > .row .container { background-color: transparent; background-image: none; }#Xz2QkVVtT4mfzOOQgZg2LXRdQH55B2xK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xz2QkVVtT4mfzOOQgZg2LXRdQH55B2xK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xz2QkVVtT4mfzOOQgZg2LXRdQH55B2xK > .row .container > .video-iframe-container { display: none; }#Xz2QkVVtT4mfzOOQgZg2LXRdQH55B2xK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xz2QkVVtT4mfzOOQgZg2LXRdQH55B2xK > .row > .video-iframe-container { display: none; }#Xz2QkVVtT4mfzOOQgZg2LXRdQH55B2xK > .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); }#Xz2QkVVtT4mfzOOQgZg2LXRdQH55B2xK > .row .container { border-width: 0; border-radius: 0; }#Xz2QkVVtT4mfzOOQgZg2LXRdQH55B2xK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xz2QkVVtT4mfzOOQgZg2LXRdQH55B2xK > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#wP746EcgWmBFz13zip7w2i7PRgT63qg7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.75rem;top:1.71875rem;left:0rem;overflow:hidden;display:block; }
#uysXqe6abJOzNzzg9Occ5oWf94TLatTu { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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-primary-2),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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.0617897510529rem;left:62.12428855896rem;display:block; }
#KVNHfBtc0moHVagl5CyI8uXO5ZJWgDPl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/799e32f9-01fd-4728-988d-97479891522e/herobackground.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I.adaptive-delivery-prevent-bg, #Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I.lazyload, #Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I.lazyloading { background-image: none; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row .container { background-color: transparent; background-image: none; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row .container > .video-iframe-container { display: none; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row > .video-iframe-container { display: none; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .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); }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row .container { border-width: 0; border-radius: 0; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#v5rJFOuXbIZEaxsEfLDPAAdJiMKvfdat { color:rgba(var(--color-tertiary-0),1);display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:3.5625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TuTh1OU23VbfIm59DT4Z2UPcrDPfpWxQ { color:rgba(var(--color-tertiary-0),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#uwv0IxkQnghsvV5oOcmd99dgyXxL9X51 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #321e50;border-left:0.0625rem solid #321e50;border-right:0.0625rem solid #321e50;border-bottom:0.0625rem solid #321e50;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:#321e50;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:17.073863625rem;height:2.761007375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.875rem;left:39.5625rem;display:none; }
#Phay2t5aC6Zu2HVVwocUAov0ls8ytluQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OC2FGrAZxzTiynB7W76bgORwBOf4VUiC { position:relative;display:block; }#OC2FGrAZxzTiynB7W76bgORwBOf4VUiC { background-color: transparent; background-image: none; }#OC2FGrAZxzTiynB7W76bgORwBOf4VUiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OC2FGrAZxzTiynB7W76bgORwBOf4VUiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OC2FGrAZxzTiynB7W76bgORwBOf4VUiC > .row .container > .video-iframe-container { display: none; }#OC2FGrAZxzTiynB7W76bgORwBOf4VUiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OC2FGrAZxzTiynB7W76bgORwBOf4VUiC > .row > .video-iframe-container { display: none; }#OC2FGrAZxzTiynB7W76bgORwBOf4VUiC > .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); }#OC2FGrAZxzTiynB7W76bgORwBOf4VUiC { border-width: 0; border-radius: 0; }#OC2FGrAZxzTiynB7W76bgORwBOf4VUiC > .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; }#OC2FGrAZxzTiynB7W76bgORwBOf4VUiC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.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; }#sp3hCPDwI0QpJxNUM58Ce6ZXHh6cibCu { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:4.25rem;left:0rem;height:7.1999375rem;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;display:block; }
#dQeBJbGtpRKuSoyPN7MsnNq51Ow0C1uS { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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-secondary-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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.5625rem;left:0rem;display:block; }
#aQuVX8R0KLx8XEWPRsKLNmcML7u1qcii { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LWLIqsDXH6oazTN8dJFroUfriL0sVfKb { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.375rem;left:0rem;height:2.79829375rem;font-style:normal;display:block; }
#VxIxfXpq2phikKX1z5RXg9ZdUmncgX1V { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:31.125rem;top:3.375rem;left:40.375rem;overflow:hidden;display:block; }
#d8hn8d9hRglLEmSHSWFlHQu5F4FHErBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d8hn8d9hRglLEmSHSWFlHQu5F4FHErBw > .row .container { background-color: transparent; background-image: none; }#d8hn8d9hRglLEmSHSWFlHQu5F4FHErBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8hn8d9hRglLEmSHSWFlHQu5F4FHErBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8hn8d9hRglLEmSHSWFlHQu5F4FHErBw > .row .container > .video-iframe-container { display: none; }#d8hn8d9hRglLEmSHSWFlHQu5F4FHErBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8hn8d9hRglLEmSHSWFlHQu5F4FHErBw > .row > .video-iframe-container { display: none; }#d8hn8d9hRglLEmSHSWFlHQu5F4FHErBw > .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); }#d8hn8d9hRglLEmSHSWFlHQu5F4FHErBw > .row .container { border-width: 0; border-radius: 0; }#d8hn8d9hRglLEmSHSWFlHQu5F4FHErBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8hn8d9hRglLEmSHSWFlHQu5F4FHErBw > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#XiUrytBk5wkC8ZfIOwDlR7BTBqNQDbeX { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:2.7744140625rem;left:15.59375rem;height:7.1999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJqAdy3WsCMCMHa4KD8PblKx9EgEHMd3 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.9749984741213rem;left:15.15625rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BSKUz1b7aiycPmTECOB2NEJ3KLJAkckM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:5.6875rem;top:11.1875rem;left:23.875rem;overflow:hidden;display:block; }
#QJZPT4XIwNmRB7HfQEevqmkx9iHJfBnB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:11.8125rem;top:10.3125rem;left:8.625rem;overflow:hidden;display:block; }
#OepgSo4ueiFTs4lycWAWUTWkK4CR5yQU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.3125rem;top:10.6875rem;left:55.3125rem;overflow:hidden;display:block; }
#lI4vTrc7mCATQl98ECg7nASZKvDuhSsV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:44.125rem;overflow:hidden;display:block; }
#qyyRy4XEK2mlVLT4f7uoRbIaDdDLsANn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:32.6875rem;overflow:hidden;display:block; }
#A5Lq3N1KPPOX8ORF2M5s14VwMWHkc65N { position:relative;display:block; }#A5Lq3N1KPPOX8ORF2M5s14VwMWHkc65N { background-color: transparent; background-image: none; }#A5Lq3N1KPPOX8ORF2M5s14VwMWHkc65N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5Lq3N1KPPOX8ORF2M5s14VwMWHkc65N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5Lq3N1KPPOX8ORF2M5s14VwMWHkc65N > .row .container > .video-iframe-container { display: none; }#A5Lq3N1KPPOX8ORF2M5s14VwMWHkc65N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5Lq3N1KPPOX8ORF2M5s14VwMWHkc65N > .row > .video-iframe-container { display: none; }#A5Lq3N1KPPOX8ORF2M5s14VwMWHkc65N > .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); }#A5Lq3N1KPPOX8ORF2M5s14VwMWHkc65N { border-width: 0; border-radius: 0; }#A5Lq3N1KPPOX8ORF2M5s14VwMWHkc65N > .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; }#A5Lq3N1KPPOX8ORF2M5s14VwMWHkc65N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.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; }#RTLHMX1RqpfE9RlTnB1GLW5SubHVVCAn { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:3.375rem;left:40.500002384186rem;height:10.799rem;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;display:block; }
#A6TywReNzByo8cie2SzTo8J7rtvDTbaR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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-primary-2),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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.3125rem;left:40.500002384186rem;display:block; }
#NVv0CSL9MXrW8o8CuZHfAShGrexMsXfo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v1VDZ4QzRMrfOSZJTvis2TB569wlvmSI { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.8125rem;left:40.5rem;height:4.19744375rem;font-style:normal;display:block; }
#DV1FFbE39MTAuyCsVysLeaNF0iuKyAHT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:33.75rem;top:4.03125rem;left:0rem;overflow:hidden;display:block; }
#kd6cf2aOH8XzSPWeWsk6Zr042sGkC6i2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:18.9375rem;left:40.5rem;height:4.19744375rem;font-style:normal;display:block; }
#Bn5QR3Ppsxl90owFIKyuJ9T7qMXKDTQ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bn5QR3Ppsxl90owFIKyuJ9T7qMXKDTQ2 > .row .container { background-color: transparent; background-image: none; }#Bn5QR3Ppsxl90owFIKyuJ9T7qMXKDTQ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bn5QR3Ppsxl90owFIKyuJ9T7qMXKDTQ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bn5QR3Ppsxl90owFIKyuJ9T7qMXKDTQ2 > .row .container > .video-iframe-container { display: none; }#Bn5QR3Ppsxl90owFIKyuJ9T7qMXKDTQ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bn5QR3Ppsxl90owFIKyuJ9T7qMXKDTQ2 > .row > .video-iframe-container { display: none; }#Bn5QR3Ppsxl90owFIKyuJ9T7qMXKDTQ2 > .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); }#Bn5QR3Ppsxl90owFIKyuJ9T7qMXKDTQ2 > .row .container { border-width: 0; border-radius: 0; }#Bn5QR3Ppsxl90owFIKyuJ9T7qMXKDTQ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bn5QR3Ppsxl90owFIKyuJ9T7qMXKDTQ2 > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#B5EetUqPCngh83IUwTVrvaU1GS9yOLhF { box-sizing:content-box;height:23.5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ipu9mJA2li8FiklomX19iipPhenlKHGX { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:9.6875rem;left:4.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GoLdoXFQGlKBdVX0iRzaXHTtlpkZk8tp { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:13.1875rem;left:4.8125rem;height:2.79829375rem;font-style:normal;display:block; }
#t3AcUVweUthGBVTyDsuh7U3TPRXrQC7B { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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-primary-2),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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.312500953674rem;left:4.8125rem;display:block; }
#yONuFd8KeEFVdkQ3VEqA2iBKG9wOgBl4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QNN1GDc0RkH8b5TlT69VaKhV1FK4GfGE { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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-primary-2),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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.937498959712rem;left:4.8117885589599rem;display:block; }
#NTTRhx0ZZztJz8zqRs2bZqx4DTybTSmO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c9aVqK3bFXBORX6ZHHn9pN8tSFfDzIXl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:22.5625rem;top:8.34375rem;left:47.25rem;overflow:hidden;display:block; }
#eLk5ZciMfJpPXobm12RTRf8ui7SkcHy3 { position:relative;display:block; }#eLk5ZciMfJpPXobm12RTRf8ui7SkcHy3 { background-color: transparent; background-image: none; }#eLk5ZciMfJpPXobm12RTRf8ui7SkcHy3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLk5ZciMfJpPXobm12RTRf8ui7SkcHy3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLk5ZciMfJpPXobm12RTRf8ui7SkcHy3 > .row .container > .video-iframe-container { display: none; }#eLk5ZciMfJpPXobm12RTRf8ui7SkcHy3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLk5ZciMfJpPXobm12RTRf8ui7SkcHy3 > .row > .video-iframe-container { display: none; }#eLk5ZciMfJpPXobm12RTRf8ui7SkcHy3 > .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); }#eLk5ZciMfJpPXobm12RTRf8ui7SkcHy3 { border-width: 0; border-radius: 0; }#eLk5ZciMfJpPXobm12RTRf8ui7SkcHy3 > .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; }#eLk5ZciMfJpPXobm12RTRf8ui7SkcHy3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.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; }#ta3wBBd85ey36TG4SmkelXec69bV1009 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p6ghgJeQS3ru8yTSai3ruIHG10f2tNHT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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-secondary-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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.5rem;left:0rem;display:block; }
#eQMKHHE4kQMLD7O4AMPzcTe4nLcrocve { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#spWcCyuL0gSsoWpMewTK9MfOMUrRUInZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:21.25rem;left:3rem;height:1.39915rem;font-style:normal;display:block; }
#iJ0Ru0lyc6v7c40hPDu9Qx8Pd38Twvbn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:42.25rem;top:6.28125rem;left:32.75rem;overflow:hidden;display:block; }
#woe7gXCyA1KbsxLMfkgAVm1O4S8ydex1 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:16.875rem;left:0rem;height:1.57404375rem;font-style:normal;display:block; }
#DeP6NFXF3KKgwskWvEn9DM6SrOZOUCcA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:20.9375rem;left:0rem;overflow:hidden;display:block; }
#htTWTTktoIv39ENshu26GvCsaQ8zT6T8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:23.92578125rem;left:2.875rem;height:1.39915rem;font-style:normal;display:block; }
#VChZ7rKBchNMJngkG6HiK86PllCEy8GK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:23.625rem;left:0rem;overflow:hidden;display:block; }
#Esl9L6tcspbNdUXp0a0JnyTDW7p0tEeS { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:26.5625rem;left:3rem;height:1.39915rem;font-style:normal;display:block; }
#TaRtPeZmlNmTK6RNZ1mRnutXdzbQVWld { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:26.25rem;left:0rem;overflow:hidden;display:block; }
#iENUukVrhG1ZrJ3nxTh36N1R0dKxFGhq { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:13.125rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#ZTbVdtvOOmnqGSMtvtXsLKD1cRx1nzeE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTbVdtvOOmnqGSMtvtXsLKD1cRx1nzeE > .row .container { background-color: transparent; background-image: none; }#ZTbVdtvOOmnqGSMtvtXsLKD1cRx1nzeE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTbVdtvOOmnqGSMtvtXsLKD1cRx1nzeE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTbVdtvOOmnqGSMtvtXsLKD1cRx1nzeE > .row .container > .video-iframe-container { display: none; }#ZTbVdtvOOmnqGSMtvtXsLKD1cRx1nzeE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTbVdtvOOmnqGSMtvtXsLKD1cRx1nzeE > .row > .video-iframe-container { display: none; }#ZTbVdtvOOmnqGSMtvtXsLKD1cRx1nzeE > .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); }#ZTbVdtvOOmnqGSMtvtXsLKD1cRx1nzeE > .row .container { border-width: 0; border-radius: 0; }#ZTbVdtvOOmnqGSMtvtXsLKD1cRx1nzeE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTbVdtvOOmnqGSMtvtXsLKD1cRx1nzeE > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#WZfD5HoWX7U2neRT5JK0TcL4XMM0twfe { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:1.8125rem;left:38.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZrrZsz1aTnCSloIOaqE4w3O9lDRxnnzs { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.125rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#fJ7dIBQZkIxFSw7DELxPbRoVq3kIKKIc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:36.8125rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#GAOoHnclbHKRdpygMF6xKRGWIvgbLwPg { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:15.0625rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#i6qzwKm32Hu9y2Jkgo2bQ6fmiT2M27fr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.82421875rem;left:38.625rem;overflow:hidden;display:block; }
#WMNrI1LnIoLGGdVTFHixTkTlrE7NWwq9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:18.0625rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#L2kTeEypf3UCQvlDMXR0QGTPNsH3DGNK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:17.76171875rem;left:38.625rem;overflow:hidden;display:block; }
#LmIVHtRe8JAQL6m0U2uNo15tCayh8VTI { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#pXSLK4Nws2dCs5XzoVkKA2AG0XV4rR4W { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:22.9375rem;left:41.25rem;height:1.39915rem;font-style:normal;display:block; }
#aQJ9V3Lr1WkCOWtrAU8gshVvNPcMcm7H { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:24.9375rem;left:41.25rem;height:1.39915rem;font-style:normal;display:block; }
#neXQrWdg8uI0iolpP7aQ97hQaOVKuSai { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:22.63671875rem;left:38.625rem;overflow:hidden;display:block; }
#OhA987GhJBU7N60KW8g1vV328eVzyIkB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.9500007629394rem;left:38.625rem;height:1.39915rem;font-style:normal;display:block; }
#fnxkyaZXbQu0Hu16h0pIhekBxRkzWoE3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fnxkyaZXbQu0Hu16h0pIhekBxRkzWoE3 > .row .container { background-color: transparent; background-image: none; }#fnxkyaZXbQu0Hu16h0pIhekBxRkzWoE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnxkyaZXbQu0Hu16h0pIhekBxRkzWoE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnxkyaZXbQu0Hu16h0pIhekBxRkzWoE3 > .row .container > .video-iframe-container { display: none; }#fnxkyaZXbQu0Hu16h0pIhekBxRkzWoE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnxkyaZXbQu0Hu16h0pIhekBxRkzWoE3 > .row > .video-iframe-container { display: none; }#fnxkyaZXbQu0Hu16h0pIhekBxRkzWoE3 > .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); }#fnxkyaZXbQu0Hu16h0pIhekBxRkzWoE3 > .row .container { border-width: 0; border-radius: 0; }#fnxkyaZXbQu0Hu16h0pIhekBxRkzWoE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnxkyaZXbQu0Hu16h0pIhekBxRkzWoE3 > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#kitvT72Ha7XVbU9gR187DVdo5pxuuxUN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:18.0625rem;left:0.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTnBuhwKxNeE2gdmLLGdyKQF3MKclnwv { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.5625rem;left:0rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#thbEy7zDHJtOavzrkLSwgDxCFBbgDrUR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:3.25rem;left:3.875rem;overflow:hidden;display:block; }
#mOw6iKCCGTAB0q85AZZ2hxq8HDkRdknN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:18.125rem;left:27.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yo9VLQEEeqmXHQLWVVy2IVr5sisGg4sk { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20.625rem;left:26.9375rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bGGttro6Gagdz51VvNuJX7TBlA5PZyIt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:3.3125rem;left:30.8125rem;overflow:hidden;display:block; }
#pfTEHBzeo1ZLGKmvFfa6tKQRaTI3frTH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.375rem;top:3.25rem;left:57.75rem;overflow:hidden;display:block; }
#K3y4FrJFohGHVV2U2zLHqdRPxMp6Cref { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:18.0625rem;left:54rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dL0Us40Nwp3cwMRZ8FbrXWX3bbPv7poi { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:20.5625rem;left:53.875rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SxfZfEl5NaRzD7EX4VX41t5WvXGaWPpM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SxfZfEl5NaRzD7EX4VX41t5WvXGaWPpM > .row .container { background-color: transparent; background-image: none; }#SxfZfEl5NaRzD7EX4VX41t5WvXGaWPpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxfZfEl5NaRzD7EX4VX41t5WvXGaWPpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxfZfEl5NaRzD7EX4VX41t5WvXGaWPpM > .row .container > .video-iframe-container { display: none; }#SxfZfEl5NaRzD7EX4VX41t5WvXGaWPpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxfZfEl5NaRzD7EX4VX41t5WvXGaWPpM > .row > .video-iframe-container { display: none; }#SxfZfEl5NaRzD7EX4VX41t5WvXGaWPpM > .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); }#SxfZfEl5NaRzD7EX4VX41t5WvXGaWPpM > .row .container { border-width: 0; border-radius: 0; }#SxfZfEl5NaRzD7EX4VX41t5WvXGaWPpM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxfZfEl5NaRzD7EX4VX41t5WvXGaWPpM > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#PKKRtkSDbtKw3cXsqOOOeeOFLiPp2MuC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.75rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#PrXIRpPIr1fTRcvb4VStUDTTzeaO04LG { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:2.1875rem;left:10.1875rem;height:1.39915rem;font-style:normal;display:block; }
#fCH6ZPldXfURLhPwpyPe4pD1pMQnaMHt { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.1875rem;left:19.4375rem;height:1.39915rem;font-style:normal;display:block; }
#fveBgB3Bl9o6P8OKsaBDyL8yXPNL2kXH { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.1875rem;left:27.4375rem;height:1.39915rem;font-style:normal;display:block; }
#BB5yyomTDNBny6fBwxKK9pIN440L3JFa { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:2.1875rem;left:38.1875rem;height:1.39915rem;font-style:normal;display:block; }
#xc9INrxHUyT2hT1PcatwyzbPcMz0mOCF { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:2.1875rem;left:49rem;height:1.39915rem;font-style:normal;display:block; }
#TppaafieVTO4Io9VDQBN0NrCrbWuGGhA { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:2.1875rem;left:54.625rem;height:1.39915rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xz2QkVVtT4mfzOOQgZg2LXRdQH55B2xK { display:block; }#Xz2QkVVtT4mfzOOQgZg2LXRdQH55B2xK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wP746EcgWmBFz13zip7w2i7PRgT63qg7 { top:1.6875rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uysXqe6abJOzNzzg9Occ5oWf94TLatTu { width:11.8125rem;height:2.875rem;top:1rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVNHfBtc0moHVagl5CyI8uXO5ZJWgDPl { display:block; }
 }@media only screen and (max-width: 763px) { #Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I { display:block; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I { background-color: transparent; background-image: none; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row .container > .video-iframe-container { display: none; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row > .video-iframe-container { display: none; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .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); }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I { border-width: 0; border-radius: 0; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5rJFOuXbIZEaxsEfLDPAAdJiMKvfdat { top:3.5625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuTh1OU23VbfIm59DT4Z2UPcrDPfpWxQ { top:10rem;left:0rem;width:39.3125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwv0IxkQnghsvV5oOcmd99dgyXxL9X51 { width:16.9375rem;height:2.625rem;top:26.875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Phay2t5aC6Zu2HVVwocUAov0ls8ytluQ { display:block; }
 }@media only screen and (max-width: 763px) { #OC2FGrAZxzTiynB7W76bgORwBOf4VUiC { display:block; }#OC2FGrAZxzTiynB7W76bgORwBOf4VUiC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sp3hCPDwI0QpJxNUM58Ce6ZXHh6cibCu { top:4.25rem;left:0rem;width:31.0625rem;height:7.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQeBJbGtpRKuSoyPN7MsnNq51Ow0C1uS { width:17.4375rem;height:2.875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQuVX8R0KLx8XEWPRsKLNmcML7u1qcii { display:block; }
 }@media only screen and (max-width: 763px) { #LWLIqsDXH6oazTN8dJFroUfriL0sVfKb { top:13.3125rem;left:0rem;width:30.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxIxfXpq2phikKX1z5RXg9ZdUmncgX1V { top:3.375rem;left:13.125rem;width:31.125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8hn8d9hRglLEmSHSWFlHQu5F4FHErBw { display:block; }#d8hn8d9hRglLEmSHSWFlHQu5F4FHErBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiUrytBk5wkC8ZfIOwDlR7BTBqNQDbeX { top:2.75rem;left:1.96875rem;width:43.8125rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJqAdy3WsCMCMHa4KD8PblKx9EgEHMd3 { top:6.9375rem;left:1.53125rem;width:44.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSKUz1b7aiycPmTECOB2NEJ3KLJAkckM { top:11.1875rem;left:10.25rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZPT4XIwNmRB7HfQEevqmkx9iHJfBnB { top:10.3125rem;left:0rem;width:11.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OepgSo4ueiFTs4lycWAWUTWkK4CR5yQU { top:10.6875rem;left:39.4375rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI4vTrc7mCATQl98ECg7nASZKvDuhSsV { top:10.4375rem;left:30.5rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyyRy4XEK2mlVLT4f7uoRbIaDdDLsANn { top:10.4375rem;left:19.0625rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Lq3N1KPPOX8ORF2M5s14VwMWHkc65N { display:block; }#A5Lq3N1KPPOX8ORF2M5s14VwMWHkc65N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTLHMX1RqpfE9RlTnB1GLW5SubHVVCAn { top:3.375rem;left:20.3125rem;width:27.4375rem;height:8.125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6TywReNzByo8cie2SzTo8J7rtvDTbaR { width:17.1875rem;height:2.875rem;top:25.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVv0CSL9MXrW8o8CuZHfAShGrexMsXfo { display:block; }
 }@media only screen and (max-width: 763px) { #v1VDZ4QzRMrfOSZJTvis2TB569wlvmSI { top:13.8125rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV1FFbE39MTAuyCsVysLeaNF0iuKyAHT { top:4rem;left:0rem;width:33.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd6cf2aOH8XzSPWeWsk6Zr042sGkC6i2 { top:18.9375rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn5QR3Ppsxl90owFIKyuJ9T7qMXKDTQ2 { display:block; }#Bn5QR3Ppsxl90owFIKyuJ9T7qMXKDTQ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5EetUqPCngh83IUwTVrvaU1GS9yOLhF { top:5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipu9mJA2li8FiklomX19iipPhenlKHGX { top:9.6875rem;left:0rem;width:26.125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoLdoXFQGlKBdVX0iRzaXHTtlpkZk8tp { top:13.1875rem;left:0rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3AcUVweUthGBVTyDsuh7U3TPRXrQC7B { width:20.1875rem;height:2.75rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yONuFd8KeEFVdkQ3VEqA2iBKG9wOgBl4 { display:block; }
 }@media only screen and (max-width: 763px) { #QNN1GDc0RkH8b5TlT69VaKhV1FK4GfGE { width:20.3125rem;height:2.875rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTTRhx0ZZztJz8zqRs2bZqx4DTybTSmO { display:block; }
 }@media only screen and (max-width: 763px) { #c9aVqK3bFXBORX6ZHHn9pN8tSFfDzIXl { top:8.3125rem;left:25.125rem;width:22.5625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLk5ZciMfJpPXobm12RTRf8ui7SkcHy3 { display:block; }#eLk5ZciMfJpPXobm12RTRf8ui7SkcHy3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ta3wBBd85ey36TG4SmkelXec69bV1009 { top:5rem;left:0rem;width:26.125rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6ghgJeQS3ru8yTSai3ruIHG10f2tNHT { width:17.4375rem;height:2.875rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQMKHHE4kQMLD7O4AMPzcTe4nLcrocve { display:block; }
 }@media only screen and (max-width: 763px) { #spWcCyuL0gSsoWpMewTK9MfOMUrRUInZ { top:21.25rem;left:0rem;width:22.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ0Ru0lyc6v7c40hPDu9Qx8Pd38Twvbn { top:6.25rem;left:0rem;width:42.25rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #woe7gXCyA1KbsxLMfkgAVm1O4S8ydex1 { top:16.875rem;left:0rem;width:25.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeP6NFXF3KKgwskWvEn9DM6SrOZOUCcA { top:20.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTWTTktoIv39ENshu26GvCsaQ8zT6T8 { top:23.875rem;left:0rem;width:23.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VChZ7rKBchNMJngkG6HiK86PllCEy8GK { top:23.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esl9L6tcspbNdUXp0a0JnyTDW7p0tEeS { top:26.5625rem;left:0rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaRtPeZmlNmTK6RNZ1mRnutXdzbQVWld { top:26.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iENUukVrhG1ZrJ3nxTh36N1R0dKxFGhq { top:13.125rem;left:0rem;width:23.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTbVdtvOOmnqGSMtvtXsLKD1cRx1nzeE { display:block; }#ZTbVdtvOOmnqGSMtvtXsLKD1cRx1nzeE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZfD5HoWX7U2neRT5JK0TcL4XMM0twfe { top:1.8125rem;left:19.3125rem;width:28.4375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrrZsz1aTnCSloIOaqE4w3O9lDRxnnzs { top:13.125rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ7dIBQZkIxFSw7DELxPbRoVq3kIKKIc { top:4rem;left:0rem;width:36.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAOoHnclbHKRdpygMF6xKRGWIvgbLwPg { top:15.0625rem;left:21.5rem;width:26.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6qzwKm32Hu9y2Jkgo2bQ6fmiT2M27fr { top:12.8125rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMNrI1LnIoLGGdVTFHixTkTlrE7NWwq9 { top:18.0625rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2kTeEypf3UCQvlDMXR0QGTPNsH3DGNK { top:17.75rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmIVHtRe8JAQL6m0U2uNo15tCayh8VTI { top:20rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXSLK4Nws2dCs5XzoVkKA2AG0XV4rR4W { top:22.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQJ9V3Lr1WkCOWtrAU8gshVvNPcMcm7H { top:24.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #neXQrWdg8uI0iolpP7aQ97hQaOVKuSai { top:22.625rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhA987GhJBU7N60KW8g1vV328eVzyIkB { top:9.9375rem;left:23.875rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnxkyaZXbQu0Hu16h0pIhekBxRkzWoE3 { display:block; }#fnxkyaZXbQu0Hu16h0pIhekBxRkzWoE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kitvT72Ha7XVbU9gR187DVdo5pxuuxUN { top:18.0625rem;left:0rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTnBuhwKxNeE2gdmLLGdyKQF3MKclnwv { top:20.5625rem;left:0rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thbEy7zDHJtOavzrkLSwgDxCFBbgDrUR { top:3.25rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOw6iKCCGTAB0q85AZZ2hxq8HDkRdknN { top:18.125rem;left:13.437500476837rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo9VLQEEeqmXHQLWVVy2IVr5sisGg4sk { top:20.625rem;left:13.312500476837rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGGttro6Gagdz51VvNuJX7TBlA5PZyIt { top:3.3125rem;left:17.1875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfTEHBzeo1ZLGKmvFfa6tKQRaTI3frTH { top:3.25rem;left:34.375rem;width:13.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3y4FrJFohGHVV2U2zLHqdRPxMp6Cref { top:18.0625rem;left:26.875rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL0Us40Nwp3cwMRZ8FbrXWX3bbPv7poi { top:20.5625rem;left:26.625rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxfZfEl5NaRzD7EX4VX41t5WvXGaWPpM { display:block; }#SxfZfEl5NaRzD7EX4VX41t5WvXGaWPpM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKKRtkSDbtKw3cXsqOOOeeOFLiPp2MuC { top:2.0625rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrXIRpPIr1fTRcvb4VStUDTTzeaO04LG { top:2.1875rem;left:0rem;width:7.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCH6ZPldXfURLhPwpyPe4pD1pMQnaMHt { top:2.1875rem;left:5.8125rem;width:7rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fveBgB3Bl9o6P8OKsaBDyL8yXPNL2kXH { top:2.1875rem;left:13.8125rem;width:9.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB5yyomTDNBny6fBwxKK9pIN440L3JFa { top:2.1875rem;left:24.5625rem;width:9.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc9INrxHUyT2hT1PcatwyzbPcMz0mOCF { top:2.1875rem;left:35.375rem;width:3.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TppaafieVTO4Io9VDQBN0NrCrbWuGGhA { top:2.1875rem;left:37.5rem;width:10.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xz2QkVVtT4mfzOOQgZg2LXRdQH55B2xK { display:block; }#Xz2QkVVtT4mfzOOQgZg2LXRdQH55B2xK > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wP746EcgWmBFz13zip7w2i7PRgT63qg7 { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uysXqe6abJOzNzzg9Occ5oWf94TLatTu { width:8.9375rem;height:2.875rem;top:4.0625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVNHfBtc0moHVagl5CyI8uXO5ZJWgDPl { display:block; }
 }@media only screen and (max-width: 763px) { #Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I { background-color:#321e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row .container { background-color: transparent; background-image: none; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row .container > .video-iframe-container { display: none; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row > .video-iframe-container { display: none; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .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); }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row .container { border-width: 0; border-radius: 0; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Elk0yK9QxitfFXUsNEFvN1VHr4oFbK6I > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5rJFOuXbIZEaxsEfLDPAAdJiMKvfdat { width:20rem;height:2.24964375rem;top:3.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuTh1OU23VbfIm59DT4Z2UPcrDPfpWxQ { width:20rem;height:6.9993125rem;top:7.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwv0IxkQnghsvV5oOcmd99dgyXxL9X51 { width:16.390238625rem;height:2.076526125rem;top:16.5625rem;left:1.75rem;z-index:15012;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Phay2t5aC6Zu2HVVwocUAov0ls8ytluQ { display:block; }
 }@media only screen and (max-width: 763px) { #OC2FGrAZxzTiynB7W76bgORwBOf4VUiC { display:block; }#OC2FGrAZxzTiynB7W76bgORwBOf4VUiC > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sp3hCPDwI0QpJxNUM58Ce6ZXHh6cibCu { width:20rem;height:4.5rem;top:1.8125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQeBJbGtpRKuSoyPN7MsnNq51Ow0C1uS { width:17.4375rem;height:2.875rem;top:14.0625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQuVX8R0KLx8XEWPRsKLNmcML7u1qcii { display:block; }
 }@media only screen and (max-width: 763px) { #LWLIqsDXH6oazTN8dJFroUfriL0sVfKb { width:20rem;height:5.59659375rem;top:7.6748046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VxIxfXpq2phikKX1z5RXg9ZdUmncgX1V { width:17.9375rem;height:11.375rem;top:18.974609375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8hn8d9hRglLEmSHSWFlHQu5F4FHErBw { display:block; }#d8hn8d9hRglLEmSHSWFlHQu5F4FHErBw > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiUrytBk5wkC8ZfIOwDlR7BTBqNQDbeX { width:20rem;height:3.599075rem;top:1.6246452331543rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJqAdy3WsCMCMHa4KD8PblKx9EgEHMd3 { width:20rem;height:2.79829375rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BSKUz1b7aiycPmTECOB2NEJ3KLJAkckM { width:5.4375rem;height:1.625rem;top:15.8125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZPT4XIwNmRB7HfQEevqmkx9iHJfBnB { width:11.8125rem;height:3.5625rem;top:11rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OepgSo4ueiFTs4lycWAWUTWkK4CR5yQU { width:8.3125rem;height:2.8125rem;top:28.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI4vTrc7mCATQl98ECg7nASZKvDuhSsV { width:8.75rem;height:3.3125rem;top:23.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyyRy4XEK2mlVLT4f7uoRbIaDdDLsANn { width:8.75rem;height:3.3125rem;top:19rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Lq3N1KPPOX8ORF2M5s14VwMWHkc65N { display:block; }#A5Lq3N1KPPOX8ORF2M5s14VwMWHkc65N > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTLHMX1RqpfE9RlTnB1GLW5SubHVVCAn { width:20rem;height:5.3986125rem;top:2.8795557022095rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6TywReNzByo8cie2SzTo8J7rtvDTbaR { width:17.104166625rem;height:2.791666625rem;top:25.1796875rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVv0CSL9MXrW8o8CuZHfAShGrexMsXfo { display:block; }
 }@media only screen and (max-width: 763px) { #v1VDZ4QzRMrfOSZJTvis2TB569wlvmSI { width:20rem;height:5.59659375rem;top:9.7923183441163rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DV1FFbE39MTAuyCsVysLeaNF0iuKyAHT { width:20rem;height:14.3125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd6cf2aOH8XzSPWeWsk6Zr042sGkC6i2 { width:20rem;height:6.99575rem;top:16.479818344116rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bn5QR3Ppsxl90owFIKyuJ9T7qMXKDTQ2 { display:block; }#Bn5QR3Ppsxl90owFIKyuJ9T7qMXKDTQ2 > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5EetUqPCngh83IUwTVrvaU1GS9yOLhF { width:20rem;height:36.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipu9mJA2li8FiklomX19iipPhenlKHGX { width:17.625rem;height:1.79980625rem;top:5.1250002384186rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #GoLdoXFQGlKBdVX0iRzaXHTtlpkZk8tp { width:17.9375rem;height:4.19824375rem;top:8.375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3AcUVweUthGBVTyDsuh7U3TPRXrQC7B { width:19.0625rem;height:2.646482375rem;top:14.43714427948rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yONuFd8KeEFVdkQ3VEqA2iBKG9wOgBl4 { display:block; }
 }@media only screen and (max-width: 763px) { #QNN1GDc0RkH8b5TlT69VaKhV1FK4GfGE { width:19.073176125rem;height:2.635832375rem;top:18.124999046326rem;left:0.40482950210571rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTTRhx0ZZztJz8zqRs2bZqx4DTybTSmO { display:block; }
 }@media only screen and (max-width: 763px) { #c9aVqK3bFXBORX6ZHHn9pN8tSFfDzIXl { width:17.5rem;height:13rem;top:23.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLk5ZciMfJpPXobm12RTRf8ui7SkcHy3 { display:block; }#eLk5ZciMfJpPXobm12RTRf8ui7SkcHy3 > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ta3wBBd85ey36TG4SmkelXec69bV1009 { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p6ghgJeQS3ru8yTSai3ruIHG10f2tNHT { width:17.4375rem;height:2.875rem;top:22rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQMKHHE4kQMLD7O4AMPzcTe4nLcrocve { display:block; }
 }@media only screen and (max-width: 763px) { #spWcCyuL0gSsoWpMewTK9MfOMUrRUInZ { width:17.75rem;height:1.3994125rem;top:12.375rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iJ0Ru0lyc6v7c40hPDu9Qx8Pd38Twvbn { width:20rem;height:12.1875rem;top:26.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woe7gXCyA1KbsxLMfkgAVm1O4S8ydex1 { width:20rem;height:2.798825rem;top:7.5859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DeP6NFXF3KKgwskWvEn9DM6SrOZOUCcA { width:2rem;height:2rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTWTTktoIv39ENshu26GvCsaQ8zT6T8 { width:17.75rem;height:2.798825rem;top:15.125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VChZ7rKBchNMJngkG6HiK86PllCEy8GK { width:2rem;height:2rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esl9L6tcspbNdUXp0a0JnyTDW7p0tEeS { width:17.75rem;height:1.3994125rem;top:18.75rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TaRtPeZmlNmTK6RNZ1mRnutXdzbQVWld { width:2rem;height:2rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iENUukVrhG1ZrJ3nxTh36N1R0dKxFGhq { width:20rem;height:1.3994125rem;top:4.3203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTbVdtvOOmnqGSMtvtXsLKD1cRx1nzeE { display:block; }#ZTbVdtvOOmnqGSMtvtXsLKD1cRx1nzeE > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZfD5HoWX7U2neRT5JK0TcL4XMM0twfe { width:20rem;height:3.5996125rem;top:13.6123046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrrZsz1aTnCSloIOaqE4w3O9lDRxnnzs { width:17.75rem;height:1.3994125rem;top:20.5625rem;left:2.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fJ7dIBQZkIxFSw7DELxPbRoVq3kIKKIc { width:20rem;height:13rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAOoHnclbHKRdpygMF6xKRGWIvgbLwPg { width:17.6875rem;height:2.798825rem;top:21.8994140625rem;left:2.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i6qzwKm32Hu9y2Jkgo2bQ6fmiT2M27fr { width:2rem;height:2rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMNrI1LnIoLGGdVTFHixTkTlrE7NWwq9 { width:17.625rem;height:1.3994125rem;top:25.5rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L2kTeEypf3UCQvlDMXR0QGTPNsH3DGNK { width:2rem;height:2rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmIVHtRe8JAQL6m0U2uNo15tCayh8VTI { width:17.5rem;height:1.3994125rem;top:26.9375rem;left:2.46875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pXSLK4Nws2dCs5XzoVkKA2AG0XV4rR4W { width:17.5rem;height:2.798825rem;top:28.9375rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aQJ9V3Lr1WkCOWtrAU8gshVvNPcMcm7H { width:17.5rem;height:2.798825rem;top:31.7744140625rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #neXQrWdg8uI0iolpP7aQ97hQaOVKuSai { width:2rem;height:2rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhA987GhJBU7N60KW8g1vV328eVzyIkB { width:20rem;height:1.3994125rem;top:17.837890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnxkyaZXbQu0Hu16h0pIhekBxRkzWoE3 { display:block; }#fnxkyaZXbQu0Hu16h0pIhekBxRkzWoE3 > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kitvT72Ha7XVbU9gR187DVdo5pxuuxUN { width:20rem;height:1.8rem;top:11.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTnBuhwKxNeE2gdmLLGdyKQF3MKclnwv { width:20rem;height:1.4rem;top:13.675000190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thbEy7zDHJtOavzrkLSwgDxCFBbgDrUR { width:9.375rem;height:9.375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOw6iKCCGTAB0q85AZZ2hxq8HDkRdknN { width:20rem;height:1.8rem;top:26.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yo9VLQEEeqmXHQLWVVy2IVr5sisGg4sk { width:16.0625rem;height:2.79829375rem;top:29.268230438233rem;left:1.9687501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGGttro6Gagdz51VvNuJX7TBlA5PZyIt { width:9.375rem;height:9.375rem;top:16.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfTEHBzeo1ZLGKmvFfa6tKQRaTI3frTH { width:9.375rem;height:9.25rem;top:32.543750762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3y4FrJFohGHVV2U2zLHqdRPxMp6Cref { width:20rem;height:1.8rem;top:42.418750762939rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dL0Us40Nwp3cwMRZ8FbrXWX3bbPv7poi { width:20rem;height:1.4rem;top:44.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxfZfEl5NaRzD7EX4VX41t5WvXGaWPpM { display:block; }#SxfZfEl5NaRzD7EX4VX41t5WvXGaWPpM > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKKRtkSDbtKw3cXsqOOOeeOFLiPp2MuC { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrXIRpPIr1fTRcvb4VStUDTTzeaO04LG { width:7.9375rem;height:1.4rem;top:4.0625rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fCH6ZPldXfURLhPwpyPe4pD1pMQnaMHt { width:7rem;height:1.4rem;top:6.7125rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fveBgB3Bl9o6P8OKsaBDyL8yXPNL2kXH { width:9.375rem;height:1.4rem;top:9.3625rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BB5yyomTDNBny6fBwxKK9pIN440L3JFa { width:9.6875rem;height:1.4rem;top:12.0125rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xc9INrxHUyT2hT1PcatwyzbPcMz0mOCF { width:4.5rem;height:1.4rem;top:14.6625rem;left:7.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TppaafieVTO4Io9VDQBN0NrCrbWuGGhA { width:12.5625rem;height:1.3997375rem;top:17.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }