.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:218,227,221;--color-primary-1:133,163,143;--color-primary-2:10,70,30;--color-primary-3:5,35,15;--color-primary-4:2,11,5;--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); }#U4QF0tI5tIG8Q8HhQIyAT9qUrNW3VzcJ { 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; }#U4QF0tI5tIG8Q8HhQIyAT9qUrNW3VzcJ > .row .container { background-color: transparent; background-image: none; }#U4QF0tI5tIG8Q8HhQIyAT9qUrNW3VzcJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4QF0tI5tIG8Q8HhQIyAT9qUrNW3VzcJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4QF0tI5tIG8Q8HhQIyAT9qUrNW3VzcJ > .row .container > .video-iframe-container { display: none; }#U4QF0tI5tIG8Q8HhQIyAT9qUrNW3VzcJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4QF0tI5tIG8Q8HhQIyAT9qUrNW3VzcJ > .row > .video-iframe-container { display: none; }#U4QF0tI5tIG8Q8HhQIyAT9qUrNW3VzcJ > .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); }#U4QF0tI5tIG8Q8HhQIyAT9qUrNW3VzcJ > .row .container { border-width: 0; border-radius: 0; }#U4QF0tI5tIG8Q8HhQIyAT9qUrNW3VzcJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4QF0tI5tIG8Q8HhQIyAT9qUrNW3VzcJ > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#K3oskSbITQZtsKa5GeLwCvAaikBL8ozw { 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.5rem;width:5.6875rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#D9DPJg6Xcguns7olK82xXAMgNAPQ3SfS { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.06143450737rem;left:6.4373226165769rem;overflow:hidden;display:block; }
#unh0bn4gKTagqTM011JcHM4zwDCafvTF { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:10.4375rem;top:1.375rem;left:9.6875rem;overflow:hidden;display:block; }
#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg { background-color:#0a461e;background-image:url("https://images.assets-landingi.com/uc/ec037439-4f98-4695-bee1-70ebee455ea0/herojobup.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; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg.adaptive-delivery-prevent-bg, #yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg.lazyload, #yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg.lazyloading { background-image: none; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row .container { background-color: transparent; background-image: none; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row .container > .video-iframe-container { display: none; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row > .video-iframe-container { display: none; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .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); }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row .container { border-width: 0; border-radius: 0; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#DuDx3Zhx8Z7FiO63kuTBaIFNLKB5Irhf { 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:8.9985625rem;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; }
#Kr9G4Di6pGGW4PTO76QPhtoWFpHS8V6x { 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.49964375rem;font-style:normal;display:block; }
#BTtBUP6eKqoLbDg3rtuNdX1pxOcFI1qa { background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.6875rem;left:71.4375rem;display:block; }
#NwVo1zkdJx6PqoPMde9aqVLUPibtBH3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzTfVSAhEHpreyIuMatTvCbUInpTlFFq { background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:2.6305068125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:11.6875rem;left:68.8125rem;display:block; }
#EVvt40aTJChTJoFt0cFf1xUgymi1ynNN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zs6UMcbI3TnAEgiPeivzspqwfdnr4BCx { position:relative;display:block; }#Zs6UMcbI3TnAEgiPeivzspqwfdnr4BCx { background-color: transparent; background-image: none; }#Zs6UMcbI3TnAEgiPeivzspqwfdnr4BCx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs6UMcbI3TnAEgiPeivzspqwfdnr4BCx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs6UMcbI3TnAEgiPeivzspqwfdnr4BCx > .row .container > .video-iframe-container { display: none; }#Zs6UMcbI3TnAEgiPeivzspqwfdnr4BCx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs6UMcbI3TnAEgiPeivzspqwfdnr4BCx > .row > .video-iframe-container { display: none; }#Zs6UMcbI3TnAEgiPeivzspqwfdnr4BCx > .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); }#Zs6UMcbI3TnAEgiPeivzspqwfdnr4BCx { border-width: 0; border-radius: 0; }#Zs6UMcbI3TnAEgiPeivzspqwfdnr4BCx > .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; }#Zs6UMcbI3TnAEgiPeivzspqwfdnr4BCx > .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:27.25rem;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; }#rc0neeEaFtFRrcrFetnsd8IBU0GzHkgv { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:2.6242904663086rem;left:0rem;height:14.399875rem;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; }
#eSx6kPFhgZ8XsFOeOWwTT0AFNspHLvLI { 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:11.025390625rem;left:0rem;height:5.59659375rem;font-style:normal;display:block; }
#EQ4sbuHi4klt6VWgX5MtuLCDbCMxnT9N { 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.375rem;width:30.5rem;top:3.8849430084229rem;left:40.655183792114rem;overflow:hidden;display:block; }
#dMQdzLoecGMeBemH9esVRdgXXx9Ur5J4 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.687125rem;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:17.25230884552rem;left:0rem;height:2.79829375rem;font-style:normal;display:block; }
#EAsMSzr5TBxt1KrJ8VL5CQ3S5BW0MZAZ { background-color:#321e50;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.323301125rem;height:2.761007375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.617541313171rem;left:0rem;display:block; }
#ixqOdCvMLppktiCtktq0CCKnU99pD21Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZMDhkXqprvuMpHtCC7ezpwoyOL2A7S65 { 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; }#ZMDhkXqprvuMpHtCC7ezpwoyOL2A7S65 > .row .container { background-color: transparent; background-image: none; }#ZMDhkXqprvuMpHtCC7ezpwoyOL2A7S65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMDhkXqprvuMpHtCC7ezpwoyOL2A7S65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMDhkXqprvuMpHtCC7ezpwoyOL2A7S65 > .row .container > .video-iframe-container { display: none; }#ZMDhkXqprvuMpHtCC7ezpwoyOL2A7S65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMDhkXqprvuMpHtCC7ezpwoyOL2A7S65 > .row > .video-iframe-container { display: none; }#ZMDhkXqprvuMpHtCC7ezpwoyOL2A7S65 > .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); }#ZMDhkXqprvuMpHtCC7ezpwoyOL2A7S65 > .row .container { border-width: 0; border-radius: 0; }#ZMDhkXqprvuMpHtCC7ezpwoyOL2A7S65 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMDhkXqprvuMpHtCC7ezpwoyOL2A7S65 > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:block; }#yaeaW985rskF7H3Dyrh9HBK5uS0PPwov { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9369375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:2.1857242584229rem;left:10.030183792114rem;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; }
#ONKbOpZrAFz2Wk913v46x6TgDTMiQQMo { color:rgba(var(--color-tertiary-4),1);display:block;width:51.937125rem;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.9362568855288rem;left:11.53053855896rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUgDROAGl9GalqyFhLws8t8ISMhPrB8g { box-sizing:content-box;height:17.5625rem;width:23.125rem;position:absolute;display:block;z-index:15004;background-color:#321e50;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.937144886702rem;left:11.99928855896rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zX4nwZECmDBNOURdxWFE9aZh5eus75oH { box-sizing:content-box;height:0.12429rem;width:20rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:23.3125rem;left:13.5rem;display:block; }
#Z7IRCrAnWomwtMCwt3rbHfC1T8orVyUW { color:rgba(var(--color-secondary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:18.0625rem;left:13.5rem;height:2.79829375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G98p0MsW1dA7HGvG3pfT7aNQkMvB7H23 { color:rgba(var(--color-secondary-0),1);display:block;width:4.249825rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:13.4375rem;left:13.5rem;height:1.749825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#khKSOqQXFgFeu3s0wbiVdDyobLctl4T9 { color:rgba(var(--color-secondary-0),1);display:block;width:5.87446875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:24.125rem;left:27.6875rem;height:1.39915rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XzsfP0UgsSzIm9yMWH2AyO6s4myKb6aR { color:rgba(var(--color-secondary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:26rem;left:27.3125rem;height:1.57404375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zQ6kWu1eMTp2LFGf1J5L6rT5LkV9scX2 { color:rgba(var(--color-secondary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:26.060905456543rem;left:13.498756408691rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d4g1F5xshN1710d3KKLxe6kTdIT01TDn { color:rgba(var(--color-secondary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:24.124644886703rem;left:13.499643325806rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vRV903AyViysZWaDi74mJKX4BnqOSazW { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:6.3125rem;top:13.530716896057rem;left:27.244318008423rem;overflow:hidden;display:block; }
#EzkzwnaVCu1WH5dIxkRSVr4oaGLfIEd8 { color:rgba(var(--color-secondary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:21.124822270125rem;left:13.498756408691rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ViGT56giWSLb2SzIhlpH0Ehe4UoRDCT1 { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.74786875rem;top:13.530716896057rem;left:56.7444896698rem;overflow:hidden;display:block; }
#zyyglsyhTRvmIa8xXOafhlI9Dl3AOq2i { color:rgba(var(--color-secondary-0),1);display:block;width:6.6868125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:13.4375rem;left:41.4375rem;height:1.749825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nDRrvSC4fCDsb5FThtKymcy6rSeKgL3V { color:rgba(var(--color-secondary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:16.686790119857rem;left:41.436433792114rem;height:4.19744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SDwmIvhXUbresHkKvg2UPSFnlAi9c6Wd { color:rgba(var(--color-secondary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:21.124822270125rem;left:41.436433792114rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cR9uWHOxgDXhxNEHIgPQJx8IK2qA9xsB { box-sizing:content-box;height:0.12429rem;width:20rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:23.311788212508rem;left:41.43731880188rem;display:block; }
#l5UkTvC7vmHoyqyGFtgPkUtt6xq1ola9 { color:rgba(var(--color-secondary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:24.124644756317rem;left:41.436433792114rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yMGKPVDpahizrzg7t57XuAalSf1eFUTK { color:rgba(var(--color-secondary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:26.060905456543rem;left:41.436433792114rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HddZH5XB6hrHCtFlC92LIh3BrXaSzkza { color:rgba(var(--color-secondary-0),1);display:block;width:5.87446875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:24.124999653548rem;left:55.561964035034rem;height:1.39915rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p6Iiu1hnWddWOrqEN6GszPipwCdhUF0N { color:rgba(var(--color-secondary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:25.999999653548rem;left:55.187322616577rem;height:1.57404375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dVsv7E5DgLl9usweIcndqDTIeT5IiJDs { box-sizing:content-box;height:17.5625rem;width:23.125rem;position:absolute;display:block;z-index:15024;background-color:#321e50;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.937144886702rem;left:39.87481880188rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#VedPtQavxaxKQKwWNFlNxTa5rL2X5nGc { 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.198176125rem;height:2.761007375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.4375rem;left:28.875rem;display:block; }
#E4spT8ZTF0459W0iPoJaEmaaZHNQttyu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ulh6g1CS4R2f5KLBhezvZ5w28XZgTVfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:35.25rem;left:13.75rem;height:1.22514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ba85qsosvHe31av7KRycpmet1mT6O8t2 { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:6.312125rem;top:13.530716896057rem;left:49.305753707886rem;overflow:hidden;display:block; }
#JQbCKk7oMyDMPJzFaT9lDl7qK84LHV1S { 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; }#JQbCKk7oMyDMPJzFaT9lDl7qK84LHV1S > .row .container { background-color: transparent; background-image: none; }#JQbCKk7oMyDMPJzFaT9lDl7qK84LHV1S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQbCKk7oMyDMPJzFaT9lDl7qK84LHV1S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQbCKk7oMyDMPJzFaT9lDl7qK84LHV1S > .row .container > .video-iframe-container { display: none; }#JQbCKk7oMyDMPJzFaT9lDl7qK84LHV1S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQbCKk7oMyDMPJzFaT9lDl7qK84LHV1S > .row > .video-iframe-container { display: none; }#JQbCKk7oMyDMPJzFaT9lDl7qK84LHV1S > .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); }#JQbCKk7oMyDMPJzFaT9lDl7qK84LHV1S > .row .container { border-width: 0; border-radius: 0; }#JQbCKk7oMyDMPJzFaT9lDl7qK84LHV1S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQbCKk7oMyDMPJzFaT9lDl7qK84LHV1S > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#PM1RvaUTi8TNvDkTaLppliBWMKOTTHNz { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6243125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:2.998046875rem;left:11.186079025269rem;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; }
#tXtTRTDxDLcwQtihXIZil5712k4Z9wh7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.62375rem;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:7.9749622344969rem;left:21.687677383423rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGmMgzx7n9FS1hTGhFfcCyyuxv3UO6go { background-color:#321e50;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.198176125rem;height:2.510651125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.562143325806rem;left:28.842329025269rem;display:block; }
#dSfC51RaHBhyz0LrMX2TWBlXMtJMd5kW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vQiRrTVkX2xsrC0Vben2HRoVDvorrq4q { position:relative;display:block; }#vQiRrTVkX2xsrC0Vben2HRoVDvorrq4q { background-color: transparent; background-image: none; }#vQiRrTVkX2xsrC0Vben2HRoVDvorrq4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQiRrTVkX2xsrC0Vben2HRoVDvorrq4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQiRrTVkX2xsrC0Vben2HRoVDvorrq4q > .row .container > .video-iframe-container { display: none; }#vQiRrTVkX2xsrC0Vben2HRoVDvorrq4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQiRrTVkX2xsrC0Vben2HRoVDvorrq4q > .row > .video-iframe-container { display: none; }#vQiRrTVkX2xsrC0Vben2HRoVDvorrq4q > .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); }#vQiRrTVkX2xsrC0Vben2HRoVDvorrq4q { border-width: 0; border-radius: 0; }#vQiRrTVkX2xsrC0Vben2HRoVDvorrq4q > .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; }#vQiRrTVkX2xsrC0Vben2HRoVDvorrq4q > .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; }#Sr5dIhIysVctb1qo4TTPNT2hU8glVOXz { color:rgba(var(--color-tertiary-4),1);display:block;width:33.499625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:2.625rem;left:39.5rem;height:17.9998125rem;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; }
#Np8GVz3R3mGRS6LFg7IJMwoRkI9yPzQg { 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:block; }
#xakPyyFcLGVghd9fmglS4lEquug0LMxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IGBFZnTy0MfqbEIsxmvxOABl3BgskeyC { 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:14.9375rem;left:39.5625rem;height:4.19744375rem;font-style:normal;display:block; }
#aV0bWT7FEzgIRfBLINSDfAs3BcZiSD8D { 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; }
#Uy5a9iMMz8KmFqcTT736onqIuHZJZ0gM { 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:19.625rem;left:39.5rem;height:5.59659375rem;font-style:normal;display:block; }
#bVP9wipwQOCmnodIql6kkVtq9i1n2yCJ { 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; }#bVP9wipwQOCmnodIql6kkVtq9i1n2yCJ > .row .container { background-color: transparent; background-image: none; }#bVP9wipwQOCmnodIql6kkVtq9i1n2yCJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVP9wipwQOCmnodIql6kkVtq9i1n2yCJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVP9wipwQOCmnodIql6kkVtq9i1n2yCJ > .row .container > .video-iframe-container { display: none; }#bVP9wipwQOCmnodIql6kkVtq9i1n2yCJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVP9wipwQOCmnodIql6kkVtq9i1n2yCJ > .row > .video-iframe-container { display: none; }#bVP9wipwQOCmnodIql6kkVtq9i1n2yCJ > .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); }#bVP9wipwQOCmnodIql6kkVtq9i1n2yCJ > .row .container { border-width: 0; border-radius: 0; }#bVP9wipwQOCmnodIql6kkVtq9i1n2yCJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVP9wipwQOCmnodIql6kkVtq9i1n2yCJ > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#o21zzxhLbtyrRGc0I0IKgaoaxTR2hgoh { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;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.7119140625rem;left:12.1875rem;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; }
#lmy6uJQcypG3OEt7DDwZiXB8VvTfz41r { 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.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#grChhhnlhaM4AMEXLBN9ZBGNXS9awxMx { 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; }
#CSEaDCzANFx8gZl98rxMhUaDXkReXC6M { 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; }
#yoJSI4cpZi1TOAXZyz2MRZs9KZti9bIp { 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; }
#P0C5uMOEfnpAhp4edvMTsOf7xOvLb4om { 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; }
#lfxvPNRDTtOuUTbmMlvkmImkHAeNdVJc { 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; }
#WWT3s888frsa65ZGqlxcUnShQJ20x8d0 { 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; }#WWT3s888frsa65ZGqlxcUnShQJ20x8d0 > .row .container { background-color: transparent; background-image: none; }#WWT3s888frsa65ZGqlxcUnShQJ20x8d0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWT3s888frsa65ZGqlxcUnShQJ20x8d0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWT3s888frsa65ZGqlxcUnShQJ20x8d0 > .row .container > .video-iframe-container { display: none; }#WWT3s888frsa65ZGqlxcUnShQJ20x8d0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWT3s888frsa65ZGqlxcUnShQJ20x8d0 > .row > .video-iframe-container { display: none; }#WWT3s888frsa65ZGqlxcUnShQJ20x8d0 > .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); }#WWT3s888frsa65ZGqlxcUnShQJ20x8d0 > .row .container { border-width: 0; border-radius: 0; }#WWT3s888frsa65ZGqlxcUnShQJ20x8d0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWT3s888frsa65ZGqlxcUnShQJ20x8d0 > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#avJ80NsomqxkTpgr0C1z5OzWooVDXgxM { 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; }
#Ih26BQ2VOTE3PHl0Le0qub2Ov6S6fx9d { 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; }
#uhOTeJTIhqH6oGmUkywEd73N5qddKV88 { 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; }
#AosQzes2DPvyJKFCVQc451JZay3nKpTz { 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.1875rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.3125rem;left:4.8125rem;display:block; }
#gGXaTrESBGTg1cOBEBmQPqa34txAGiUb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rqsRrIvtTddV5MATel1PqGZWTrDo99ET { 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.1875rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.9375rem;left:4.8125rem;display:block; }
#dRv1auUpLE7AP55EtdC0QxxIabhZ0Dgs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tC87Uc5aANCVWds1oTklmFxFCFshttkE { 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:18.5rem;width:22.625rem;top:7.5rem;left:47.0625rem;overflow:hidden;display:block; }
#bTezfDd43D08IpgrO0q3i11HeSZroCc3 { position:relative;display:block; }#bTezfDd43D08IpgrO0q3i11HeSZroCc3 { background-color: transparent; background-image: none; }#bTezfDd43D08IpgrO0q3i11HeSZroCc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTezfDd43D08IpgrO0q3i11HeSZroCc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTezfDd43D08IpgrO0q3i11HeSZroCc3 > .row .container > .video-iframe-container { display: none; }#bTezfDd43D08IpgrO0q3i11HeSZroCc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTezfDd43D08IpgrO0q3i11HeSZroCc3 > .row > .video-iframe-container { display: none; }#bTezfDd43D08IpgrO0q3i11HeSZroCc3 > .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); }#bTezfDd43D08IpgrO0q3i11HeSZroCc3 { border-width: 0; border-radius: 0; }#bTezfDd43D08IpgrO0q3i11HeSZroCc3 > .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; }#bTezfDd43D08IpgrO0q3i11HeSZroCc3 > .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; }#HtIopfsyCmx71uAym0hX9wbC7ExnG61o { 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; }
#iwbWR4vIc9n9VNT5mbAVWEywvJnJ6ql9 { 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:20.8125rem;left:2.8125rem;height:1.39915rem;font-style:normal;display:block; }
#pNKp1eCSwhd6R8fT9oCJ348o7paUxLVi { color:rgba(var(--color-tertiary-4),1);display:block;width:25.7493125rem;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:3.1480875rem;font-style:normal;display:block; }
#kyTHUKO1UZytrgN4OSSQ6B8KTFU1cgXh { 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.5rem;left:0rem;overflow:hidden;display:block; }
#aDQdx6y8P7oH2dE5PFUgo3sNkTCf3kE5 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0619375rem;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.625rem;left:2.8125rem;height:1.39915rem;font-style:normal;display:block; }
#danzZCTJnlqBv6Z1FMi5NApkFSaSftQO { 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.3125rem;left:0rem;overflow:hidden;display:block; }
#iT7O6yqXL7eGz8r3Spu4bdfTSV2l7fFr { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1873125rem;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.625rem;left:2.8125rem;height:1.39915rem;font-style:normal;display:block; }
#ybSSLmP03ZhekSWieo9LKBQuVrFd0JVB { 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.3125rem;left:0rem;overflow:hidden;display:block; }
#lPi0vcRRZ02NSF7DmIMLHW2wFrv1vQt3 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;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.124984741211rem;left:0rem;height:1.749825rem;font-style:normal;display:block; }
#TH422fyqGyFezE7TgdWxpRRqeUWg8Qk1 { background-color:#321e50;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.323301125rem;height:2.761007375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.053266525269rem;left:0rem;display:block; }
#hxkTDr2WpDPBSLdSzTJ20k5mx3d7Lwq6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h2NdKpnTkaZ4SiTzfxLmO51Znqks6H75 { 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:25.7493125rem;width:42.249625rem;top:7.5736875534056rem;left:32.75124168396rem;overflow:hidden;display:block; }
#WTlS5AmBkOau3tE7yHUquBMTPfTmOvvx { 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; }#WTlS5AmBkOau3tE7yHUquBMTPfTmOvvx > .row .container { background-color: transparent; background-image: none; }#WTlS5AmBkOau3tE7yHUquBMTPfTmOvvx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTlS5AmBkOau3tE7yHUquBMTPfTmOvvx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTlS5AmBkOau3tE7yHUquBMTPfTmOvvx > .row .container > .video-iframe-container { display: none; }#WTlS5AmBkOau3tE7yHUquBMTPfTmOvvx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTlS5AmBkOau3tE7yHUquBMTPfTmOvvx > .row > .video-iframe-container { display: none; }#WTlS5AmBkOau3tE7yHUquBMTPfTmOvvx > .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); }#WTlS5AmBkOau3tE7yHUquBMTPfTmOvvx > .row .container { border-width: 0; border-radius: 0; }#WTlS5AmBkOau3tE7yHUquBMTPfTmOvvx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTlS5AmBkOau3tE7yHUquBMTPfTmOvvx > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#Fzl6f273D1bH7tsTTCTpWOwMZVGp9NFk { 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; }
#ybULkUfTdxEZfi833PEOyUvrzno5amba { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;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.124998092651rem;left:40.937498092651rem;height:1.39915rem;font-style:normal;display:block; }
#bVZFOvCpxS9f1DouqVQfii70nwpN4gMU { 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; }
#qwghfGfPxOKy6HaEU6kl0U4iP9b9pqsn { 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:15.0625rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#HRa6rZ6L1xICFO9K1T72DCRvU4lKyQO7 { 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; }
#m3VCJu7b9KTJMQXdXVlBAi60sB7yaT1H { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;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.061965942382rem;left:40.937498092651rem;height:1.39915rem;font-style:normal;display:block; }
#aNxrkcygfcan39prtoMii1O7S1RSBTR9 { 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; }
#nTiMyB0q256GJMK8ke6GEp7SzPNlnTFg { 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; }
#AQk1dutoJHvbchni5FNUiucBzHpeaNmk { 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:2.79829375rem;font-style:normal;display:block; }
#eDZMeyCmcb71r8QQlBdBkhO7XciRTd42 { 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; }
#mSH50EBsVT0F8TN63aLk3FQ0PVCMo45O { 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; }
#QRS51F4ObzfWCLR9v42TMKtoDdna23Ma { 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; }#QRS51F4ObzfWCLR9v42TMKtoDdna23Ma > .row .container { background-color: transparent; background-image: none; }#QRS51F4ObzfWCLR9v42TMKtoDdna23Ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRS51F4ObzfWCLR9v42TMKtoDdna23Ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRS51F4ObzfWCLR9v42TMKtoDdna23Ma > .row .container > .video-iframe-container { display: none; }#QRS51F4ObzfWCLR9v42TMKtoDdna23Ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRS51F4ObzfWCLR9v42TMKtoDdna23Ma > .row > .video-iframe-container { display: none; }#QRS51F4ObzfWCLR9v42TMKtoDdna23Ma > .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); }#QRS51F4ObzfWCLR9v42TMKtoDdna23Ma > .row .container { border-width: 0; border-radius: 0; }#QRS51F4ObzfWCLR9v42TMKtoDdna23Ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRS51F4ObzfWCLR9v42TMKtoDdna23Ma > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#GgtqG7yMCbRBb33UaSqA57u4mA76IEBF { color:rgba(var(--color-tertiary-4),1);display:block;width:30.7493125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:4.5614342689514rem;left:22.124467849731rem;height:10.799875rem;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; }
#qIGrx98GeqnA0QTBevz8z3AKzTqTLByo { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;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:12.6875rem;left:22.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J1oBp4dx30S48gUpdUyP3ZPXrXU8xzh4 { background-color:#321e50;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:15005;text-align:center;text-align-last:center;top:16.5rem;left:28.8125rem;display:block; }
#drmdOuwoE1LyfSS4e9A01XwPak5rIexK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dCXId2JLmmO2UrhA0bI3z80VHLwRTLZq { 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; }#dCXId2JLmmO2UrhA0bI3z80VHLwRTLZq > .row .container { background-color: transparent; background-image: none; }#dCXId2JLmmO2UrhA0bI3z80VHLwRTLZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCXId2JLmmO2UrhA0bI3z80VHLwRTLZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCXId2JLmmO2UrhA0bI3z80VHLwRTLZq > .row .container > .video-iframe-container { display: none; }#dCXId2JLmmO2UrhA0bI3z80VHLwRTLZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCXId2JLmmO2UrhA0bI3z80VHLwRTLZq > .row > .video-iframe-container { display: none; }#dCXId2JLmmO2UrhA0bI3z80VHLwRTLZq > .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); }#dCXId2JLmmO2UrhA0bI3z80VHLwRTLZq > .row .container { border-width: 0; border-radius: 0; }#dCXId2JLmmO2UrhA0bI3z80VHLwRTLZq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCXId2JLmmO2UrhA0bI3z80VHLwRTLZq > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#V70zNvamhhPM65dsDrUTEAevLXv0QyaL { 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; }
#aVSfo9gHrMRn0XUTMs0QU1yzWUQrNMkK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8123125rem;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.624111175537rem;left:2.6535854339599rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hk2ZFusckHlrp527fATP27HqnwhlEOHS { 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; }
#URQlXnqgWA0Ty0V1oGt3ozmKVaCSA0ib { 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; }
#aASFyBKLFNg0kBgahaMUHo2d531PLTWt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;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.623222351074rem;left:28.749109268189rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gUTG7MoaopcsTO4hSkcPQKdnR9wOfqy5 { 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; }
#RFZFDlhuwTTPDzN07IsOsF6tsrxvRlpR { 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; }
#TmTeUQSJoL4OknTPIT0orSp8UOdeT0IH { 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; }
#aaIJKFTLRQTnvmUk6tTIsVyTzdMb3vcB { 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:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n6fEaUoSfWS78BtWEIPxQO71ChozVlMn { 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; }#n6fEaUoSfWS78BtWEIPxQO71ChozVlMn > .row .container { background-color: transparent; background-image: none; }#n6fEaUoSfWS78BtWEIPxQO71ChozVlMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6fEaUoSfWS78BtWEIPxQO71ChozVlMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6fEaUoSfWS78BtWEIPxQO71ChozVlMn > .row .container > .video-iframe-container { display: none; }#n6fEaUoSfWS78BtWEIPxQO71ChozVlMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6fEaUoSfWS78BtWEIPxQO71ChozVlMn > .row > .video-iframe-container { display: none; }#n6fEaUoSfWS78BtWEIPxQO71ChozVlMn > .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); }#n6fEaUoSfWS78BtWEIPxQO71ChozVlMn > .row .container { border-width: 0; border-radius: 0; }#n6fEaUoSfWS78BtWEIPxQO71ChozVlMn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6fEaUoSfWS78BtWEIPxQO71ChozVlMn > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#bhogE2bn0Wp13Dwh87wTQKrs0vo9GmVb { 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.25rem;width:4.75rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#PoLwwteNbCMGrvrf5bTOMXht4HDHG2T1 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4998125rem;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.1732940673828rem;left:8.1862564086912rem;height:1.39915rem;font-style:normal;display:block; }
#tG6wxMwoH7IXxTPhfcrXUIhZFdNuDosH { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1243125rem;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.1732940673828rem;left:19.935190200806rem;height:1.39915rem;font-style:normal;display:block; }
#JQ5mo6cH154tf9D5Wt1IFpTpkTlnQ8h9 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;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.1732940673828rem;left:31.497690200806rem;height:1.39915rem;font-style:normal;display:block; }
#FMm6erkbTToGIrDJUt0Ng774z0eA8Xb3 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3123125rem;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.1732940673828rem;left:43.24928855896rem;height:1.39915rem;font-style:normal;display:block; }
#fnlxHnTQbLUwWT9kycoSSxlLbvswHXml { color:rgba(var(--color-tertiary-0),1);display:block;width:5.499825rem;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.1732940673828rem;left:57.310010910034rem;height:1.39915rem;font-style:normal;display:block; }
#JBqK0EW8M2wXBf5QBb4moTOe8HX9AgUa { color:rgba(var(--color-tertiary-0),1);display:block;width:10.2494375rem;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.1732940673828rem;left:63.748220443725rem;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) { #U4QF0tI5tIG8Q8HhQIyAT9qUrNW3VzcJ { display:block; }#U4QF0tI5tIG8Q8HhQIyAT9qUrNW3VzcJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3oskSbITQZtsKa5GeLwCvAaikBL8ozw { top:2.5625rem;left:0rem;width:5.625rem;height:1.4830839678969rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9DPJg6Xcguns7olK82xXAMgNAPQ3SfS { top:2rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unh0bn4gKTagqTM011JcHM4zwDCafvTF { top:1.375rem;left:0rem;width:10.375rem;height:3.7895661540581rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg { display:block; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg { background-color: transparent; background-image: none; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row .container > .video-iframe-container { display: none; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row > .video-iframe-container { display: none; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .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); }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg { border-width: 0; border-radius: 0; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .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) { #DuDx3Zhx8Z7FiO63kuTBaIFNLKB5Irhf { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr9G4Di6pGGW4PTO76QPhtoWFpHS8V6x { top:9.9375rem;left:0rem;width:39.25rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTtBUP6eKqoLbDg3rtuNdX1pxOcFI1qa { width:2.625rem;height:1.875rem;top:11.6875rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwVo1zkdJx6PqoPMde9aqVLUPibtBH3V { display:block; }
 }@media only screen and (max-width: 763px) { #OzTfVSAhEHpreyIuMatTvCbUInpTlFFq { width:2.625rem;height:1.875rem;top:11.6875rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVvt40aTJChTJoFt0cFf1xUgymi1ynNN { display:block; }
 }@media only screen and (max-width: 763px) { #Zs6UMcbI3TnAEgiPeivzspqwfdnr4BCx { display:block; }#Zs6UMcbI3TnAEgiPeivzspqwfdnr4BCx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc0neeEaFtFRrcrFetnsd8IBU0GzHkgv { top:2.5625rem;left:0rem;width:39.5625rem;height:7.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSx6kPFhgZ8XsFOeOWwTT0AFNspHLvLI { top:11rem;left:0rem;width:30.625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ4sbuHi4klt6VWgX5MtuLCDbCMxnT9N { top:3.875rem;left:16.5625rem;width:30.5rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMQdzLoecGMeBemH9esVRdgXXx9Ur5J4 { top:17.25rem;left:0rem;width:30.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAsMSzr5TBxt1KrJ8VL5CQ3S5BW0MZAZ { width:17.3125rem;height:2.75rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixqOdCvMLppktiCtktq0CCKnU99pD21Q { display:block; }
 }@media only screen and (max-width: 763px) { #ZMDhkXqprvuMpHtCC7ezpwoyOL2A7S65 { display:block; }#ZMDhkXqprvuMpHtCC7ezpwoyOL2A7S65 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaeaW985rskF7H3Dyrh9HBK5uS0PPwov { top:2.125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONKbOpZrAFz2Wk913v46x6TgDTMiQQMo { top:6.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUgDROAGl9GalqyFhLws8t8ISMhPrB8g { top:11.875rem;left:0rem;width:23.125rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX4nwZECmDBNOURdxWFE9aZh5eus75oH { top:23.3125rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IRCrAnWomwtMCwt3rbHfC1T8orVyUW { width:17.6875rem;height:2.75rem;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G98p0MsW1dA7HGvG3pfT7aNQkMvB7H23 { width:4.1875rem;height:1.6875rem;top:13.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khKSOqQXFgFeu3s0wbiVdDyobLctl4T9 { width:5.8125rem;height:1.375rem;top:24.125rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzsfP0UgsSzIm9yMWH2AyO6s4myKb6aR { width:6.25rem;height:1.5625rem;top:26rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ6kWu1eMTp2LFGf1J5L6rT5LkV9scX2 { width:12.25rem;height:1.375rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4g1F5xshN1710d3KKLxe6kTdIT01TDn { width:8.4375rem;height:1.375rem;top:24.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRV903AyViysZWaDi74mJKX4BnqOSazW { top:13.5rem;left:13.619318008423rem;width:6.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzkzwnaVCu1WH5dIxkRSVr4oaGLfIEd8 { width:19.6875rem;height:1.375rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViGT56giWSLb2SzIhlpH0Ehe4UoRDCT1 { top:13.5rem;left:43.0625rem;width:4.6875rem;height:1.5426329445185rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyyglsyhTRvmIa8xXOafhlI9Dl3AOq2i { width:6.625rem;height:1.6875rem;top:13.4375rem;left:27.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDRrvSC4fCDsb5FThtKymcy6rSeKgL3V { width:17.5rem;height:4.1875rem;top:16.625rem;left:27.811433792114rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDwmIvhXUbresHkKvg2UPSFnlAi9c6Wd { width:19.875rem;height:1.375rem;top:21.0625rem;left:27.811433792114rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR9uWHOxgDXhxNEHIgPQJx8IK2qA9xsB { top:23.25rem;left:27.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5UkTvC7vmHoyqyGFtgPkUtt6xq1ola9 { width:8.4375rem;height:1.375rem;top:24.0625rem;left:27.811433792114rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMGKPVDpahizrzg7t57XuAalSf1eFUTK { width:12rem;height:1.375rem;top:26rem;left:27.811433792114rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HddZH5XB6hrHCtFlC92LIh3BrXaSzkza { width:5.8125rem;height:1.375rem;top:24.0625rem;left:41.936964035034rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Iiu1hnWddWOrqEN6GszPipwCdhUF0N { width:6.25rem;height:1.5625rem;top:25.9375rem;left:41.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVsv7E5DgLl9usweIcndqDTIeT5IiJDs { top:11.875rem;left:24.625rem;width:23.125rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VedPtQavxaxKQKwWNFlNxTa5rL2X5nGc { width:17.0625rem;height:2.625rem;top:31.4375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4spT8ZTF0459W0iPoJaEmaaZHNQttyu { display:block; }
 }@media only screen and (max-width: 763px) { #ulh6g1CS4R2f5KLBhezvZ5w28XZgTVfQ { top:35.1875rem;left:0.125rem;width:47.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba85qsosvHe31av7KRycpmet1mT6O8t2 { top:13.5rem;left:35.680753707886rem;width:6.25rem;height:1.5471216111848rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQbCKk7oMyDMPJzFaT9lDl7qK84LHV1S { display:block; }#JQbCKk7oMyDMPJzFaT9lDl7qK84LHV1S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PM1RvaUTi8TNvDkTaLppliBWMKOTTHNz { top:2.9375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXtTRTDxDLcwQtihXIZil5712k4Z9wh7 { top:7.9375rem;left:8.0626773834231rem;width:31.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGmMgzx7n9FS1hTGhFfcCyyuxv3UO6go { width:17.1875rem;height:2.5rem;top:12.5rem;left:15.217329025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSfC51RaHBhyz0LrMX2TWBlXMtJMd5kW { display:block; }
 }@media only screen and (max-width: 763px) { #vQiRrTVkX2xsrC0Vben2HRoVDvorrq4q { display:block; }#vQiRrTVkX2xsrC0Vben2HRoVDvorrq4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sr5dIhIysVctb1qo4TTPNT2hU8glVOXz { top:2.625rem;left:14.3125rem;width:33.4375rem;height:10.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np8GVz3R3mGRS6LFg7IJMwoRkI9yPzQg { width:16.9375rem;height:2.625rem;top:26.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xakPyyFcLGVghd9fmglS4lEquug0LMxr { display:block; }
 }@media only screen and (max-width: 763px) { #IGBFZnTy0MfqbEIsxmvxOABl3BgskeyC { top:14.9375rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV0bWT7FEzgIRfBLINSDfAs3BcZiSD8D { top:4rem;left:0rem;width:33.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy5a9iMMz8KmFqcTT736onqIuHZJZ0gM { top:19.625rem;left:16.5rem;width:31.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVP9wipwQOCmnodIql6kkVtq9i1n2yCJ { display:block; }#bVP9wipwQOCmnodIql6kkVtq9i1n2yCJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o21zzxhLbtyrRGc0I0IKgaoaxTR2hgoh { top:2.6875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmy6uJQcypG3OEt7DDwZiXB8VvTfz41r { top:6.9375rem;left:1.53125rem;width:44.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grChhhnlhaM4AMEXLBN9ZBGNXS9awxMx { top:11.1875rem;left:10.25rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSEaDCzANFx8gZl98rxMhUaDXkReXC6M { top:10.3125rem;left:0rem;width:11.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoJSI4cpZi1TOAXZyz2MRZs9KZti9bIp { top:10.6875rem;left:39.4375rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0C5uMOEfnpAhp4edvMTsOf7xOvLb4om { top:10.4375rem;left:30.5rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfxvPNRDTtOuUTbmMlvkmImkHAeNdVJc { top:10.4375rem;left:19.0625rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWT3s888frsa65ZGqlxcUnShQJ20x8d0 { display:block; }#WWT3s888frsa65ZGqlxcUnShQJ20x8d0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avJ80NsomqxkTpgr0C1z5OzWooVDXgxM { top:5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih26BQ2VOTE3PHl0Le0qub2Ov6S6fx9d { top:9.625rem;left:0rem;width:26.0625rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhOTeJTIhqH6oGmUkywEd73N5qddKV88 { top:13.125rem;left:0rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AosQzes2DPvyJKFCVQc451JZay3nKpTz { width:17.1875rem;height:2.875rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGXaTrESBGTg1cOBEBmQPqa34txAGiUb { display:block; }
 }@media only screen and (max-width: 763px) { #rqsRrIvtTddV5MATel1PqGZWTrDo99ET { width:17.1875rem;height:2.875rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRv1auUpLE7AP55EtdC0QxxIabhZ0Dgs { display:block; }
 }@media only screen and (max-width: 763px) { #tC87Uc5aANCVWds1oTklmFxFCFshttkE { top:7.5rem;left:25.125rem;width:22.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTezfDd43D08IpgrO0q3i11HeSZroCc3 { display:block; }#bTezfDd43D08IpgrO0q3i11HeSZroCc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtIopfsyCmx71uAym0hX9wbC7ExnG61o { top:5rem;left:0rem;width:26.0625rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwbWR4vIc9n9VNT5mbAVWEywvJnJ6ql9 { top:20.8125rem;left:0rem;width:22.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNKp1eCSwhd6R8fT9oCJ348o7paUxLVi { top:16.875rem;left:0rem;width:25.6875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyTHUKO1UZytrgN4OSSQ6B8KTFU1cgXh { top:20.5rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDQdx6y8P7oH2dE5PFUgo3sNkTCf3kE5 { top:23.625rem;left:0rem;width:23rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #danzZCTJnlqBv6Z1FMi5NApkFSaSftQO { top:23.3125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT7O6yqXL7eGz8r3Spu4bdfTSV2l7fFr { top:26.625rem;left:0rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybSSLmP03ZhekSWieo9LKBQuVrFd0JVB { top:26.3125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPi0vcRRZ02NSF7DmIMLHW2wFrv1vQt3 { top:13.0625rem;left:0rem;width:30.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH422fyqGyFezE7TgdWxpRRqeUWg8Qk1 { width:17.3125rem;height:2.75rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxkTDr2WpDPBSLdSzTJ20k5mx3d7Lwq6 { display:block; }
 }@media only screen and (max-width: 763px) { #h2NdKpnTkaZ4SiTzfxLmO51Znqks6H75 { top:7.5625rem;left:0rem;width:42.1875rem;height:25.711450009172rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTlS5AmBkOau3tE7yHUquBMTPfTmOvvx { display:block; }#WTlS5AmBkOau3tE7yHUquBMTPfTmOvvx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fzl6f273D1bH7tsTTCTpWOwMZVGp9NFk { top:1.75rem;left:19.3125rem;width:28.4375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybULkUfTdxEZfi833PEOyUvrzno5amba { top:13.0625rem;left:20.6875rem;width:27.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZFOvCpxS9f1DouqVQfii70nwpN4gMU { top:4rem;left:0rem;width:36.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwghfGfPxOKy6HaEU6kl0U4iP9b9pqsn { top:15rem;left:23.875rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRa6rZ6L1xICFO9K1T72DCRvU4lKyQO7 { top:12.8125rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3VCJu7b9KTJMQXdXVlBAi60sB7yaT1H { top:18rem;left:23.875rem;width:23.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNxrkcygfcan39prtoMii1O7S1RSBTR9 { top:17.75rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTiMyB0q256GJMK8ke6GEp7SzPNlnTFg { top:19.9375rem;left:23.875rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQk1dutoJHvbchni5FNUiucBzHpeaNmk { top:22.875rem;left:23.875rem;width:20.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDZMeyCmcb71r8QQlBdBkhO7XciRTd42 { top:22.625rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSH50EBsVT0F8TN63aLk3FQ0PVCMo45O { top:9.9375rem;left:23.875rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRS51F4ObzfWCLR9v42TMKtoDdna23Ma { display:block; }#QRS51F4ObzfWCLR9v42TMKtoDdna23Ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgtqG7yMCbRBb33UaSqA57u4mA76IEBF { top:4.5rem;left:8.4994678497312rem;width:30.6875rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIGrx98GeqnA0QTBevz8z3AKzTqTLByo { top:12.625rem;left:9.2496433258056rem;width:29.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1oBp4dx30S48gUpdUyP3ZPXrXU8xzh4 { width:17.4375rem;height:2.875rem;top:16.5rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drmdOuwoE1LyfSS4e9A01XwPak5rIexK { display:block; }
 }@media only screen and (max-width: 763px) { #dCXId2JLmmO2UrhA0bI3z80VHLwRTLZq { display:block; }#dCXId2JLmmO2UrhA0bI3z80VHLwRTLZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V70zNvamhhPM65dsDrUTEAevLXv0QyaL { top:18rem;left:0rem;width:20.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVSfo9gHrMRn0XUTMs0QU1yzWUQrNMkK { top:20.5625rem;left:0rem;width:15.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk2ZFusckHlrp527fATP27HqnwhlEOHS { top:3.25rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URQlXnqgWA0Ty0V1oGt3ozmKVaCSA0ib { top:18.125rem;left:13.437322616577rem;width:20.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aASFyBKLFNg0kBgahaMUHo2d531PLTWt { top:20.5625rem;left:15.124109268189rem;width:17.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUTG7MoaopcsTO4hSkcPQKdnR9wOfqy5 { top:3.3125rem;left:17.1875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFZFDlhuwTTPDzN07IsOsF6tsrxvRlpR { top:3.25rem;left:34.375rem;width:13.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTeUQSJoL4OknTPIT0orSp8UOdeT0IH { top:18rem;left:26.9375rem;width:20.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaIJKFTLRQTnvmUk6tTIsVyTzdMb3vcB { top:20.5rem;left:26.6875rem;width:21.0625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6fEaUoSfWS78BtWEIPxQO71ChozVlMn { display:block; }#n6fEaUoSfWS78BtWEIPxQO71ChozVlMn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhogE2bn0Wp13Dwh87wTQKrs0vo9GmVb { top:2.25rem;left:0rem;width:4.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoLwwteNbCMGrvrf5bTOMXht4HDHG2T1 { top:2.125rem;left:0rem;width:10.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG6wxMwoH7IXxTPhfcrXUIhZFdNuDosH { top:2.125rem;left:6.3101902008056rem;width:10.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ5mo6cH154tf9D5Wt1IFpTpkTlnQ8h9 { top:2.125rem;left:17.872690200806rem;width:10.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMm6erkbTToGIrDJUt0Ng774z0eA8Xb3 { top:2.125rem;left:29.62428855896rem;width:13.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnlxHnTQbLUwWT9kycoSSxlLbvswHXml { top:2.125rem;left:42.3125rem;width:5.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBqK0EW8M2wXBf5QBb4moTOe8HX9AgUa { top:2.125rem;left:37.5625rem;width:10.1875rem;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) { #U4QF0tI5tIG8Q8HhQIyAT9qUrNW3VzcJ { display:block; }#U4QF0tI5tIG8Q8HhQIyAT9qUrNW3VzcJ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3oskSbITQZtsKa5GeLwCvAaikBL8ozw { width:5.68714375rem;height:1.49946875rem;top:1.7196377515793rem;left:2.0623222589493rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9DPJg6Xcguns7olK82xXAMgNAPQ3SfS { width:2.5rem;height:2.5rem;top:1.25rem;left:8.7499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #unh0bn4gKTagqTM011JcHM4zwDCafvTF { width:7.6873125rem;height:2.56214375rem;top:1.186967253685rem;left:12.312676787376rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row .container { background-color: transparent; background-image: none; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row .container > .video-iframe-container { display: none; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row > .video-iframe-container { display: none; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .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); }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row .container { border-width: 0; border-radius: 0; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yxxnScCnrwlNVCJcAo5G60Z2xrUqCtVg > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuDx3Zhx8Z7FiO63kuTBaIFNLKB5Irhf { width:20rem;height:4.4992875rem;top:5.125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kr9G4Di6pGGW4PTO76QPhtoWFpHS8V6x { width:20rem;height:6.9993125rem;top:11.437321662903rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTtBUP6eKqoLbDg3rtuNdX1pxOcFI1qa { width:2.625rem;height:1.875rem;top:0.56214499473572rem;left:9.9351915121081rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwVo1zkdJx6PqoPMde9aqVLUPibtBH3V { display:block; }
 }@media only screen and (max-width: 763px) { #OzTfVSAhEHpreyIuMatTvCbUInpTlFFq { width:2.625rem;height:1.875rem;top:0.56214499473572rem;left:7.3117898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVvt40aTJChTJoFt0cFf1xUgymi1ynNN { display:block; }
 }@media only screen and (max-width: 763px) { #Zs6UMcbI3TnAEgiPeivzspqwfdnr4BCx { display:block; }#Zs6UMcbI3TnAEgiPeivzspqwfdnr4BCx > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc0neeEaFtFRrcrFetnsd8IBU0GzHkgv { width:20rem;height:6.7489375rem;top:1.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSx6kPFhgZ8XsFOeOWwTT0AFNspHLvLI { width:20rem;height:9.7940625rem;top:9.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EQ4sbuHi4klt6VWgX5MtuLCDbCMxnT9N { width:17.4375rem;height:11.0625rem;top:29.715020656586rem;left:1.1239346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMQdzLoecGMeBemH9esVRdgXXx9Ur5J4 { width:20rem;height:2.79829375rem;top:20.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAsMSzr5TBxt1KrJ8VL5CQ3S5BW0MZAZ { width:17.198176125rem;height:2.635832375rem;top:24.909444332123rem;left:1.343217253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixqOdCvMLppktiCtktq0CCKnU99pD21Q { display:block; }
 }@media only screen and (max-width: 763px) { #ZMDhkXqprvuMpHtCC7ezpwoyOL2A7S65 { display:block; }#ZMDhkXqprvuMpHtCC7ezpwoyOL2A7S65 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaeaW985rskF7H3Dyrh9HBK5uS0PPwov { width:20rem;height:3.599075rem;top:1.7498226165771rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONKbOpZrAFz2Wk913v46x6TgDTMiQQMo { width:20rem;height:8.394875rem;top:6.69300365448rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUgDROAGl9GalqyFhLws8t8ISMhPrB8g { width:20rem;height:16.25rem;top:15.718927383423rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX4nwZECmDBNOURdxWFE9aZh5eus75oH { width:20rem;height:0.0625rem;top:25.468572616577rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IRCrAnWomwtMCwt3rbHfC1T8orVyUW { width:16.9375rem;height:2.79829375rem;top:20.09303855896rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G98p0MsW1dA7HGvG3pfT7aNQkMvB7H23 { width:4.1867875rem;height:1.749825rem;top:17.218393325806rem;left:1.499467253685rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #khKSOqQXFgFeu3s0wbiVdDyobLctl4T9 { width:5.812325rem;height:1.39915rem;top:26.59250831604rem;left:12.681107878685rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XzsfP0UgsSzIm9yMWH2AyO6s4myKb6aR { width:6.25rem;height:1.39915rem;top:28.53053855896rem;left:12.299360632896rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zQ6kWu1eMTp2LFGf1J5L6rT5LkV9scX2 { width:11.9375rem;height:1.39915rem;top:28.530715942382rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d4g1F5xshN1710d3KKLxe6kTdIT01TDn { width:8.3744375rem;height:1.39915rem;top:26.592506408691rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vRV903AyViysZWaDi74mJKX4BnqOSazW { width:4.6875rem;height:1.25rem;top:17.322267532349rem;left:13.749999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzkzwnaVCu1WH5dIxkRSVr4oaGLfIEd8 { width:18.25rem;height:1.39915rem;top:23.143646240234rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ViGT56giWSLb2SzIhlpH0Ehe4UoRDCT1 { width:3.99946875rem;height:1.25rem;top:34.988457679749rem;left:14.492186903954rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyyglsyhTRvmIa8xXOafhlI9Dl3AOq2i { width:6.624625rem;height:1.749825rem;top:34.739702224731rem;left:1.5616122484207rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nDRrvSC4fCDsb5FThtKymcy6rSeKgL3V { width:17.6873125rem;height:4.19744375rem;top:37.779474258423rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SDwmIvhXUbresHkKvg2UPSFnlAi9c6Wd { width:18.375rem;height:1.39915rem;top:42.329544067382rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cR9uWHOxgDXhxNEHIgPQJx8IK2qA9xsB { width:20rem;height:0.0625rem;top:44.655363082886rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5UkTvC7vmHoyqyGFtgPkUtt6xq1ola9 { width:8.0625rem;height:1.39915rem;top:45.467679977417rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yMGKPVDpahizrzg7t57XuAalSf1eFUTK { width:11.75rem;height:1.39915rem;top:47.405006408691rem;left:1.5616122484207rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HddZH5XB6hrHCtFlC92LIh3BrXaSzkza { width:5.812325rem;height:1.39915rem;top:45.467679977417rem;left:12.679332137108rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #p6Iiu1hnWddWOrqEN6GszPipwCdhUF0N { width:6.25rem;height:1.39915rem;top:47.405714035034rem;left:12.242542624474rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dVsv7E5DgLl9usweIcndqDTIeT5IiJDs { width:20rem;height:17.125rem;top:33.218927383423rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VedPtQavxaxKQKwWNFlNxTa5rL2X5nGc { width:17.073863625rem;height:2.635832375rem;top:52.060545921326rem;left:1.4612926244736rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4spT8ZTF0459W0iPoJaEmaaZHNQttyu { display:block; }
 }@media only screen and (max-width: 763px) { #ulh6g1CS4R2f5KLBhezvZ5w28XZgTVfQ { width:20rem;height:2.45028125rem;top:55.812319755554rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ba85qsosvHe31av7KRycpmet1mT6O8t2 { width:5.3125rem;height:1.25rem;top:34.988457679749rem;left:8.4943174123762rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQbCKk7oMyDMPJzFaT9lDl7qK84LHV1S { display:block; }#JQbCKk7oMyDMPJzFaT9lDl7qK84LHV1S > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PM1RvaUTi8TNvDkTaLppliBWMKOTTHNz { width:20rem;height:3.5996125rem;top:2.1123046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXtTRTDxDLcwQtihXIZil5712k4Z9wh7 { width:20rem;height:4.19744375rem;top:7.6500396728512rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGmMgzx7n9FS1hTGhFfcCyyuxv3UO6go { width:17.198176125rem;height:2.510651125rem;top:13.905362129211rem;left:1.343217253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSfC51RaHBhyz0LrMX2TWBlXMtJMd5kW { display:block; }
 }@media only screen and (max-width: 763px) { #vQiRrTVkX2xsrC0Vben2HRoVDvorrq4q { display:block; }#vQiRrTVkX2xsrC0Vben2HRoVDvorrq4q > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sr5dIhIysVctb1qo4TTPNT2hU8glVOXz { width:20rem;height:5.3986125rem;top:14.310191631317rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Np8GVz3R3mGRS6LFg7IJMwoRkI9yPzQg { width:16.960238625rem;height:2.646482375rem;top:39.740766048431rem;left:1.518998503685rem;display:block; }
 }@media only screen and (max-width: 763px) { #xakPyyFcLGVghd9fmglS4lEquug0LMxr { display:block; }
 }@media only screen and (max-width: 763px) { #IGBFZnTy0MfqbEIsxmvxOABl3BgskeyC { width:20rem;height:6.99575rem;top:21.039594173431rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aV0bWT7FEzgIRfBLINSDfAs3BcZiSD8D { width:20rem;height:14.3119375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy5a9iMMz8KmFqcTT736onqIuHZJZ0gM { width:20rem;height:9.7940625rem;top:28.916013240814rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVP9wipwQOCmnodIql6kkVtq9i1n2yCJ { display:block; }#bVP9wipwQOCmnodIql6kkVtq9i1n2yCJ > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o21zzxhLbtyrRGc0I0IKgaoaxTR2hgoh { width:20rem;height:3.599075rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lmy6uJQcypG3OEt7DDwZiXB8VvTfz41r { width:20rem;height:2.79829375rem;top:6.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #grChhhnlhaM4AMEXLBN9ZBGNXS9awxMx { width:5.4375rem;height:1.625rem;top:15.375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSEaDCzANFx8gZl98rxMhUaDXkReXC6M { width:11.8125rem;height:3.5625rem;top:10.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoJSI4cpZi1TOAXZyz2MRZs9KZti9bIp { width:8.3125rem;height:2.8125rem;top:27.6875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0C5uMOEfnpAhp4edvMTsOf7xOvLb4om { width:8.75rem;height:3.3125rem;top:23.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfxvPNRDTtOuUTbmMlvkmImkHAeNdVJc { width:8.75rem;height:3.3125rem;top:18.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWT3s888frsa65ZGqlxcUnShQJ20x8d0 { display:block; }#WWT3s888frsa65ZGqlxcUnShQJ20x8d0 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avJ80NsomqxkTpgr0C1z5OzWooVDXgxM { width:20rem;height:35.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih26BQ2VOTE3PHl0Le0qub2Ov6S6fx9d { width:16.624625rem;height:1.7995375rem;top:4.9369673728943rem;left:1.6867896318436rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uhOTeJTIhqH6oGmUkywEd73N5qddKV88 { width:17.9375rem;height:5.59659375rem;top:7.75rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AosQzes2DPvyJKFCVQc451JZay3nKpTz { width:17.8125rem;height:2.875rem;top:14.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGXaTrESBGTg1cOBEBmQPqa34txAGiUb { display:block; }
 }@media only screen and (max-width: 763px) { #rqsRrIvtTddV5MATel1PqGZWTrDo99ET { width:17.75rem;height:2.875rem;top:17.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRv1auUpLE7AP55EtdC0QxxIabhZ0Dgs { display:block; }
 }@media only screen and (max-width: 763px) { #tC87Uc5aANCVWds1oTklmFxFCFshttkE { width:17.5rem;height:14.2498125rem;top:22.061433315277rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTezfDd43D08IpgrO0q3i11HeSZroCc3 { display:block; }#bTezfDd43D08IpgrO0q3i11HeSZroCc3 > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtIopfsyCmx71uAym0hX9wbC7ExnG61o { width:20rem;height:1.7995375rem;top:2.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwbWR4vIc9n9VNT5mbAVWEywvJnJ6ql9 { width:17.75rem;height:1.39915rem;top:12.5rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pNKp1eCSwhd6R8fT9oCJ348o7paUxLVi { width:20rem;height:2.7983rem;top:9rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kyTHUKO1UZytrgN4OSSQ6B8KTFU1cgXh { width:2rem;height:2rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDQdx6y8P7oH2dE5PFUgo3sNkTCf3kE5 { 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) { #danzZCTJnlqBv6Z1FMi5NApkFSaSftQO { width:2rem;height:2rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT7O6yqXL7eGz8r3Spu4bdfTSV2l7fFr { 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) { #ybSSLmP03ZhekSWieo9LKBQuVrFd0JVB { width:2rem;height:2rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPi0vcRRZ02NSF7DmIMLHW2wFrv1vQt3 { width:20rem;height:2.79829375rem;top:4.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TH422fyqGyFezE7TgdWxpRRqeUWg8Qk1 { width:17.3125rem;height:2.75rem;top:21.686783685303rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxkTDr2WpDPBSLdSzTJ20k5mx3d7Lwq6 { display:block; }
 }@media only screen and (max-width: 763px) { #h2NdKpnTkaZ4SiTzfxLmO51Znqks6H75 { width:20rem;height:12.1891318562rem;top:26.248220443726rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTlS5AmBkOau3tE7yHUquBMTPfTmOvvx { display:block; }#WTlS5AmBkOau3tE7yHUquBMTPfTmOvvx > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fzl6f273D1bH7tsTTCTpWOwMZVGp9NFk { width:20rem;height:3.599075rem;top:14.248046040535rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybULkUfTdxEZfi833PEOyUvrzno5amba { width:17.6875rem;height:2.79829375rem;top:21.061786651611rem;left:2.4058948755264rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bVZFOvCpxS9f1DouqVQfii70nwpN4gMU { width:20rem;height:12.9998125rem;top:0.68714487552644rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwghfGfPxOKy6HaEU6kl0U4iP9b9pqsn { width:17.6243125rem;height:2.79829375rem;top:23.857421040535rem;left:2.3748222589493rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HRa6rZ6L1xICFO9K1T72DCRvU4lKyQO7 { width:2rem;height:2rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3VCJu7b9KTJMQXdXVlBAi60sB7yaT1H { width:17.625rem;height:2.79829375rem;top:27.5rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aNxrkcygfcan39prtoMii1O7S1RSBTR9 { width:1.9992875rem;height:1.9992875rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTiMyB0q256GJMK8ke6GEp7SzPNlnTFg { width:15.0625rem;height:1.39915rem;top:30.3125rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AQk1dutoJHvbchni5FNUiucBzHpeaNmk { width:17.5625rem;height:2.79829375rem;top:32.5625rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eDZMeyCmcb71r8QQlBdBkhO7XciRTd42 { width:2rem;height:2rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSH50EBsVT0F8TN63aLk3FQ0PVCMo45O { width:20rem;height:1.39915rem;top:18.649680256844rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRS51F4ObzfWCLR9v42TMKtoDdna23Ma { display:block; }#QRS51F4ObzfWCLR9v42TMKtoDdna23Ma > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgtqG7yMCbRBb33UaSqA57u4mA76IEBF { width:20rem;height:3.599075rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qIGrx98GeqnA0QTBevz8z3AKzTqTLByo { width:20rem;height:5.59659375rem;top:5.5138492584229rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J1oBp4dx30S48gUpdUyP3ZPXrXU8xzh4 { width:17.323301125rem;height:2.761007375rem;top:12.31178855896rem;left:1.2801846265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #drmdOuwoE1LyfSS4e9A01XwPak5rIexK { display:block; }
 }@media only screen and (max-width: 763px) { #dCXId2JLmmO2UrhA0bI3z80VHLwRTLZq { display:block; }#dCXId2JLmmO2UrhA0bI3z80VHLwRTLZq > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V70zNvamhhPM65dsDrUTEAevLXv0QyaL { 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) { #aVSfo9gHrMRn0XUTMs0QU1yzWUQrNMkK { width:20rem;height:2.79829375rem;top:13.675000190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hk2ZFusckHlrp527fATP27HqnwhlEOHS { width:9.375rem;height:9.375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URQlXnqgWA0Ty0V1oGt3ozmKVaCSA0ib { 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) { #aASFyBKLFNg0kBgahaMUHo2d531PLTWt { width:20rem;height:2.79829375rem;top:29.268750190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUTG7MoaopcsTO4hSkcPQKdnR9wOfqy5 { width:9.375rem;height:9.375rem;top:16.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFZFDlhuwTTPDzN07IsOsF6tsrxvRlpR { width:9.375rem;height:9.25rem;top:32.543750762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTeUQSJoL4OknTPIT0orSp8UOdeT0IH { 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) { #aaIJKFTLRQTnvmUk6tTIsVyTzdMb3vcB { width:20rem;height:2.79829375rem;top:44.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6fEaUoSfWS78BtWEIPxQO71ChozVlMn { display:block; }#n6fEaUoSfWS78BtWEIPxQO71ChozVlMn > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhogE2bn0Wp13Dwh87wTQKrs0vo9GmVb { width:4.75rem;height:1.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoLwwteNbCMGrvrf5bTOMXht4HDHG2T1 { width:11.25rem;height:1.39915rem;top:4.1246452331543rem;left:4.3749998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tG6wxMwoH7IXxTPhfcrXUIhZFdNuDosH { width:10.7493125rem;height:1.39915rem;top:6.7098731994631rem;left:4.624467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQ5mo6cH154tf9D5Wt1IFpTpkTlnQ8h9 { width:11.312125rem;height:1.39915rem;top:9.4548988342288rem;left:4.343039393425rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FMm6erkbTToGIrDJUt0Ng774z0eA8Xb3 { width:13.3744375rem;height:1.39915rem;top:12.01171875rem;left:3.3114346265793rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnlxHnTQbLUwWT9kycoSSxlLbvswHXml { width:6.4373125rem;height:1.39915rem;top:14.661754608154rem;left:6.7800067663194rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBqK0EW8M2wXBf5QBb4moTOe8HX9AgUa { width:12.5625rem;height:1.4rem;top:17.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }