.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:224,221,229;--color-primary-1:153,143,168;--color-primary-2:50,30,80;--color-primary-3:25,15,40;--color-primary-4:8,5,12;--color-secondary-0:239,239,239;--color-secondary-1:201,201,201;--color-secondary-2:147,146,146;--color-secondary-3:74,73,73;--color-secondary-4:22,22,22;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"National condensed";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvcMiASF45zqunOgapRZrgcgHEn4VUrL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kvcMiASF45zqunOgapRZrgcgHEn4VUrL > .row .container { background-color: transparent; background-image: none; }#kvcMiASF45zqunOgapRZrgcgHEn4VUrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvcMiASF45zqunOgapRZrgcgHEn4VUrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvcMiASF45zqunOgapRZrgcgHEn4VUrL > .row .container > .video-iframe-container { display: none; }#kvcMiASF45zqunOgapRZrgcgHEn4VUrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvcMiASF45zqunOgapRZrgcgHEn4VUrL > .row > .video-iframe-container { display: none; }#kvcMiASF45zqunOgapRZrgcgHEn4VUrL > .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); }#kvcMiASF45zqunOgapRZrgcgHEn4VUrL > .row .container { border-width: 0; border-radius: 0; }#kvcMiASF45zqunOgapRZrgcgHEn4VUrL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kvcMiASF45zqunOgapRZrgcgHEn4VUrL > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#vwik1kXqCIkpcWu4V2adWvTkH3oeIA9g { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.75rem;top:1.71875rem;left:0rem;overflow:hidden;display:block; }
#Z0b6S5iDkuSVwPyBScIRGwb8ckf8U5WA { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.0617897510529rem;left:62.12428855896rem;display:block; }
#sKRCZp7tbmXS4kl3ApSaz7tBwJo49w8k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/799e32f9-01fd-4728-988d-97479891522e/herobackground.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX.adaptive-delivery-prevent-bg, #sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX.lazyload, #sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX.lazyloading { background-image: none; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row .container { background-color: transparent; background-image: none; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row .container > .video-iframe-container { display: none; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row > .video-iframe-container { display: none; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .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); }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row .container { border-width: 0; border-radius: 0; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#zxmM1EoIZ0dzrcFGD5ZRpLKAqvX7r7LS { color:rgba(var(--color-tertiary-0),1);display:block;width:58.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:3.5625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TAG7n5OEs0ZBCWKXubMErLJusQJDoK0e { color:rgba(var(--color-tertiary-0),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#osmw1QQIu1ghhl0UAV6c1HFJo6Z7f7R9 { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.0625rem;left:61.5rem;display:none; }
#IMUfg7sJCBxMcuKA4pTELKEuwsGZsHk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ynck2q7E1xJaNtTA2aEaOwHof7X6AqtN { background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:11.6875rem;left:67.75rem;display:block; }
#nIn76eGCpiTnFRkqeokAzIKSKla675nO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gi7uH2dHEJiJDbcvHQaxTgcA8M2zBF2Z { background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.6875rem;left:70.4375rem;display:block; }
#kPUsxSZK6FwRC64qGlVZN5J3DtcxSTcy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e6SOwA0n23w5ettgrmBtCB6FxDGSMuVT { position:relative;display:block; }#e6SOwA0n23w5ettgrmBtCB6FxDGSMuVT { background-color: transparent; background-image: none; }#e6SOwA0n23w5ettgrmBtCB6FxDGSMuVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6SOwA0n23w5ettgrmBtCB6FxDGSMuVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6SOwA0n23w5ettgrmBtCB6FxDGSMuVT > .row .container > .video-iframe-container { display: none; }#e6SOwA0n23w5ettgrmBtCB6FxDGSMuVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6SOwA0n23w5ettgrmBtCB6FxDGSMuVT > .row > .video-iframe-container { display: none; }#e6SOwA0n23w5ettgrmBtCB6FxDGSMuVT > .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); }#e6SOwA0n23w5ettgrmBtCB6FxDGSMuVT { border-width: 0; border-radius: 0; }#e6SOwA0n23w5ettgrmBtCB6FxDGSMuVT > .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; }#e6SOwA0n23w5ettgrmBtCB6FxDGSMuVT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AsnvaB7TsQB1IoWwNGRRM1aB9QTxJ6Ol { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:5rem;left:0rem;height:3.5999625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GaJQhCROKZDDXlZpZz9gqDGZKhyoe6DT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.3125rem;left:0rem;display:block; }
#GLUs2Fv5bG3RQ6fJZH0pM8fCabcDJV8L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uOkyiKz4TVgvaFGUvRMO5tdVCdGxtBGX { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.625rem;left:0rem;height:5.59659375rem;font-style:normal;display:block; }
#PW1LNm32QBfRCucpiv6rhrn4QMKTWMxX { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:10.125rem;left:0rem;height:2.79829375rem;font-style:normal;display:block; }
#zFF0bPDNHnFEU6u7Q4qqq76UPM9CUfOC { position:absolute;display:block;z-index:15004;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:23.3125rem;width:25.6875rem;top:2.9375rem;left:45.8125rem;overflow:hidden;display:block; }
#mq0xgV6hqrQoTF2wQ3bEfCRGNQ39Tib4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mq0xgV6hqrQoTF2wQ3bEfCRGNQ39Tib4 > .row .container { background-color: transparent; background-image: none; }#mq0xgV6hqrQoTF2wQ3bEfCRGNQ39Tib4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq0xgV6hqrQoTF2wQ3bEfCRGNQ39Tib4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq0xgV6hqrQoTF2wQ3bEfCRGNQ39Tib4 > .row .container > .video-iframe-container { display: none; }#mq0xgV6hqrQoTF2wQ3bEfCRGNQ39Tib4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mq0xgV6hqrQoTF2wQ3bEfCRGNQ39Tib4 > .row > .video-iframe-container { display: none; }#mq0xgV6hqrQoTF2wQ3bEfCRGNQ39Tib4 > .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); }#mq0xgV6hqrQoTF2wQ3bEfCRGNQ39Tib4 > .row .container { border-width: 0; border-radius: 0; }#mq0xgV6hqrQoTF2wQ3bEfCRGNQ39Tib4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mq0xgV6hqrQoTF2wQ3bEfCRGNQ39Tib4 > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#MUpxsrI6td6hsciDMC01nP3tUG2yeoit { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:2.5625rem;left:0rem;height:7.1999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G5DhEg4iAZW8rZrsnvnW2kVNT2DsmvSD { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:15.6875rem;left:2.5rem;height:1.39915rem;font-style:normal;display:block; }
#SA8bKGOdgxDMZX1OgiIP60f00zyI5Wvx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:36.8125rem;top:2.75rem;left:37.84375rem;overflow:hidden;display:block; }
#gxHGHmETSluxWi9nK2LSTWPGdrfrTX1l { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:15.625rem;left:0.1875rem;overflow:hidden;display:block; }
#fT51SHTnRwhnwxvqqEpXMBIief0x6IB1 { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:18.625rem;left:2.5rem;height:1.39915rem;font-style:normal;display:block; }
#FlUOzydMcptM9UT0r2cmTmKAtA6FI6Ch { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:18.3125rem;left:0rem;overflow:hidden;display:block; }
#XSOlldXgHcpLBAMLaiWvM2ucxnecvlHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:21.4375rem;left:2.5rem;height:1.39915rem;font-style:normal;display:block; }
#vRqf3QUGGghZ9GebmsvM9p5zRr6THHiL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:21.125rem;left:0rem;overflow:hidden;display:block; }
#sv8tQZU6LIeenSrodGqDqstbfnEkHKJT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:11.5625rem;left:0rem;height:2.79829375rem;font-style:normal;display:block; }
#qDgv1mVxBIgpiSuKiha8n8J0MrA4p1wd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:23.875rem;left:0rem;overflow:hidden;display:block; }
#Am5hTifU8wLea8lz0C1b91nig3lHfzxv { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:24.1875rem;left:2.5rem;height:2.79829375rem;font-style:normal;display:block; }
#rd5LGkbA7GmTN0mXtxe2rwNxwzdMJHTx { position:relative;display:block; }#rd5LGkbA7GmTN0mXtxe2rwNxwzdMJHTx { background-color: transparent; background-image: none; }#rd5LGkbA7GmTN0mXtxe2rwNxwzdMJHTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rd5LGkbA7GmTN0mXtxe2rwNxwzdMJHTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rd5LGkbA7GmTN0mXtxe2rwNxwzdMJHTx > .row .container > .video-iframe-container { display: none; }#rd5LGkbA7GmTN0mXtxe2rwNxwzdMJHTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rd5LGkbA7GmTN0mXtxe2rwNxwzdMJHTx > .row > .video-iframe-container { display: none; }#rd5LGkbA7GmTN0mXtxe2rwNxwzdMJHTx > .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); }#rd5LGkbA7GmTN0mXtxe2rwNxwzdMJHTx { border-width: 0; border-radius: 0; }#rd5LGkbA7GmTN0mXtxe2rwNxwzdMJHTx > .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; }#rd5LGkbA7GmTN0mXtxe2rwNxwzdMJHTx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v8GR2TkFewWTC0g6m4TxPzAdg1nmGcgA { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:5rem;left:45.1875rem;height:7.1999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ko3qB8rS1lX9bRdqU5hzyIZTFUucCAV6 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.40625rem;left:45.1875rem;display:block; }
#yrzabKBZwswAkGw8OSBkeGKTuwWHCfHa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9oxnU6UhZZT5AUfcoEyo1gSJl5I7Eto { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:19.5625rem;left:47.75rem;height:2.79829375rem;font-style:normal;display:block; }
#q4OvZI2q4EL6uyV4tUVESlpd7tw9Kb1v { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:40.25rem;top:6.90625rem;left:0rem;overflow:hidden;display:block; }
#u9XF9valFNiIfDICrtK43W6pOkgoO9g9 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:13.875rem;left:45.375rem;height:4.19744375rem;font-style:normal;display:block; }
#DdrVGxmaTaktQC35VPonfeTUlSCae5xB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:19.3125rem;left:45.1875rem;overflow:hidden;display:block; }
#XO1hgkQPx6S9FTeIGTHK6GSvOi0wsfvp { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:23.25rem;left:47.8125rem;height:2.79829375rem;font-style:normal;display:block; }
#T2ao73kUihM3lhbA1S9WTyToR1V5TZPE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:23.25rem;left:45.1875rem;overflow:hidden;display:block; }
#LBJoT2gsnDhOHCO35J8TmpuPacEuCpci { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:27.25rem;left:47.75rem;height:2.79829375rem;font-style:normal;display:block; }
#T0R6AIKcbqXRS2Kt00cz5CcH4xduUD67 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:26.9375rem;left:45.1875rem;overflow:hidden;display:block; }
#zoq6kG2ttc39Rvc1DWiSiwzkPwpuSVyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zoq6kG2ttc39Rvc1DWiSiwzkPwpuSVyV > .row .container { background-color: transparent; background-image: none; }#zoq6kG2ttc39Rvc1DWiSiwzkPwpuSVyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoq6kG2ttc39Rvc1DWiSiwzkPwpuSVyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoq6kG2ttc39Rvc1DWiSiwzkPwpuSVyV > .row .container > .video-iframe-container { display: none; }#zoq6kG2ttc39Rvc1DWiSiwzkPwpuSVyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoq6kG2ttc39Rvc1DWiSiwzkPwpuSVyV > .row > .video-iframe-container { display: none; }#zoq6kG2ttc39Rvc1DWiSiwzkPwpuSVyV > .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); }#zoq6kG2ttc39Rvc1DWiSiwzkPwpuSVyV > .row .container { border-width: 0; border-radius: 0; }#zoq6kG2ttc39Rvc1DWiSiwzkPwpuSVyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zoq6kG2ttc39Rvc1DWiSiwzkPwpuSVyV > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#IThixdB0XJA7EuUwSzGq3ME1JIpqPiv2 { box-sizing:content-box;height:23.5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#Zg2wL6x4M5a3DAzttQNWDogCLTbBaK5A { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:9.6875rem;left:4.8125rem;height:2.69975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z4RmJ04WVCItXqhp3tbIeFBI30PigmTE { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:13.1875rem;left:4.8125rem;height:2.79829375rem;font-style:normal;display:block; }
#wZKzlT2J7zbixyUPhmTLDC3671zxTsi2 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.312500953674rem;left:4.8125rem;display:block; }
#a73P9KRwV4NTUIJaHV6oZEkDraroKEHS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFC6Kn6RGHoMAHJcHhXiA0UJmbxn6TlV { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.9375rem;left:4.8125rem;display:block; }
#MTbNdDUpw1Ong5aMSv5O2QuXSTTnImpw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCXOqKQbCDqZbApaRw1wBzGaBC5MnTB8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:22.625rem;top:7.5rem;left:47.0625rem;overflow:hidden;display:block; }
#QSU8PalCTEUTbJAULfGw9HuvACImuVBL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QSU8PalCTEUTbJAULfGw9HuvACImuVBL > .row .container { background-color: transparent; background-image: none; }#QSU8PalCTEUTbJAULfGw9HuvACImuVBL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSU8PalCTEUTbJAULfGw9HuvACImuVBL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSU8PalCTEUTbJAULfGw9HuvACImuVBL > .row .container > .video-iframe-container { display: none; }#QSU8PalCTEUTbJAULfGw9HuvACImuVBL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSU8PalCTEUTbJAULfGw9HuvACImuVBL > .row > .video-iframe-container { display: none; }#QSU8PalCTEUTbJAULfGw9HuvACImuVBL > .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); }#QSU8PalCTEUTbJAULfGw9HuvACImuVBL > .row .container { border-width: 0; border-radius: 0; }#QSU8PalCTEUTbJAULfGw9HuvACImuVBL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QSU8PalCTEUTbJAULfGw9HuvACImuVBL > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#ATCUPcBdhmVTT42SQMml05aCBVQfztep { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:2.7744140625rem;left:15.59375rem;height:3.5999625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBorOtNRAxvxE5dVfVa98pK9HI9DHpC2 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.9749984741213rem;left:15.15625rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RgtEhF7DQepDbVg5FuPKoJz4IWXboOke { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:5.6875rem;top:11.1875rem;left:23.875rem;overflow:hidden;display:block; }
#FhEfMJAcJuWAF03byCUqfvDklBgbgrMI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:11.8125rem;top:10.3125rem;left:8.625rem;overflow:hidden;display:block; }
#Tdwz4oF063DgoDfO9cm6UUUzLQSdroUh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.3125rem;top:10.6875rem;left:55.3125rem;overflow:hidden;display:block; }
#prQUaIm5aTOOedWgTyTL8ldhkkpX0hHW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:44.125rem;overflow:hidden;display:block; }
#ZuKHSEfH2gDBAq8PLNQa4yfNZ6svQXkb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:32.6875rem;overflow:hidden;display:block; }
#lWRctr6U6iKyuixgRKb6T7rCa9JBq9Fe { 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; }#lWRctr6U6iKyuixgRKb6T7rCa9JBq9Fe > .row .container { background-color: transparent; background-image: none; }#lWRctr6U6iKyuixgRKb6T7rCa9JBq9Fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWRctr6U6iKyuixgRKb6T7rCa9JBq9Fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWRctr6U6iKyuixgRKb6T7rCa9JBq9Fe > .row .container > .video-iframe-container { display: none; }#lWRctr6U6iKyuixgRKb6T7rCa9JBq9Fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWRctr6U6iKyuixgRKb6T7rCa9JBq9Fe > .row > .video-iframe-container { display: none; }#lWRctr6U6iKyuixgRKb6T7rCa9JBq9Fe > .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); }#lWRctr6U6iKyuixgRKb6T7rCa9JBq9Fe > .row .container { border-width: 0; border-radius: 0; }#lWRctr6U6iKyuixgRKb6T7rCa9JBq9Fe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWRctr6U6iKyuixgRKb6T7rCa9JBq9Fe > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#BPCHIzb19i24bbzqaTFrKB2VMarau0yP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:18.0625rem;left:0.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6lZRiigldpfzwm6zxnZnlwH0eNpVMOt { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.5625rem;left:0rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBy0XUBSLmXsx9AylRpmwO61MWNibnNW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:3.25rem;left:3.875rem;overflow:hidden;display:block; }
#IPCyomfIcgAhNytW6dgILBUGe3Ui2HIh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:18.125rem;left:27.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcAugint6TfBv9y3pGy3sGc2A7igysaR { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20.625rem;left:26.9375rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ShtZnAaatdcS8rEF4VKqnUMSEwWPJayG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:3.3125rem;left:30.8125rem;overflow:hidden;display:block; }
#HKk0vsA79lMKf8hAGuXJEinUDSi26SQu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.375rem;top:3.25rem;left:57.75rem;overflow:hidden;display:block; }
#LVpskdQA6nkOS9pnsdAoiuTWkbVbCyfA { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:18.0625rem;left:54rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J4Kcn5pDPrZa866xbXKeHmI4JfkclB9K { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:20.5625rem;left:53.875rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXMMUcMHh1DQ9hGTKEP3DAMWv05BsmMe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RXMMUcMHh1DQ9hGTKEP3DAMWv05BsmMe > .row .container { background-color: transparent; background-image: none; }#RXMMUcMHh1DQ9hGTKEP3DAMWv05BsmMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXMMUcMHh1DQ9hGTKEP3DAMWv05BsmMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXMMUcMHh1DQ9hGTKEP3DAMWv05BsmMe > .row .container > .video-iframe-container { display: none; }#RXMMUcMHh1DQ9hGTKEP3DAMWv05BsmMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXMMUcMHh1DQ9hGTKEP3DAMWv05BsmMe > .row > .video-iframe-container { display: none; }#RXMMUcMHh1DQ9hGTKEP3DAMWv05BsmMe > .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); }#RXMMUcMHh1DQ9hGTKEP3DAMWv05BsmMe > .row .container { border-width: 0; border-radius: 0; }#RXMMUcMHh1DQ9hGTKEP3DAMWv05BsmMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RXMMUcMHh1DQ9hGTKEP3DAMWv05BsmMe > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#LlB025PVb473yGMOxpZN656GmNaIRWBz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.75rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#k5N2IdyUIb64ib1Np3feXbzof3iT1lbr { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:2.1875rem;left:10.1875rem;height:1.39915rem;font-style:normal;display:block; }
#L4flfZHMt2bD6PGBOVerSCrKaJwSUS6z { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.1875rem;left:19.4375rem;height:1.39915rem;font-style:normal;display:block; }
#Kb3T4CrByfkGvlhMBsR5G6yuUfwuelgU { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.1875rem;left:27.4375rem;height:1.39915rem;font-style:normal;display:block; }
#ncZk6cfOnNNbQ6Q1QBAhZdSTAZ4zGGMy { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:2.1875rem;left:38.1875rem;height:1.39915rem;font-style:normal;display:block; }
#Sw2CDxUWWJTLvwvCnbhQXMxAfmsoXpio { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:2.1875rem;left:49rem;height:1.39915rem;font-style:normal;display:block; }
#FeesIDO8e2MdSRpFkpKxR4fmEOT4QcEH { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:2.1875rem;left:54.625rem;height:1.39915rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kvcMiASF45zqunOgapRZrgcgHEn4VUrL { display:block; }#kvcMiASF45zqunOgapRZrgcgHEn4VUrL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwik1kXqCIkpcWu4V2adWvTkH3oeIA9g { top:1.6875rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0b6S5iDkuSVwPyBScIRGwb8ckf8U5WA { width:11.8125rem;height:2.875rem;top:1rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKRCZp7tbmXS4kl3ApSaz7tBwJo49w8k { display:block; }
 }@media only screen and (max-width: 763px) { #sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX { display:block; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX { background-color: transparent; background-image: none; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row .container > .video-iframe-container { display: none; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row > .video-iframe-container { display: none; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .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); }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX { border-width: 0; border-radius: 0; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxmM1EoIZ0dzrcFGD5ZRpLKAqvX7r7LS { top:3.5625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAG7n5OEs0ZBCWKXubMErLJusQJDoK0e { top:10rem;left:0rem;width:44.125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #osmw1QQIu1ghhl0UAV6c1HFJo6Z7f7R9 { width:12.5rem;height:2.875rem;top:1.0625rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMUfg7sJCBxMcuKA4pTELKEuwsGZsHk4 { display:block; }
 }@media only screen and (max-width: 763px) { #ynck2q7E1xJaNtTA2aEaOwHof7X6AqtN { width:2.6875rem;height:1.875rem;top:11.6875rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIn76eGCpiTnFRkqeokAzIKSKla675nO { display:block; }
 }@media only screen and (max-width: 763px) { #gi7uH2dHEJiJDbcvHQaxTgcA8M2zBF2Z { width:2.6875rem;height:1.875rem;top:11.6875rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPUsxSZK6FwRC64qGlVZN5J3DtcxSTcy { display:block; }
 }@media only screen and (max-width: 763px) { #e6SOwA0n23w5ettgrmBtCB6FxDGSMuVT { display:block; }#e6SOwA0n23w5ettgrmBtCB6FxDGSMuVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsnvaB7TsQB1IoWwNGRRM1aB9QTxJ6Ol { top:5rem;left:0rem;width:32rem;height:3.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaJQhCROKZDDXlZpZz9gqDGZKhyoe6DT { width:17.3125rem;height:2.75rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLUs2Fv5bG3RQ6fJZH0pM8fCabcDJV8L { display:block; }
 }@media only screen and (max-width: 763px) { #uOkyiKz4TVgvaFGUvRMO5tdVCdGxtBGX { top:13.625rem;left:0rem;width:35.4375rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW1LNm32QBfRCucpiv6rhrn4QMKTWMxX { top:10.125rem;left:0rem;width:35.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFF0bPDNHnFEU6u7Q4qqq76UPM9CUfOC { top:2.9375rem;left:22.0625rem;width:25.6875rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq0xgV6hqrQoTF2wQ3bEfCRGNQ39Tib4 { display:block; }#mq0xgV6hqrQoTF2wQ3bEfCRGNQ39Tib4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUpxsrI6td6hsciDMC01nP3tUG2yeoit { top:2.5625rem;left:0rem;width:28.4375rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5DhEg4iAZW8rZrsnvnW2kVNT2DsmvSD { top:15.6875rem;left:0rem;width:26rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA8bKGOdgxDMZX1OgiIP60f00zyI5Wvx { top:2.75rem;left:10.9375rem;width:36.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxHGHmETSluxWi9nK2LSTWPGdrfrTX1l { top:15.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT51SHTnRwhnwxvqqEpXMBIief0x6IB1 { top:18.625rem;left:0rem;width:28rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlUOzydMcptM9UT0r2cmTmKAtA6FI6Ch { top:18.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSOlldXgHcpLBAMLaiWvM2ucxnecvlHQ { top:21.4375rem;left:0rem;width:20.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRqf3QUGGghZ9GebmsvM9p5zRr6THHiL { top:21.125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv8tQZU6LIeenSrodGqDqstbfnEkHKJT { top:11.5625rem;left:0rem;width:31.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDgv1mVxBIgpiSuKiha8n8J0MrA4p1wd { top:23.875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am5hTifU8wLea8lz0C1b91nig3lHfzxv { top:24.1875rem;left:0rem;width:26.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd5LGkbA7GmTN0mXtxe2rwNxwzdMJHTx { display:block; }#rd5LGkbA7GmTN0mXtxe2rwNxwzdMJHTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8GR2TkFewWTC0g6m4TxPzAdg1nmGcgA { top:5rem;left:20.375rem;width:27.375rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko3qB8rS1lX9bRdqU5hzyIZTFUucCAV6 { width:17.4375rem;height:2.875rem;top:31.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrzabKBZwswAkGw8OSBkeGKTuwWHCfHa { display:block; }
 }@media only screen and (max-width: 763px) { #J9oxnU6UhZZT5AUfcoEyo1gSJl5I7Eto { top:19.5625rem;left:25.0625rem;width:22.6875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4OvZI2q4EL6uyV4tUVESlpd7tw9Kb1v { top:6.875rem;left:0rem;width:40.25rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9XF9valFNiIfDICrtK43W6pOkgoO9g9 { top:13.875rem;left:22rem;width:25.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdrVGxmaTaktQC35VPonfeTUlSCae5xB { top:19.3125rem;left:24.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO1hgkQPx6S9FTeIGTHK6GSvOi0wsfvp { top:23.25rem;left:24.6875rem;width:23.0625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ao73kUihM3lhbA1S9WTyToR1V5TZPE { top:23.25rem;left:24.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBJoT2gsnDhOHCO35J8TmpuPacEuCpci { top:27.25rem;left:27.3125rem;width:20.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0R6AIKcbqXRS2Kt00cz5CcH4xduUD67 { top:26.9375rem;left:24.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoq6kG2ttc39Rvc1DWiSiwzkPwpuSVyV { display:block; }#zoq6kG2ttc39Rvc1DWiSiwzkPwpuSVyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IThixdB0XJA7EuUwSzGq3ME1JIpqPiv2 { top:5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg2wL6x4M5a3DAzttQNWDogCLTbBaK5A { top:9.6875rem;left:0rem;width:26.125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4RmJ04WVCItXqhp3tbIeFBI30PigmTE { top:13.1875rem;left:0rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZKzlT2J7zbixyUPhmTLDC3671zxTsi2 { width:17.3125rem;height:2.875rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a73P9KRwV4NTUIJaHV6oZEkDraroKEHS { display:block; }
 }@media only screen and (max-width: 763px) { #iFC6Kn6RGHoMAHJcHhXiA0UJmbxn6TlV { width:17.25rem;height:2.8125rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTbNdDUpw1Ong5aMSv5O2QuXSTTnImpw { display:block; }
 }@media only screen and (max-width: 763px) { #OCXOqKQbCDqZbApaRw1wBzGaBC5MnTB8 { top:7.5rem;left:25.125rem;width:22.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSU8PalCTEUTbJAULfGw9HuvACImuVBL { display:block; }#QSU8PalCTEUTbJAULfGw9HuvACImuVBL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATCUPcBdhmVTT42SQMml05aCBVQfztep { top:2.75rem;left:1.96875rem;width:43.8125rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBorOtNRAxvxE5dVfVa98pK9HI9DHpC2 { top:6.9375rem;left:1.53125rem;width:44.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgtEhF7DQepDbVg5FuPKoJz4IWXboOke { top:11.1875rem;left:10.25rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhEfMJAcJuWAF03byCUqfvDklBgbgrMI { top:10.3125rem;left:0rem;width:11.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdwz4oF063DgoDfO9cm6UUUzLQSdroUh { top:10.6875rem;left:39.4375rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prQUaIm5aTOOedWgTyTL8ldhkkpX0hHW { top:10.4375rem;left:30.5rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuKHSEfH2gDBAq8PLNQa4yfNZ6svQXkb { top:10.4375rem;left:19.0625rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWRctr6U6iKyuixgRKb6T7rCa9JBq9Fe { display:block; }#lWRctr6U6iKyuixgRKb6T7rCa9JBq9Fe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPCHIzb19i24bbzqaTFrKB2VMarau0yP { top:18.0625rem;left:0rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6lZRiigldpfzwm6zxnZnlwH0eNpVMOt { top:20.5625rem;left:0rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBy0XUBSLmXsx9AylRpmwO61MWNibnNW { top:3.25rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPCyomfIcgAhNytW6dgILBUGe3Ui2HIh { top:18.125rem;left:13.437500476837rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcAugint6TfBv9y3pGy3sGc2A7igysaR { top:20.625rem;left:13.312500476837rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShtZnAaatdcS8rEF4VKqnUMSEwWPJayG { top:3.3125rem;left:17.1875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKk0vsA79lMKf8hAGuXJEinUDSi26SQu { top:3.25rem;left:34.375rem;width:13.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVpskdQA6nkOS9pnsdAoiuTWkbVbCyfA { top:18.0625rem;left:26.875rem;width:20.875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4Kcn5pDPrZa866xbXKeHmI4JfkclB9K { top:20.5625rem;left:26.625rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXMMUcMHh1DQ9hGTKEP3DAMWv05BsmMe { display:block; }#RXMMUcMHh1DQ9hGTKEP3DAMWv05BsmMe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlB025PVb473yGMOxpZN656GmNaIRWBz { top:2.0625rem;left:0rem;width:4.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5N2IdyUIb64ib1Np3feXbzof3iT1lbr { top:2.1875rem;left:0rem;width:7.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4flfZHMt2bD6PGBOVerSCrKaJwSUS6z { top:2.1875rem;left:5.8125rem;width:7rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb3T4CrByfkGvlhMBsR5G6yuUfwuelgU { top:2.1875rem;left:13.8125rem;width:9.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncZk6cfOnNNbQ6Q1QBAhZdSTAZ4zGGMy { top:2.1875rem;left:24.5625rem;width:9.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw2CDxUWWJTLvwvCnbhQXMxAfmsoXpio { top:2.1875rem;left:35.375rem;width:3.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeesIDO8e2MdSRpFkpKxR4fmEOT4QcEH { top:2.1875rem;left:37.5rem;width:10.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kvcMiASF45zqunOgapRZrgcgHEn4VUrL { display:block; }#kvcMiASF45zqunOgapRZrgcgHEn4VUrL > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwik1kXqCIkpcWu4V2adWvTkH3oeIA9g { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0b6S5iDkuSVwPyBScIRGwb8ckf8U5WA { width:8.9375rem;height:2.875rem;top:4.0625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKRCZp7tbmXS4kl3ApSaz7tBwJo49w8k { display:block; }
 }@media only screen and (max-width: 763px) { #sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX { background-color:#321e50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row .container { background-color: transparent; background-image: none; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row .container > .video-iframe-container { display: none; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row > .video-iframe-container { display: none; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .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); }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row .container { border-width: 0; border-radius: 0; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sm6V2bC33pR0odOu0pKZzcTZe1s2hnZX > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxmM1EoIZ0dzrcFGD5ZRpLKAqvX7r7LS { width:20rem;height:2.25rem;top:4.5625rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAG7n5OEs0ZBCWKXubMErLJusQJDoK0e { width:20rem;height:5.25rem;top:7.96875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #osmw1QQIu1ghhl0UAV6c1HFJo6Z7f7R9 { width:17.75rem;height:2.875rem;top:15.25rem;left:1.125rem;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IMUfg7sJCBxMcuKA4pTELKEuwsGZsHk4 { display:block; }
 }@media only screen and (max-width: 763px) { #ynck2q7E1xJaNtTA2aEaOwHof7X6AqtN { width:2.6875rem;height:1.875rem;top:0rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIn76eGCpiTnFRkqeokAzIKSKla675nO { display:block; }
 }@media only screen and (max-width: 763px) { #gi7uH2dHEJiJDbcvHQaxTgcA8M2zBF2Z { width:2.6875rem;height:1.875rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPUsxSZK6FwRC64qGlVZN5J3DtcxSTcy { display:block; }
 }@media only screen and (max-width: 763px) { #e6SOwA0n23w5ettgrmBtCB6FxDGSMuVT { display:block; }#e6SOwA0n23w5ettgrmBtCB6FxDGSMuVT > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsnvaB7TsQB1IoWwNGRRM1aB9QTxJ6Ol { width:20rem;height:2.25rem;top:2.1875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GaJQhCROKZDDXlZpZz9gqDGZKhyoe6DT { width:17.4375rem;height:2.875rem;top:23.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLUs2Fv5bG3RQ6fJZH0pM8fCabcDJV8L { display:block; }
 }@media only screen and (max-width: 763px) { #uOkyiKz4TVgvaFGUvRMO5tdVCdGxtBGX { width:20rem;height:11.1931875rem;top:10.9873046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PW1LNm32QBfRCucpiv6rhrn4QMKTWMxX { width:20rem;height:4.19824375rem;top:5.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFF0bPDNHnFEU6u7Q4qqq76UPM9CUfOC { width:20rem;height:18.15075rem;top:28.010476589203rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq0xgV6hqrQoTF2wQ3bEfCRGNQ39Tib4 { display:block; }#mq0xgV6hqrQoTF2wQ3bEfCRGNQ39Tib4 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUpxsrI6td6hsciDMC01nP3tUG2yeoit { width:20rem;height:3.5996125rem;top:2.1123046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5DhEg4iAZW8rZrsnvnW2kVNT2DsmvSD { width:17.75rem;height:1.3994125rem;top:14.61328125rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SA8bKGOdgxDMZX1OgiIP60f00zyI5Wvx { width:20rem;height:13rem;top:30.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxHGHmETSluxWi9nK2LSTWPGdrfrTX1l { width:1.5rem;height:1.5rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT51SHTnRwhnwxvqqEpXMBIief0x6IB1 { width:17.625rem;height:2.798825rem;top:17.5625rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FlUOzydMcptM9UT0r2cmTmKAtA6FI6Ch { width:2rem;height:2rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSOlldXgHcpLBAMLaiWvM2ucxnecvlHQ { width:17.5rem;height:2.798825rem;top:21.4375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vRqf3QUGGghZ9GebmsvM9p5zRr6THHiL { width:2rem;height:2rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv8tQZU6LIeenSrodGqDqstbfnEkHKJT { width:20rem;height:5.59659375rem;top:6.962890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDgv1mVxBIgpiSuKiha8n8J0MrA4p1wd { width:2rem;height:2rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am5hTifU8wLea8lz0C1b91nig3lHfzxv { width:17.625rem;height:2.798825rem;top:25.25rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rd5LGkbA7GmTN0mXtxe2rwNxwzdMJHTx { display:block; }#rd5LGkbA7GmTN0mXtxe2rwNxwzdMJHTx > .row .container { width:20rem;height:44.124641418457rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8GR2TkFewWTC0g6m4TxPzAdg1nmGcgA { width:20rem;height:3.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ko3qB8rS1lX9bRdqU5hzyIZTFUucCAV6 { width:17.4375rem;height:2.875rem;top:26.8125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrzabKBZwswAkGw8OSBkeGKTuwWHCfHa { display:block; }
 }@media only screen and (max-width: 763px) { #J9oxnU6UhZZT5AUfcoEyo1gSJl5I7Eto { width:17.75rem;height:2.798825rem;top:12.375rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q4OvZI2q4EL6uyV4tUVESlpd7tw9Kb1v { width:20rem;height:12.1875rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9XF9valFNiIfDICrtK43W6pOkgoO9g9 { width:20rem;height:5.59659375rem;top:5.8984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdrVGxmaTaktQC35VPonfeTUlSCae5xB { width:2rem;height:2rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO1hgkQPx6S9FTeIGTHK6GSvOi0wsfvp { width:17.75rem;height:5.59659375rem;top:15.8125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T2ao73kUihM3lhbA1S9WTyToR1V5TZPE { width:2rem;height:2rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBJoT2gsnDhOHCO35J8TmpuPacEuCpci { width:17.75rem;height:2.798825rem;top:22.25rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T0R6AIKcbqXRS2Kt00cz5CcH4xduUD67 { width:2rem;height:2rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoq6kG2ttc39Rvc1DWiSiwzkPwpuSVyV { display:block; }#zoq6kG2ttc39Rvc1DWiSiwzkPwpuSVyV > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IThixdB0XJA7EuUwSzGq3ME1JIpqPiv2 { width:20rem;height:36.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg2wL6x4M5a3DAzttQNWDogCLTbBaK5A { width:17.625rem;height:1.7995375rem;top:5.7500002384186rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #z4RmJ04WVCItXqhp3tbIeFBI30PigmTE { width:17.9375rem;height:4.19744375rem;top:8.9375rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZKzlT2J7zbixyUPhmTLDC3671zxTsi2 { width:17.8125rem;height:2.875rem;top:14.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a73P9KRwV4NTUIJaHV6oZEkDraroKEHS { display:block; }
 }@media only screen and (max-width: 763px) { #iFC6Kn6RGHoMAHJcHhXiA0UJmbxn6TlV { width:17.75rem;height:2.875rem;top:18.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTbNdDUpw1Ong5aMSv5O2QuXSTTnImpw { display:block; }
 }@media only screen and (max-width: 763px) { #OCXOqKQbCDqZbApaRw1wBzGaBC5MnTB8 { width:17.5rem;height:14.25rem;top:22.500001430511rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSU8PalCTEUTbJAULfGw9HuvACImuVBL { display:block; }#QSU8PalCTEUTbJAULfGw9HuvACImuVBL > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATCUPcBdhmVTT42SQMml05aCBVQfztep { width:20rem;height:3.599075rem;top:1.8119678497314rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBorOtNRAxvxE5dVfVa98pK9HI9DHpC2 { width:20rem;height:2.79829375rem;top:7rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgtEhF7DQepDbVg5FuPKoJz4IWXboOke { width:5.4375rem;height:1.625rem;top:15.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhEfMJAcJuWAF03byCUqfvDklBgbgrMI { width:11.8125rem;height:3.5625rem;top:11.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdwz4oF063DgoDfO9cm6UUUzLQSdroUh { width:8.3125rem;height:2.8125rem;top:28.1875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prQUaIm5aTOOedWgTyTL8ldhkkpX0hHW { width:8.75rem;height:3.3125rem;top:23.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuKHSEfH2gDBAq8PLNQa4yfNZ6svQXkb { width:8.75rem;height:3.3125rem;top:19.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWRctr6U6iKyuixgRKb6T7rCa9JBq9Fe { display:block; }#lWRctr6U6iKyuixgRKb6T7rCa9JBq9Fe > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPCHIzb19i24bbzqaTFrKB2VMarau0yP { width:20rem;height:1.8rem;top:11.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V6lZRiigldpfzwm6zxnZnlwH0eNpVMOt { width:20rem;height:1.4rem;top:13.675000190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBy0XUBSLmXsx9AylRpmwO61MWNibnNW { width:9.375rem;height:9.375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPCyomfIcgAhNytW6dgILBUGe3Ui2HIh { width:20rem;height:1.8rem;top:26.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xcAugint6TfBv9y3pGy3sGc2A7igysaR { width:16.0625rem;height:2.79829375rem;top:29.268230438233rem;left:1.9687501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ShtZnAaatdcS8rEF4VKqnUMSEwWPJayG { width:9.375rem;height:9.375rem;top:16.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKk0vsA79lMKf8hAGuXJEinUDSi26SQu { width:9.375rem;height:9.25rem;top:32.543750762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVpskdQA6nkOS9pnsdAoiuTWkbVbCyfA { width:20rem;height:1.8rem;top:42.418750762939rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4Kcn5pDPrZa866xbXKeHmI4JfkclB9K { width:20rem;height:2.79829375rem;top:44.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXMMUcMHh1DQ9hGTKEP3DAMWv05BsmMe { display:block; }#RXMMUcMHh1DQ9hGTKEP3DAMWv05BsmMe > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlB025PVb473yGMOxpZN656GmNaIRWBz { width:4.75rem;height:1.5625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5N2IdyUIb64ib1Np3feXbzof3iT1lbr { width:7.9375rem;height:1.4rem;top:4.0625rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4flfZHMt2bD6PGBOVerSCrKaJwSUS6z { width:7rem;height:1.4rem;top:6.7125rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kb3T4CrByfkGvlhMBsR5G6yuUfwuelgU { width:9.375rem;height:1.4rem;top:9.3625rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncZk6cfOnNNbQ6Q1QBAhZdSTAZ4zGGMy { width:9.6875rem;height:1.4rem;top:12.0125rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sw2CDxUWWJTLvwvCnbhQXMxAfmsoXpio { width:4.5rem;height:1.4rem;top:14.6625rem;left:7.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FeesIDO8e2MdSRpFkpKxR4fmEOT4QcEH { width:12.5625rem;height:1.3997375rem;top:17.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }