.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:252,230,222;--color-primary-1:247,173,147;--color-primary-2:238,90,38;--color-primary-3:119,45,19;--color-primary-4:36,14,6;--color-secondary-0:218,222,227;--color-secondary-1:130,145,162;--color-secondary-2:5,34,68;--color-secondary-3:3,17,34;--color-secondary-4:1,5,10;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-2),1);background-image:none;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); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072240;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; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container { background-color: transparent; background-image: none; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container > .video-iframe-container { display: none; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row > .video-iframe-container { display: none; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .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); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container { border-width: 0; border-radius: 0; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container { font-size:0.875rem;font-family:arial;height:80.875rem;width:60rem;position:relative;display:block; }#TudP4DvioJ71S6e6DtEWb7nD4a4wdu2V { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:44rem;top:5rem;left:3.125rem;overflow:hidden;display:block; }
#zdIhD7OShWPSz4Xib0HMrKSeKXm1kslb { position:absolute;display:block;z-index:15082;height:31.6875rem;width:56.875rem;top:46.5rem;left:1.0625rem;display:block; }
#wKpG7WEUOEHAl4vBNO5FuK9eRqR6TceK { color:rgba(var(--color-tertiary-2),1);display:block;width:26.5rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:15054;line-height:1.1;letter-spacing:0;top:42.625rem;left:16.25rem;height:2.1308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iEfDULO4XGlxxUXiF5RTkACtd3SS7oyG { color:rgba(var(--color-primary-2),1);display:block;width:46.3125rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:26.4375rem;left:6.375rem;height:2.88671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTnMT341BpaJuiF0ZF9i7lflKSv33h8m { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.8125rem;width:11.8125rem;top:14.6875rem;left:46.25rem;overflow:hidden;display:block; }
#l98QzWexbqPDEp0tJst0nb8xpirNbvMP { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:19.974609375rem;left:35.1875rem;height:1.23730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hOnt9eOnOf1khBkvFVyRsaGPb4a0a7qN { box-sizing:content-box;height:16.375rem;width:55.3125rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.625rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OzxnNEZClkFUDcmClTGw1xkJaB3GlCmh { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.75rem;width:24.5rem;top:30.5625rem;left:28.125rem;overflow:hidden;display:block; }
#kwTJ9xrvAtB4Eyla2HaLGr1IJxEBkzcP { color:rgba(var(--color-secondary-2),1);display:block;width:18.625rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:15057;line-height:1.1;letter-spacing:0;top:32.125rem;left:7.375rem;height:5.56640625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oIQ9tKSlLXs5lmvgTsOXRSdxlwfigfT4 { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:4.5rem;top:21.2119140625rem;left:41.8125rem;overflow:hidden;display:block; }
#toikasT9WZK2Bu0uodg25AOBe496s8Ht { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .row .container { background-color: transparent; background-image: none; }#toikasT9WZK2Bu0uodg25AOBe496s8Ht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .row .container > .video-iframe-container { display: none; }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .row > .video-iframe-container { display: none; }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .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); }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .row .container { border-width: 0; border-radius: 0; }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .row .container { font-size:0.875rem;font-family:arial;height:480.6875rem;width:60rem;position:relative;display:block; }#OAiomalX2IIZA864g7c64kC3RIDx4BTR { color:rgba(var(--color-secondary-2),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.0625rem;left:9.03125rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#ETqQpDfh1IVmar0So5r3xxcHR7fx1pnO { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:25.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#QyFgG46PwBSF585pxDT6s8CEdQtWPwTf { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.5rem;left:26.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zWkBg69eyfRr9K80VcEKsoWvLIKlxHUo { position:absolute;display:block;z-index:15013;height:25.25rem;width:45.125rem;top:12.25rem;left:7.4375rem;display:block; }
#iCIbq65M6Pgrn0AKN97wTdeJWOlMg2pk { position:absolute;display:block;z-index:15018;height:25.25rem;width:45.125rem;top:49.0625rem;left:8.0625rem;display:block; }
#Qobs9sLVALZthdbGWE647N9g2lOCsesW { color:rgba(var(--color-secondary-2),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:45.3125rem;left:9.625rem;height:2.40625rem;text-align:center;text-align-last:center;display:block; }
#FRwq5yEy995ezb4ZgJyoc7DkFfXwP2Hi { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.4375rem;left:25.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#qIldmiyL7h3eLS2IBlqpEuJyzKSifw04 { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:42.875rem;left:26.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#umVnxpJpJ3Ren9C6p4zekWSXx4x8pAy4 { position:absolute;display:block;z-index:15023;height:25.25rem;width:45.125rem;top:87.1875rem;left:8.0625rem;display:block; }
#NyoNAF2cBiCUfMUTo1t8sIaWZNbc5Lsq { color:rgba(var(--color-secondary-2),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:81.75rem;left:9.625rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#Awx4EFeGrIgahRKO8gKxJxTnaDFBNTo4 { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.875rem;left:25.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#fuPA4sonhkdKTVJPfh9FQmfHwW1zERTN { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:79.3125rem;left:26.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NI2HAkPMf3paypSNclCKNsl590D8pUJS { position:absolute;display:block;z-index:15028;height:25.25rem;width:45.125rem;top:125.9375rem;left:8.0625rem;display:block; }
#tsJRS8kFAp7wlmi34sxQfUah68kVGNTF { color:rgba(var(--color-secondary-2),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:120.5rem;left:9.625rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#yZFLxhydUnCJcDsZ8lVMm2JthlLgaa2P { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:117.625rem;left:25.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#AC3KB1ei7MK4NidTBx9SQSJHbAGLFsiU { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:118.0625rem;left:26.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yUriWkffwDJlLCIEBLFfeumEpI7t37o5 { position:absolute;display:block;z-index:15033;height:25.25rem;width:45.125rem;top:169.25rem;left:9.0625rem;display:block; }
#Ln9y8bqk0AWxvholTcHpErudkfh0RPmf { color:rgba(var(--color-secondary-2),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:160.375rem;left:9.625rem;height:7.21875rem;text-align:center;text-align-last:center;display:block; }
#ZN6EB62B0E3HE2GaO92GsvHANoDxK6iM { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:157.375rem;left:25.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#hTK6uFfUMIbcZ8pplo7mW0BzORHDEAli { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:157.8125rem;left:26.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f2uP12GKDQu9KgcuBCm8rz6T8oZIOIuA { position:absolute;display:block;z-index:15043;height:25.25rem;width:45.125rem;top:209.5625rem;left:8.0625rem;display:block; }
#RtK6ZAixxwJ9NZ4fXSAw6qGbfuVdWsaL { color:rgba(var(--color-secondary-2),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:203.0625rem;left:8.625rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#uvyf4oB5UTRzMiNVoboMvrBN8i4mhTrr { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:200.0625rem;left:25.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#eU00kgg2F6L92P628GxTCqyNEdX4EQFz { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:200.5rem;left:26.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDAWUQTsm5BzVpy5n9MGiiTVTGouFrKJ { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.5625rem;left:20.625rem;display:block; }
#t0u5GRS3fD7lAQOUVy6oPNB0rR5eXcO1 { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.4375rem;left:21.21875rem;display:block; }
#cxlle0io4aPwN1tWOLngNv4cnTFoUBN2 { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:115.875rem;left:20.625rem;display:block; }
#GxZuJbotH1hAOgOVFyZRoDEypoIacg4R { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:155.25rem;left:20.5625rem;display:block; }
#QaEoCNTJupawHPqyeseQNzpg0eWl9ZAb { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:198.6875rem;left:20.625rem;display:block; }
#W7ftTXTH75Tlmi10OfkqwTIGUSsd6kgt { position:absolute;display:block;z-index:15049;height:25.25rem;width:45.125rem;top:250rem;left:8.0625rem;display:block; }
#u7LdronReADXb9FOVllGi4ziVQF9qQrn { color:rgba(var(--color-secondary-2),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:243.5rem;left:8.625rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#IJMzZzvIght7gGzpxiLhFmGB7yapFJ6L { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:240.5rem;left:25.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#loIWpJBu53eni0FGKbMKFZVqSeG7DLhG { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:240.9375rem;left:26.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MLXJoMzE9wpUtTTvDDqO00u5U5pyMxfb { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:238.75rem;left:21.1875rem;display:block; }
#HMWT7TOfQUvTBGHIsiXPRqZZazv7o2Vv { position:absolute;display:block;z-index:15055;height:25.25rem;width:45.125rem;top:290.1875rem;left:8.0625rem;display:block; }
#SVaRlApLuuUhq05D8SqTgZgwPTwgUpFt { color:rgba(var(--color-secondary-2),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:283.6875rem;left:8.625rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#Z8TrreGDeUSnSDuDL6yKEBTNyKdMcOt9 { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:280.6875rem;left:25.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#BMgdCkab66WLdQUCVeQr3D5LkQaOXs8J { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:281.125rem;left:26.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BFag2R51bvvXCCsDFvbauJF0PqrTT4dz { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:278.9375rem;left:21.1875rem;display:block; }
#f7ChHNtwMTLNoRD6LVgz57q3DU3J4TJm { position:absolute;display:block;z-index:15060;height:25.25rem;width:45.125rem;top:330.1875rem;left:8.0625rem;display:block; }
#oCz8JKcLRreHb6DQhPClrWbUghI6XvTO { color:rgba(var(--color-secondary-2),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15049;line-height:1.1;letter-spacing:0;top:323.6875rem;left:8.625rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#DhQsc3sXAwIfkUtCGbevTq5hm3Pv9GSk { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:320.6875rem;left:25.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#oKKW3BZpdfTJOEQ649FPI7dvbivOJzZ3 { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:321.125rem;left:26.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m8TK78sW0EWhEdLKTDxWgy0OhNlBovTX { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:318.875rem;left:21.21875rem;display:block; }
#nLreFExXiPGJhUCi6HeT41Fs2K46pJ0w { position:absolute;display:block;z-index:15066;height:25.25rem;width:45.125rem;top:370.625rem;left:8.0625rem;display:block; }
#S58TXGxcrkT5iCcFHHMMSwkKyy6CEfU3 { color:rgba(var(--color-secondary-2),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15055;line-height:1.1;letter-spacing:0;top:364.125rem;left:8.625rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#VkwGW8f6cTPV4h4BgbtGJUbhk4D1Ddkq { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:361.125rem;left:25.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#iicsMMVJ8kDz5vnrfexrihSVD2oR2ekB { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:361.5625rem;left:26.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCSOn3ekIHKonFZSFHKUD3FrGRxrHhuk { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:359.3125rem;left:21.1875rem;display:block; }
#wempH5Dw4LBHm32ldrDzsbiH9TyOzNbk { position:absolute;display:block;z-index:15072;height:25.25rem;width:45.125rem;top:410.8125rem;left:8.0625rem;display:block; }
#wo3X7mCpzeGMzxFwl2kCHUBsTay1AAg1 { color:rgba(var(--color-secondary-2),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15061;line-height:1.1;letter-spacing:0;top:404.3125rem;left:8.625rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#SCOVoeDKbBw6XT1Q7TmtLCWT4o4c3g4k { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:401.3125rem;left:25.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#CcThgIHmCFw3fUcrIZbzQmJJTA2nbVRV { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:401.75rem;left:26.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFi4Kpr2l4xRwbBXqztGA6oLGX13r2Dz { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:399.5rem;left:21.1875rem;display:block; }
#qK4Xbarz72uBLrr4DDAqXr12BdkHMpsK { position:absolute;display:block;z-index:15078;height:25.25rem;width:45.125rem;top:451.1875rem;left:8.0625rem;display:block; }
#WvftBs5X7lUk42Wz9bmIJZ47lhL9BhtB { color:rgba(var(--color-secondary-2),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15067;line-height:1.1;letter-spacing:0;top:444.6875rem;left:8.625rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#q2JhzktfPsU8LeSly1VqvMzk9sICqWb8 { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:441.6875rem;left:25.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#iOkXJhNXKdgDe5dl0Et6bZ6H9V1ZbFcJ { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:442.125rem;left:26.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XnSgpXoRCXV6CxtX6pWQLrk136qzTRXm { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:439.875rem;left:21.1875rem;display:block; }
#QzlmSelKeUt0r2RIfcQFgmMNNGNrDapy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.9375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:38.6875rem;left:22.53125rem;display:block; }
#l6TS4FxBKI4Kpw6ER3yiVJtwT8p2eVAI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i7pUefW8phI82dpnOk87stfhgk4VUb6y { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.9375rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:74.875rem;left:22.53125rem;display:block; }
#T15Eekaz2g5r9y4sh72qZm659mToOldP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yKlaKpIkS3ocJ9ouLmJRMGGqZeGlegRX { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.9375rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:113.3125rem;left:21.9375rem;display:block; }
#I9KaPZwahh9OcEfroyvvbz5NgJdC4HXE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M5sn29lgch0F4V3TBwKwHylR0Nt7aoLw { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.9375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:152.375rem;left:21.9375rem;display:block; }
#dp5cMNtK1C3UwMATvZahOC7Oe7DPpt5E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nnLlEND0grrOCcvRQHQxyhXr99xAvEo5 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.9375rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:195.5rem;left:21.9375rem;display:block; }
#R4zttxlxnQTpoBIXgImOPZ43abeeqouX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J4UTPH39wKIUPi15qcI8aRqHtg1GHNaR { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.9375rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:235.9375rem;left:22.53125rem;display:block; }
#uwaZIKlDlbDGUu0vczgLkaJv9bTNqa7I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q8I4lBaGdLz1392i3XRCdpz7FzpetS8o { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.9375rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:276.125rem;left:21.9375rem;display:block; }
#NSyUCVJ3k8T0a7ctHEfKn9O8zcUaW0A0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GArxG6gHdyLBWvwHLdSGp7bmMmsX92aT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.9375rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:316.25rem;left:22.53125rem;display:block; }
#PvwefQXmUOZyCWN7JhfqsdEE1x4ndDwn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eh5ZTBiEFJ0DhrU1Xu81OVDG5J12HaMT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.9375rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:356.5625rem;left:22.53125rem;display:block; }
#a6ElbgqUx1vd2rnQKJP96SF5DrKdDmVx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rd4y814twqTBiAtkvNURvwFQlLPTlG1Z { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.9375rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:396.875rem;left:22.53125rem;display:block; }
#m5lb2U2sVWxXsg0H1h5Xzr1pL8Zky2OL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IGhmbhoDQwSaHVEiqSBD4INPPlT5xqW1 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.9375rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:437.25rem;left:22.53125rem;display:block; }
#w39EOOZNWw50hH4pH7vB2VQ8Qn9cQ1Ci { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PUWlrRs2sKAJNKSLniM2LAUyRT4TTUQH { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.9375rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:477.5rem;left:21.9375rem;display:block; }
#Efg7mWwdH3qTTGVmaG6VrlG6SydIgd52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row .container { background-color: transparent; background-image: none; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row .container > .video-iframe-container { display: none; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row > .video-iframe-container { display: none; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .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); }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row .container { border-width: 0; border-radius: 0; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#VGRIO2FM1T6HFo650Odqa3KXqLqHITtc { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.25rem;width:29.6875rem;top:-0.0625rem;left:0.89782423208194rem;overflow:hidden;display:block; }
#pDAebq5JQKVKr4Lvn2OrxJoXqsaI9Eul { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:ubuntu;font-size:2.5625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:9.5rem;left:31.375rem;height:2.8183625rem;text-align:left;text-align-last:left;display:block; }
#iFhgX3ndouN4wwcO4U9G7bsU88JDXmQx { color:rgba(var(--color-secondary-2),1);display:block;width:25.5rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:13.005859375rem;left:31.375rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#dJxINsp71Z6xrgJbNmyNfhNz5b3pe3L8 { box-sizing:content-box;height:26.625rem;width:42.5625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.125rem;left:15.9375rem;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; }
#OOSH72HBGzGv6XGphvKqipTx4dZmZlSG { color:rgba(var(--color-secondary-2),1);display:block;width:26rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:17.3125rem;left:31.375rem;height:16.3515625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dqzDBfEKh1WRq5Ddpkdc64NGbwBJG64e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#dqzDBfEKh1WRq5Ddpkdc64NGbwBJG64e > .row .container { background-color: transparent; background-image: none; }#dqzDBfEKh1WRq5Ddpkdc64NGbwBJG64e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqzDBfEKh1WRq5Ddpkdc64NGbwBJG64e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqzDBfEKh1WRq5Ddpkdc64NGbwBJG64e > .row .container > .video-iframe-container { display: none; }#dqzDBfEKh1WRq5Ddpkdc64NGbwBJG64e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqzDBfEKh1WRq5Ddpkdc64NGbwBJG64e > .row > .video-iframe-container { display: none; }#dqzDBfEKh1WRq5Ddpkdc64NGbwBJG64e > .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); }#dqzDBfEKh1WRq5Ddpkdc64NGbwBJG64e > .row .container { border-width: 0; border-radius: 0; }#dqzDBfEKh1WRq5Ddpkdc64NGbwBJG64e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dqzDBfEKh1WRq5Ddpkdc64NGbwBJG64e > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#TqBG3H2gmW3mTNu7PZdwhTMogG2bxWf3 { color:rgba(var(--color-primary-2),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.5rem;left:8.4375rem;height:2.19921875rem;text-align:center;text-align-last:center;display:block; }
#bO15yTWQQwOPF8aXI97bNGl1XxDrOHbV { color:rgba(var(--color-secondary-2),1);display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:3.69921875rem;left:24.625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row .container { background-color: transparent; background-image: none; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row .container > .video-iframe-container { display: none; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row > .video-iframe-container { display: none; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .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); }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row .container { border-width: 0; border-radius: 0; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#vNoGc0VDw3TWiJiNV8P4ZPeN456iOd1U { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:14.75rem;top:1.375rem;left:22.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dJfmUCri7hvllKU31JRrx2A57txDmkCZ { display:block; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TudP4DvioJ71S6e6DtEWb7nD4a4wdu2V { width:44rem;height:11.6875rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdIhD7OShWPSz4Xib0HMrKSeKXm1kslb { width:47.75rem;height:31.6875rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKpG7WEUOEHAl4vBNO5FuK9eRqR6TceK { width:26.5rem;height:2.125rem;top:42.625rem;left:10.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEfDULO4XGlxxUXiF5RTkACtd3SS7oyG { width:46.3125rem;height:2.875rem;top:26.4375rem;left:0.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTnMT341BpaJuiF0ZF9i7lflKSv33h8m { width:11.8125rem;height:11.8125rem;top:14.6875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l98QzWexbqPDEp0tJst0nb8xpirNbvMP { width:11.125rem;height:1.25rem;top:19.9375rem;left:29.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOnt9eOnOf1khBkvFVyRsaGPb4a0a7qN { width:47.75rem;height:16.375rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxnNEZClkFUDcmClTGw1xkJaB3GlCmh { width:24.5rem;height:8.75rem;top:30.5625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwTJ9xrvAtB4Eyla2HaLGr1IJxEBkzcP { width:18.625rem;height:5.5625rem;top:32.125rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIQ9tKSlLXs5lmvgTsOXRSdxlwfigfT4 { width:4.5rem;height:2.1875rem;top:21.1875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toikasT9WZK2Bu0uodg25AOBe496s8Ht { display:block; }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAiomalX2IIZA864g7c64kC3RIDx4BTR { width:43.125rem;height:4.8125rem;top:6.0625rem;left:2.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETqQpDfh1IVmar0So5r3xxcHR7fx1pnO { width:9.8125rem;height:2.25rem;top:3.0625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyFgG46PwBSF585pxDT6s8CEdQtWPwTf { width:8.3125rem;height:1.25rem;top:3.5rem;left:20.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWkBg69eyfRr9K80VcEKsoWvLIKlxHUo { width:45.125rem;height:25.25rem;top:12.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCIbq65M6Pgrn0AKN97wTdeJWOlMg2pk { width:45.125rem;height:25.25rem;top:49.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qobs9sLVALZthdbGWE647N9g2lOCsesW { width:43.125rem;height:2.375rem;top:45.3125rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRwq5yEy995ezb4ZgJyoc7DkFfXwP2Hi { width:9.8125rem;height:2.25rem;top:42.4375rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIldmiyL7h3eLS2IBlqpEuJyzKSifw04 { width:8.3125rem;height:1.25rem;top:42.875rem;left:20.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umVnxpJpJ3Ren9C6p4zekWSXx4x8pAy4 { width:45.125rem;height:25.25rem;top:87.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyoNAF2cBiCUfMUTo1t8sIaWZNbc5Lsq { width:43.125rem;height:;top:81.75rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awx4EFeGrIgahRKO8gKxJxTnaDFBNTo4 { width:9.8125rem;height:2.25rem;top:78.875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuPA4sonhkdKTVJPfh9FQmfHwW1zERTN { width:8.3125rem;height:1.25rem;top:79.3125rem;left:20.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI2HAkPMf3paypSNclCKNsl590D8pUJS { width:45.125rem;height:25.25rem;top:125.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsJRS8kFAp7wlmi34sxQfUah68kVGNTF { width:43.125rem;height:4.8125rem;top:120.5rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZFLxhydUnCJcDsZ8lVMm2JthlLgaa2P { width:9.8125rem;height:2.25rem;top:117.625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC3KB1ei7MK4NidTBx9SQSJHbAGLFsiU { width:8.3125rem;height:1.25rem;top:118.0625rem;left:20.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUriWkffwDJlLCIEBLFfeumEpI7t37o5 { width:45.125rem;height:25.25rem;top:169.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln9y8bqk0AWxvholTcHpErudkfh0RPmf { width:43.125rem;height:7.1875rem;top:160.375rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN6EB62B0E3HE2GaO92GsvHANoDxK6iM { width:9.8125rem;height:2.25rem;top:157.375rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTK6uFfUMIbcZ8pplo7mW0BzORHDEAli { width:8.3125rem;height:1.25rem;top:157.8125rem;left:20.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2uP12GKDQu9KgcuBCm8rz6T8oZIOIuA { width:45.125rem;height:25.25rem;top:209.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtK6ZAixxwJ9NZ4fXSAw6qGbfuVdWsaL { width:43.125rem;height:4.8125rem;top:203.0625rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvyf4oB5UTRzMiNVoboMvrBN8i4mhTrr { width:9.8125rem;height:2.25rem;top:200.0625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU00kgg2F6L92P628GxTCqyNEdX4EQFz { width:8.3125rem;height:1.25rem;top:200.5rem;left:20.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDAWUQTsm5BzVpy5n9MGiiTVTGouFrKJ { width:18.75rem;height:0.0625rem;top:41.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0u5GRS3fD7lAQOUVy6oPNB0rR5eXcO1 { width:18.75rem;height:0.0625rem;top:77.4375rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxlle0io4aPwN1tWOLngNv4cnTFoUBN2 { width:18.75rem;height:0.0625rem;top:115.875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxZuJbotH1hAOgOVFyZRoDEypoIacg4R { width:18.75rem;height:0.0625rem;top:155.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaEoCNTJupawHPqyeseQNzpg0eWl9ZAb { width:18.75rem;height:0.0625rem;top:198.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7ftTXTH75Tlmi10OfkqwTIGUSsd6kgt { width:45.125rem;height:25.25rem;top:250rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7LdronReADXb9FOVllGi4ziVQF9qQrn { width:43.125rem;height:;top:243.5rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJMzZzvIght7gGzpxiLhFmGB7yapFJ6L { width:9.8125rem;height:2.25rem;top:240.5rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loIWpJBu53eni0FGKbMKFZVqSeG7DLhG { width:8.3125rem;height:1.25rem;top:240.9375rem;left:20.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLXJoMzE9wpUtTTvDDqO00u5U5pyMxfb { width:18.75rem;height:0.0625rem;top:238.75rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMWT7TOfQUvTBGHIsiXPRqZZazv7o2Vv { width:45.125rem;height:25.25rem;top:290.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVaRlApLuuUhq05D8SqTgZgwPTwgUpFt { width:43.125rem;height:;top:283.6875rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8TrreGDeUSnSDuDL6yKEBTNyKdMcOt9 { width:9.8125rem;height:2.25rem;top:280.6875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMgdCkab66WLdQUCVeQr3D5LkQaOXs8J { width:8.3125rem;height:1.25rem;top:281.125rem;left:20.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFag2R51bvvXCCsDFvbauJF0PqrTT4dz { width:18.75rem;height:0.0625rem;top:278.9375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7ChHNtwMTLNoRD6LVgz57q3DU3J4TJm { width:45.125rem;height:25.25rem;top:330.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCz8JKcLRreHb6DQhPClrWbUghI6XvTO { width:43.125rem;height:;top:323.6875rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhQsc3sXAwIfkUtCGbevTq5hm3Pv9GSk { width:9.8125rem;height:2.25rem;top:320.6875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKKW3BZpdfTJOEQ649FPI7dvbivOJzZ3 { width:8.3125rem;height:1.25rem;top:321.125rem;left:20.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8TK78sW0EWhEdLKTDxWgy0OhNlBovTX { width:18.75rem;height:0.0625rem;top:318.875rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLreFExXiPGJhUCi6HeT41Fs2K46pJ0w { width:45.125rem;height:25.25rem;top:370.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S58TXGxcrkT5iCcFHHMMSwkKyy6CEfU3 { width:43.125rem;height:;top:364.125rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkwGW8f6cTPV4h4BgbtGJUbhk4D1Ddkq { width:9.8125rem;height:2.25rem;top:361.125rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iicsMMVJ8kDz5vnrfexrihSVD2oR2ekB { width:8.3125rem;height:1.25rem;top:361.5625rem;left:20.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCSOn3ekIHKonFZSFHKUD3FrGRxrHhuk { width:18.75rem;height:0.0625rem;top:359.3125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wempH5Dw4LBHm32ldrDzsbiH9TyOzNbk { width:45.125rem;height:25.25rem;top:410.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo3X7mCpzeGMzxFwl2kCHUBsTay1AAg1 { width:43.125rem;height:;top:404.3125rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCOVoeDKbBw6XT1Q7TmtLCWT4o4c3g4k { width:9.8125rem;height:2.25rem;top:401.3125rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcThgIHmCFw3fUcrIZbzQmJJTA2nbVRV { width:8.3125rem;height:1.25rem;top:401.75rem;left:20.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFi4Kpr2l4xRwbBXqztGA6oLGX13r2Dz { width:18.75rem;height:0.0625rem;top:399.5rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK4Xbarz72uBLrr4DDAqXr12BdkHMpsK { width:45.125rem;height:25.25rem;top:451.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvftBs5X7lUk42Wz9bmIJZ47lhL9BhtB { width:43.125rem;height:4.8125rem;top:444.6875rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2JhzktfPsU8LeSly1VqvMzk9sICqWb8 { width:9.8125rem;height:2.25rem;top:441.6875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOkXJhNXKdgDe5dl0Et6bZ6H9V1ZbFcJ { width:8.3125rem;height:1.25rem;top:442.125rem;left:20.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnSgpXoRCXV6CxtX6pWQLrk136qzTRXm { width:18.75rem;height:0.0625rem;top:439.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzlmSelKeUt0r2RIfcQFgmMNNGNrDapy { width:16.125rem;height:1.9375rem;top:38.6875rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6TS4FxBKI4Kpw6ER3yiVJtwT8p2eVAI { display:block; }
 }@media only screen and (max-width: 763px) { #i7pUefW8phI82dpnOk87stfhgk4VUb6y { width:16.125rem;height:1.9375rem;top:74.875rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T15Eekaz2g5r9y4sh72qZm659mToOldP { display:block; }
 }@media only screen and (max-width: 763px) { #yKlaKpIkS3ocJ9ouLmJRMGGqZeGlegRX { width:16.125rem;height:1.9375rem;top:113.3125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9KaPZwahh9OcEfroyvvbz5NgJdC4HXE { display:block; }
 }@media only screen and (max-width: 763px) { #M5sn29lgch0F4V3TBwKwHylR0Nt7aoLw { width:16.125rem;height:1.9375rem;top:152.375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp5cMNtK1C3UwMATvZahOC7Oe7DPpt5E { display:block; }
 }@media only screen and (max-width: 763px) { #nnLlEND0grrOCcvRQHQxyhXr99xAvEo5 { width:16.125rem;height:1.9375rem;top:195.5rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4zttxlxnQTpoBIXgImOPZ43abeeqouX { display:block; }
 }@media only screen and (max-width: 763px) { #J4UTPH39wKIUPi15qcI8aRqHtg1GHNaR { width:16.125rem;height:1.9375rem;top:235.9375rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwaZIKlDlbDGUu0vczgLkaJv9bTNqa7I { display:block; }
 }@media only screen and (max-width: 763px) { #q8I4lBaGdLz1392i3XRCdpz7FzpetS8o { width:16.125rem;height:1.9375rem;top:276.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSyUCVJ3k8T0a7ctHEfKn9O8zcUaW0A0 { display:block; }
 }@media only screen and (max-width: 763px) { #GArxG6gHdyLBWvwHLdSGp7bmMmsX92aT { width:16.125rem;height:1.9375rem;top:316.25rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvwefQXmUOZyCWN7JhfqsdEE1x4ndDwn { display:block; }
 }@media only screen and (max-width: 763px) { #eh5ZTBiEFJ0DhrU1Xu81OVDG5J12HaMT { width:16.125rem;height:1.9375rem;top:356.5625rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6ElbgqUx1vd2rnQKJP96SF5DrKdDmVx { display:block; }
 }@media only screen and (max-width: 763px) { #rd4y814twqTBiAtkvNURvwFQlLPTlG1Z { width:16.125rem;height:1.9375rem;top:396.875rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5lb2U2sVWxXsg0H1h5Xzr1pL8Zky2OL { display:block; }
 }@media only screen and (max-width: 763px) { #IGhmbhoDQwSaHVEiqSBD4INPPlT5xqW1 { width:16.125rem;height:1.9375rem;top:437.25rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w39EOOZNWw50hH4pH7vB2VQ8Qn9cQ1Ci { display:block; }
 }@media only screen and (max-width: 763px) { #PUWlrRs2sKAJNKSLniM2LAUyRT4TTUQH { width:16.125rem;height:1.9375rem;top:477.5rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efg7mWwdH3qTTGVmaG6VrlG6SydIgd52 { display:block; }
 }@media only screen and (max-width: 763px) { #heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 { display:block; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGRIO2FM1T6HFo650Odqa3KXqLqHITtc { width:29.6875rem;height:38.25rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDAebq5JQKVKr4Lvn2OrxJoXqsaI9Eul { width:19.125rem;height:2.8125rem;top:9.5rem;left:25.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFhgX3ndouN4wwcO4U9G7bsU88JDXmQx { width:25.5rem;height:3.4375rem;top:13rem;left:22.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJxINsp71Z6xrgJbNmyNfhNz5b3pe3L8 { width:42.5625rem;height:26.625rem;top:8.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOSH72HBGzGv6XGphvKqipTx4dZmZlSG { width:26rem;height:16.3125rem;top:17.3125rem;left:21.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqzDBfEKh1WRq5Ddpkdc64NGbwBJG64e { display:block; }#dqzDBfEKh1WRq5Ddpkdc64NGbwBJG64e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqBG3H2gmW3mTNu7PZdwhTMogG2bxWf3 { width:43.125rem;height:2.1875rem;top:1.5rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO15yTWQQwOPF8aXI97bNGl1XxDrOHbV { width:10.375rem;height:1.4375rem;top:3.6875rem;left:18.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB { display:block; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNoGc0VDw3TWiJiNV8P4ZPeN456iOd1U { width:14.75rem;height:3.5625rem;top:1.375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dJfmUCri7hvllKU31JRrx2A57txDmkCZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container { background-color: transparent; background-image: none; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container > .video-iframe-container { display: none; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row > .video-iframe-container { display: none; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .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); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TudP4DvioJ71S6e6DtEWb7nD4a4wdu2V { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdIhD7OShWPSz4Xib0HMrKSeKXm1kslb { width:20rem;height:11.125rem;top:50.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKpG7WEUOEHAl4vBNO5FuK9eRqR6TceK { width:17.25rem;height:4.26171875rem;top:45.875rem;left:1.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEfDULO4XGlxxUXiF5RTkACtd3SS7oyG { width:19.5625rem;height:5.22265625rem;top:11.0498046875rem;left:0.21875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTnMT341BpaJuiF0ZF9i7lflKSv33h8m { width:9.5rem;height:9.5rem;top:34.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l98QzWexbqPDEp0tJst0nb8xpirNbvMP { width:11.125rem;height:1.23730625rem;top:32.0625rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOnt9eOnOf1khBkvFVyRsaGPb4a0a7qN { width:20rem;height:20.9375rem;top:10.11230625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxnNEZClkFUDcmClTGw1xkJaB3GlCmh { width:16.4375rem;height:5.8125rem;top:23.2373046875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwTJ9xrvAtB4Eyla2HaLGr1IJxEBkzcP { width:16.9375rem;height:3.0234375rem;top:17.7998046875rem;left:1.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIQ9tKSlLXs5lmvgTsOXRSdxlwfigfT4 { width:4.5rem;height:2.1875rem;top:40.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #toikasT9WZK2Bu0uodg25AOBe496s8Ht { background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .row .container { background-color: transparent; background-image: none; }#toikasT9WZK2Bu0uodg25AOBe496s8Ht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .row .container > .video-iframe-container { display: none; }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .row > .video-iframe-container { display: none; }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .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); }#toikasT9WZK2Bu0uodg25AOBe496s8Ht > .row .container { width:20rem;height:285.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAiomalX2IIZA864g7c64kC3RIDx4BTR { width:16.3125rem;height:4.125rem;top:5.125rem;left:1.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETqQpDfh1IVmar0So5r3xxcHR7fx1pnO { width:9.8125rem;height:2.25rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyFgG46PwBSF585pxDT6s8CEdQtWPwTf { width:8.3125rem;height:1.0556625rem;top:1.875rem;left:5.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWkBg69eyfRr9K80VcEKsoWvLIKlxHUo { width:20rem;height:11.1875rem;top:10.984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCIbq65M6Pgrn0AKN97wTdeJWOlMg2pk { width:20rem;height:11.25rem;top:34.0078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qobs9sLVALZthdbGWE647N9g2lOCsesW { width:20rem;height:1.375rem;top:30.859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRwq5yEy995ezb4ZgJyoc7DkFfXwP2Hi { width:9.8125rem;height:2.25rem;top:27.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIldmiyL7h3eLS2IBlqpEuJyzKSifw04 { width:8.3125rem;height:1.0556625rem;top:27.9375rem;left:5.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umVnxpJpJ3Ren9C6p4zekWSXx4x8pAy4 { width:20rem;height:11rem;top:57.8046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyoNAF2cBiCUfMUTo1t8sIaWZNbc5Lsq { width:20rem;height:2.75rem;top:54.1953125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Awx4EFeGrIgahRKO8gKxJxTnaDFBNTo4 { width:9.8125rem;height:2.25rem;top:50.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuPA4sonhkdKTVJPfh9FQmfHwW1zERTN { width:8.3125rem;height:1.0556625rem;top:50.875rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI2HAkPMf3paypSNclCKNsl590D8pUJS { width:20rem;height:10.6875rem;top:80.9638671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsJRS8kFAp7wlmi34sxQfUah68kVGNTF { width:20rem;height:2.75rem;top:76.9296875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZFLxhydUnCJcDsZ8lVMm2JthlLgaa2P { width:9.8125rem;height:2.25rem;top:73.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC3KB1ei7MK4NidTBx9SQSJHbAGLFsiU { width:8.3125rem;height:1.0556625rem;top:74.0625rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUriWkffwDJlLCIEBLFfeumEpI7t37o5 { width:20rem;height:11.0625rem;top:105.7099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln9y8bqk0AWxvholTcHpErudkfh0RPmf { width:20rem;height:4.125rem;top:100.4638671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZN6EB62B0E3HE2GaO92GsvHANoDxK6iM { width:9.8125rem;height:2.25rem;top:96.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTK6uFfUMIbcZ8pplo7mW0BzORHDEAli { width:8.3125rem;height:1.0556625rem;top:97.5625rem;left:5.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2uP12GKDQu9KgcuBCm8rz6T8oZIOIuA { width:20rem;height:11.3125rem;top:131.5185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtK6ZAixxwJ9NZ4fXSAw6qGbfuVdWsaL { width:20rem;height:4.125rem;top:125.8974609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uvyf4oB5UTRzMiNVoboMvrBN8i4mhTrr { width:9.8125rem;height:2.25rem;top:122.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU00kgg2F6L92P628GxTCqyNEdX4EQFz { width:8.3125rem;height:1.0556625rem;top:123.125rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDAWUQTsm5BzVpy5n9MGiiTVTGouFrKJ { width:18.75rem;height:0.0625rem;top:25.921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0u5GRS3fD7lAQOUVy6oPNB0rR5eXcO1 { width:18.75rem;height:0.0625rem;top:48.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxlle0io4aPwN1tWOLngNv4cnTFoUBN2 { width:18.75rem;height:0.0625rem;top:72.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxZuJbotH1hAOgOVFyZRoDEypoIacg4R { width:18.75rem;height:0.0625rem;top:95.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaEoCNTJupawHPqyeseQNzpg0eWl9ZAb { width:18.75rem;height:0.0625rem;top:121.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7ftTXTH75Tlmi10OfkqwTIGUSsd6kgt { width:20rem;height:11.25rem;top:154.8154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7LdronReADXb9FOVllGi4ziVQF9qQrn { width:20rem;height:2.75rem;top:150.8935546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJMzZzvIght7gGzpxiLhFmGB7yapFJ6L { width:9.8125rem;height:2.25rem;top:147.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loIWpJBu53eni0FGKbMKFZVqSeG7DLhG { width:8.3125rem;height:1.0556625rem;top:148.4375rem;left:5.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLXJoMzE9wpUtTTvDDqO00u5U5pyMxfb { width:18.75rem;height:0.0625rem;top:146.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMWT7TOfQUvTBGHIsiXPRqZZazv7o2Vv { width:20rem;height:11.0625rem;top:178rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVaRlApLuuUhq05D8SqTgZgwPTwgUpFt { width:20rem;height:2.75rem;top:174.4404296875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8TrreGDeUSnSDuDL6yKEBTNyKdMcOt9 { width:9.8125rem;height:2.25rem;top:171.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMgdCkab66WLdQUCVeQr3D5LkQaOXs8J { width:8.3125rem;height:1.0556625rem;top:171.75rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFag2R51bvvXCCsDFvbauJF0PqrTT4dz { width:18.75rem;height:0.0625rem;top:170rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7ChHNtwMTLNoRD6LVgz57q3DU3J4TJm { width:20rem;height:11.1875rem;top:201.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCz8JKcLRreHb6DQhPClrWbUghI6XvTO { width:20rem;height:4.125rem;top:197rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhQsc3sXAwIfkUtCGbevTq5hm3Pv9GSk { width:9.8125rem;height:2.25rem;top:193.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKKW3BZpdfTJOEQ649FPI7dvbivOJzZ3 { width:8.3125rem;height:1.0556625rem;top:194.25rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8TK78sW0EWhEdLKTDxWgy0OhNlBovTX { width:18.75rem;height:0.0625rem;top:192.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLreFExXiPGJhUCi6HeT41Fs2K46pJ0w { width:20rem;height:11.1875rem;top:225.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S58TXGxcrkT5iCcFHHMMSwkKyy6CEfU3 { width:20rem;height:2.75rem;top:220.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VkwGW8f6cTPV4h4BgbtGJUbhk4D1Ddkq { width:9.8125rem;height:2.25rem;top:217.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iicsMMVJ8kDz5vnrfexrihSVD2oR2ekB { width:8.3125rem;height:1.0556625rem;top:218.5625rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCSOn3ekIHKonFZSFHKUD3FrGRxrHhuk { width:18.75rem;height:0.0625rem;top:216.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wempH5Dw4LBHm32ldrDzsbiH9TyOzNbk { width:20rem;height:11.25rem;top:248.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo3X7mCpzeGMzxFwl2kCHUBsTay1AAg1 { width:20rem;height:2.75rem;top:244.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCOVoeDKbBw6XT1Q7TmtLCWT4o4c3g4k { width:9.8125rem;height:2.25rem;top:240.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcThgIHmCFw3fUcrIZbzQmJJTA2nbVRV { width:8.3125rem;height:1.0556625rem;top:241.5rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFi4Kpr2l4xRwbBXqztGA6oLGX13r2Dz { width:18.75rem;height:0.0625rem;top:239.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK4Xbarz72uBLrr4DDAqXr12BdkHMpsK { width:20rem;height:11.25rem;top:270.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvftBs5X7lUk42Wz9bmIJZ47lhL9BhtB { width:20rem;height:2.75rem;top:266.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2JhzktfPsU8LeSly1VqvMzk9sICqWb8 { width:9.8125rem;height:2.25rem;top:264rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOkXJhNXKdgDe5dl0Et6bZ6H9V1ZbFcJ { width:8.3125rem;height:1.0556625rem;top:264.5625rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnSgpXoRCXV6CxtX6pWQLrk136qzTRXm { width:18.75rem;height:0.0625rem;top:263.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzlmSelKeUt0r2RIfcQFgmMNNGNrDapy { width:16.125rem;height:1.9375rem;top:23.109375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6TS4FxBKI4Kpw6ER3yiVJtwT8p2eVAI { display:block; }
 }@media only screen and (max-width: 763px) { #i7pUefW8phI82dpnOk87stfhgk4VUb6y { width:16.125rem;height:1.9375rem;top:46.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T15Eekaz2g5r9y4sh72qZm659mToOldP { display:block; }
 }@media only screen and (max-width: 763px) { #yKlaKpIkS3ocJ9ouLmJRMGGqZeGlegRX { width:16.125rem;height:1.9375rem;top:69.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9KaPZwahh9OcEfroyvvbz5NgJdC4HXE { display:block; }
 }@media only screen and (max-width: 763px) { #M5sn29lgch0F4V3TBwKwHylR0Nt7aoLw { width:16.125rem;height:1.9375rem;top:92.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp5cMNtK1C3UwMATvZahOC7Oe7DPpt5E { display:block; }
 }@media only screen and (max-width: 763px) { #nnLlEND0grrOCcvRQHQxyhXr99xAvEo5 { width:16.125rem;height:1.9375rem;top:117.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4zttxlxnQTpoBIXgImOPZ43abeeqouX { display:block; }
 }@media only screen and (max-width: 763px) { #J4UTPH39wKIUPi15qcI8aRqHtg1GHNaR { width:16.125rem;height:1.9375rem;top:143.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwaZIKlDlbDGUu0vczgLkaJv9bTNqa7I { display:block; }
 }@media only screen and (max-width: 763px) { #q8I4lBaGdLz1392i3XRCdpz7FzpetS8o { width:16.125rem;height:1.9375rem;top:167.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSyUCVJ3k8T0a7ctHEfKn9O8zcUaW0A0 { display:block; }
 }@media only screen and (max-width: 763px) { #GArxG6gHdyLBWvwHLdSGp7bmMmsX92aT { width:16.125rem;height:1.9375rem;top:189.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvwefQXmUOZyCWN7JhfqsdEE1x4ndDwn { display:block; }
 }@media only screen and (max-width: 763px) { #eh5ZTBiEFJ0DhrU1Xu81OVDG5J12HaMT { width:16.125rem;height:1.9375rem;top:214.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6ElbgqUx1vd2rnQKJP96SF5DrKdDmVx { display:block; }
 }@media only screen and (max-width: 763px) { #rd4y814twqTBiAtkvNURvwFQlLPTlG1Z { width:16.125rem;height:1.9375rem;top:237.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5lb2U2sVWxXsg0H1h5Xzr1pL8Zky2OL { display:block; }
 }@media only screen and (max-width: 763px) { #IGhmbhoDQwSaHVEiqSBD4INPPlT5xqW1 { width:16.125rem;height:1.9375rem;top:260.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w39EOOZNWw50hH4pH7vB2VQ8Qn9cQ1Ci { display:block; }
 }@media only screen and (max-width: 763px) { #PUWlrRs2sKAJNKSLniM2LAUyRT4TTUQH { width:16.125rem;height:1.9375rem;top:282.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efg7mWwdH3qTTGVmaG6VrlG6SydIgd52 { display:block; }
 }@media only screen and (max-width: 763px) { #heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 { display:block; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGRIO2FM1T6HFo650Odqa3KXqLqHITtc { width:20rem;height:25.7675625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDAebq5JQKVKr4Lvn2OrxJoXqsaI9Eul { width:19.125rem;height:1.375rem;top:26.625rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #iFhgX3ndouN4wwcO4U9G7bsU88JDXmQx { width:20rem;height:2.0625rem;top:28rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dJxINsp71Z6xrgJbNmyNfhNz5b3pe3L8 { width:20rem;height:29.875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOSH72HBGzGv6XGphvKqipTx4dZmZlSG { width:17.875rem;height:23.359375rem;top:30.875rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqzDBfEKh1WRq5Ddpkdc64NGbwBJG64e { display:block; }#dqzDBfEKh1WRq5Ddpkdc64NGbwBJG64e > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqBG3H2gmW3mTNu7PZdwhTMogG2bxWf3 { width:20rem;height:2.0625rem;top:0.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO15yTWQQwOPF8aXI97bNGl1XxDrOHbV { width:20rem;height:1.21875rem;top:2.6875rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB { display:block; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNoGc0VDw3TWiJiNV8P4ZPeN456iOd1U { width:6.375rem;height:1.5rem;top:1rem;left:6.8125rem;display:block; }
 }