.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:229,227,233;--color-primary-1:177,171,188;--color-primary-2:125,115,143;--color-primary-3:75,69,86;--color-primary-4:38,21,69;--color-secondary-0:222,223,231;--color-secondary-1:157,158,184;--color-secondary-2:91,93,137;--color-secondary-3:50,53,107;--color-secondary-4:3,5,56;--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:"Work Sans";--paragraphs-font-family:"Work 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:transparent;background-image: -webkit-linear-gradient(180deg, #50167b, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #50167b, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #50167b, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #50167b, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #50167b, rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a444a07d-18e2-40de-9232-36904e0b5c8a/ChakraMeditationEveningwithSvamisSuddhchaitanyatour20263.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { border-width: 0; border-radius: 0; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#r2hveMW5yWMivy9wGDMrySVJzG6mrPne { 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:2.8125rem;width:7.9375rem;top:2.1875rem;left:33.5rem;overflow:hidden;display:block; }
#tEzTNG99gSu3ThB9oUrh4WO1KGfhqt8N { color:#4f177a;display:block;width:38.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:9rem;left:6.125rem;height:17.1166875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TqbwpxaCgNIWLxmF82R8JSSybflR7ooP { color:#4f177a;display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:26.8125rem;left:6.125rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { background-color:#e1cea2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#452a7f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.186875rem;height:3.5612rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:31.1875012815rem;left:6.125rem;display:block; }
#IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { 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; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { background-color: transparent; background-image: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .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); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { border-width: 0; border-radius: 0; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:6.5625rem;top:5.1875rem;left:11.6875rem;overflow:hidden;display:block; }
#QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { 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:3.125rem;width:7.4375rem;top:5.3125rem;left:22.1875rem;overflow:hidden;display:block; }
#lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { 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:2.625rem;width:8.5625rem;top:5.5625rem;left:33.6875rem;overflow:hidden;display:block; }
#BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { 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.9375rem;width:6rem;top:4.875rem;left:45.5rem;overflow:hidden;display:block; }
#vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { 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:1.9375rem;width:7.8125rem;top:5.875rem;left:55.5rem;overflow:hidden;display:block; }
#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50167b, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #50167b, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #50167b, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #50167b, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #50167b, rgba(var(--color-secondary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { background-color: transparent; background-image: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .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); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { border-width: 0; border-radius: 0; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { color:#e1cea2;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KuVF5rTz7nnItp7H8MzzwnoiuBTrstWE { color:rgba(var(--color-tertiary-0),1);display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5rem;left:8.9375rem;height:19.497075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { 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; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { background-color: transparent; background-image: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .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); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { border-width: 0; border-radius: 0; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.6875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { box-sizing:content-box;height:17.625rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.8125rem;left:53.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#vyC9LaViU2uMaalOPo2oARK1FStICxGZ { box-sizing:content-box;height:17.8125rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.8125rem;left:28.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ttFSLLnrJxH7T3MVtrMalU7EiMsqdxwG { 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:4.25rem;width:4.25rem;top:9rem;left:35rem;overflow:hidden;display:block; }
#ayTxv0yH5pxIZCUEB6aJRrOhCk28xevf { 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:4.25rem;width:4.25rem;top:9rem;left:60rem;overflow:hidden;display:block; }
#M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { box-sizing:content-box;height:17.9375rem;width:16.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.75rem;left:3.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#SEiEQxcGa9ksbHa8oGKaRThMdr1h0zGo { 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:4.25rem;width:4.25rem;top:8.9375rem;left:10rem;overflow:hidden;display:block; }
#xCNBOziUJWCGsVrdTT50mrkHOypByFAe { 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; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { background-color: transparent; background-image: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .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); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { border-width: 0; border-radius: 0; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { color:rgba(var(--color-secondary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.75rem;left:29.9375rem;height:6.7480625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#q8U9CRkMoskOwK1I1adigb6ug6V83vXV { color:rgba(var(--color-secondary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.375rem;left:30.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { color:rgba(var(--color-secondary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.6875rem;left:54.8125rem;height:8.4350625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#W5wwI7d57F62QtGFMZboTPPew8XP99S0 { color:rgba(var(--color-secondary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.375rem;left:54.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { color:rgba(var(--color-secondary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:4.6875rem;left:4.8125rem;height:5.0610375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { color:rgba(var(--color-secondary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#xl11OTn9LxN1oELyfxoV4JDXVUNSO7Ex { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #261546, #ffffff);background-image: -moz-linear-gradient(180deg, #261546, #ffffff);background-image: -ms-linear-gradient(180deg, #261546, #ffffff);background-image: -o-linear-gradient(180deg, #261546, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#261546', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#261546', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #261546, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xl11OTn9LxN1oELyfxoV4JDXVUNSO7Ex > .row .container { border-width: 0; border-radius: 0; }#xl11OTn9LxN1oELyfxoV4JDXVUNSO7Ex > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xl11OTn9LxN1oELyfxoV4JDXVUNSO7Ex > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:none; }#SaGBVxyU6TxVdJLeThrBX6PulNr24W2p { box-sizing:content-box;height:17.625rem;width:16.5625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:53.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#L69mGTBThCrZwqaoXPMs5qmlvoue5XLT { color:rgba(var(--color-secondary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:10.1875rem;left:54.8125rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#SRNfrnV4nivMy8vZGSZMV3gWSGRULvwf { box-sizing:content-box;height:17.8125rem;width:16.5625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.25rem;left:28.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#EbuLHi1xo8w37bscqydPoVDeXropN2ka { color:rgba(var(--color-secondary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:10.25rem;left:29.9375rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;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; }
#kZGG2TsBCFnU0LLhai82BUQeklkwr1AT { box-sizing:content-box;height:17.9375rem;width:16.5625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.1875rem;left:3.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ZXxgQbVbwMa7ybvFG2K8m1L4nQ6OdzXu { color:rgba(var(--color-secondary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:10.1875rem;left:4.8125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#lSChA2usKyDfu9H0R0PfipAE0ht5qe10 { color:rgba(var(--color-secondary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.875rem;left:30.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#yyPLHp9dP8D8gC8Jrk7wAHGgU0RqbM8u { color:rgba(var(--color-secondary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.875rem;left:54.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#smN9TXAMPSm4dNPe83bdg1dkOmhMocGa { color:rgba(var(--color-secondary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:8rem;left:3.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#vDpArc2qcHQDFhWeqbu1Zocqd4TgO5l2 { position:absolute;display:block;z-index:15021;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:4.25rem;width:4.25rem;top:3.4375rem;left:35rem;overflow:hidden;display:block; }
#cCF2b78H9drtxuXEd2B9yyf76A40Crpp { position:absolute;display:block;z-index:15021;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:4.25rem;width:4.25rem;top:3.4375rem;left:60rem;overflow:hidden;display:block; }
#Ev0bQqDQyvT8SavdbPlEyr1egyBL7TT4 { position:absolute;display:block;z-index:15017;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:4.25rem;width:4.25rem;top:3.375rem;left:10rem;overflow:hidden;display:block; }
#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { background-color: transparent; background-image: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .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); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { border-width: 0; border-radius: 0; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { color:#e1cea2;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.29345703125rem;left:0rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #50167b);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #50167b);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #50167b);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #50167b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#50167b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#50167b' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #50167b);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { background-color: transparent; background-image: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .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); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { border-width: 0; border-radius: 0; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.638671875rem;left:41.4375rem;height:22.17711875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wyP2ASvTyEQugfqEwFkUOcUKP3LRJGT4 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.3125rem;width:24.3125rem;top:2.5703125rem;left:6.59375rem;overflow:hidden;display:block; }
#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .row .container { border-width: 0; border-radius: 0; }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:none; }#SNELKNTceysA9WKpEf5VEPwy5s0XbqDG { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.437175035477rem;left:1.8120660781861rem;height:2.4375rem;font-style:normal;display:block; }
#LTXzDmo2rJmT18aeSdNDJhuoFwv8ZhH2 { color:#e1cea2;display:block;width:11.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.192815780639rem;left:1.8120660781861rem;height:7.30956875rem;font-style:normal;display:block; }
#IHKv9gAd1vVgmdDccSTFqyHfCTB90dH8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.5rem;left:16.5rem;height:4.87426875rem;font-style:normal;display:block; }
#OH7dTUdFcs4in8dF3hW1dexNApcOKrUF { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:12.1875rem;width:0.1875rem;top:9.5686845779419rem;left:14.801113017198rem;display:block; }
#T7bhoMWhR6XoElJVq5oPwkT4hSrMivkm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5rem;left:31.875rem;height:2.4375rem;font-style:normal;display:block; }
#DN2xF9QRPb2fopRH8KFeVbLH72Lhp4Ak { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5rem;left:45rem;height:2.4375rem;font-style:normal;display:block; }
#vFvFUuqb2HrQblxH4aEXnOTTDfocJLxn { color:#e1cea2;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4997837543487rem;left:1.8120660781861rem;height:1.950075rem;display:block; }
#ir8yoTS6aXgs1thWZL6LKcHmKFz8sBeN { color:#e1cea2;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5625rem;left:16.5rem;height:1.950075rem;display:block; }
#p7nyIAI9B9HxOoD9ZO53xqx6rTO0UqOe { color:#e1cea2;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.625rem;left:31.875rem;height:1.950075rem;display:block; }
#RJbUVqAsypieKiUM17faQTIM5MWlL95S { color:#e1cea2;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5625rem;left:45rem;height:1.950075rem;display:block; }
#afwPoN2f5owcDy3eQUDPbp1M0ogN7TVJ { color:#e1cea2;display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.8125rem;height:;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; }
#fWJIbncwFsTx0MsL57ShA1TpXQWOzazc { background-color:#e1cea2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.624675rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:9.56814289093rem;left:57.499457359314rem;display:block; }
#c60GWSG5MvGWvCIydW9N2VoIx9ZG6cDh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EHxoanLPDL5kHcl19ek34tuUpCSrTyEo { color:#e1cea2;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.191730499267rem;left:45.000002861023rem;height:7.309575rem;font-style:normal;display:block; }
#yWUaUKC1p2hbCpK3qDVlSWIKGgP8R0EJ { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:12.1875rem;width:0.187174375rem;top:9.5625rem;left:29.875rem;display:block; }
#uyx05bJdKECmhklM3qAeEgxxyS1x9Lwk { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:12.1875rem;width:0.186631875rem;top:9.56814289093rem;left:42.811957359314rem;display:block; }
#WfLxv2DANRObVBINsLrDOK3qNPInzVke { 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; }#WfLxv2DANRObVBINsLrDOK3qNPInzVke > .row .container { background-color: transparent; background-image: none; }#WfLxv2DANRObVBINsLrDOK3qNPInzVke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfLxv2DANRObVBINsLrDOK3qNPInzVke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfLxv2DANRObVBINsLrDOK3qNPInzVke > .row .container > .video-iframe-container { display: none; }#WfLxv2DANRObVBINsLrDOK3qNPInzVke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfLxv2DANRObVBINsLrDOK3qNPInzVke > .row > .video-iframe-container { display: none; }#WfLxv2DANRObVBINsLrDOK3qNPInzVke > .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); }#WfLxv2DANRObVBINsLrDOK3qNPInzVke > .row .container { border-width: 0; border-radius: 0; }#WfLxv2DANRObVBINsLrDOK3qNPInzVke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WfLxv2DANRObVBINsLrDOK3qNPInzVke > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#NaHgZ0F3526lqQTyPPbEMnD0m6T5blJv { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.1249952316284rem;left:0rem;height:2.74963125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QbTtqlDsb7HI4CCmaJ61sdC1ieK8hBOF { 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; }#QbTtqlDsb7HI4CCmaJ61sdC1ieK8hBOF > .row .container { background-color: transparent; background-image: none; }#QbTtqlDsb7HI4CCmaJ61sdC1ieK8hBOF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbTtqlDsb7HI4CCmaJ61sdC1ieK8hBOF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbTtqlDsb7HI4CCmaJ61sdC1ieK8hBOF > .row .container > .video-iframe-container { display: none; }#QbTtqlDsb7HI4CCmaJ61sdC1ieK8hBOF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbTtqlDsb7HI4CCmaJ61sdC1ieK8hBOF > .row > .video-iframe-container { display: none; }#QbTtqlDsb7HI4CCmaJ61sdC1ieK8hBOF > .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); }#QbTtqlDsb7HI4CCmaJ61sdC1ieK8hBOF > .row .container { border-width: 0; border-radius: 0; }#QbTtqlDsb7HI4CCmaJ61sdC1ieK8hBOF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbTtqlDsb7HI4CCmaJ61sdC1ieK8hBOF > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:75rem;position:relative;display:block; }#ehKMI5o8IwMn5BqD5GCEvNArEvRsbfRl { box-sizing:content-box;height:3.6875rem;width:15.125rem;position:absolute;display:block;z-index:15020;background-color:#261546;background-image:none;top:2.875rem;left:21.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#a2mm6GxV8yBs8ynXHRTJtT58a8m7WBZq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:3.375rem;left:21.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;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:none; }
#RDKT8IyE6DzFNdug7M1PamWfRUTZWyWu { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15.8125rem;width:15rem;top:2.5rem;left:4.25rem;display:block; }
#yPbgTzlKCgKNqz28CxrQ1BFBKLXRXdmb { background-color:#e1cda1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.6875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:14.25rem;left:5.625rem;display:block; }
#nGky13AUkv8u8FU0h5eOBl0go7UXT1y6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sofvvw2CLiWiAwrEH5C5lD9vmP7dqtAU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:9.9375rem;left:5.375rem;height:3.9386rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tbs0ceLDttBzbPPl6OM6HT33Ze0ik59F { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9986875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:8.1875rem;left:3.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bNiLLRAZ51WZKSnsHuDEg4Rpf7O1oWdT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:6.125rem;left:3.5625rem;height:2.27478125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#PN8R5fV5NGVvlF9gZcMOWXyQKsa2WQIr { box-sizing:content-box;height:3.6875rem;width:15.125rem;position:absolute;display:block;z-index:15027;background-color:#261546;background-image:none;top:1.6875rem;left:4.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZKC9vvxSTF9Oe8DHxBNI5c5ff0DfQm5K { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.5rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;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; }
#cQkLQSapvtd1hqzXLrbny79TDC0RHSTg { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15.8125rem;width:15rem;top:2.5625rem;left:21.25rem;display:block; }
#TTQsNvDFzlaryZ6a5HxJFn9gAVAzZHQs { background-color:#e1cda1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.6875rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:14.25rem;left:22.5rem;display:block; }
#WSTrhTRPPXkVVkKx1ETKTQmUy0LIBpzL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fk6aQ96IPE0e3bcDp2yCCRnznKQCRBX9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:10.5625rem;left:22.25rem;height:2.99926875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W1NiGhZK7s6FHgrSmOoyZ0lBCRqlngtK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9980625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:8.1875rem;left:20.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#prkgOVK8xmLsNqBWEicAPGoeux79uKZJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:6.125rem;left:20.3125rem;height:2.27478125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#EWpbdiPsdVwVvoPkDbtoUGmKzORwLKl0 { box-sizing:content-box;height:3.6875rem;width:15.125rem;position:absolute;display:block;z-index:15034;background-color:#261546;background-image:none;top:1.6875rem;left:21.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fIiHMhDKamXtKUPskBRacea4ZRtA4fyp { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:2.25rem;left:21.4375rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;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; }
#klBaX4GoqUCnanGJ2sQgPf1RwluGNqTL { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15.812375rem;width:15rem;top:20.1875rem;left:21.25rem;display:block; }
#ESnf1hxd87IqhTtxlFLcmOvBBzQelIH6 { background-color:#e1cda1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.437125rem;height:2.687375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:31.875rem;left:22.5625rem;display:block; }
#B2wLneymBddDXmWzmZFooE9NHtwLRMe7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xhMW48n8kgys5bTHzPRTdTgqsFJfMVPm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.937rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:27.75rem;left:22.25rem;height:3.9386rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S7GgQWUgPTlWFkAxKMyXDchWSH3X1KE2 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15.812375rem;width:15rem;top:20.125rem;left:4.25rem;display:block; }
#AnkkeprHBN6hgohvJCeSZvT6G0ooc1Vn { background-color:#e1cda1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.437125rem;height:2.687375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:31.875rem;left:5.625rem;display:block; }
#wSHTTyxgnexme5UIvBUE2mR1TEvOwHmO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K7ep385CL2SctL0Ok4GIc9lbvNv5scX3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.687rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:28rem;left:6rem;height:2.99926875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JtT4HvbZETLODvFZNgVcDy93NyGB7zfM { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15.812375rem;width:15rem;top:2.5625rem;left:55.25rem;display:block; }
#LG50AS1fLF019vOifEnTSBJmul4eWpiU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9976875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:8.25rem;left:54.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDxK99hLrqpopuhXOcRiFElXDy6TcCmN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:6.1875rem;left:54.5625rem;height:2.27478125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#zpgP5gmBRM0iskmhHPCUBInRWfZlTrg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9983125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:25.8125rem;left:3.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ekJc48C1i4MaTm9wrfaCkwSHgUOUUTmM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:23.75rem;left:3.5625rem;height:2.27478125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#UtSrd2IxKqb5HV0PqJyBErMyD3KTFgtl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9976875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:25.8125rem;left:20.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iElHcE8aDvlOWNbTLegMlbKkrGla9xxB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:23.75rem;left:20.3125rem;height:2.27478125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#p5faJagMURLQNHk1rEohp9EzTvGtp6TP { background-color:#e1cda1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.437125rem;height:2.687375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:14.3125rem;left:56.625rem;display:block; }
#mR0kAzr1VcXrUSD1w6eATROAriSoPPuz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wfHy7ksRfT8XcFrRxNzlvtJzdlCM2PmP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.937rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:10.625rem;left:56.375rem;height:1.49963125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZVz73Ub06QDcaUAKp4Krcfm7LOIZrK0m { box-sizing:content-box;height:3.68713125rem;width:15.1245rem;position:absolute;display:block;z-index:15020;background-color:#261546;background-image:none;top:1.75rem;left:55.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#H6pwn6QatOmaK1qOFD5UAUvtDO1WBI7f { box-sizing:content-box;height:3.68713125rem;width:15.1245rem;position:absolute;display:block;z-index:15027;background-color:#261546;background-image:none;top:19.3125rem;left:4.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DRDnfaXJfbcbf8M9dcCypAMbyxTZy3FG { box-sizing:content-box;height:3.68713125rem;width:15.1245rem;position:absolute;display:block;z-index:15034;background-color:#261546;background-image:none;top:19.3125rem;left:21.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HWGMBI8P9xpFyQHgKzSBQ7FMGoSM4pGA { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:2.25rem;left:55.5rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;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; }
#yfiZayEvZHMNTdfCTeiptZDPzggDgG51 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:19.8125rem;left:4.5rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;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; }
#N1io9kXhFRDXHBeAMe34Ot82dC4KKZKh { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:19.875rem;left:21.4375rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;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; }
#cbz4o73u0bEc0UoAgsc3KTTJmMTTT7iU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:6.1875rem;left:37.5625rem;height:2.27478125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#XkKhfqoDfxt8o8dMqNaLr1VkpT2fva5J { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9976875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:8.25rem;left:37.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Isu99zUuPSNTkudGI1l297JRryMX3skB { box-sizing:content-box;height:3.68713125rem;width:15.1245rem;position:absolute;display:block;z-index:15013;background-color:#261546;background-image:none;top:1.75rem;left:38.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#G162oLJT1plezBxz8FQb6rw7y487mTtZ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15.812375rem;width:15rem;top:2.5625rem;left:38.25rem;display:block; }
#HmqF0auPyL3bTLmsPMb4oSPXIyVKHR5f { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:2.3125rem;left:38.4375rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;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; }
#svownMrP5eA4KH1iCN9spTs8UXO2PgVN { background-color:#e1cda1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.437125rem;height:2.687375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:14.3125rem;left:39.5625rem;display:block; }
#kDAT9mZlPwbk90IDKBmifchUM6wV92Zf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wI2eAmMBzrz9nnvTPGAvEImU2mTpzd3O { color:rgba(var(--color-tertiary-4),1);display:block;width:12.937rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:10.6875rem;left:39.3125rem;height:2.62573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LR0MtQgsCvNbh5R8pGxHul0HTp5S6Ipk { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15.812375rem;width:15rem;top:38.0625rem;left:21.25rem;display:block; }
#fl5teUinLSA6aIK1unxNlh1nu6mXNlWR { background-color:#e1cda1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.437125rem;height:2.687375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:49.8125rem;left:22.625rem;display:block; }
#ih6rCCeBIpZUqmveXawDNMpKboBrXMI3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m10GoEt8dZoJrtx6bBmsaQlmKF7t4waD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.937rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:46.125rem;left:22.375rem;height:2.99926875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t49KtUpTD5xetIACq2Tg8gTZsf4sg37G { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9983125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:43.75rem;left:20.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G8cxQXssu3FqeZrgBbUPS9R5psSTKQPe { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15.812375rem;width:15rem;top:20.25rem;left:55.25rem;display:block; }
#wVZue8OwUHl1sqe8PggwKdb99HqvsLEF { background-color:#e1cda1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.437125rem;height:2.687375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:32rem;left:56.625rem;display:block; }
#JnLZJ6OGZJ3aUkhr1mbEXHxJ4pOhGRFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zoQg1C418TTV3fwLWwpAkGqT61giIhDA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.937rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:28.3125rem;left:56.375rem;height:1.49963125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ow4OQZa5HQdZnsPJwWNFJ0uy1gO9lbUP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9976875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:25.9375rem;left:54.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xIRzo1DmGSx9bv7675rNPoTVkkLIPRkH { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:23.875rem;left:54.5625rem;height:2.27478125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#U2kfDEHqLWN9p9N0OIC6DXHdGIanuJbB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:41.6875rem;left:20.5625rem;height:2.27478125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#TwN8CsXyZTluT28TIzL3IFnT4P0UMy3Z { box-sizing:content-box;height:3.68713125rem;width:15.1245rem;position:absolute;display:block;z-index:15020;background-color:#261546;background-image:none;top:19.4375rem;left:55.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#l53IGWuCJNU7LDsi5hkPvpz2KhZQ8phw { box-sizing:content-box;height:3.68713125rem;width:15.1245rem;position:absolute;display:block;z-index:15027;background-color:#261546;background-image:none;top:37.25rem;left:21.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JLlLTUW6mJzGghCWSMpsQfOUrtA5FArS { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:19.9375rem;left:55.5rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;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; }
#GTTqMZhR7OGvktcF4ahBruMkWD8wOyv2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:37.75rem;left:21.5rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;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; }
#BzlUtzGBFOyJthFh47uBLycwE22rGT9S { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23.875rem;left:37.5625rem;height:2.27478125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#bcz9hPcatckpcbiwgMHm0Ah6dKO0Q7lG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9976875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:25.9375rem;left:37.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aHJh0n7r0QqzlGNFPsoAKvTp3hix7E6J { box-sizing:content-box;height:3.68713125rem;width:15.1245rem;position:absolute;display:block;z-index:15013;background-color:#261546;background-image:none;top:19.4375rem;left:38.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NNrs8Q7m0CRETfOJaFyJqKcwcP4o6nUf { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15.812375rem;width:15rem;top:20.25rem;left:38.25rem;display:block; }
#fW8MFMs4IMKRu03LuAL0Qworc1reuPZE { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:20rem;left:38.4375rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ObinzqCBTVCIm5MQSzRsIRLtihT3RiJ9 { background-color:#e1cda1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.437125rem;height:2.687375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:32rem;left:39.5625rem;display:block; }
#Nk5WqhgxhxGSokx536nRTht4tmLnOdZi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FuxCs0Qft1TcTMkwJzUc85fVNdQGJ9vo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.937rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:28.3125rem;left:39.3125rem;height:2.99926875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xnMusmL2hNFRs5uCEpFQJpaxTevFapZ2 { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15.812375rem;width:15rem;top:38.125rem;left:4.1875rem;display:block; }
#d8o0TqadT9CxMBCvEx0hnyG11cfn9Wgi { background-color:#e1cda1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.437125rem;height:2.687375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:49.875rem;left:5.5625rem;display:block; }
#zCBLtltsdLO3fL8chMtMUfIvN9Crqud4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#erM4aAyW76ETbM0UEt8uTHQ5FFHvx4s2 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.49975rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:46.124877929688rem;left:4.998779296875rem;height:2.99926875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zzQ52LTt8wMUxI9KZTSJZMVyBEdnPVW2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9983125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:43.8125rem;left:3.25rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BLnLDKxpzynMc6havdgDD4duxQy5o6zo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:41.75rem;left:3.5rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#WxC8TnGcix948LPVOm9H5DkGohkXsMNk { box-sizing:content-box;height:3.68713125rem;width:15.1245rem;position:absolute;display:block;z-index:15034;background-color:#261546;background-image:none;top:37.3125rem;left:4.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#q0gzDrWnKdXNEREACD02KPUVBPKLK9uh { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:37.8125rem;left:4.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8ed;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; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row .container { background-color: transparent; background-image: none; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row .container > .video-iframe-container { display: none; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row > .video-iframe-container { display: none; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .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); }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row .container { border-width: 0; border-radius: 0; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#bIF5CXSkki2rmakkoGfoWwtBbKxVgacD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25rem;height:0;display:block; }
#cEw0J0ERzWsWT8Zuc0oUDPXKwrVbHsOU { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:32.1875rem;left:19.8125rem;height:2.13736875rem;font-style:normal;display:block; }
#QPoERsH06p50b74BelXvkbn49n2kBESA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:20.75rem;left:19.25rem;overflow:hidden;display:block; }
#mgCCMVyQdgrnWii4tqUUQutISenxZbJN { 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:17.625rem;width:17.625rem;top:5.1875rem;left:5.5rem;overflow:hidden;display:block; }
#cK0t8uMmDlkITxmTNrJEXvUCcQUGkgVb { 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:12.875rem;width:12.875rem;top:22.8125rem;left:6rem;overflow:hidden;display:block; }
#yBmP1dXcXCmgVOzpoZp8pwuyxgaGhtNu { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:18.625rem;left:23.375rem;height:2.13736875rem;font-style:normal;display:block; }
#ubOgIHcHbri9ydBB26TM0X891K2B0gVP { color:#3d4051;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:36.3125rem;left:6.8125rem;height:2.69921875rem;font-style:normal;display:block; }
#I9ZTrkACdOJQcTDo3wKe9ThNvDA4G7zQ { color:#1a3a55;display:block;width:28.6235625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:5.1875rem;left:40.53125rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JwuPBoJfy547M2gTOfrcLCPpEsEGd6l3 { color:#2f2f2f;display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.5625rem;left:40.53125rem;height:;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; }
#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { background-color: transparent; background-image: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .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); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { border-width: 0; border-radius: 0; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.787109375rem;left:23.78125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#y0cGwCeNXPQGEvxcxhFup0Ay6h9zNMwT { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.0244140625rem;left:32.28125rem;display:block; }
#k5TgXVxGvUxQvubzwmKoSVO1tAVCKCxr { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.0244140625rem;left:42.59375rem;display:block; }
#J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { 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:7.9375rem;top:1.875rem;left:33.5rem;overflow:hidden;display:block; }
#mc5fZHNFJoM1SroD6W8VKazQy9N6DbCI { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.998046875rem;left:45rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#oMA39deMQMqg7iczXTI1mAGoSzeer5CA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.998046875rem;left:33.250652313233rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#AuvhODq3sW58qwLZD5pTaiDVnrrHTIER { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7486875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.998046875rem;left:20.57421875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2hveMW5yWMivy9wGDMrySVJzG6mrPne { top:2.1875rem;left:19.875rem;width:7.9375rem;height:2.8125664385773rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEzTNG99gSu3ThB9oUrh4WO1KGfhqt8N { top:9rem;left:0rem;width:38.1875rem;height:17.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqbwpxaCgNIWLxmF82R8JSSybflR7ooP { top:26.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { width:19.125rem;height:3.5rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { top:1.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { top:5.125rem;left:0rem;width:6.5625rem;height:3.312175rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { top:5.3125rem;left:8.5625rem;width:7.4375rem;height:3.1251838343432rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { top:5.5rem;left:20.0625rem;width:8.5625rem;height:2.6248387282203rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { top:4.8125rem;left:31.875rem;width:6rem;height:3.937244722042rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { top:5.8125rem;left:39.9375rem;width:7.8125rem;height:1.93739375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { top:3.125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuVF5rTz7nnItp7H8MzzwnoiuBTrstWE { top:7.5rem;left:0rem;width:47.75rem;height:19.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { top:2.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { top:7.8125rem;left:31.1875rem;width:16.5625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { top:7.8125rem;left:15.25rem;width:16.5625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttFSLLnrJxH7T3MVtrMalU7EiMsqdxwG { top:9rem;left:21.375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTxv0yH5pxIZCUEB6aJRrOhCk28xevf { top:9rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { top:7.75rem;left:0rem;width:16.5625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEiEQxcGa9ksbHa8oGKaRThMdr1h0zGo { top:8.9375rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCNBOziUJWCGsVrdTT50mrkHOypByFAe { display:block; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { top:4.75rem;left:16.25rem;width:14.3125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { top:2.375rem;left:16.625rem;width:13.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { top:4.6875rem;left:32rem;width:14.5625rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { top:2.375rem;left:31.9375rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { top:4.6875rem;left:0.25rem;width:14.6875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { top:2.5rem;left:0rem;width:17.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl11OTn9LxN1oELyfxoV4JDXVUNSO7Ex { display:block; }#xl11OTn9LxN1oELyfxoV4JDXVUNSO7Ex > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaGBVxyU6TxVdJLeThrBX6PulNr24W2p { top:2.25rem;left:31.0625rem;width:16.5625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L69mGTBThCrZwqaoXPMs5qmlvoue5XLT { top:10.1875rem;left:32rem;width:14.5625rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRNfrnV4nivMy8vZGSZMV3gWSGRULvwf { top:2.25rem;left:15.1875rem;width:16.5625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbuLHi1xo8w37bscqydPoVDeXropN2ka { top:10.25rem;left:16.25rem;width:14.3125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZGG2TsBCFnU0LLhai82BUQeklkwr1AT { top:2.1875rem;left:0rem;width:16.5625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXxgQbVbwMa7ybvFG2K8m1L4nQ6OdzXu { top:10.1875rem;left:0.25rem;width:14.6875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSChA2usKyDfu9H0R0PfipAE0ht5qe10 { top:7.875rem;left:16.625rem;width:13.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyPLHp9dP8D8gC8Jrk7wAHGgU0RqbM8u { top:7.875rem;left:31.9375rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smN9TXAMPSm4dNPe83bdg1dkOmhMocGa { top:8rem;left:0rem;width:17.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDpArc2qcHQDFhWeqbu1Zocqd4TgO5l2 { top:3.4375rem;left:21.3125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCF2b78H9drtxuXEd2B9yyf76A40Crpp { top:3.4375rem;left:37.1875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev0bQqDQyvT8SavdbPlEyr1egyBL7TT4 { top:3.375rem;left:5.4375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { top:2.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { top:3.625rem;left:20.9375rem;width:26.8125rem;height:22.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyP2ASvTyEQugfqEwFkUOcUKP3LRJGT4 { top:2.5625rem;left:0rem;width:24.3125rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCPARswktCM4HmlZVrWaqJOW5zpF2AvS { display:block; }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNELKNTceysA9WKpEf5VEPwy5s0XbqDG { width:13.25rem;height:2.375rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTXzDmo2rJmT18aeSdNDJhuoFwv8ZhH2 { width:11.875rem;height:7.25rem;top:13.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHKv9gAd1vVgmdDccSTFqyHfCTB90dH8 { width:12.5rem;height:4.8125rem;top:11.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH7dTUdFcs4in8dF3hW1dexNApcOKrUF { width:0.1875rem;height:12.1875rem;top:9.5625rem;left:1.1761130171982rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7bhoMWhR6XoElJVq5oPwkT4hSrMivkm { width:12.5rem;height:2.375rem;top:11.5rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN2xF9QRPb2fopRH8KFeVbLH72Lhp4Ak { width:12.5rem;height:2.375rem;top:11.5rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFvFUuqb2HrQblxH4aEXnOTTDfocJLxn { width:12.5rem;height:1.9375rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir8yoTS6aXgs1thWZL6LKcHmKFz8sBeN { width:12.5rem;height:1.9375rem;top:9.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7nyIAI9B9HxOoD9ZO53xqx6rTO0UqOe { width:12.5rem;height:1.9375rem;top:9.625rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJbUVqAsypieKiUM17faQTIM5MWlL95S { width:12.5rem;height:1.9375rem;top:9.5625rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afwPoN2f5owcDy3eQUDPbp1M0ogN7TVJ { width:39.625rem;height:;top:3.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWJIbncwFsTx0MsL57ShA1TpXQWOzazc { width:14.6875rem;height:3.5625rem;top:9.5625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c60GWSG5MvGWvCIydW9N2VoIx9ZG6cDh { display:block; }
 }@media only screen and (max-width: 763px) { #EHxoanLPDL5kHcl19ek34tuUpCSrTyEo { width:10.3125rem;height:7.375rem;top:13.1875rem;left:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWUaUKC1p2hbCpK3qDVlSWIKGgP8R0EJ { width:0.125rem;height:12.1875rem;top:9.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyx05bJdKECmhklM3qAeEgxxyS1x9Lwk { width:0.125rem;height:12.1875rem;top:9.5625rem;left:29.186957359314rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfLxv2DANRObVBINsLrDOK3qNPInzVke { display:block; }#WfLxv2DANRObVBINsLrDOK3qNPInzVke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaHgZ0F3526lqQTyPPbEMnD0m6T5blJv { top:2.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbTtqlDsb7HI4CCmaJ61sdC1ieK8hBOF { display:block; }#QbTtqlDsb7HI4CCmaJ61sdC1ieK8hBOF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehKMI5o8IwMn5BqD5GCEvNArEvRsbfRl { top:2.875rem;left:7.6875rem;width:15.125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2mm6GxV8yBs8ynXHRTJtT58a8m7WBZq { top:3.375rem;left:7.9375rem;width:14.6875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDKT8IyE6DzFNdug7M1PamWfRUTZWyWu { width:15rem;height:15.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPbgTzlKCgKNqz28CxrQ1BFBKLXRXdmb { width:12.375rem;height:2.625rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGky13AUkv8u8FU0h5eOBl0go7UXT1y6 { display:block; }
 }@media only screen and (max-width: 763px) { #sofvvw2CLiWiAwrEH5C5lD9vmP7dqtAU { width:12.875rem;height:3.9375rem;top:9.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbs0ceLDttBzbPPl6OM6HT33Ze0ik59F { width:16.9375rem;height:1.875rem;top:8.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNiLLRAZ51WZKSnsHuDEg4Rpf7O1oWdT { top:6.125rem;left:0rem;width:16.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN8R5fV5NGVvlF9gZcMOWXyQKsa2WQIr { top:1.6875rem;left:0rem;width:15.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKC9vvxSTF9Oe8DHxBNI5c5ff0DfQm5K { top:2.1875rem;left:0rem;width:14.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQkLQSapvtd1hqzXLrbny79TDC0RHSTg { width:15rem;height:15.75rem;top:2.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQsNvDFzlaryZ6a5HxJFn9gAVAzZHQs { width:12.375rem;height:2.625rem;top:14.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSTrhTRPPXkVVkKx1ETKTQmUy0LIBpzL { display:block; }
 }@media only screen and (max-width: 763px) { #fk6aQ96IPE0e3bcDp2yCCRnznKQCRBX9 { width:12.875rem;height:2.9375rem;top:10.5625rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1NiGhZK7s6FHgrSmOoyZ0lBCRqlngtK { width:16.9375rem;height:1.875rem;top:8.1875rem;left:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prkgOVK8xmLsNqBWEicAPGoeux79uKZJ { top:6.125rem;left:6.6875rem;width:16.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWpbdiPsdVwVvoPkDbtoUGmKzORwLKl0 { top:1.6875rem;left:7.5625rem;width:15.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIiHMhDKamXtKUPskBRacea4ZRtA4fyp { top:2.25rem;left:7.8125rem;width:14.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #klBaX4GoqUCnanGJ2sQgPf1RwluGNqTL { width:15rem;height:15.75rem;top:20.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESnf1hxd87IqhTtxlFLcmOvBBzQelIH6 { width:12.375rem;height:2.625rem;top:31.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2wLneymBddDXmWzmZFooE9NHtwLRMe7 { display:block; }
 }@media only screen and (max-width: 763px) { #xhMW48n8kgys5bTHzPRTdTgqsFJfMVPm { width:12.875rem;height:3.9375rem;top:27.75rem;left:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7GgQWUgPTlWFkAxKMyXDchWSH3X1KE2 { width:15rem;height:15.75rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnkkeprHBN6hgohvJCeSZvT6G0ooc1Vn { width:12.375rem;height:2.625rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSHTTyxgnexme5UIvBUE2mR1TEvOwHmO { display:block; }
 }@media only screen and (max-width: 763px) { #K7ep385CL2SctL0Ok4GIc9lbvNv5scX3 { width:11.625rem;height:2.9375rem;top:28rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtT4HvbZETLODvFZNgVcDy93NyGB7zfM { width:15rem;height:15.75rem;top:2.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG50AS1fLF019vOifEnTSBJmul4eWpiU { width:16.9375rem;height:1.875rem;top:8.25rem;left:30.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDxK99hLrqpopuhXOcRiFElXDy6TcCmN { top:6.1875rem;left:31.3125rem;width:16.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpgP5gmBRM0iskmhHPCUBInRWfZlTrg9 { width:16.9375rem;height:1.875rem;top:25.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekJc48C1i4MaTm9wrfaCkwSHgUOUUTmM { top:23.75rem;left:0rem;width:16.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtSrd2IxKqb5HV0PqJyBErMyD3KTFgtl { width:16.9375rem;height:1.875rem;top:25.8125rem;left:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iElHcE8aDvlOWNbTLegMlbKkrGla9xxB { top:23.75rem;left:6.6875rem;width:16.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5faJagMURLQNHk1rEohp9EzTvGtp6TP { width:12.375rem;height:2.625rem;top:14.3125rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR0kAzr1VcXrUSD1w6eATROAriSoPPuz { display:block; }
 }@media only screen and (max-width: 763px) { #wfHy7ksRfT8XcFrRxNzlvtJzdlCM2PmP { width:12.875rem;height:1.4375rem;top:10.625rem;left:34.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVz73Ub06QDcaUAKp4Krcfm7LOIZrK0m { top:1.75rem;left:32.6875rem;width:15.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6pwn6QatOmaK1qOFD5UAUvtDO1WBI7f { top:19.3125rem;left:0rem;width:15.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRDnfaXJfbcbf8M9dcCypAMbyxTZy3FG { top:19.3125rem;left:7.5625rem;width:15.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWGMBI8P9xpFyQHgKzSBQ7FMGoSM4pGA { top:2.25rem;left:33.0625rem;width:14.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfiZayEvZHMNTdfCTeiptZDPzggDgG51 { top:19.8125rem;left:0rem;width:14.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1io9kXhFRDXHBeAMe34Ot82dC4KKZKh { top:19.875rem;left:7.8125rem;width:14.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbz4o73u0bEc0UoAgsc3KTTJmMTTT7iU { top:6.1875rem;left:23.9375rem;width:16.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkKhfqoDfxt8o8dMqNaLr1VkpT2fva5J { width:16.9375rem;height:1.875rem;top:8.25rem;left:23.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isu99zUuPSNTkudGI1l297JRryMX3skB { top:1.75rem;left:24.625rem;width:15.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G162oLJT1plezBxz8FQb6rw7y487mTtZ { width:15rem;height:15.75rem;top:2.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmqF0auPyL3bTLmsPMb4oSPXIyVKHR5f { top:2.3125rem;left:24.8125rem;width:14.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #svownMrP5eA4KH1iCN9spTs8UXO2PgVN { width:12.375rem;height:2.625rem;top:14.3125rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDAT9mZlPwbk90IDKBmifchUM6wV92Zf { display:block; }
 }@media only screen and (max-width: 763px) { #wI2eAmMBzrz9nnvTPGAvEImU2mTpzd3O { width:12.875rem;height:2.625rem;top:10.6875rem;left:25.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR0MtQgsCvNbh5R8pGxHul0HTp5S6Ipk { width:15rem;height:15.75rem;top:38.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl5teUinLSA6aIK1unxNlh1nu6mXNlWR { width:12.375rem;height:2.625rem;top:49.8125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih6rCCeBIpZUqmveXawDNMpKboBrXMI3 { display:block; }
 }@media only screen and (max-width: 763px) { #m10GoEt8dZoJrtx6bBmsaQlmKF7t4waD { width:12.875rem;height:2.9375rem;top:46.125rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t49KtUpTD5xetIACq2Tg8gTZsf4sg37G { width:16.9375rem;height:1.875rem;top:43.75rem;left:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8cxQXssu3FqeZrgBbUPS9R5psSTKQPe { width:15rem;height:15.75rem;top:20.25rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVZue8OwUHl1sqe8PggwKdb99HqvsLEF { width:12.375rem;height:2.625rem;top:32rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnLZJ6OGZJ3aUkhr1mbEXHxJ4pOhGRFr { display:block; }
 }@media only screen and (max-width: 763px) { #zoQg1C418TTV3fwLWwpAkGqT61giIhDA { width:12.875rem;height:1.4375rem;top:28.3125rem;left:34.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow4OQZa5HQdZnsPJwWNFJ0uy1gO9lbUP { width:16.9375rem;height:1.875rem;top:25.9375rem;left:30.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIRzo1DmGSx9bv7675rNPoTVkkLIPRkH { top:23.875rem;left:31.3125rem;width:16.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2kfDEHqLWN9p9N0OIC6DXHdGIanuJbB { top:41.6875rem;left:6.9375rem;width:16.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwN8CsXyZTluT28TIzL3IFnT4P0UMy3Z { top:19.4375rem;left:32.6875rem;width:15.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l53IGWuCJNU7LDsi5hkPvpz2KhZQ8phw { top:37.25rem;left:7.625rem;width:15.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLlLTUW6mJzGghCWSMpsQfOUrtA5FArS { top:19.9375rem;left:33.0625rem;width:14.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTqMZhR7OGvktcF4ahBruMkWD8wOyv2 { top:37.75rem;left:7.875rem;width:14.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzlUtzGBFOyJthFh47uBLycwE22rGT9S { top:23.875rem;left:23.9375rem;width:16.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcz9hPcatckpcbiwgMHm0Ah6dKO0Q7lG { width:16.9375rem;height:1.875rem;top:25.9375rem;left:23.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHJh0n7r0QqzlGNFPsoAKvTp3hix7E6J { top:19.4375rem;left:24.625rem;width:15.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNrs8Q7m0CRETfOJaFyJqKcwcP4o6nUf { width:15rem;height:15.75rem;top:20.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW8MFMs4IMKRu03LuAL0Qworc1reuPZE { top:20rem;left:24.8125rem;width:14.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObinzqCBTVCIm5MQSzRsIRLtihT3RiJ9 { width:12.375rem;height:2.625rem;top:32rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk5WqhgxhxGSokx536nRTht4tmLnOdZi { display:block; }
 }@media only screen and (max-width: 763px) { #FuxCs0Qft1TcTMkwJzUc85fVNdQGJ9vo { width:12.875rem;height:2.9375rem;top:28.3125rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnMusmL2hNFRs5uCEpFQJpaxTevFapZ2 { width:15rem;height:15.75rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8o0TqadT9CxMBCvEx0hnyG11cfn9Wgi { width:12.375rem;height:2.625rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCBLtltsdLO3fL8chMtMUfIvN9Crqud4 { display:block; }
 }@media only screen and (max-width: 763px) { #erM4aAyW76ETbM0UEt8uTHQ5FFHvx4s2 { width:13.4375rem;height:2.9375rem;top:46.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzQ52LTt8wMUxI9KZTSJZMVyBEdnPVW2 { width:16.9375rem;height:1.875rem;top:43.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLnLDKxpzynMc6havdgDD4duxQy5o6zo { top:41.6875rem;left:0rem;width:16.4375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxC8TnGcix948LPVOm9H5DkGohkXsMNk { top:37.3125rem;left:0rem;width:15.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0gzDrWnKdXNEREACD02KPUVBPKLK9uh { top:37.8125rem;left:0rem;width:14.6875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU58KSFS58r9g1cciaEkKCM5mFXDgnBE { display:block; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIF5CXSkki2rmakkoGfoWwtBbKxVgacD { top:10.5625rem;left:11.375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEw0J0ERzWsWT8Zuc0oUDPXKwrVbHsOU { width:15.625rem;height:2.125rem;top:32.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPoERsH06p50b74BelXvkbn49n2kBESA { width:11.25rem;height:11.25rem;top:20.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgCCMVyQdgrnWii4tqUUQutISenxZbJN { width:17.5625rem;height:17.5625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK0t8uMmDlkITxmTNrJEXvUCcQUGkgVb { width:12.8125rem;height:12.8125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBmP1dXcXCmgVOzpoZp8pwuyxgaGhtNu { width:8.5rem;height:2.125rem;top:18.625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubOgIHcHbri9ydBB26TM0X891K2B0gVP { width:8.3125rem;height:2.6875rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ZTrkACdOJQcTDo3wKe9ThNvDA4G7zQ { width:28.5625rem;height:2.5rem;top:5.1875rem;left:19.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwuPBoJfy547M2gTOfrcLCPpEsEGd6l3 { top:10.5625rem;left:17.25rem;width:30.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { top:5.75rem;left:10.15625rem;width:27.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0cGwCeNXPQGEvxcxhFup0Ay6h9zNMwT { top:9rem;left:18.65625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5TgXVxGvUxQvubzwmKoSVO1tAVCKCxr { top:9rem;left:28.96875rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { top:1.875rem;left:19.875rem;width:7.9375rem;height:2.8125664385773rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc5fZHNFJoM1SroD6W8VKazQy9N6DbCI { top:8.9375rem;left:31.375rem;width:9.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMA39deMQMqg7iczXTI1mAGoSzeer5CA { top:8.9375rem;left:19.625652313233rem;width:8.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuvhODq3sW58qwLZD5pTaiDVnrrHTIER { top:8.9375rem;left:6.94921875rem;width:11.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:#de8037;background-image:url("https://images.assets-landingi.com/uc/99b8a944-398f-45f8-bfde-d8a201399d8a/ChakraMeditationEveningwithSvamisSuddhchaitanyatour20262.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2hveMW5yWMivy9wGDMrySVJzG6mrPne { width:5.0625rem;height:1.6875rem;top:0.97916668653488rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEzTNG99gSu3ThB9oUrh4WO1KGfhqt8N { width:20rem;height:10.3125rem;top:17.672527313233rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqbwpxaCgNIWLxmF82R8JSSybflR7ooP { width:19.8125rem;height:1.5808125rem;top:27.943359375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { width:17.5625rem;height:2.8125rem;top:30.75rem;left:1.21875rem;background-color:#e1cda1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#452a7f;display:block; }
 }@media only screen and (max-width: 763px) { #IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { width:20rem;height:1.625rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { width:3rem;height:1.4375rem;top:2.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { width:3.5rem;height:1.3125rem;top:3.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { width:4.5625rem;height:1.1875rem;top:3.15625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { width:2.625rem;height:1.6875rem;top:2.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { width:4rem;height:0.875rem;top:3.375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { width:20rem;height:1.7871125rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuVF5rTz7nnItp7H8MzzwnoiuBTrstWE { width:20rem;height:35.08300625rem;top:5.94921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { width:20rem;height:1.92448125rem;top:1.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { width:16.5625rem;height:16.25rem;top:36.75rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { width:16.5625rem;height:14.875rem;top:20.625rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttFSLLnrJxH7T3MVtrMalU7EiMsqdxwG { width:4.25rem;height:4.25rem;top:21.4375rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayTxv0yH5pxIZCUEB6aJRrOhCk28xevf { width:4.25rem;height:4.25rem;top:37.4375rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { width:16.5625rem;height:13.4375rem;top:5.6875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEiEQxcGa9ksbHa8oGKaRThMdr1h0zGo { width:4.25rem;height:4.25rem;top:6.5rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xCNBOziUJWCGsVrdTT50mrkHOypByFAe { background-color:#ffffff;background-image:none;display:none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { width:20rem;height:50.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { width:14.875rem;height:6.75rem;top:22.875rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { width:13.5rem;height:1.625rem;top:21.25rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { width:15.25rem;height:8.4375rem;top:39.125rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { width:13.375rem;height:1.625rem;top:37.25rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { width:14.6875rem;height:5.0625rem;top:7.9375rem;left:2.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { width:13.9375rem;height:1.625rem;top:6.3125rem;left:3.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl11OTn9LxN1oELyfxoV4JDXVUNSO7Ex { background-color:#ffffff;background-image:none;display:block; }#xl11OTn9LxN1oELyfxoV4JDXVUNSO7Ex > .row .container { background-color: transparent; background-image: none; }#xl11OTn9LxN1oELyfxoV4JDXVUNSO7Ex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl11OTn9LxN1oELyfxoV4JDXVUNSO7Ex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl11OTn9LxN1oELyfxoV4JDXVUNSO7Ex > .row .container > .video-iframe-container { display: none; }#xl11OTn9LxN1oELyfxoV4JDXVUNSO7Ex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl11OTn9LxN1oELyfxoV4JDXVUNSO7Ex > .row > .video-iframe-container { display: none; }#xl11OTn9LxN1oELyfxoV4JDXVUNSO7Ex > .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); }#xl11OTn9LxN1oELyfxoV4JDXVUNSO7Ex > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaGBVxyU6TxVdJLeThrBX6PulNr24W2p { width:16.5625rem;height:17.625rem;top:34.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L69mGTBThCrZwqaoXPMs5qmlvoue5XLT { width:14.5625rem;height:8.4350625rem;top:42.4375rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRNfrnV4nivMy8vZGSZMV3gWSGRULvwf { width:16.5625rem;height:16.1875rem;top:17.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbuLHi1xo8w37bscqydPoVDeXropN2ka { width:14.3125rem;height:6.7480625rem;top:25.0625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZGG2TsBCFnU0LLhai82BUQeklkwr1AT { width:16.5625rem;height:14.375rem;top:1.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXxgQbVbwMa7ybvFG2K8m1L4nQ6OdzXu { width:14.6875rem;height:5.0610375rem;top:9.375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSChA2usKyDfu9H0R0PfipAE0ht5qe10 { width:13.625rem;height:1.625rem;top:22.6875rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyPLHp9dP8D8gC8Jrk7wAHGgU0RqbM8u { width:14.6875rem;height:1.625rem;top:40.125rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smN9TXAMPSm4dNPe83bdg1dkOmhMocGa { width:17.5625rem;height:1.625rem;top:6.8125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDpArc2qcHQDFhWeqbu1Zocqd4TgO5l2 { width:4.25rem;height:4.25rem;top:18.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCF2b78H9drtxuXEd2B9yyf76A40Crpp { width:4.25rem;height:4.25rem;top:35.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev0bQqDQyvT8SavdbPlEyr1egyBL7TT4 { width:4.25rem;height:4.25rem;top:2.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { width:20rem;height:3.84895625rem;top:1.51220703125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { width:20rem;height:16.89323125rem;top:23.750001430511rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyP2ASvTyEQugfqEwFkUOcUKP3LRJGT4 { width:20rem;height:20rem;top:0.96876001358031rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCPARswktCM4HmlZVrWaqJOW5zpF2AvS { display:none; }#LCPARswktCM4HmlZVrWaqJOW5zpF2AvS > .row .container { width:20rem;height:51.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SNELKNTceysA9WKpEf5VEPwy5s0XbqDG { width:12.5rem;height:1.94970625rem;top:10.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTXzDmo2rJmT18aeSdNDJhuoFwv8ZhH2 { width:12.5rem;height:5.68603125rem;top:10.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHKv9gAd1vVgmdDccSTFqyHfCTB90dH8 { width:11.125rem;height:3.8994125rem;top:21rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH7dTUdFcs4in8dF3hW1dexNApcOKrUF { width:10.9375rem;height:0.124783125rem;top:18rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7bhoMWhR6XoElJVq5oPwkT4hSrMivkm { width:12.5rem;height:1.94970625rem;top:29.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN2xF9QRPb2fopRH8KFeVbLH72Lhp4Ak { width:12.5rem;height:1.94970625rem;top:37.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFvFUuqb2HrQblxH4aEXnOTTDfocJLxn { width:12.5rem;height:1.625rem;top:7.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir8yoTS6aXgs1thWZL6LKcHmKFz8sBeN { width:12.5rem;height:1.625rem;top:19.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7nyIAI9B9HxOoD9ZO53xqx6rTO0UqOe { width:12.5rem;height:1.625rem;top:28.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJbUVqAsypieKiUM17faQTIM5MWlL95S { width:12.5rem;height:1.625rem;top:35.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #afwPoN2f5owcDy3eQUDPbp1M0ogN7TVJ { width:15.8125rem;height:3.375rem;top:2.4375rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:.9;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fWJIbncwFsTx0MsL57ShA1TpXQWOzazc { width:13.125rem;height:3.2495125rem;top:45.9375rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c60GWSG5MvGWvCIydW9N2VoIx9ZG6cDh { display:block; }
 }@media only screen and (max-width: 763px) { #EHxoanLPDL5kHcl19ek34tuUpCSrTyEo { width:10.3125rem;height:6.8232375rem;top:37.9365234375rem;left:4.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWUaUKC1p2hbCpK3qDVlSWIKGgP8R0EJ { width:10.875rem;height:0.1875rem;top:26.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyx05bJdKECmhklM3qAeEgxxyS1x9Lwk { width:11.0625rem;height:0.1875rem;top:33.69921875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfLxv2DANRObVBINsLrDOK3qNPInzVke { display:block; }#WfLxv2DANRObVBINsLrDOK3qNPInzVke > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaHgZ0F3526lqQTyPPbEMnD0m6T5blJv { width:20rem;height:1.92480625rem;top:2rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbTtqlDsb7HI4CCmaJ61sdC1ieK8hBOF { display:block; }#QbTtqlDsb7HI4CCmaJ61sdC1ieK8hBOF > .row .container { width:20rem;height:178.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehKMI5o8IwMn5BqD5GCEvNArEvRsbfRl { width:15.125rem;height:3.6875rem;top:19.8125rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2mm6GxV8yBs8ynXHRTJtT58a8m7WBZq { width:14.6875rem;height:2.3999rem;top:20.4375rem;left:2.6875rem;font-size:2rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #RDKT8IyE6DzFNdug7M1PamWfRUTZWyWu { width:15rem;height:15.8125rem;top:1.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPbgTzlKCgKNqz28CxrQ1BFBKLXRXdmb { width:12.4375rem;height:2.6875rem;top:13.0625rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGky13AUkv8u8FU0h5eOBl0go7UXT1y6 { display:block; }
 }@media only screen and (max-width: 763px) { #sofvvw2CLiWiAwrEH5C5lD9vmP7dqtAU { width:12.9375rem;height:3.6547875rem;top:9.25rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbs0ceLDttBzbPPl6OM6HT33Ze0ik59F { width:16.9375rem;height:1.6870125rem;top:7.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNiLLRAZ51WZKSnsHuDEg4Rpf7O1oWdT { width:16.4375rem;height:1.72485625rem;top:5.9375rem;left:1.8125rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PN8R5fV5NGVvlF9gZcMOWXyQKsa2WQIr { width:15.125rem;height:3.6875rem;top:1.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKC9vvxSTF9Oe8DHxBNI5c5ff0DfQm5K { width:14.6875rem;height:2.3999rem;top:1.9375rem;left:2.6875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cQkLQSapvtd1hqzXLrbny79TDC0RHSTg { width:15rem;height:15.8125rem;top:18.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQsNvDFzlaryZ6a5HxJFn9gAVAzZHQs { width:12.4375rem;height:2.6875rem;top:30.375rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSTrhTRPPXkVVkKx1ETKTQmUy0LIBpzL { display:block; }
 }@media only screen and (max-width: 763px) { #fk6aQ96IPE0e3bcDp2yCCRnznKQCRBX9 { width:12.9375rem;height:2.99926875rem;top:26.1875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1NiGhZK7s6FHgrSmOoyZ0lBCRqlngtK { width:16.9375rem;height:1.6870125rem;top:24.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prkgOVK8xmLsNqBWEicAPGoeux79uKZJ { width:16.4375rem;height:1.72485625rem;top:22.8125rem;left:1.8125rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EWpbdiPsdVwVvoPkDbtoUGmKzORwLKl0 { width:15.125rem;height:3.6875rem;top:18.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIiHMhDKamXtKUPskBRacea4ZRtA4fyp { width:14.6875rem;height:2.3999rem;top:19.3125rem;left:2.6875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #klBaX4GoqUCnanGJ2sQgPf1RwluGNqTL { width:15rem;height:15.8125rem;top:88.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESnf1hxd87IqhTtxlFLcmOvBBzQelIH6 { width:12.4375rem;height:2.6875rem;top:100.1875rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2wLneymBddDXmWzmZFooE9NHtwLRMe7 { display:block; }
 }@media only screen and (max-width: 763px) { #xhMW48n8kgys5bTHzPRTdTgqsFJfMVPm { width:12.9375rem;height:3.9386rem;top:96rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7GgQWUgPTlWFkAxKMyXDchWSH3X1KE2 { width:15rem;height:15.8125rem;top:71.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnkkeprHBN6hgohvJCeSZvT6G0ooc1Vn { width:12.4375rem;height:2.6875rem;top:82.875rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSHTTyxgnexme5UIvBUE2mR1TEvOwHmO { display:block; }
 }@media only screen and (max-width: 763px) { #K7ep385CL2SctL0Ok4GIc9lbvNv5scX3 { width:11.0625rem;height:2.99926875rem;top:79.25rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtT4HvbZETLODvFZNgVcDy93NyGB7zfM { width:15rem;height:15.8125rem;top:54.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG50AS1fLF019vOifEnTSBJmul4eWpiU { width:16.9375rem;height:1.6870125rem;top:60.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDxK99hLrqpopuhXOcRiFElXDy6TcCmN { width:16.4375rem;height:1.72485625rem;top:58.8125rem;left:1.8125rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zpgP5gmBRM0iskmhHPCUBInRWfZlTrg9 { width:16.9375rem;height:1.6870125rem;top:77.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekJc48C1i4MaTm9wrfaCkwSHgUOUUTmM { width:16.4375rem;height:1.72485625rem;top:75.75rem;left:1.8125rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UtSrd2IxKqb5HV0PqJyBErMyD3KTFgtl { width:16.9375rem;height:1.6870125rem;top:94.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iElHcE8aDvlOWNbTLegMlbKkrGla9xxB { width:16.4375rem;height:1.72485625rem;top:92.625rem;left:1.8125rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #p5faJagMURLQNHk1rEohp9EzTvGtp6TP { width:12.4375rem;height:2.6875rem;top:65.8125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR0kAzr1VcXrUSD1w6eATROAriSoPPuz { display:block; }
 }@media only screen and (max-width: 763px) { #wfHy7ksRfT8XcFrRxNzlvtJzdlCM2PmP { width:12.9375rem;height:1.49963125rem;top:62.125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVz73Ub06QDcaUAKp4Krcfm7LOIZrK0m { width:15.125rem;height:3.6875rem;top:54.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6pwn6QatOmaK1qOFD5UAUvtDO1WBI7f { width:15.125rem;height:3.6875rem;top:71.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRDnfaXJfbcbf8M9dcCypAMbyxTZy3FG { width:15.125rem;height:3.6875rem;top:88.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWGMBI8P9xpFyQHgKzSBQ7FMGoSM4pGA { width:14.6875rem;height:2.3999rem;top:54.6875rem;left:2.6875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yfiZayEvZHMNTdfCTeiptZDPzggDgG51 { width:14.6875rem;height:2.3999rem;top:71.75rem;left:2.6875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N1io9kXhFRDXHBeAMe34Ot82dC4KKZKh { width:14.6875rem;height:2.3999rem;top:89.125rem;left:2.6875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cbz4o73u0bEc0UoAgsc3KTTJmMTTT7iU { width:16.437375rem;height:1.72485625rem;top:39.75rem;left:1.75rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XkKhfqoDfxt8o8dMqNaLr1VkpT2fva5J { width:16.93725rem;height:1.6870125rem;top:41.5625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isu99zUuPSNTkudGI1l297JRryMX3skB { width:15.5625rem;height:3.625rem;top:35.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G162oLJT1plezBxz8FQb6rw7y487mTtZ { width:15.125rem;height:17.3125rem;top:35.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmqF0auPyL3bTLmsPMb4oSPXIyVKHR5f { width:14.6875rem;height:2.3999rem;top:35.6875rem;left:2.6875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #svownMrP5eA4KH1iCN9spTs8UXO2PgVN { width:12.5rem;height:2.6875rem;top:48.0625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDAT9mZlPwbk90IDKBmifchUM6wV92Zf { display:block; }
 }@media only screen and (max-width: 763px) { #wI2eAmMBzrz9nnvTPGAvEImU2mTpzd3O { width:12.9375rem;height:2.62573125rem;top:43.875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR0MtQgsCvNbh5R8pGxHul0HTp5S6Ipk { width:15rem;height:15.8125rem;top:159.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl5teUinLSA6aIK1unxNlh1nu6mXNlWR { width:12.4375rem;height:2.6875rem;top:171.5625rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih6rCCeBIpZUqmveXawDNMpKboBrXMI3 { display:block; }
 }@media only screen and (max-width: 763px) { #m10GoEt8dZoJrtx6bBmsaQlmKF7t4waD { width:12.9375rem;height:2.99926875rem;top:167.875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t49KtUpTD5xetIACq2Tg8gTZsf4sg37G { width:16.9375rem;height:1.6870125rem;top:166.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8cxQXssu3FqeZrgBbUPS9R5psSTKQPe { width:15rem;height:15.8125rem;top:124.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVZue8OwUHl1sqe8PggwKdb99HqvsLEF { width:12.4375rem;height:2.6875rem;top:136.0625rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnLZJ6OGZJ3aUkhr1mbEXHxJ4pOhGRFr { display:block; }
 }@media only screen and (max-width: 763px) { #zoQg1C418TTV3fwLWwpAkGqT61giIhDA { width:12.9375rem;height:1.49963125rem;top:132.375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow4OQZa5HQdZnsPJwWNFJ0uy1gO9lbUP { width:16.9375rem;height:1.6870125rem;top:130.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIRzo1DmGSx9bv7675rNPoTVkkLIPRkH { width:16.4375rem;height:1.72485625rem;top:129.0625rem;left:1.8125rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #U2kfDEHqLWN9p9N0OIC6DXHdGIanuJbB { width:16.4375rem;height:1.72485625rem;top:164.4375rem;left:1.8125rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TwN8CsXyZTluT28TIzL3IFnT4P0UMy3Z { width:15.125rem;height:3.6875rem;top:124.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l53IGWuCJNU7LDsi5hkPvpz2KhZQ8phw { width:15.125rem;height:3.6875rem;top:159.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLlLTUW6mJzGghCWSMpsQfOUrtA5FArS { width:14.6875rem;height:2.3999rem;top:124.9375rem;left:2.6875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GTTqMZhR7OGvktcF4ahBruMkWD8wOyv2 { width:14.6875rem;height:2.3999rem;top:160.4375rem;left:2.6875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BzlUtzGBFOyJthFh47uBLycwE22rGT9S { width:16.437375rem;height:1.72485625rem;top:110rem;left:1.75rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bcz9hPcatckpcbiwgMHm0Ah6dKO0Q7lG { width:16.93725rem;height:1.6870125rem;top:111.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHJh0n7r0QqzlGNFPsoAKvTp3hix7E6J { width:15.5625rem;height:3.625rem;top:105.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNrs8Q7m0CRETfOJaFyJqKcwcP4o6nUf { width:15.125rem;height:17.3125rem;top:105.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW8MFMs4IMKRu03LuAL0Qworc1reuPZE { width:14.6875rem;height:2.3999rem;top:105.9375rem;left:2.6875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ObinzqCBTVCIm5MQSzRsIRLtihT3RiJ9 { width:12.5rem;height:2.6875rem;top:118.3125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk5WqhgxhxGSokx536nRTht4tmLnOdZi { display:block; }
 }@media only screen and (max-width: 763px) { #FuxCs0Qft1TcTMkwJzUc85fVNdQGJ9vo { width:12.9375rem;height:2.99926875rem;top:114.125rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnMusmL2hNFRs5uCEpFQJpaxTevFapZ2 { width:15rem;height:15.75rem;top:142.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8o0TqadT9CxMBCvEx0hnyG11cfn9Wgi { width:12.375rem;height:2.625rem;top:154.4375rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCBLtltsdLO3fL8chMtMUfIvN9Crqud4 { display:block; }
 }@media only screen and (max-width: 763px) { #erM4aAyW76ETbM0UEt8uTHQ5FFHvx4s2 { width:13.75rem;height:2.99926875rem;top:150.62438964844rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzQ52LTt8wMUxI9KZTSJZMVyBEdnPVW2 { width:16.93725rem;height:1.6870125rem;top:148.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLnLDKxpzynMc6havdgDD4duxQy5o6zo { width:16.437375rem;height:1.72485625rem;top:146.5625rem;left:1.8125rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WxC8TnGcix948LPVOm9H5DkGohkXsMNk { width:15.0625rem;height:3.625rem;top:141.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0gzDrWnKdXNEREACD02KPUVBPKLK9uh { width:14.6875rem;height:2.3999rem;top:142.375rem;left:2.8125rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aU58KSFS58r9g1cciaEkKCM5mFXDgnBE { display:block; }#aU58KSFS58r9g1cciaEkKCM5mFXDgnBE > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIF5CXSkki2rmakkoGfoWwtBbKxVgacD { width:12.5rem;height:0;top:52.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEw0J0ERzWsWT8Zuc0oUDPXKwrVbHsOU { width:6.75rem;height:1.69921875rem;top:48.4375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #QPoERsH06p50b74BelXvkbn49n2kBESA { width:11.25rem;height:11.25rem;top:45.375rem;left:8.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #mgCCMVyQdgrnWii4tqUUQutISenxZbJN { width:15.125rem;height:15.125rem;top:33.625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cK0t8uMmDlkITxmTNrJEXvUCcQUGkgVb { width:10.8125rem;height:10.8125rem;top:51.125rem;left:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #yBmP1dXcXCmgVOzpoZp8pwuyxgaGhtNu { width:4.25rem;height:3.3984375rem;top:56.75rem;left:12.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ubOgIHcHbri9ydBB26TM0X891K2B0gVP { width:8.2495rem;height:2rem;top:62.1875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #I9ZTrkACdOJQcTDo3wKe9ThNvDA4G7zQ { width:20rem;height:2.0625rem;top:2.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JwuPBoJfy547M2gTOfrcLCPpEsEGd6l3 { width:20rem;height:25.98875rem;top:6rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { background-color:#261545;background-image:none;display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { background-color: transparent; background-image: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .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); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { width:13.8125rem;height:3.8984375rem;top:6.25rem;left:3.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0cGwCeNXPQGEvxcxhFup0Ay6h9zNMwT { width:0.125rem;height:1.25rem;top:10.2998046875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5TgXVxGvUxQvubzwmKoSVO1tAVCKCxr { width:0.125rem;height:1.25rem;top:21.56153125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { width:7.9375rem;height:2.8125rem;top:2.037109375rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc5fZHNFJoM1SroD6W8VKazQy9N6DbCI { width:9.4375rem;height:1.13769375rem;top:16.171875rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMA39deMQMqg7iczXTI1mAGoSzeer5CA { width:8.4375rem;height:1.13769375rem;top:13.78515625rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuvhODq3sW58qwLZD5pTaiDVnrrHTIER { width:11.6875rem;height:1.13769375rem;top:11.3984375rem;left:4.125rem;font-size:0.875rem;display:block; }
 }