.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:245,246,243;--color-primary-1:222,225,214;--color-primary-2:188,194,173;--color-primary-3:94,97,87;--color-primary-4:28,29,26;--color-secondary-0:255,250,255;--color-secondary-1:255,239,255;--color-secondary-2:255,223,254;--color-secondary-3:128,112,127;--color-secondary-4:38,33,38;--color-tertiary-0:255,255,255;--color-tertiary-1:181,187,190;--color-tertiary-2:9,29,37;--color-tertiary-3:5,15,19;--color-tertiary-4:1,3,4;--headlines-font-family:"Yeseva One";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://icons.assets-landingi.com/icon_62690341a5d063f6a12bb1c2f35c1a80920e4677.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lupbPaTkgC3qTyTM6iwBfHBVQKW3bgEe { position:relative;display:block; }#lupbPaTkgC3qTyTM6iwBfHBVQKW3bgEe { background-color: transparent; background-image: none; }#lupbPaTkgC3qTyTM6iwBfHBVQKW3bgEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lupbPaTkgC3qTyTM6iwBfHBVQKW3bgEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lupbPaTkgC3qTyTM6iwBfHBVQKW3bgEe > .row .container > .video-iframe-container { display: none; }#lupbPaTkgC3qTyTM6iwBfHBVQKW3bgEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lupbPaTkgC3qTyTM6iwBfHBVQKW3bgEe > .row > .video-iframe-container { display: none; }#lupbPaTkgC3qTyTM6iwBfHBVQKW3bgEe > .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); }#lupbPaTkgC3qTyTM6iwBfHBVQKW3bgEe { border-width: 0; border-radius: 0; }#lupbPaTkgC3qTyTM6iwBfHBVQKW3bgEe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lupbPaTkgC3qTyTM6iwBfHBVQKW3bgEe > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:54.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tVUOKcuhrXTCH9gkLV5aTuivxyxB64yf { color:rgba(var(--color-tertiary-2),1);display:block;width:72.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6.1875rem;left:1.5625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dwrwpDKvty540sFT7EHCIcZUFDSJrHBD { color:rgba(var(--color-tertiary-2),1);display:block;width:69.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:31.3125rem;left:1.5625rem;height:18.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zm6LGGpb1a7yKFboTL86a7l3uA7kozRo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:11.0625rem;left:1.5625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTXbF0WTTdFEPNQfSDE0hqydQS6AZwO8 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:13rem;width:13.75rem;top:16.4375rem;left:1.5625rem;overflow:hidden;display:block; }
#BnQK5TJB4AhwO71Eb9rqwnWszFyObl5l { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.0625rem;left:1.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VCTFl79tqVbEQX9BGVzcFCrED01DD0Rg { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.6875rem;left:12.75rem; }
#ThRQPgwFd12h6KPJR0bcIsuutLZATRFJ { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.5rem;left:30.3125rem; }
#LGOK2VAkMJKE9Rb88mcLUJNH9VclTkDf { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:17.5rem;left:50rem; }
#q7CVz89nuEW9QZOXTTtTkgGlmSNdu8nw { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.5rem;left:69.0625rem; }
#NIshgVWK7yLrPE3xUCNFvUI3dwkdcyCr { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15014;opacity:1;top:13.875rem;left:1.5625rem; }
#sFGk6QMkps0KsSF0zN8soX0BHPtXduXU { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:14rem;left:3.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row .container { background-color: transparent; background-image: none; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row .container > .video-iframe-container { display: none; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row > .video-iframe-container { display: none; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .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); }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row .container { border-width: 0; border-radius: 0; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:34.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#bVmyWkyMv9i6ktWxG2e8BJbvIecEgn3x { color:rgba(var(--color-tertiary-4),1);display:block;width:45.375rem;position:absolute;font-family:lato;font-size:5.0625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:27.0625rem;left:1.8125rem;height:5.0625875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rlJrcNX4SGGpzTzSfr5d2sx4AU89zRnT { box-sizing:content-box;height:8.625rem;width:47.875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24rem;left:1.8125rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#GoPXwNxRbPyTKavRzk49wl7EKJAGtZv2 { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:16.625rem;width:19.875rem;top:5.09375rem;left:3.3125rem;overflow:hidden;display:block; }
#n8fBRTvPDHWrIuwWtpv7UTFofFR9d0rf { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.5625rem;left:1.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rwzMuyJyTPZuG2hL7aGk73uzv88dJf49 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.9375rem;left:26.75rem; }
#z5N9SClmrXBWazWzixgKkRBKT79qrbMo { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.9375rem;left:0.75rem; }
#T5ZgvWKmMQ1BqrLGHfdUZfhCKNECw5Ii { box-sizing:content-box;height:6.625rem;width:54.75rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:16.375rem;left:0.75rem;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { position:relative;display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { background-color: transparent; background-image: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container > .video-iframe-container { display: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container { display: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .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); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { border-width: 0; border-radius: 0; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:231.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WDLwSwQGtHLSeoaqkEnUbavmW4GqJsaw { box-sizing:content-box;height:4.8125rem;width:44.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.9375rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#ScSdD7En2NQJQPgH1OTCFWxPryEhhGkZ { box-sizing:content-box;height:4.8125rem;width:44.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.5rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#skd3X2BaWIhd9vTR8mlifvsNEW4rq2BD { box-sizing:content-box;height:4.8125rem;width:44.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.625rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#piEKOQctKmVUozEe32e4o1sLbxDvrLm0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.5625rem;left:4.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sb4FoVmTaRSK2hrJe6mdlRzaGbBzHt0s { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.8125rem;left:1.40625rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uSSFFiD7LJu4MxtEZrGdtHQSmQIzGrtP { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:17.25rem;left:4.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nSZFiXNNxU7P1QGS7fc2oQEoTiff4H2y { color:rgba(var(--color-tertiary-4),1);display:block;width:71.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:21.5625rem;left:1.4375rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sXSXaRu0lDIfxQ6vEtOcbUMRbEbrOS2I { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:31.25rem;left:4.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WOoDnMttc4mEaIkM72bmT5oWIoySz2TT { color:rgba(var(--color-tertiary-4),1);display:block;width:70.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:35.875rem;left:1.40625rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o50Mw1L7X5g1xV5wNfN8S7DiQWKAXXFa { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.6875rem;left:1.4375rem; }
#VqVsTbAIpmPTTda94s7EHR8mdpTalzV6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.25rem;left:1.4375rem; }
#bogJskXzWwLKDVTMOtZapfI9gT6uLzud { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:31.375rem;left:1.4375rem; }
#k0SOIksmOAh42CwExsWd1IfnHIoV3pwa { color:rgba(var(--color-tertiary-4),1);display:block;width:69.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:49.875rem;left:1.40625rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z11AGXD97HVsxN7EJCAZAUnTA2E9mJWk { box-sizing:content-box;height:4.8125rem;width:44.5625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:43.9375rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#e3triUdwVPaEaz0cCU9wbtouGiSH736V { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:45.6875rem;left:4.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MRmM5bLNU490xhN7ZAf7SDcfyrqGaz28 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:45.6875rem;left:1.4375rem; }
#gh1eQ9ITNSI2noqyIewye7Jb6fpuqni3 { box-sizing:content-box;height:4.8125rem;width:44.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:58.5625rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#nbdmiCTMI7UZ7VqJbzHc3esSSGzhTGim { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:60.1875rem;left:4.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zWtcZXdeunkGJV5xTK74NLz6yUhOTuJW { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:60.3125rem;left:1.4375rem; }
#XdtqVPTZGutxpiTEJm7XhQinw5V9BxTH { color:rgba(var(--color-tertiary-4),1);display:block;width:69.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:64.4375rem;left:1.40625rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QzLTvlWuObkgPDLSBiTPc9dANWRqB5xd { box-sizing:content-box;height:4.8125rem;width:44.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:73.875rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#fKMt87UAJ71MKbTwiThT2FXhX2DbKyqr { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:75.625rem;left:4.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LXCtBn2VJzVn3pQvkn0vst1kTo6AJ6Wr { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:75.625rem;left:1.4375rem; }
#ULuCqTlteTHR3fp9UCq9TdrQEvsMstqN { color:rgba(var(--color-tertiary-4),1);display:block;width:69.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:79.8125rem;left:1.4375rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ooEqZZ5V3gBvKBTP0i4EQ2CHxCWuC9KI { box-sizing:content-box;height:4.8125rem;width:44.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:95.75rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#VO8mf1lfmfUO8QW7BZtrZ8pbyIFB8tTp { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:97.5rem;left:4.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X6nFSaFzFQQN8wNxDI6qbTNCJlNzq2Fs { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:97.5rem;left:1.4375rem; }
#sDw6ZBbSFELKPbMtaCW7D7xSeMc6PteN { color:rgba(var(--color-tertiary-4),1);display:block;width:69.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:101.4375rem;left:1.40625rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TFblMesdUPu5F9TH7ipHXKoGprCGIBPT { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:114.62446403503rem;left:1.40625rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yihvBmARQSFN7mb7kugcPLDc4JmTkOH7 { box-sizing:content-box;height:4.8125rem;width:44.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:108.4375rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#KeRvT1LEwwtJWa1e9FWzv4FA1BPWf63J { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:110.0625rem;left:4.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KwFL7X1Py3zPw1lIRNt15ZVTpDpUBSyB { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:110.1875rem;left:1.4375rem; }
#BIVH2h24u1g9Z5t8pTVugCEi5H9xLiCO { color:rgba(var(--color-tertiary-4),1);display:block;width:71.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:126.5625rem;left:1.4375rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FbkHybNsqQ1fnlM9yyrFSf4MFbipI1D5 { box-sizing:content-box;height:4.8125rem;width:44.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:120.75rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#NPu3XITho9Wp1DN86mVBNw5AnhF2vEcQ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:122.5rem;left:4.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gwXbnkUfJQBIMiIPgCDH5O4sfoNTUfCT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:122.5rem;left:1.4375rem; }
#OiGm2c1oaMVbUCZGK3Pupi922B30lQXR { color:rgba(var(--color-tertiary-4),1);display:block;width:70.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:148.375rem;left:1.4375rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eh6IlMzWQ49FGzTKkiQTcLrZy4iq0ORJ { box-sizing:content-box;height:4.8125rem;width:44.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:142.5rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#BATJtiCmJCUlrrKktJAhPnMdxeqGuCmT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:144.125rem;left:4.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DfbC4IVJhiXeTLAu3izyAO9CZwZhJGpU { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:144.25rem;left:1.4375rem; }
#k2QeGpuFehQGBaTkGie5ZpTqPPfFNAVT { color:rgba(var(--color-tertiary-4),1);display:block;width:69.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:163.6875rem;left:1.4375rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xo0e04SzMFum67ErJ1vtPeFdGR1blyvD { box-sizing:content-box;height:4.8125rem;width:44.5625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:157.9375rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#yTdDtWDbGmaLGn0aK90S1yNTHS48NSxl { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:159.6875rem;left:4.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c27698M1UXUWG4arQANokmNZuRl5wiW2 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:159.6875rem;left:1.4375rem; }
#KKUWT7PCHLnDRku042xM9M5MLGD24aC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:69.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:184.25rem;left:1.4375rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kUKU3yEgStgTTPkW7MDMxagNDM4EGk6p { box-sizing:content-box;height:4.8125rem;width:44.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:178.3125rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#n03p9WgrfXkqs8VMbuRBe4g1J3SPJoAn { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:179.9375rem;left:4.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#imytF1N9XAcrnLPFGkGAyOJoP9BqX023 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:180.0625rem;left:1.4375rem; }
#RsiGBtudksgOucdrJ1R3H6J1cGkoXHk9 { color:rgba(var(--color-tertiary-4),1);display:block;width:69.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:222.75rem;left:1.40625rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e4tzAz0bNkIiZAA1k2klxNOdI4BDWQfk { box-sizing:content-box;height:4.8125rem;width:44.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:215.0625rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#zqvyPsd4roQ4fhRy8TXqx9lzoezyCNAB { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:216.8125rem;left:4.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#neu41KTJ0TPKq0w78NMLeC1TPW0FOPOE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:216.8125rem;left:1.4375rem; }
#BkTzgKL4aaNVeIhJhJnhxcVGUsMnTV9p { box-sizing:content-box;height:4.8125rem;width:44.6875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:196.6875rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#q9MaSC62lEwMn0qgTNXDUoDzu0tm1aQg { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:198.3125rem;left:4.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e3aH6d6SBN7xbVzz2uEbkZSh6drhBoc4 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:198.4375rem;left:1.4375rem; }
#oUwC9SpfLi4iL2XStTVQISsSXg6ehlJk { color:rgba(var(--color-tertiary-4),1);display:block;width:69.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:202.75rem;left:1.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#icSsaoisiVTVdt4ywn4VJ4WIskuvzuwz { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:21.375rem;top:204.625rem;left:0.6875rem;overflow:hidden;display:block; }
#UWB8GnSuHTRPCdpFcUSBfFve8IOOr6of { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UWB8GnSuHTRPCdpFcUSBfFve8IOOr6of > .row .container { background-color: transparent; background-image: none; }#UWB8GnSuHTRPCdpFcUSBfFve8IOOr6of::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWB8GnSuHTRPCdpFcUSBfFve8IOOr6of > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWB8GnSuHTRPCdpFcUSBfFve8IOOr6of > .row .container > .video-iframe-container { display: none; }#UWB8GnSuHTRPCdpFcUSBfFve8IOOr6of > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWB8GnSuHTRPCdpFcUSBfFve8IOOr6of > .row > .video-iframe-container { display: none; }#UWB8GnSuHTRPCdpFcUSBfFve8IOOr6of > .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); }#UWB8GnSuHTRPCdpFcUSBfFve8IOOr6of > .row .container { border-width: 0; border-radius: 0; }#UWB8GnSuHTRPCdpFcUSBfFve8IOOr6of > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UWB8GnSuHTRPCdpFcUSBfFve8IOOr6of > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:18.125rem;width:75rem;overflow:visible;position:relative;display:block; }#f016QnQp3Q2p1d9MWny3T8XLpmlD2G5Z { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:7.1875rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SQWghmDQKQg6lFHxvW9LV7dTlezgTvGn { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:11.9375rem;left:0rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GyfTtWXFFOQxZry5Td0ct3ri1BOX3bAB { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.6875rem;left:23.8125rem; }
#JgO6BRE8H8inwDqN2kU8WQP3N63bKAQh { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:5.25rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Avr9DNG281TUOrxyypi9GSLF51M1I7ai { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7.6875rem;left:45.5rem; }
#XNxmfrztIInHeDBHcronDsiIoeeli1Fg { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.25rem;left:49.8125rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ { 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; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { background-color: transparent; background-image: none; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container > .video-iframe-container { display: none; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row > .video-iframe-container { display: none; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .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); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { border-width: 0; border-radius: 0; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:18.75rem;width:75rem;position:relative;display:block; }#Px5EnvTW8hcXu6CcWggkRPOktsXPqcD9 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.125rem;left:63.3125rem; }
#Px5EnvTW8hcXu6CcWggkRPOktsXPqcD9 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#ygwvQ41pQtBGOlytTD8nDJbxeclT2WoL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.3125rem;left:67.0625rem; }
#ygwvQ41pQtBGOlytTD8nDJbxeclT2WoL > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;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:15015;opacity:1;top:4.5rem;left:71.3125rem; }
#LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#VdnyhUq3aCSSvqzm21F0kDVFmOkmilra { 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:16.875rem;width:20.1875rem;top:0.9375rem;left:1.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lupbPaTkgC3qTyTM6iwBfHBVQKW3bgEe { display:block; }#lupbPaTkgC3qTyTM6iwBfHBVQKW3bgEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVUOKcuhrXTCH9gkLV5aTuivxyxB64yf { top:6.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwrwpDKvty540sFT7EHCIcZUFDSJrHBD { top:31.3125rem;left:0rem;width:47.75rem;height:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm6LGGpb1a7yKFboTL86a7l3uA7kozRo { top:11.0625rem;left:0rem;width:16.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXbF0WTTdFEPNQfSDE0hqydQS6AZwO8 { top:16.4375rem;left:0rem;width:13.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnQK5TJB4AhwO71Eb9rqwnWszFyObl5l { top:13.0625rem;left:0rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCTFl79tqVbEQX9BGVzcFCrED01DD0Rg { top:12.6875rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThRQPgwFd12h6KPJR0bcIsuutLZATRFJ { top:17.5rem;left:16.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGOK2VAkMJKE9Rb88mcLUJNH9VclTkDf { top:17.5rem;left:36.375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7CVz89nuEW9QZOXTTtTkgGlmSNdu8nw { top:17.5rem;left:46.9375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIshgVWK7yLrPE3xUCNFvUI3dwkdcyCr { top:13.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGk6QMkps0KsSF0zN8soX0BHPtXduXU { top:14rem;left:0rem;width:14.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHu4o1MorHweuwDv8ecVQwbceBmAOnTR { display:block; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVmyWkyMv9i6ktWxG2e8BJbvIecEgn3x { top:27.0625rem;left:0rem;width:45.375rem;height:5.0625rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlJrcNX4SGGpzTzSfr5d2sx4AU89zRnT { top:24rem;left:0rem;width:47.75rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoPXwNxRbPyTKavRzk49wl7EKJAGtZv2 { top:5.0625rem;left:0rem;width:19.875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8fBRTvPDHWrIuwWtpv7UTFofFR9d0rf { top:2.5625rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwzMuyJyTPZuG2hL7aGk73uzv88dJf49 { top:1.9375rem;left:13.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5N9SClmrXBWazWzixgKkRBKT79qrbMo { top:1.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ZgvWKmMQ1BqrLGHfdUZfhCKNECw5Ii { top:16.375rem;left:0rem;width:47.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDLwSwQGtHLSeoaqkEnUbavmW4GqJsaw { top:1.9375rem;left:0rem;width:44.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScSdD7En2NQJQPgH1OTCFWxPryEhhGkZ { top:15.5rem;left:0rem;width:44.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #skd3X2BaWIhd9vTR8mlifvsNEW4rq2BD { top:29.625rem;left:0rem;width:44.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piEKOQctKmVUozEe32e4o1sLbxDvrLm0 { top:3.5625rem;left:0rem;width:32.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb4FoVmTaRSK2hrJe6mdlRzaGbBzHt0s { top:7.8125rem;left:0rem;width:47.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSSFFiD7LJu4MxtEZrGdtHQSmQIzGrtP { top:17.25rem;left:0rem;width:27.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSZFiXNNxU7P1QGS7fc2oQEoTiff4H2y { top:21.5625rem;left:0rem;width:47.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXSXaRu0lDIfxQ6vEtOcbUMRbEbrOS2I { top:31.25rem;left:0rem;width:24.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOoDnMttc4mEaIkM72bmT5oWIoySz2TT { top:35.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o50Mw1L7X5g1xV5wNfN8S7DiQWKAXXFa { top:3.6875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqVsTbAIpmPTTda94s7EHR8mdpTalzV6 { top:17.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bogJskXzWwLKDVTMOtZapfI9gT6uLzud { top:31.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0SOIksmOAh42CwExsWd1IfnHIoV3pwa { top:49.875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z11AGXD97HVsxN7EJCAZAUnTA2E9mJWk { top:43.9375rem;left:0rem;width:44.5625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3triUdwVPaEaz0cCU9wbtouGiSH736V { top:45.6875rem;left:0rem;width:22.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRmM5bLNU490xhN7ZAf7SDcfyrqGaz28 { top:45.6875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh1eQ9ITNSI2noqyIewye7Jb6fpuqni3 { top:58.5625rem;left:0rem;width:44.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbdmiCTMI7UZ7VqJbzHc3esSSGzhTGim { top:60.1875rem;left:0rem;width:30.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWtcZXdeunkGJV5xTK74NLz6yUhOTuJW { top:60.3125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdtqVPTZGutxpiTEJm7XhQinw5V9BxTH { top:64.4375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzLTvlWuObkgPDLSBiTPc9dANWRqB5xd { top:73.875rem;left:0rem;width:44.6875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKMt87UAJ71MKbTwiThT2FXhX2DbKyqr { top:75.625rem;left:0rem;width:28.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXCtBn2VJzVn3pQvkn0vst1kTo6AJ6Wr { top:75.625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULuCqTlteTHR3fp9UCq9TdrQEvsMstqN { top:79.8125rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooEqZZ5V3gBvKBTP0i4EQ2CHxCWuC9KI { top:95.75rem;left:0rem;width:44.3125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO8mf1lfmfUO8QW7BZtrZ8pbyIFB8tTp { top:97.5rem;left:0rem;width:36.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6nFSaFzFQQN8wNxDI6qbTNCJlNzq2Fs { top:97.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDw6ZBbSFELKPbMtaCW7D7xSeMc6PteN { top:101.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFblMesdUPu5F9TH7ipHXKoGprCGIBPT { top:114.5625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yihvBmARQSFN7mb7kugcPLDc4JmTkOH7 { top:108.4375rem;left:0rem;width:44.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeRvT1LEwwtJWa1e9FWzv4FA1BPWf63J { top:110.0625rem;left:0rem;width:32.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwFL7X1Py3zPw1lIRNt15ZVTpDpUBSyB { top:110.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIVH2h24u1g9Z5t8pTVugCEi5H9xLiCO { top:126.5rem;left:0rem;width:47.75rem;height:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbkHybNsqQ1fnlM9yyrFSf4MFbipI1D5 { top:120.75rem;left:0rem;width:44.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPu3XITho9Wp1DN86mVBNw5AnhF2vEcQ { top:122.5rem;left:0rem;width:27.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwXbnkUfJQBIMiIPgCDH5O4sfoNTUfCT { top:122.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiGm2c1oaMVbUCZGK3Pupi922B30lQXR { top:148.375rem;left:0rem;width:47.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh6IlMzWQ49FGzTKkiQTcLrZy4iq0ORJ { top:142.5rem;left:0rem;width:44.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BATJtiCmJCUlrrKktJAhPnMdxeqGuCmT { top:144.125rem;left:0rem;width:24.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfbC4IVJhiXeTLAu3izyAO9CZwZhJGpU { top:144.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2QeGpuFehQGBaTkGie5ZpTqPPfFNAVT { top:163.6875rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo0e04SzMFum67ErJ1vtPeFdGR1blyvD { top:157.9375rem;left:0rem;width:44.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTdDtWDbGmaLGn0aK90S1yNTHS48NSxl { top:159.6875rem;left:0rem;width:22.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c27698M1UXUWG4arQANokmNZuRl5wiW2 { top:159.6875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKUWT7PCHLnDRku042xM9M5MLGD24aC3 { top:184.25rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUKU3yEgStgTTPkW7MDMxagNDM4EGk6p { top:178.3125rem;left:0rem;width:44.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n03p9WgrfXkqs8VMbuRBe4g1J3SPJoAn { top:179.9375rem;left:0rem;width:30.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imytF1N9XAcrnLPFGkGAyOJoP9BqX023 { top:180.0625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsiGBtudksgOucdrJ1R3H6J1cGkoXHk9 { top:222.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4tzAz0bNkIiZAA1k2klxNOdI4BDWQfk { top:215.0625rem;left:0rem;width:44.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqvyPsd4roQ4fhRy8TXqx9lzoezyCNAB { top:216.8125rem;left:0rem;width:28.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neu41KTJ0TPKq0w78NMLeC1TPW0FOPOE { top:216.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkTzgKL4aaNVeIhJhJnhxcVGUsMnTV9p { top:196.6875rem;left:0rem;width:44.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9MaSC62lEwMn0qgTNXDUoDzu0tm1aQg { top:198.3125rem;left:0rem;width:28.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3aH6d6SBN7xbVzz2uEbkZSh6drhBoc4 { top:198.4375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUwC9SpfLi4iL2XStTVQISsSXg6ehlJk { top:202.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icSsaoisiVTVdt4ywn4VJ4WIskuvzuwz { top:204.625rem;left:0rem;width:21.3125rem;height:6.8549778359981rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWB8GnSuHTRPCdpFcUSBfFve8IOOr6of { display:block; }#UWB8GnSuHTRPCdpFcUSBfFve8IOOr6of > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f016QnQp3Q2p1d9MWny3T8XLpmlD2G5Z { top:7.1875rem;left:0rem;width:37.5rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQWghmDQKQg6lFHxvW9LV7dTlezgTvGn { top:11.9375rem;left:0rem;width:37.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyfTtWXFFOQxZry5Td0ct3ri1BOX3bAB { top:4.6875rem;left:10.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgO6BRE8H8inwDqN2kU8WQP3N63bKAQh { top:5.25rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avr9DNG281TUOrxyypi9GSLF51M1I7ai { top:7.6875rem;left:31.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNxmfrztIInHeDBHcronDsiIoeeli1Fg { top:8.25rem;left:23.375rem;width:24.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ { display:block; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Px5EnvTW8hcXu6CcWggkRPOktsXPqcD9 { top:4.125rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#Px5EnvTW8hcXu6CcWggkRPOktsXPqcD9 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #ygwvQ41pQtBGOlytTD8nDJbxeclT2WoL { top:4.3125rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
#ygwvQ41pQtBGOlytTD8nDJbxeclT2WoL > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 { top:4.5rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #VdnyhUq3aCSSvqzm21F0kDVFmOkmilra { width:20.1875rem;height:16.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lupbPaTkgC3qTyTM6iwBfHBVQKW3bgEe { display:block; }#lupbPaTkgC3qTyTM6iwBfHBVQKW3bgEe > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVUOKcuhrXTCH9gkLV5aTuivxyxB64yf { width:20rem;height:2.000175rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #dwrwpDKvty540sFT7EHCIcZUFDSJrHBD { width:20rem;height:43.5rem;top:24.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zm6LGGpb1a7yKFboTL86a7l3uA7kozRo { width:20rem;height:1.5rem;top:4.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTXbF0WTTdFEPNQfSDE0hqydQS6AZwO8 { width:13.75rem;height:13rem;top:8.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnQK5TJB4AhwO71Eb9rqwnWszFyObl5l { width:11.25rem;height:0.0625rem;top:23.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCTFl79tqVbEQX9BGVzcFCrED01DD0Rg { display:flex;width:1.1875rem;height:1.1875rem;top:22.6875rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #ThRQPgwFd12h6KPJR0bcIsuutLZATRFJ { display:flex;width:0.8125rem;height:0.8125rem;top:22.875rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #LGOK2VAkMJKE9Rb88mcLUJNH9VclTkDf { display:flex;width:1.0625rem;height:1.0625rem;top:22.6875rem;left:15.875rem; }
 }@media only screen and (max-width: 763px) { #q7CVz89nuEW9QZOXTTtTkgGlmSNdu8nw { display:flex;width:0.875rem;height:0.875rem;top:22.8125rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #NIshgVWK7yLrPE3xUCNFvUI3dwkdcyCr { display:flex;width:2.25rem;height:2.25rem;top:5.4375rem;left:3.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #sFGk6QMkps0KsSF0zN8soX0BHPtXduXU { width:10.6875rem;height:1.3125rem;top:5.9375rem;left:6.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHu4o1MorHweuwDv8ecVQwbceBmAOnTR { display:block; }#VHu4o1MorHweuwDv8ecVQwbceBmAOnTR > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVmyWkyMv9i6ktWxG2e8BJbvIecEgn3x { width:20rem;height:2rem;top:14.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlJrcNX4SGGpzTzSfr5d2sx4AU89zRnT { width:0.125rem;height:0.125rem;top:16.125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoPXwNxRbPyTKavRzk49wl7EKJAGtZv2 { width:14.8125rem;height:12.25rem;top:0.75rem;left:4rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n8fBRTvPDHWrIuwWtpv7UTFofFR9d0rf { width:19.0625rem;height:0.0625rem;top:18.875rem;left:0.4375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #rwzMuyJyTPZuG2hL7aGk73uzv88dJf49 { display:flex;width:1.25rem;height:1.25rem;top:18.3125rem;left:18.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #z5N9SClmrXBWazWzixgKkRBKT79qrbMo { display:flex;width:1.25rem;height:1.25rem;top:18.3125rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #T5ZgvWKmMQ1BqrLGHfdUZfhCKNECw5Ii { width:19.875rem;height:3.9375rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { width:20rem;height:326.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDLwSwQGtHLSeoaqkEnUbavmW4GqJsaw { width:19.875rem;height:4.8125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScSdD7En2NQJQPgH1OTCFWxPryEhhGkZ { width:19.875rem;height:4.8125rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skd3X2BaWIhd9vTR8mlifvsNEW4rq2BD { width:19.875rem;height:4.8125rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piEKOQctKmVUozEe32e4o1sLbxDvrLm0 { width:16.0625rem;height:3rem;top:2.3125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb4FoVmTaRSK2hrJe6mdlRzaGbBzHt0s { width:20rem;height:12rem;top:7rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uSSFFiD7LJu4MxtEZrGdtHQSmQIzGrtP { width:15.1875rem;height:3rem;top:21.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSZFiXNNxU7P1QGS7fc2oQEoTiff4H2y { width:20rem;height:13.5rem;top:26.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sXSXaRu0lDIfxQ6vEtOcbUMRbEbrOS2I { width:15.8125rem;height:3rem;top:43rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOoDnMttc4mEaIkM72bmT5oWIoySz2TT { width:20rem;height:10.5rem;top:48.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o50Mw1L7X5g1xV5wNfN8S7DiQWKAXXFa { display:flex;width:1.25rem;height:1.25rem;top:3.1875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #VqVsTbAIpmPTTda94s7EHR8mdpTalzV6 { display:flex;width:1.25rem;height:1.25rem;top:22.0625rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #bogJskXzWwLKDVTMOtZapfI9gT6uLzud { display:flex;width:1.25rem;height:1.25rem;top:43.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #k0SOIksmOAh42CwExsWd1IfnHIoV3pwa { width:20rem;height:13.5rem;top:67.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z11AGXD97HVsxN7EJCAZAUnTA2E9mJWk { width:19.875rem;height:4.8125rem;top:60.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3triUdwVPaEaz0cCU9wbtouGiSH736V { width:13.3125rem;height:1.5rem;top:62.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRmM5bLNU490xhN7ZAf7SDcfyrqGaz28 { display:flex;width:1.25rem;height:1.25rem;top:62.5rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #gh1eQ9ITNSI2noqyIewye7Jb6fpuqni3 { width:19.875rem;height:4.8125rem;top:83.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbdmiCTMI7UZ7VqJbzHc3esSSGzhTGim { width:12.625rem;height:3rem;top:84.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWtcZXdeunkGJV5xTK74NLz6yUhOTuJW { display:flex;width:1.25rem;height:1.25rem;top:85.0625rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #XdtqVPTZGutxpiTEJm7XhQinw5V9BxTH { width:20rem;height:13.5rem;top:89.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QzLTvlWuObkgPDLSBiTPc9dANWRqB5xd { width:19.875rem;height:4.8125rem;top:105.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKMt87UAJ71MKbTwiThT2FXhX2DbKyqr { width:13.3125rem;height:3rem;top:106.0625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXCtBn2VJzVn3pQvkn0vst1kTo6AJ6Wr { display:flex;width:1.25rem;height:1.25rem;top:106.8125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #ULuCqTlteTHR3fp9UCq9TdrQEvsMstqN { width:20rem;height:22.5rem;top:111.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ooEqZZ5V3gBvKBTP0i4EQ2CHxCWuC9KI { width:19.875rem;height:4.8125rem;top:136.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO8mf1lfmfUO8QW7BZtrZ8pbyIFB8tTp { width:12.8125rem;height:3rem;top:137.125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6nFSaFzFQQN8wNxDI6qbTNCJlNzq2Fs { display:flex;width:1.25rem;height:1.25rem;top:137.875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #sDw6ZBbSFELKPbMtaCW7D7xSeMc6PteN { width:20rem;height:10.5rem;top:142.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TFblMesdUPu5F9TH7ipHXKoGprCGIBPT { width:20rem;height:7.5rem;top:160.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yihvBmARQSFN7mb7kugcPLDc4JmTkOH7 { width:19.875rem;height:4.8125rem;top:154.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeRvT1LEwwtJWa1e9FWzv4FA1BPWf63J { width:8.1875rem;height:1.5rem;top:156.1875rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwFL7X1Py3zPw1lIRNt15ZVTpDpUBSyB { display:flex;width:1.25rem;height:1.25rem;top:156.3125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #BIVH2h24u1g9Z5t8pTVugCEi5H9xLiCO { width:20rem;height:30rem;top:176.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FbkHybNsqQ1fnlM9yyrFSf4MFbipI1D5 { width:19.875rem;height:4.8125rem;top:169.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPu3XITho9Wp1DN86mVBNw5AnhF2vEcQ { width:8.6875rem;height:1.5rem;top:171.5625rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwXbnkUfJQBIMiIPgCDH5O4sfoNTUfCT { display:flex;width:1.25rem;height:1.25rem;top:171.5625rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #OiGm2c1oaMVbUCZGK3Pupi922B30lQXR { width:20rem;height:13.5rem;top:214.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eh6IlMzWQ49FGzTKkiQTcLrZy4iq0ORJ { width:19.875rem;height:4.8125rem;top:208.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BATJtiCmJCUlrrKktJAhPnMdxeqGuCmT { width:12.75rem;height:1.5rem;top:210.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfbC4IVJhiXeTLAu3izyAO9CZwZhJGpU { display:flex;width:1.25rem;height:1.25rem;top:210.3125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #k2QeGpuFehQGBaTkGie5ZpTqPPfFNAVT { width:20rem;height:22.5rem;top:235.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xo0e04SzMFum67ErJ1vtPeFdGR1blyvD { width:19.875rem;height:4.8125rem;top:230.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTdDtWDbGmaLGn0aK90S1yNTHS48NSxl { width:11.5625rem;height:1.5rem;top:232rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c27698M1UXUWG4arQANokmNZuRl5wiW2 { display:flex;width:1.25rem;height:1.25rem;top:232rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #KKUWT7PCHLnDRku042xM9M5MLGD24aC3 { width:20rem;height:24rem;top:267.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kUKU3yEgStgTTPkW7MDMxagNDM4EGk6p { width:19.875rem;height:4.8125rem;top:261.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n03p9WgrfXkqs8VMbuRBe4g1J3SPJoAn { width:9.4375rem;height:1.5rem;top:262.6875rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imytF1N9XAcrnLPFGkGAyOJoP9BqX023 { display:flex;width:1.25rem;height:1.25rem;top:262.9375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #RsiGBtudksgOucdrJ1R3H6J1cGkoXHk9 { width:20rem;height:6rem;top:318.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e4tzAz0bNkIiZAA1k2klxNOdI4BDWQfk { width:19.875rem;height:4.8125rem;top:312.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqvyPsd4roQ4fhRy8TXqx9lzoezyCNAB { width:13.3125rem;height:1.5rem;top:314.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #neu41KTJ0TPKq0w78NMLeC1TPW0FOPOE { display:flex;width:1.25rem;height:1.25rem;top:314.3125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #BkTzgKL4aaNVeIhJhJnhxcVGUsMnTV9p { width:19.875rem;height:4.8125rem;top:293.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9MaSC62lEwMn0qgTNXDUoDzu0tm1aQg { width:11.625rem;height:1.5rem;top:294.875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3aH6d6SBN7xbVzz2uEbkZSh6drhBoc4 { display:flex;width:1.4375rem;height:1.4375rem;top:294.875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #oUwC9SpfLi4iL2XStTVQISsSXg6ehlJk { width:20rem;height:4.5rem;top:299.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #icSsaoisiVTVdt4ywn4VJ4WIskuvzuwz { width:13.1875rem;height:4.1875rem;top:305.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWB8GnSuHTRPCdpFcUSBfFve8IOOr6of { display:block; }#UWB8GnSuHTRPCdpFcUSBfFve8IOOr6of > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f016QnQp3Q2p1d9MWny3T8XLpmlD2G5Z { width:20rem;height:1.875rem;top:5.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQWghmDQKQg6lFHxvW9LV7dTlezgTvGn { width:20rem;height:3rem;top:8.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GyfTtWXFFOQxZry5Td0ct3ri1BOX3bAB { display:flex;width:1.25rem;height:1.25rem;top:2.5625rem;left:9.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #JgO6BRE8H8inwDqN2kU8WQP3N63bKAQh { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #Avr9DNG281TUOrxyypi9GSLF51M1I7ai { display:flex;width:3.25rem;height:3.25rem;top:13.125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #XNxmfrztIInHeDBHcronDsiIoeeli1Fg { width:18.75rem;height:1.5rem;top:16.9375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { background-color: transparent; background-image: none; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container > .video-iframe-container { display: none; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row > .video-iframe-container { display: none; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .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); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Px5EnvTW8hcXu6CcWggkRPOktsXPqcD9 { display:flex;width:2.375rem;height:2.375rem;top:14rem;left:5.625rem;font-size:1.625rem; }
#Px5EnvTW8hcXu6CcWggkRPOktsXPqcD9 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #ygwvQ41pQtBGOlytTD8nDJbxeclT2WoL { display:flex;width:2.375rem;height:2.375rem;top:14rem;left:8.8125rem;font-size:1.625rem; }
#ygwvQ41pQtBGOlytTD8nDJbxeclT2WoL > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 { display:flex;width:2rem;height:2rem;top:14.1875rem;left:12.1875rem;font-size:1.375rem; }
#LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #VdnyhUq3aCSSvqzm21F0kDVFmOkmilra { width:15.5625rem;height:12.9375rem;top:0rem;left:2.21875rem;overflow:hidden;display:block; }
 }