.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,228,236;--color-primary-1:128,164,192;--color-primary-2:0,72,128;--color-primary-3:0,36,64;--color-primary-4:0,11,19;--color-secondary-0:242,217,217;--color-secondary-1:210,128,128;--color-secondary-2:165,0,0;--color-secondary-3:83,0,0;--color-secondary-4:25,0,0;--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:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c9cf4d1e-fc68-4dea-a2d0-b23753e52067/claybanksqmE5T2alrTUunsplash.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8pX9GgWytyqkZEs0syDh0dSywFgbopz { 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;z-index:auto;display:block; }#M8pX9GgWytyqkZEs0syDh0dSywFgbopz > .row .container { background-color: transparent; background-image: none; }#M8pX9GgWytyqkZEs0syDh0dSywFgbopz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8pX9GgWytyqkZEs0syDh0dSywFgbopz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8pX9GgWytyqkZEs0syDh0dSywFgbopz > .row .container > .video-iframe-container { display: none; }#M8pX9GgWytyqkZEs0syDh0dSywFgbopz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8pX9GgWytyqkZEs0syDh0dSywFgbopz > .row > .video-iframe-container { display: none; }#M8pX9GgWytyqkZEs0syDh0dSywFgbopz > .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); }#M8pX9GgWytyqkZEs0syDh0dSywFgbopz > .row .container { border-width: 0; border-radius: 0; }#M8pX9GgWytyqkZEs0syDh0dSywFgbopz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M8pX9GgWytyqkZEs0syDh0dSywFgbopz > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#EnFvemUDOU9UufFNofcF1MFBS8DBPfTS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:12.125rem;top:0.46875rem;left:23.9375rem;overflow:hidden;display:block; }
#Ee1lDGIup0mPk7NzTKTp8cL2b1PBEhBR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:right;text-align-last:right;top:0.875rem;left:46.0625rem;display:block; }
#PMAV3o7T9afUrOQIqHCth96S9zanrVxt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kr5dGG8x80VgFhRbw51vPFJERWIBXD4S { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:right;text-align-last:right;top:0.875rem;left:38.5rem;display:block; }
#MePxAvt24CCZvT3HfGGfd4APKOMJaAu1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i9whbVSFQsxTuC42GZHNHat0A4fdDdm8 { z-index:15004;top:3.375rem;left:46.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sJ1uhmbXvAu4hsv7HWhGPZTZyPTUrFwv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RbDV45UbO7dGC1OkC6Pz85HmuIhOmFih { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.03125rem;left:10.125rem;display:block; }
#sPxCLkldWXp56ubEGkncHUIJZqe1fw5i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTVH5TSPDUXxbmXgcW9y0zribIHxbo7m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.4375rem;left:38.5625rem; }
#Oa04CztJmJQgX62sItIllyx46bs1tEMP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.0625rem;left:2.0625rem;display:block; }
#BCn804MQe4UBhBu7J8Xr5aoU3r3uckqg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.5);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; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container { background-color: transparent; background-image: none; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container > .video-iframe-container { display: none; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row > .video-iframe-container { display: none; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .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); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container { border-width: 0; border-radius: 0; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:60rem;position:relative;display:block; }#M6MP7c7eSzKZuPtSnlrW5r6G4dIOwmo1 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:25.8125rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#QxpbvR1Bp9647UyKF2VgmcLNEPEPtqPe { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:31.75rem;left:0rem;height:1.375rem;font-style:normal;display:block; }
#piqciyu2ktp2UWshoQ2f5KlcK9IvEyf1 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:10.3125rem;left:4.125rem;height:2.25rem;font-style:normal;display:none; }
#TXP0RSUO3lZw0lTIPa78TAmernfdpXDT { color:rgba(var(--color-tertiary-4),1);display:block;width:57.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:29rem;left:0rem;height:1.8125rem;font-style:italic;display:block; }
#UEI3MzcdlHIg78ICQd9nk6pi7Lq9tXpo { z-index:15003;top:39.75rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sBmUQDF1ACC5WWiK1T4QuET8ek5LThrk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LGdtMWgtu2xx84UKFrHGSODKw8ZTtS5W { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:33.875rem;left:0rem;height:4.125rem;font-style:normal;display:block; }
#MvuBqhVQnAcCpJRbFRSZ4whfxXmmQ8sp { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:60rem;display:none; }
#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { 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; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { background-color: transparent; background-image: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container > .video-iframe-container { display: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row > .video-iframe-container { display: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .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); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { border-width: 0; border-radius: 0; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#r0byVomwPqBPUHI8hWikvNWvoLAV24Pa { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:13.4375rem;left:0rem;height:20.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mXfLqUnBDroliNnq1zQiF56x3yax7QX7 { 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:24.3125rem;width:26.125rem;top:8.875rem;left:33.875rem;overflow:hidden;display:block; }
#dCEridkS2frNJM3BJhmxOtABvTAMr2ec { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:5.375rem;left:0rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E4w1blCRA3USCkS9UKQmmxgdBydbI2aw { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:9.25rem;left:0rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MEyEcdmQAsk76H5NBD3e7iIs7cTrT0tB { 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; }#MEyEcdmQAsk76H5NBD3e7iIs7cTrT0tB > .row .container { background-color: transparent; background-image: none; }#MEyEcdmQAsk76H5NBD3e7iIs7cTrT0tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEyEcdmQAsk76H5NBD3e7iIs7cTrT0tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEyEcdmQAsk76H5NBD3e7iIs7cTrT0tB > .row .container > .video-iframe-container { display: none; }#MEyEcdmQAsk76H5NBD3e7iIs7cTrT0tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEyEcdmQAsk76H5NBD3e7iIs7cTrT0tB > .row > .video-iframe-container { display: none; }#MEyEcdmQAsk76H5NBD3e7iIs7cTrT0tB > .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); }#MEyEcdmQAsk76H5NBD3e7iIs7cTrT0tB > .row .container { border-width: 0; border-radius: 0; }#MEyEcdmQAsk76H5NBD3e7iIs7cTrT0tB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MEyEcdmQAsk76H5NBD3e7iIs7cTrT0tB > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#ypdKTEMwPTV6pCQoSOLJppwiKFMT8v71 { color:rgba(var(--color-tertiary-4),0.12);display:block;width:60rem;position:absolute;font-family:georgia;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.5625rem;left:0rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#meoOQpeVsKcJ8TwfnNqZfCPKVUhqIUel { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:2.84375rem;left:0rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GP999z9QMTGIqGmd1IrrCADO7TZ0ouiX { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:12.84375rem;left:0rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PCbz2w79bvscsRueOVN1APCbvNE5FsUO { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:20.0625rem;left:11.28125rem;height:1.4375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XxTkLu2qbn5iJLJqxwZEFvfvc208NCIS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:90rem;width:60rem;display:none; }
#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.5);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; }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .row .container { background-color: transparent; background-image: none; }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .row .container > .video-iframe-container { display: none; }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .row > .video-iframe-container { display: none; }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .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); }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .row .container { border-width: 0; border-radius: 0; }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#sarKm89DBxl7s1UOpAsrSzu9hX1qGO64 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.25rem;left:19.8125rem;height:2.75rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#rQ27QrhWWzIgbs5gTN441QpCDvQi5l7S { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:6.625rem;left:0rem;height:1.8125rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.5);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; }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .row .container { background-color: transparent; background-image: none; }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .row .container > .video-iframe-container { display: none; }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .row > .video-iframe-container { display: none; }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .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); }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .row .container { border-width: 0; border-radius: 0; }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#Pma3b44v5SmSFIGLCEEsFuzSX3auQNtG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:0.75rem;left:0rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#rxfZiRwhIDXWLwMsyIBEP97izCTicCPT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:3.5rem;left:2.375rem;height:12.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CEfgpuHvn5BZZapSh3QWrA6Dql56M8n8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:0.75rem;left:15.4375rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GURfnK5M1KOJTMlfhuoAUdgaq7aO9WGT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:0.75rem;left:30.4375rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZHgaKwhI1e4WBPMuyMgXNOmwAPpzkCwv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:0.75rem;left:45.875rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CSKgT7q6JqrxiQybXeOK7v5ghawoSySc { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.5rem;left:17.375rem;height:12.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x4BolVe90dtPU3UDO1TByBlE6eCsRA56 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:3.5rem;left:32.375rem;height:11.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxsdTbekoVRPcAsixQR4SstCout1ib9h { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:3.5rem;left:47.375rem;height:12.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mtc2L378NB0aexcmSiCRLACvgXye4ymr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.5);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; }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .row .container { background-color: transparent; background-image: none; }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .row .container > .video-iframe-container { display: none; }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .row > .video-iframe-container { display: none; }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .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); }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .row .container { border-width: 0; border-radius: 0; }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:60rem;position:relative;display:block; }#HO8C6lpb31RNTUSBiBVazGIXiD6horLu { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.375rem;left:0rem;height:2.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#w8TpmILorvJbA8uZDgNxsratEyJ9Smti { color:rgba(var(--color-tertiary-0),0.38);display:block;width:60rem;position:absolute;font-family:georgia;font-size:2.5625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:5.125rem;left:0rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NrXa4tQvkAWOvpC6BF9PRKRwgXKIBQ3v { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:13rem;left:0rem;height:7.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CDKbf5pv75P2MtbRO3GSx9kRUz3RJQEk { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.6875rem;left:0rem;height:1.8125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SNwATsRruyVDzb4ApGPHbUGniVobTwB3 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:60rem;display:none; }
#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.5);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; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { background-color: transparent; background-image: none; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container > .video-iframe-container { display: none; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row > .video-iframe-container { display: none; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .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); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { border-width: 0; border-radius: 0; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:60rem;position:relative;display:block; }#nZ3A50BXDIZZIBQfPySpmJn19lXdJMdu { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:11.25rem;left:0rem;display:block; }
#oXOvz2DWiytW7T1xT80SQaxRF5Mixyo0 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:12rem;left:0.6875rem;height:1.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KRmGWqHQBZNyFuJashRK6z9eA8KNyIPl { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:11.25rem;left:5.1875rem;height:1.5625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#nKdw9Rs37E7bMc1tuGZ6i21Ix0QAzGWT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:13.875rem;left:5.1875rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o8QUPMeQTk2aXVphUukAw52o0bdt3k8T { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:11.25rem;left:30.9375rem;display:block; }
#LMvSTz4HDAs8wOQ11Tsdb5RTxPesbn6d { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:12rem;left:31.625rem;height:1.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#nsqGZZAqW2woUgLBXEkpJdkRuNzh2Beh { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:11.5rem;left:36.125rem;height:1.5625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#l7BeTT89Ny1Vnh5LsPb7mHMpNyDBQ0LR { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:28.0625rem;left:0rem;display:block; }
#cQ7bTD5wnMSonpfKiKgEzUvTvmN4ErKT { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:28.875rem;left:0.75rem;height:1.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#htOdvm0aJ5d60MhEkU30lme1lf0XQMTA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:28.0625rem;left:36.125rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#UlnM6rZlfaprz2mr2SN6aJc7swOOypye { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:1.9375rem;left:0rem;height:2.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TxwJ9W074ThzTWouHUGtCzVtmTdW0UOZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:28.5625rem;left:5.1875rem;height:1.5625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#NdsZywm8XgiP8ITRCsS2msVKCBFL85Ub { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:28.0625rem;left:30.9375rem;display:block; }
#AViLU6FgRFU8dVisxfFqzF7VBSfIevua { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:28.90625rem;left:31.65625rem;height:1.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JMkah4ZKENI8LJP2Ku7XqXi1GpOdmk3C { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:5.3125rem;left:0rem;height:1.8125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#RstGLFroRv6hJKJ23C2R46g1eGypgfwo { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:24.625rem;left:5.1875rem;height:1.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#BC2DyAxeqZtfeAbIc1ak3imVpSF6IeSk { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:13.875rem;left:36.125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FN6vholShBuFFUOcogZBgzLaTCKuea6N { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:21.90625rem;left:36.125rem;height:1.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#wd3ffBZTwpPD7S4CmXZx4MWJDEw2TKfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:30.75rem;left:5.1875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FVeywsMHUW1UxE6XKoavscOSMDtP8niA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:38.8125rem;left:5.1875rem;height:1.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Ll4XACxZ0epKkQ3d1sglXL4WqDbCuE0w { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:30.75rem;left:36.125rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BWcmLITJzMLuSRTRhbnaeT4h5JiebhOg { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:40.0625rem;left:36.125rem;height:1.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#iNDziqEaoZlOcfbGlwawmBVDc2RQ2LCE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iNDziqEaoZlOcfbGlwawmBVDc2RQ2LCE > .row .container { background-color: transparent; background-image: none; }#iNDziqEaoZlOcfbGlwawmBVDc2RQ2LCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNDziqEaoZlOcfbGlwawmBVDc2RQ2LCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNDziqEaoZlOcfbGlwawmBVDc2RQ2LCE > .row .container > .video-iframe-container { display: none; }#iNDziqEaoZlOcfbGlwawmBVDc2RQ2LCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNDziqEaoZlOcfbGlwawmBVDc2RQ2LCE > .row > .video-iframe-container { display: none; }#iNDziqEaoZlOcfbGlwawmBVDc2RQ2LCE > .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); }#iNDziqEaoZlOcfbGlwawmBVDc2RQ2LCE > .row .container { border-width: 0; border-radius: 0; }#iNDziqEaoZlOcfbGlwawmBVDc2RQ2LCE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iNDziqEaoZlOcfbGlwawmBVDc2RQ2LCE > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:60rem;position:relative;display:block; }#pVfdyaDHmLTIJF7KEpVEJSuC64qspmGi { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:20.4375rem;left:0rem;height:8.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z34yp2pW3xayn8nyrS2ZvZkQc9rUb723 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:9rem;left:0rem;height:3.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sc9b2Hz6XqrcsaZwvBovCTQX26TmTDFM { color:rgba(var(--color-tertiary-0),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:13.125rem;left:0rem;height:5.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UTLOIkUikPzyCFTZAnX518CBnldhwCKD { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:31.4375rem;left:0rem;height:2.875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#xam6FoJA3NU0Jhm3QPBsnxerWaSEiarZ { color:rgba(var(--color-tertiary-0),0.5);display:block;width:60rem;position:absolute;font-family:georgia;font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:3.875rem;left:0rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bq1JApuWrpce6urFeMufGDyK3yHO79B9 { z-index:15005;top:37.3125rem;left:0rem;background-color:rgba(var(--color-tertiary-0),0.69);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x7iToS8BH5oTdtBR2T0rtLFJUR81NldM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gBpb06Lf5TgXPRLWMdDe0ouec059Mx79 { 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:18.9375rem;width:25.25rem;top:23.9375rem;left:34.75rem;overflow:hidden;display:block; }
#FrMTNfPTuziyH2JgVHq1Ut6T3ZZzaiOh { position:absolute;display:block;z-index:15010;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:17.25rem;width:12.875rem;top:5.5rem;left:47.125rem;overflow:hidden;display:block; }
#tGoOV28xtsX0DLzRNQwCShMEGaX3p5Jw { 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; }#tGoOV28xtsX0DLzRNQwCShMEGaX3p5Jw > .row .container { background-color: transparent; background-image: none; }#tGoOV28xtsX0DLzRNQwCShMEGaX3p5Jw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGoOV28xtsX0DLzRNQwCShMEGaX3p5Jw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGoOV28xtsX0DLzRNQwCShMEGaX3p5Jw > .row .container > .video-iframe-container { display: none; }#tGoOV28xtsX0DLzRNQwCShMEGaX3p5Jw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGoOV28xtsX0DLzRNQwCShMEGaX3p5Jw > .row > .video-iframe-container { display: none; }#tGoOV28xtsX0DLzRNQwCShMEGaX3p5Jw > .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); }#tGoOV28xtsX0DLzRNQwCShMEGaX3p5Jw > .row .container { border-width: 0; border-radius: 0; }#tGoOV28xtsX0DLzRNQwCShMEGaX3p5Jw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tGoOV28xtsX0DLzRNQwCShMEGaX3p5Jw > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;position:relative;display:block; }#H91lezfbLCpXiPOBI602v9miTM6rPdI9 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:8.0625rem;left:4.875rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCumfVkeFSLEmPTdPVrR52Fvy4SpBP9t { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:3.5rem;left:0.03125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XbL59cuNqQGGaa0vb0TFvbDHHdziET5s { 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; }#XbL59cuNqQGGaa0vb0TFvbDHHdziET5s > .row .container { background-color: transparent; background-image: none; }#XbL59cuNqQGGaa0vb0TFvbDHHdziET5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbL59cuNqQGGaa0vb0TFvbDHHdziET5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbL59cuNqQGGaa0vb0TFvbDHHdziET5s > .row .container > .video-iframe-container { display: none; }#XbL59cuNqQGGaa0vb0TFvbDHHdziET5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbL59cuNqQGGaa0vb0TFvbDHHdziET5s > .row > .video-iframe-container { display: none; }#XbL59cuNqQGGaa0vb0TFvbDHHdziET5s > .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); }#XbL59cuNqQGGaa0vb0TFvbDHHdziET5s > .row .container { border-width: 0; border-radius: 0; }#XbL59cuNqQGGaa0vb0TFvbDHHdziET5s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XbL59cuNqQGGaa0vb0TFvbDHHdziET5s > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#HrAHu3odGUafuTT3dbABERAy1b0SlmPF { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:2.40625rem;left:0rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AfXvLamvbTAgMfv46EBKLbaHmMuD0EmT { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:4.75rem;left:0rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GFekioCHy5i1Kbvz1nlCna780MZwZJJ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:8.875rem;left:0rem;height:5.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#u7tna5UQNyryU25XuvVlyfZT27yz6xNu { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:16.375rem;left:0rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#W536DoZmBgzq9W0fgRbRoQkG5JFw13TC { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:2.40625rem;left:33rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NxZzcLEwBoGdzCKpWyncQ6R3Dp14ZsiS { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:4.75rem;left:33rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ti84JDVzoTd4kEmlga5DSB6BUuHkIHfk { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:8.875rem;left:33rem;height:7.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JFdSF1BMQq4lJ14awuivxw59UZwSFT0H { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:17.25rem;left:33rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FsCkiuMkcJmITo6DxcM94QeGXgs3Pcw1 { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:6.375rem;left:33rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pnsQTzz9lelx8Mm0xR5GZeO99mp8oRWE { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:6.375rem;left:0rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZODx1Tmls10C4NfwZhAWIzw1KCeMMitZ { 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:none; }#ZODx1Tmls10C4NfwZhAWIzw1KCeMMitZ > .row .container { border-width: 0; border-radius: 0; }#ZODx1Tmls10C4NfwZhAWIzw1KCeMMitZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZODx1Tmls10C4NfwZhAWIzw1KCeMMitZ > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;position:relative;display:none; }#Eii9GMLiDfTOzd4tsULm5z9iRHcXDsMy { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:2.40625rem;left:0rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KJlhhu0yGO1QMMD5AySrqiOJstP0avZV { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:4.75rem;left:0rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#puhT0hT4BPZlJTQiJH6RXXtSRIVgFRf0 { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.34375rem;left:0rem;height:5.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#E6F1q4CDf8Tz3yrEMUkM8krtkk8QFtFa { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:17.125rem;left:0rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MhTeAzZzA48xL2DoRkWT2DNwpVnmO8aq { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:2.40625rem;left:33rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#stNtTR74cFsIp8JMZGWIc3wFzQpc8n9S { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:4.40625rem;left:33rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ifcMSn3gUHGHSFeoIWAIcPWzMGEuuATi { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:7.65625rem;left:33rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dLzWwcOFfrlmmQiAmTfrZFdXbTSSlzDU { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:14.96875rem;left:33rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GmNSR4xsg4oZat5CaC9kapSUATCs1wGW { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:6.375rem;left:0rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MIn4hphhkS167PrsWVA2RZnkuOatd7II { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.5);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; }#MIn4hphhkS167PrsWVA2RZnkuOatd7II > .row .container { background-color: transparent; background-image: none; }#MIn4hphhkS167PrsWVA2RZnkuOatd7II::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIn4hphhkS167PrsWVA2RZnkuOatd7II > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIn4hphhkS167PrsWVA2RZnkuOatd7II > .row .container > .video-iframe-container { display: none; }#MIn4hphhkS167PrsWVA2RZnkuOatd7II > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIn4hphhkS167PrsWVA2RZnkuOatd7II > .row > .video-iframe-container { display: none; }#MIn4hphhkS167PrsWVA2RZnkuOatd7II > .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); }#MIn4hphhkS167PrsWVA2RZnkuOatd7II > .row .container { border-width: 0; border-radius: 0; }#MIn4hphhkS167PrsWVA2RZnkuOatd7II > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MIn4hphhkS167PrsWVA2RZnkuOatd7II > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;position:relative;display:block; }#gTUrvZbKibncopNBZe4vJ27wtBEmgZyb { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:19.75rem;left:0rem;display:block; }
#hDdhX0qpzfKGtNgJo4GAa4BKn5HrMtCS { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:22.875rem;left:11.4375rem;height:11rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sGK8Xc6pIqxfZ3nJm5QdJRg13o6SlPo9 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.8125rem;left:42.1875rem;height:11rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VEOJQctPrJsUt2of54EJdBlT1feybTI3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:19.75rem;left:30.375rem;display:block; }
#AGdPE03hKD68HhVCw5l405lzDkeIQ9Ig { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.75rem;left:11.4375rem;height:1.75rem;font-style:normal;display:block; }
#rhtA8X0aZotTCD9Uw7TraKfFzrpswHAu { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:20.75rem;left:42.25rem;height:1.75rem;font-style:normal;display:block; }
#VXamzO4nRlUgNfUGX9PKxEQf5MT2dkQH { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:7.25rem;left:0rem;height:2.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TzGQx9h8yq8dD0d23kH6ZMFQwVSoQaRJ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12rem;left:0rem;height:2.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#rLmxCWFFHKl2qKvSHVWO3g5M1gbPPP0E { position:absolute;display:block;z-index:15023;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:10.5rem;width:10.5rem;top:19.9375rem;left:0.1875rem;overflow:hidden;display:block; }
#m7FJ0WBKKiUXdERHLUOT82UVHmzs1k6x { position:absolute;display:block;z-index:15024;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:10.375rem;width:10.375rem;top:20rem;left:30.5625rem;overflow:hidden;display:block; }
#qCv9l04siZSZdewnCZLsWJkPgmMrgfbD { color:rgba(var(--color-tertiary-0),0.25);display:block;width:60rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:3.5625rem;left:0rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uGZ4WPcGN3TKng26FyIXnkmvwBvwPZ50 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:35.15625rem;left:10.8125rem; }
#uGZ4WPcGN3TKng26FyIXnkmvwBvwPZ50 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#dkIxf38Dav3HodVtrR80eHJt20bVZzmz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:35.109375rem;left:13.5rem; }
#dkIxf38Dav3HodVtrR80eHJt20bVZzmz > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#I5cW8dTCFcKmynmfg0NR5C08rKcMeh4v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:35.15625rem;left:42.1875rem; }
#I5cW8dTCFcKmynmfg0NR5C08rKcMeh4v > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#WPaZ6hLxDIRZzWnFOxTPKR79ZPXkGD9B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:35.125rem;left:44.8125rem; }
#WPaZ6hLxDIRZzWnFOxTPKR79ZPXkGD9B > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#QlFKVpfZUk4ZWAg2oMDlblk3sQW9ClN1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QlFKVpfZUk4ZWAg2oMDlblk3sQW9ClN1 > .row .container { background-color: transparent; background-image: none; }#QlFKVpfZUk4ZWAg2oMDlblk3sQW9ClN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlFKVpfZUk4ZWAg2oMDlblk3sQW9ClN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlFKVpfZUk4ZWAg2oMDlblk3sQW9ClN1 > .row .container > .video-iframe-container { display: none; }#QlFKVpfZUk4ZWAg2oMDlblk3sQW9ClN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlFKVpfZUk4ZWAg2oMDlblk3sQW9ClN1 > .row > .video-iframe-container { display: none; }#QlFKVpfZUk4ZWAg2oMDlblk3sQW9ClN1 > .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); }#QlFKVpfZUk4ZWAg2oMDlblk3sQW9ClN1 > .row .container { border-width: 0; border-radius: 0; }#QlFKVpfZUk4ZWAg2oMDlblk3sQW9ClN1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QlFKVpfZUk4ZWAg2oMDlblk3sQW9ClN1 > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;position:relative;display:block; }#ZVDA01Ar1KfcQuD57HQSoxolg1gc4JoB { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:1.6875rem;left:17.75rem;height:2.75rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#RKmy0rLGOkgAC8rvNJBgc6TwWHLxBIwT { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:5.5625rem;left:11.125rem;height:9.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NIfqsRPFZExkdXlcqssPUTW2nLbq1baG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:16.375rem;left:23.5625rem; }
#eOC9RWKSD2DBVERTsplJ6QGSKxcPFpQz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5625rem;text-decoration:none;z-index:15017;text-align:right;text-align-last:right;top:16.1875rem;left:25rem;display:block; }
#l7E8mzixB4slnCW08X7eG3iymWKMwnTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KU2c8nbszOw6pCSorpkDAczWuNZ0ZBXn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:right;text-align-last:right;top:16.1875rem;left:38.4375rem;display:block; }
#mU54WSNoJffQxzfG7kMP0me9JE8Z4iJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AqCQt2shmkkdM2I9q3GqhSzyCV75GmQv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.5625rem;text-decoration:none;z-index:15018;text-align:right;text-align-last:right;top:16.1875rem;left:10.375rem;display:block; }
#gvVWyhKJwL4n37UDDlzJGAwBHL6gq07d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cw0vHsTttOxToVlW0AGBKznZvZ6Q1fcs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.4375rem;left:7.625rem; }
#aHVPpGOGFeeHRs9Ox2UsE6P95ZA6ASS9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.375rem;left:36.3125rem; }
#ebetEVxwzJa4DoLcFr56TGOQnLoHqocP { box-sizing:content-box;height:17.0625rem;width:54.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.34375rem;left:0rem;display:none; }
#K9ArbV393kPNAcfLUbVE9ILqXB3TeCZv { position:relative;display:none; }#K9ArbV393kPNAcfLUbVE9ILqXB3TeCZv { border-width: 0; border-radius: 0; }#K9ArbV393kPNAcfLUbVE9ILqXB3TeCZv > .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; }#K9ArbV393kPNAcfLUbVE9ILqXB3TeCZv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HfgBd8IMXaKAalD9Nc9tnPdqQH9mlqOl { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:3.1875rem;left:9.90625rem;height:2.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#OtBXrgdnRa257pqVkxdiEP5qdJRzGRT9 { position:relative;display:none; }#OtBXrgdnRa257pqVkxdiEP5qdJRzGRT9 { border-width: 0; border-radius: 0; }#OtBXrgdnRa257pqVkxdiEP5qdJRzGRT9 > .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; }#OtBXrgdnRa257pqVkxdiEP5qdJRzGRT9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KNGsm8RccZHIx3r1IW3HTxTAM8PoyzB7 { 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:2.375rem;width:2.375rem;top:2.0625rem;left:8.8125rem;overflow:hidden;display:block; }
#E0QOoZpFf1PJWh3s67ryd49ZwfWsWpTF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:5.65625rem;left:3.78125rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tyQy2h2E8spDmh1hQXZnoUDTxO4aEmAv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:15.21875rem;left:3.78125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTrS51DJ2F2zURgheNWnX4EN89XGgGNk { position:absolute;display:block;z-index:15003;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.375rem;width:2.375rem;top:2.0625rem;left:28.8125rem;overflow:hidden;display:block; }
#IisSJ6AAQ9DoIBc1qQo9TgNBZhaTeVos { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:5.65625rem;left:23.78125rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VekNZ3FpAidGnXP6m4Vyawsf7BohZlK1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:15.21875rem;left:23.78125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nupXHwgrLvRTQ9kbZSkkdIh5qEWTT9yK { 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:2.375rem;width:2.375rem;top:2.0625rem;left:48.8125rem;overflow:hidden;display:block; }
#gceUA7hzRxnqIRc1SdyslaRxTeLz320G { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:5.65625rem;left:43.78125rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#shhXo07g39F3f3RfCPp6yeL0PCRN2DB8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:15.21875rem;left:43.78125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M8pX9GgWytyqkZEs0syDh0dSywFgbopz { display:block; }#M8pX9GgWytyqkZEs0syDh0dSywFgbopz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnFvemUDOU9UufFNofcF1MFBS8DBPfTS { top:0.4375rem;left:17.8125rem;width:12.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee1lDGIup0mPk7NzTKTp8cL2b1PBEhBR { width:13.9375rem;height:2.1875rem;top:0.875rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMAV3o7T9afUrOQIqHCth96S9zanrVxt { display:block; }
 }@media only screen and (max-width: 763px) { #Kr5dGG8x80VgFhRbw51vPFJERWIBXD4S { width:7.0625rem;height:2.1875rem;top:0.875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MePxAvt24CCZvT3HfGGfd4APKOMJaAu1 { display:block; }
 }@media only screen and (max-width: 763px) { #i9whbVSFQsxTuC42GZHNHat0A4fdDdm8 { top:3.375rem;left:39rem;width:8.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1uhmbXvAu4hsv7HWhGPZTZyPTUrFwv { display:block; }
 }@media only screen and (max-width: 763px) { #RbDV45UbO7dGC1OkC6Pz85HmuIhOmFih { width:7.3125rem;height:2.1875rem;top:2rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPxCLkldWXp56ubEGkncHUIJZqe1fw5i { display:block; }
 }@media only screen and (max-width: 763px) { #NTVH5TSPDUXxbmXgcW9y0zribIHxbo7m { top:1.4375rem;left:32.4375rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa04CztJmJQgX62sItIllyx46bs1tEMP { width:7.3125rem;height:2.1875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCn804MQe4UBhBu7J8Xr5aoU3r3uckqg { display:block; }
 }@media only screen and (max-width: 763px) { #OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA { display:block; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6MP7c7eSzKZuPtSnlrW5r6G4dIOwmo1 { top:25.8125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxpbvR1Bp9647UyKF2VgmcLNEPEPtqPe { top:31.75rem;left:0rem;width:32.5625rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #piqciyu2ktp2UWshoQ2f5KlcK9IvEyf1 { top:10.4375rem;left:0rem;width:16.5625rem;height:3.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXP0RSUO3lZw0lTIPa78TAmernfdpXDT { top:29rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEI3MzcdlHIg78ICQd9nk6pi7Lq9tXpo { top:39.75rem;left:0rem;width:12rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBmUQDF1ACC5WWiK1T4QuET8ek5LThrk { display:block; }
 }@media only screen and (max-width: 763px) { #LGdtMWgtu2xx84UKFrHGSODKw8ZTtS5W { top:33.875rem;left:0rem;width:32.125rem;height:4.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvuBqhVQnAcCpJRbFRSZ4whfxXmmQ8sp { width:47.75rem;height:59.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { display:block; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0byVomwPqBPUHI8hWikvNWvoLAV24Pa { top:13.4375rem;left:0rem;width:32.8125rem;height:20.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXfLqUnBDroliNnq1zQiF56x3yax7QX7 { top:8.875rem;left:21.625rem;width:26.125rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCEridkS2frNJM3BJhmxOtABvTAMr2ec { top:5.375rem;left:0rem;width:37.4375rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4w1blCRA3USCkS9UKQmmxgdBydbI2aw { top:9.25rem;left:0rem;width:33rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEyEcdmQAsk76H5NBD3e7iIs7cTrT0tB { display:block; }#MEyEcdmQAsk76H5NBD3e7iIs7cTrT0tB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypdKTEMwPTV6pCQoSOLJppwiKFMT8v71 { top:5.5625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meoOQpeVsKcJ8TwfnNqZfCPKVUhqIUel { top:2.8125rem;left:0rem;width:37.4375rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP999z9QMTGIqGmd1IrrCADO7TZ0ouiX { top:12.8125rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCbz2w79bvscsRueOVN1APCbvNE5FsUO { top:20.0625rem;left:5.15625rem;width:37.4375rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxTkLu2qbn5iJLJqxwZEFvfvc208NCIS { width:47.75rem;height:71.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha { display:block; }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sarKm89DBxl7s1UOpAsrSzu9hX1qGO64 { top:3.25rem;left:7.5625rem;width:40.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ27QrhWWzIgbs5gTN441QpCDvQi5l7S { top:6.625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez { display:block; }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pma3b44v5SmSFIGLCEEsFuzSX3auQNtG { top:0.75rem;left:0rem;width:14.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxfZiRwhIDXWLwMsyIBEP97izCTicCPT { top:3.5rem;left:0.84375rem;width:10.25rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEfgpuHvn5BZZapSh3QWrA6Dql56M8n8 { top:0.75rem;left:9.75rem;width:14.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GURfnK5M1KOJTMlfhuoAUdgaq7aO9WGT { top:0.75rem;left:21.6875rem;width:14.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHgaKwhI1e4WBPMuyMgXNOmwAPpzkCwv { top:0.75rem;left:33.625rem;width:14.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSKgT7q6JqrxiQybXeOK7v5ghawoSySc { top:3.5rem;left:12.78125rem;width:10.25rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4BolVe90dtPU3UDO1TByBlE6eCsRA56 { top:3.5rem;left:24.71875rem;width:10.25rem;height:11.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxsdTbekoVRPcAsixQR4SstCout1ib9h { top:3.5rem;left:36.65625rem;width:10.25rem;height:12.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtc2L378NB0aexcmSiCRLACvgXye4ymr { display:block; }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HO8C6lpb31RNTUSBiBVazGIXiD6horLu { top:2.375rem;left:0rem;width:40.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8TpmILorvJbA8uZDgNxsratEyJ9Smti { top:5.125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrXa4tQvkAWOvpC6BF9PRKRwgXKIBQ3v { top:13rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDKbf5pv75P2MtbRO3GSx9kRUz3RJQEk { top:8.6875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNwATsRruyVDzb4ApGPHbUGniVobTwB3 { width:47.75rem;height:59.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { display:block; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ3A50BXDIZZIBQfPySpmJn19lXdJMdu { top:11.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXOvz2DWiytW7T1xT80SQaxRF5Mixyo0 { top:12rem;left:0rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRmGWqHQBZNyFuJashRK6z9eA8KNyIPl { top:11.25rem;left:0rem;width:22.4375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKdw9Rs37E7bMc1tuGZ6i21Ix0QAzGWT { top:13.875rem;left:0rem;width:23.875rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8QUPMeQTk2aXVphUukAw52o0bdt3k8T { top:11.25rem;left:24.8125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMvSTz4HDAs8wOQ11Tsdb5RTxPesbn6d { top:12rem;left:25.5rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsqGZZAqW2woUgLBXEkpJdkRuNzh2Beh { top:11.5rem;left:25.3125rem;width:22.4375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7BeTT89Ny1Vnh5LsPb7mHMpNyDBQ0LR { top:28.0625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ7bTD5wnMSonpfKiKgEzUvTvmN4ErKT { top:28.875rem;left:0rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #htOdvm0aJ5d60MhEkU30lme1lf0XQMTA { top:28.0625rem;left:25.3125rem;width:22.4375rem;height:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlnM6rZlfaprz2mr2SN6aJc7swOOypye { top:1.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxwJ9W074ThzTWouHUGtCzVtmTdW0UOZ { top:28.5625rem;left:0rem;width:22.4375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdsZywm8XgiP8ITRCsS2msVKCBFL85Ub { top:28.0625rem;left:24.8125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AViLU6FgRFU8dVisxfFqzF7VBSfIevua { top:28.875rem;left:25.53125rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMkah4ZKENI8LJP2Ku7XqXi1GpOdmk3C { top:5.3125rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RstGLFroRv6hJKJ23C2R46g1eGypgfwo { top:24.625rem;left:0rem;width:22.4375rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC2DyAxeqZtfeAbIc1ak3imVpSF6IeSk { top:13.875rem;left:23.875rem;width:23.875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN6vholShBuFFUOcogZBgzLaTCKuea6N { top:21.875rem;left:25.3125rem;width:22.4375rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd3ffBZTwpPD7S4CmXZx4MWJDEw2TKfQ { top:30.75rem;left:0rem;width:23.875rem;height:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVeywsMHUW1UxE6XKoavscOSMDtP8niA { top:38.8125rem;left:0rem;width:22.4375rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll4XACxZ0epKkQ3d1sglXL4WqDbCuE0w { top:30.75rem;left:23.875rem;width:23.875rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWcmLITJzMLuSRTRhbnaeT4h5JiebhOg { top:40.0625rem;left:25.3125rem;width:22.4375rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNDziqEaoZlOcfbGlwawmBVDc2RQ2LCE { display:block; }#iNDziqEaoZlOcfbGlwawmBVDc2RQ2LCE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVfdyaDHmLTIJF7KEpVEJSuC64qspmGi { top:20.4375rem;left:0rem;width:33.4375rem;height:8.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z34yp2pW3xayn8nyrS2ZvZkQc9rUb723 { top:9rem;left:0rem;width:44.125rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc9b2Hz6XqrcsaZwvBovCTQX26TmTDFM { top:13.125rem;left:0rem;width:39.25rem;height:5.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLOIkUikPzyCFTZAnX518CBnldhwCKD { top:31.4375rem;left:0rem;width:31.6875rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xam6FoJA3NU0Jhm3QPBsnxerWaSEiarZ { top:3.875rem;left:0rem;width:47.75rem;height:5.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq1JApuWrpce6urFeMufGDyK3yHO79B9 { top:37.3125rem;left:0rem;width:22.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7iToS8BH5oTdtBR2T0rtLFJUR81NldM { display:block; }
 }@media only screen and (max-width: 763px) { #gBpb06Lf5TgXPRLWMdDe0ouec059Mx79 { top:23.9375rem;left:22.5rem;width:25.25rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrMTNfPTuziyH2JgVHq1Ut6T3ZZzaiOh { top:5.5rem;left:34.875rem;width:12.875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGoOV28xtsX0DLzRNQwCShMEGaX3p5Jw { display:block; }#tGoOV28xtsX0DLzRNQwCShMEGaX3p5Jw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H91lezfbLCpXiPOBI602v9miTM6rPdI9 { top:8.0625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCumfVkeFSLEmPTdPVrR52Fvy4SpBP9t { top:3.5rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbL59cuNqQGGaa0vb0TFvbDHHdziET5s { display:block; }#XbL59cuNqQGGaa0vb0TFvbDHHdziET5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrAHu3odGUafuTT3dbABERAy1b0SlmPF { top:2.375rem;left:0rem;width:27rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfXvLamvbTAgMfv46EBKLbaHmMuD0EmT { top:4.75rem;left:0rem;width:27rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFekioCHy5i1Kbvz1nlCna780MZwZJJ2 { top:8.875rem;left:0rem;width:27rem;height:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7tna5UQNyryU25XuvVlyfZT27yz6xNu { top:16.375rem;left:0rem;width:27rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W536DoZmBgzq9W0fgRbRoQkG5JFw13TC { top:2.375rem;left:20.75rem;width:27rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxZzcLEwBoGdzCKpWyncQ6R3Dp14ZsiS { top:4.75rem;left:20.75rem;width:27rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti84JDVzoTd4kEmlga5DSB6BUuHkIHfk { top:8.875rem;left:20.75rem;width:27rem;height:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFdSF1BMQq4lJ14awuivxw59UZwSFT0H { top:17.25rem;left:20.75rem;width:27rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsCkiuMkcJmITo6DxcM94QeGXgs3Pcw1 { top:6.375rem;left:20.75rem;width:27rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnsQTzz9lelx8Mm0xR5GZeO99mp8oRWE { top:6.375rem;left:0rem;width:27rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZODx1Tmls10C4NfwZhAWIzw1KCeMMitZ { display:block; }#ZODx1Tmls10C4NfwZhAWIzw1KCeMMitZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eii9GMLiDfTOzd4tsULm5z9iRHcXDsMy { top:2.375rem;left:0rem;width:27rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJlhhu0yGO1QMMD5AySrqiOJstP0avZV { top:4.75rem;left:0rem;width:27rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puhT0hT4BPZlJTQiJH6RXXtSRIVgFRf0 { top:9.3125rem;left:0rem;width:27rem;height:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6F1q4CDf8Tz3yrEMUkM8krtkk8QFtFa { top:17.125rem;left:0rem;width:27rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhTeAzZzA48xL2DoRkWT2DNwpVnmO8aq { top:2.375rem;left:20.75rem;width:27rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stNtTR74cFsIp8JMZGWIc3wFzQpc8n9S { top:4.375rem;left:20.75rem;width:27rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifcMSn3gUHGHSFeoIWAIcPWzMGEuuATi { top:7.625rem;left:20.75rem;width:27rem;height:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLzWwcOFfrlmmQiAmTfrZFdXbTSSlzDU { top:14.9375rem;left:20.75rem;width:27rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmNSR4xsg4oZat5CaC9kapSUATCs1wGW { top:6.375rem;left:0rem;width:27rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIn4hphhkS167PrsWVA2RZnkuOatd7II { display:block; }#MIn4hphhkS167PrsWVA2RZnkuOatd7II > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTUrvZbKibncopNBZe4vJ27wtBEmgZyb { width:10.8125rem;height:10.8125rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDdhX0qpzfKGtNgJo4GAa4BKn5HrMtCS { top:22.875rem;left:6.0625rem;width:17.8125rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGK8Xc6pIqxfZ3nJm5QdJRg13o6SlPo9 { top:22.8125rem;left:29.9375rem;width:17.8125rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEOJQctPrJsUt2of54EJdBlT1feybTI3 { width:10.8125rem;height:10.8125rem;top:19.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGdPE03hKD68HhVCw5l405lzDkeIQ9Ig { width:17.0625rem;height:1.75rem;top:20.75rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhtA8X0aZotTCD9Uw7TraKfFzrpswHAu { width:17.0625rem;height:1.75rem;top:20.75rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXamzO4nRlUgNfUGX9PKxEQf5MT2dkQH { top:7.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzGQx9h8yq8dD0d23kH6ZMFQwVSoQaRJ { top:12rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLmxCWFFHKl2qKvSHVWO3g5M1gbPPP0E { top:19.9375rem;left:0rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7FJ0WBKKiUXdERHLUOT82UVHmzs1k6x { top:20rem;left:23.875rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCv9l04siZSZdewnCZLsWJkPgmMrgfbD { top:3.5625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZ4WPcGN3TKng26FyIXnkmvwBvwPZ50 { top:35.125rem;left:7.75rem;width:1.5625rem;height:1.5625rem;display:block; }
#uGZ4WPcGN3TKng26FyIXnkmvwBvwPZ50 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #dkIxf38Dav3HodVtrR80eHJt20bVZzmz { top:35.0625rem;left:10.4375rem;width:1.625rem;height:1.625rem;display:block; }
#dkIxf38Dav3HodVtrR80eHJt20bVZzmz > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #I5cW8dTCFcKmynmfg0NR5C08rKcMeh4v { top:35.125rem;left:33rem;width:1.5625rem;height:1.5625rem;display:block; }
#I5cW8dTCFcKmynmfg0NR5C08rKcMeh4v > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #WPaZ6hLxDIRZzWnFOxTPKR79ZPXkGD9B { top:35.125rem;left:35.625rem;width:1.625rem;height:1.625rem;display:block; }
#WPaZ6hLxDIRZzWnFOxTPKR79ZPXkGD9B > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #QlFKVpfZUk4ZWAg2oMDlblk3sQW9ClN1 { display:block; }#QlFKVpfZUk4ZWAg2oMDlblk3sQW9ClN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVDA01Ar1KfcQuD57HQSoxolg1gc4JoB { top:1.6875rem;left:7.5625rem;width:40.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKmy0rLGOkgAC8rvNJBgc6TwWHLxBIwT { top:5.5625rem;left:0.9375rem;width:46.8125rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIfqsRPFZExkdXlcqssPUTW2nLbq1baG { top:16.375rem;left:17.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOC9RWKSD2DBVERTsplJ6QGSKxcPFpQz { width:10rem;height:2.5625rem;top:16.1875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7E8mzixB4slnCW08X7eG3iymWKMwnTJ { display:block; }
 }@media only screen and (max-width: 763px) { #KU2c8nbszOw6pCSorpkDAczWuNZ0ZBXn { width:19.4375rem;height:2.5rem;top:16.1875rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU54WSNoJffQxzfG7kMP0me9JE8Z4iJA { display:block; }
 }@media only screen and (max-width: 763px) { #AqCQt2shmkkdM2I9q3GqhSzyCV75GmQv { width:12rem;height:2.5625rem;top:16.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvVWyhKJwL4n37UDDlzJGAwBHL6gq07d { display:block; }
 }@media only screen and (max-width: 763px) { #Cw0vHsTttOxToVlW0AGBKznZvZ6Q1fcs { top:16.4375rem;left:1.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHVPpGOGFeeHRs9Ox2UsE6P95ZA6ASS9 { top:16.375rem;left:30.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebetEVxwzJa4DoLcFr56TGOQnLoHqocP { top:2.3125rem;left:0rem;width:47.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ArbV393kPNAcfLUbVE9ILqXB3TeCZv { display:block; }#K9ArbV393kPNAcfLUbVE9ILqXB3TeCZv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfgBd8IMXaKAalD9Nc9tnPdqQH9mlqOl { top:3.1875rem;left:3.78125rem;width:40.1875rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtBXrgdnRa257pqVkxdiEP5qdJRzGRT9 { display:block; }#OtBXrgdnRa257pqVkxdiEP5qdJRzGRT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNGsm8RccZHIx3r1IW3HTxTAM8PoyzB7 { top:2.0625rem;left:6.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0QOoZpFf1PJWh3s67ryd49ZwfWsWpTF { top:5.625rem;left:1.71875rem;width:12.4375rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyQy2h2E8spDmh1hQXZnoUDTxO4aEmAv { top:15.1875rem;left:1.71875rem;width:12.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTrS51DJ2F2zURgheNWnX4EN89XGgGNk { top:2.0625rem;left:22.625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IisSJ6AAQ9DoIBc1qQo9TgNBZhaTeVos { top:5.625rem;left:17.59375rem;width:12.4375rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VekNZ3FpAidGnXP6m4Vyawsf7BohZlK1 { top:15.1875rem;left:17.59375rem;width:12.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nupXHwgrLvRTQ9kbZSkkdIh5qEWTT9yK { top:2.0625rem;left:38.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gceUA7hzRxnqIRc1SdyslaRxTeLz320G { top:5.625rem;left:33.46875rem;width:12.4375rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shhXo07g39F3f3RfCPp6yeL0PCRN2DB8 { top:15.1875rem;left:33.46875rem;width:12.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/552f6521-8dbf-4ff5-b9d3-2537d0646369/oladybul6WDs3QzbBUgunsplash.crop_4437x4723_0,823.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #M8pX9GgWytyqkZEs0syDh0dSywFgbopz { position:relative;z-index:auto;display:block; }#M8pX9GgWytyqkZEs0syDh0dSywFgbopz > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnFvemUDOU9UufFNofcF1MFBS8DBPfTS { width:10.1875rem;height:4.3125rem;top:3.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee1lDGIup0mPk7NzTKTp8cL2b1PBEhBR { width:13.9375rem;height:2.1875rem;top:1.6875rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMAV3o7T9afUrOQIqHCth96S9zanrVxt { display:block; }
 }@media only screen and (max-width: 763px) { #Kr5dGG8x80VgFhRbw51vPFJERWIBXD4S { width:7.0625rem;height:2.1875rem;top:1.6875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MePxAvt24CCZvT3HfGGfd4APKOMJaAu1 { display:block; }
 }@media only screen and (max-width: 763px) { #i9whbVSFQsxTuC42GZHNHat0A4fdDdm8 { top:4.9375rem;left:11.6875rem;width:8.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1uhmbXvAu4hsv7HWhGPZTZyPTUrFwv { display:block; }
 }@media only screen and (max-width: 763px) { #RbDV45UbO7dGC1OkC6Pz85HmuIhOmFih { width:7.3125rem;height:2.1875rem;top:12rem;left:6.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPxCLkldWXp56ubEGkncHUIJZqe1fw5i { display:block; }
 }@media only screen and (max-width: 763px) { #NTVH5TSPDUXxbmXgcW9y0zribIHxbo7m { display:flex;width:1.0625rem;height:1.0625rem;top:2.1875rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oa04CztJmJQgX62sItIllyx46bs1tEMP { width:9.3125rem;height:2.5625rem;top:8.375rem;left:5.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCn804MQe4UBhBu7J8Xr5aoU3r3uckqg { display:block; }
 }@media only screen and (max-width: 763px) { #OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA { background-color:rgba(var(--color-primary-2),0.63);background-image:none;display:block; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container { background-color: transparent; background-image: none; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container > .video-iframe-container { display: none; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row > .video-iframe-container { display: none; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .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); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6MP7c7eSzKZuPtSnlrW5r6G4dIOwmo1 { width:20rem;height:1.6875rem;top:26.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxpbvR1Bp9647UyKF2VgmcLNEPEPtqPe { width:16.5625rem;height:0;top:10.3125rem;left:0.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #piqciyu2ktp2UWshoQ2f5KlcK9IvEyf1 { width:17.4375rem;height:0;top:14.5625rem;left:1.28125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #TXP0RSUO3lZw0lTIPa78TAmernfdpXDT { width:20rem;height:1.125rem;top:28.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UEI3MzcdlHIg78ICQd9nk6pi7Lq9tXpo { top:36.8125rem;left:5.6875rem;width:8.6875rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBmUQDF1ACC5WWiK1T4QuET8ek5LThrk { display:block; }
 }@media only screen and (max-width: 763px) { #LGdtMWgtu2xx84UKFrHGSODKw8ZTtS5W { width:20rem;height:4.5rem;top:30.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MvuBqhVQnAcCpJRbFRSZ4whfxXmmQ8sp { top:0.375rem;left:0rem;width:20rem;height:25rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { display:block; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0byVomwPqBPUHI8hWikvNWvoLAV24Pa { width:20rem;height:26.25rem;top:31.4375rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mXfLqUnBDroliNnq1zQiF56x3yax7QX7 { width:20rem;height:18.6123046875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCEridkS2frNJM3BJhmxOtABvTAMr2ec { width:20rem;height:2.75rem;top:22.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4w1blCRA3USCkS9UKQmmxgdBydbI2aw { width:20rem;height:3.5625rem;top:25.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEyEcdmQAsk76H5NBD3e7iIs7cTrT0tB { display:block; }#MEyEcdmQAsk76H5NBD3e7iIs7cTrT0tB > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypdKTEMwPTV6pCQoSOLJppwiKFMT8v71 { width:20rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meoOQpeVsKcJ8TwfnNqZfCPKVUhqIUel { width:20rem;height:2.75rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP999z9QMTGIqGmd1IrrCADO7TZ0ouiX { width:20rem;height:9.5rem;top:6.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCbz2w79bvscsRueOVN1APCbvNE5FsUO { width:20rem;height:2.375rem;top:17.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxTkLu2qbn5iJLJqxwZEFvfvc208NCIS { top:23.25rem;left:2.40625rem;width:15.1875rem;height:22.8125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha { background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .row .container { background-color: transparent; background-image: none; }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .row .container > .video-iframe-container { display: none; }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .row > .video-iframe-container { display: none; }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .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); }#ABoH48Mfi8E54KfDQ6dsOg2R8zMVRcha > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sarKm89DBxl7s1UOpAsrSzu9hX1qGO64 { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ27QrhWWzIgbs5gTN441QpCDvQi5l7S { width:20rem;height:1.25rem;top:5.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez { background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .row .container { background-color: transparent; background-image: none; }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .row .container > .video-iframe-container { display: none; }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .row > .video-iframe-container { display: none; }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .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); }#zCLZ1IpFgfb87QnwfBgmo00uTzTMNaez > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pma3b44v5SmSFIGLCEEsFuzSX3auQNtG { width:14.125rem;height:1.625rem;top:1.25rem;left:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxfZiRwhIDXWLwMsyIBEP97izCTicCPT { width:18.25rem;height:6.875rem;top:3.75rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEfgpuHvn5BZZapSh3QWrA6Dql56M8n8 { width:14.125rem;height:1.625rem;top:14.3125rem;left:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GURfnK5M1KOJTMlfhuoAUdgaq7aO9WGT { width:14.125rem;height:0;top:27rem;left:2.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHgaKwhI1e4WBPMuyMgXNOmwAPpzkCwv { width:14.125rem;height:0;top:51rem;left:2.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSKgT7q6JqrxiQybXeOK7v5ghawoSySc { width:17.625rem;height:6.875rem;top:17.125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4BolVe90dtPU3UDO1TByBlE6eCsRA56 { width:10.25rem;height:0;top:30.9375rem;left:4.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxsdTbekoVRPcAsixQR4SstCout1ib9h { width:10.25rem;height:0;top:53.875rem;left:4.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mtc2L378NB0aexcmSiCRLACvgXye4ymr { background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .row .container { background-color: transparent; background-image: none; }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .row .container > .video-iframe-container { display: none; }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .row > .video-iframe-container { display: none; }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .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); }#Mtc2L378NB0aexcmSiCRLACvgXye4ymr > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HO8C6lpb31RNTUSBiBVazGIXiD6horLu { width:20rem;height:2.1875rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8TpmILorvJbA8uZDgNxsratEyJ9Smti { width:20rem;height:8.25rem;top:3.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrXa4tQvkAWOvpC6BF9PRKRwgXKIBQ3v { width:20rem;height:11.875rem;top:17.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDKbf5pv75P2MtbRO3GSx9kRUz3RJQEk { width:20rem;height:2.5rem;top:12.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SNwATsRruyVDzb4ApGPHbUGniVobTwB3 { top:30.9375rem;left:0rem;width:20rem;height:25rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { background-color: transparent; background-image: none; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container > .video-iframe-container { display: none; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row > .video-iframe-container { display: none; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .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); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { border-width: 0; border-radius: 0; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { width:20rem;height:100.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ3A50BXDIZZIBQfPySpmJn19lXdJMdu { width:3.5625rem;height:3.5625rem;top:7.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXOvz2DWiytW7T1xT80SQaxRF5Mixyo0 { width:2.125rem;height:1.875rem;top:8.5625rem;left:8.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRmGWqHQBZNyFuJashRK6z9eA8KNyIPl { width:18.4375rem;height:1.5625rem;top:15.375rem;left:0.8125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKdw9Rs37E7bMc1tuGZ6i21Ix0QAzGWT { width:18.3125rem;height:10.6875rem;top:18.25rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8QUPMeQTk2aXVphUukAw52o0bdt3k8T { width:3.5625rem;height:3.5625rem;top:32.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMvSTz4HDAs8wOQ11Tsdb5RTxPesbn6d { width:2.125rem;height:1.875rem;top:33.3125rem;left:8.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsqGZZAqW2woUgLBXEkpJdkRuNzh2Beh { width:20rem;height:3.125rem;top:39.1875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7BeTT89Ny1Vnh5LsPb7mHMpNyDBQ0LR { width:3.5625rem;height:3.5625rem;top:54.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ7bTD5wnMSonpfKiKgEzUvTvmN4ErKT { width:2.125rem;height:1.875rem;top:55.46875rem;left:8.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #htOdvm0aJ5d60MhEkU30lme1lf0XQMTA { width:20rem;height:1.5625rem;top:61.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlnM6rZlfaprz2mr2SN6aJc7swOOypye { width:20rem;height:1.8125rem;top:3.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxwJ9W074ThzTWouHUGtCzVtmTdW0UOZ { width:20rem;height:1.625rem;top:82.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NdsZywm8XgiP8ITRCsS2msVKCBFL85Ub { width:3.5625rem;height:3.5625rem;top:75.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AViLU6FgRFU8dVisxfFqzF7VBSfIevua { width:2.125rem;height:1.875rem;top:76.5625rem;left:8.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMkah4ZKENI8LJP2Ku7XqXi1GpOdmk3C { width:20rem;height:1.25rem;top:5.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RstGLFroRv6hJKJ23C2R46g1eGypgfwo { width:20rem;height:1.25rem;top:52.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BC2DyAxeqZtfeAbIc1ak3imVpSF6IeSk { width:18.1875rem;height:8.3125rem;top:43.3125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FN6vholShBuFFUOcogZBgzLaTCKuea6N { width:20rem;height:1.25rem;top:30.1875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wd3ffBZTwpPD7S4CmXZx4MWJDEw2TKfQ { width:20rem;height:7.875rem;top:85.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FVeywsMHUW1UxE6XKoavscOSMDtP8niA { width:20rem;height:1.25rem;top:94.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ll4XACxZ0epKkQ3d1sglXL4WqDbCuE0w { width:17.6875rem;height:7.875rem;top:64rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWcmLITJzMLuSRTRhbnaeT4h5JiebhOg { width:20rem;height:1.25rem;top:73.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNDziqEaoZlOcfbGlwawmBVDc2RQ2LCE { display:block; }#iNDziqEaoZlOcfbGlwawmBVDc2RQ2LCE > .row .container { width:20rem;height:88.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVfdyaDHmLTIJF7KEpVEJSuC64qspmGi { width:20rem;height:10.5rem;top:21.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z34yp2pW3xayn8nyrS2ZvZkQc9rUb723 { width:20rem;height:4.125rem;top:4.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc9b2Hz6XqrcsaZwvBovCTQX26TmTDFM { width:20rem;height:9.1875rem;top:11.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLOIkUikPzyCFTZAnX518CBnldhwCKD { width:20rem;height:5.25rem;top:72.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xam6FoJA3NU0Jhm3QPBsnxerWaSEiarZ { width:20rem;height:2.75rem;top:1.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq1JApuWrpce6urFeMufGDyK3yHO79B9 { top:79.875rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7iToS8BH5oTdtBR2T0rtLFJUR81NldM { display:block; }
 }@media only screen and (max-width: 763px) { #gBpb06Lf5TgXPRLWMdDe0ouec059Mx79 { width:20rem;height:15rem;top:55.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrMTNfPTuziyH2JgVHq1Ut6T3ZZzaiOh { width:12.875rem;height:17.25rem;top:34.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGoOV28xtsX0DLzRNQwCShMEGaX3p5Jw { display:block; }#tGoOV28xtsX0DLzRNQwCShMEGaX3p5Jw > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H91lezfbLCpXiPOBI602v9miTM6rPdI9 { width:20rem;height:14rem;top:7.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCumfVkeFSLEmPTdPVrR52Fvy4SpBP9t { width:20rem;height:2.75rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbL59cuNqQGGaa0vb0TFvbDHHdziET5s { display:block; }#XbL59cuNqQGGaa0vb0TFvbDHHdziET5s > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrAHu3odGUafuTT3dbABERAy1b0SlmPF { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfXvLamvbTAgMfv46EBKLbaHmMuD0EmT { width:20rem;height:1.625rem;top:4.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFekioCHy5i1Kbvz1nlCna780MZwZJJ2 { width:20rem;height:5.9375rem;top:10.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7tna5UQNyryU25XuvVlyfZT27yz6xNu { width:20rem;height:1.625rem;top:17.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W536DoZmBgzq9W0fgRbRoQkG5JFw13TC { width:20rem;height:2rem;top:23.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxZzcLEwBoGdzCKpWyncQ6R3Dp14ZsiS { width:20rem;height:3.25rem;top:26.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti84JDVzoTd4kEmlga5DSB6BUuHkIHfk { width:20rem;height:7.125rem;top:32.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFdSF1BMQq4lJ14awuivxw59UZwSFT0H { width:20rem;height:1.625rem;top:40.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsCkiuMkcJmITo6DxcM94QeGXgs3Pcw1 { width:20rem;height:1.625rem;top:29.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnsQTzz9lelx8Mm0xR5GZeO99mp8oRWE { width:20rem;height:1.625rem;top:7.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZODx1Tmls10C4NfwZhAWIzw1KCeMMitZ { display:none; }#ZODx1Tmls10C4NfwZhAWIzw1KCeMMitZ > .row .container { width:20rem;height:54.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Eii9GMLiDfTOzd4tsULm5z9iRHcXDsMy { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJlhhu0yGO1QMMD5AySrqiOJstP0avZV { width:20rem;height:0;top:4.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puhT0hT4BPZlJTQiJH6RXXtSRIVgFRf0 { width:20rem;height:0;top:10.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6F1q4CDf8Tz3yrEMUkM8krtkk8QFtFa { width:20rem;height:0;top:18.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhTeAzZzA48xL2DoRkWT2DNwpVnmO8aq { width:20rem;height:0;top:21.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stNtTR74cFsIp8JMZGWIc3wFzQpc8n9S { width:20rem;height:0;top:24.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifcMSn3gUHGHSFeoIWAIcPWzMGEuuATi { width:20rem;height:0;top:27.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLzWwcOFfrlmmQiAmTfrZFdXbTSSlzDU { width:20rem;height:0;top:34.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmNSR4xsg4oZat5CaC9kapSUATCs1wGW { width:20rem;height:0;top:7.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIn4hphhkS167PrsWVA2RZnkuOatd7II { display:block; }#MIn4hphhkS167PrsWVA2RZnkuOatd7II > .row .container { width:20rem;height:75.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTUrvZbKibncopNBZe4vJ27wtBEmgZyb { width:10.8125rem;height:10.8125rem;top:9.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDdhX0qpzfKGtNgJo4GAa4BKn5HrMtCS { width:17.8125rem;height:11rem;top:24.3125rem;left:1.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGK8Xc6pIqxfZ3nJm5QdJRg13o6SlPo9 { width:17.8125rem;height:11rem;top:56.75rem;left:1.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEOJQctPrJsUt2of54EJdBlT1feybTI3 { width:10.7495rem;height:10.7495rem;top:41.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGdPE03hKD68HhVCw5l405lzDkeIQ9Ig { width:17.125rem;height:1.75rem;top:20.9375rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhtA8X0aZotTCD9Uw7TraKfFzrpswHAu { width:17.0615234375rem;height:1.75rem;top:53.625rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXamzO4nRlUgNfUGX9PKxEQf5MT2dkQH { width:20rem;height:2.1875rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzGQx9h8yq8dD0d23kH6ZMFQwVSoQaRJ { width:20rem;height:auto;top:12rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rLmxCWFFHKl2qKvSHVWO3g5M1gbPPP0E { width:10.5rem;height:10.5rem;top:9.65625rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7FJ0WBKKiUXdERHLUOT82UVHmzs1k6x { width:10.375rem;height:10.375rem;top:41.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCv9l04siZSZdewnCZLsWJkPgmMrgfbD { width:20rem;height:4rem;top:4.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZ4WPcGN3TKng26FyIXnkmvwBvwPZ50 { display:flex;width:1.5625rem;height:1.5625rem;top:36.875rem;left:6.875rem; }
#uGZ4WPcGN3TKng26FyIXnkmvwBvwPZ50 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #dkIxf38Dav3HodVtrR80eHJt20bVZzmz { display:flex;width:1.625rem;height:1.625rem;top:36.875rem;left:9.9375rem; }
#dkIxf38Dav3HodVtrR80eHJt20bVZzmz > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #I5cW8dTCFcKmynmfg0NR5C08rKcMeh4v { display:flex;width:1.5625rem;height:1.5625rem;top:70.3125rem;left:7.625rem; }
#I5cW8dTCFcKmynmfg0NR5C08rKcMeh4v > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #WPaZ6hLxDIRZzWnFOxTPKR79ZPXkGD9B { display:flex;width:1.625rem;height:1.625rem;top:70.3125rem;left:10.75rem; }
#WPaZ6hLxDIRZzWnFOxTPKR79ZPXkGD9B > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #QlFKVpfZUk4ZWAg2oMDlblk3sQW9ClN1 { display:block; }#QlFKVpfZUk4ZWAg2oMDlblk3sQW9ClN1 > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVDA01Ar1KfcQuD57HQSoxolg1gc4JoB { width:20rem;height:2.1875rem;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKmy0rLGOkgAC8rvNJBgc6TwWHLxBIwT { width:20rem;height:14.25rem;top:7.78125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NIfqsRPFZExkdXlcqssPUTW2nLbq1baG { display:flex;width:2.125rem;height:2.125rem;top:21.21875rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOC9RWKSD2DBVERTsplJ6QGSKxcPFpQz { width:10rem;height:2.5625rem;top:25.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l7E8mzixB4slnCW08X7eG3iymWKMwnTJ { display:block; }
 }@media only screen and (max-width: 763px) { #KU2c8nbszOw6pCSorpkDAczWuNZ0ZBXn { width:19.4375rem;height:2.5rem;top:27.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mU54WSNoJffQxzfG7kMP0me9JE8Z4iJA { display:block; }
 }@media only screen and (max-width: 763px) { #AqCQt2shmkkdM2I9q3GqhSzyCV75GmQv { width:12rem;height:2.5625rem;top:23.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gvVWyhKJwL4n37UDDlzJGAwBHL6gq07d { display:block; }
 }@media only screen and (max-width: 763px) { #Cw0vHsTttOxToVlW0AGBKznZvZ6Q1fcs { display:flex;width:2.125rem;height:2.125rem;top:23.34375rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHVPpGOGFeeHRs9Ox2UsE6P95ZA6ASS9 { display:flex;width:2.125rem;height:2.125rem;top:21.21875rem;left:36.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebetEVxwzJa4DoLcFr56TGOQnLoHqocP { width:20rem;height:17.0625rem;top:7.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9ArbV393kPNAcfLUbVE9ILqXB3TeCZv { display:none; }#K9ArbV393kPNAcfLUbVE9ILqXB3TeCZv > .row .container { width:20rem;height:4.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HfgBd8IMXaKAalD9Nc9tnPdqQH9mlqOl { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtBXrgdnRa257pqVkxdiEP5qdJRzGRT9 { display:none; }#OtBXrgdnRa257pqVkxdiEP5qdJRzGRT9 > .row .container { width:20rem;height:51.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KNGsm8RccZHIx3r1IW3HTxTAM8PoyzB7 { width:2.375rem;height:2.375rem;top:1.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0QOoZpFf1PJWh3s67ryd49ZwfWsWpTF { width:12.4375rem;height:7.5rem;top:4.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyQy2h2E8spDmh1hQXZnoUDTxO4aEmAv { width:12.4375rem;height:1.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTrS51DJ2F2zURgheNWnX4EN89XGgGNk { width:2.375rem;height:2.375rem;top:17rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IisSJ6AAQ9DoIBc1qQo9TgNBZhaTeVos { width:12.4375rem;height:7.5rem;top:20rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VekNZ3FpAidGnXP6m4Vyawsf7BohZlK1 { width:12.4375rem;height:1.5rem;top:28.75rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nupXHwgrLvRTQ9kbZSkkdIh5qEWTT9yK { width:2.375rem;height:2.375rem;top:33.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gceUA7hzRxnqIRc1SdyslaRxTeLz320G { width:12.4375rem;height:7.5rem;top:36.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shhXo07g39F3f3RfCPp6yeL0PCRN2DB8 { width:12.4375rem;height:1.5rem;top:45rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }