.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;
}
body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}:root { --color-primary-0:96,33,121;--color-primary-1:69,57,84;--color-primary-2:63,21,113;--color-primary-3:49,23,87;--color-primary-4:20,6,37;--color-secondary-0:255,255,255;--color-secondary-1:204,204,204;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,254,255;--color-tertiary-2:253,253,253;--color-tertiary-3:227,225,230;--color-tertiary-4:0,0,0;--headlines-font-family:"nunito";--paragraphs-font-family:"nunito"; }body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { position:relative;display:block; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { background-color: transparent; background-image: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container > .video-iframe-container { display: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row > .video-iframe-container { display: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .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); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { border-width: 0; border-radius: 0; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Svzeq6topiAZXwbNKQEpRM5CHPocWKrA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:13.4375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#WkttM3dKvkPJpUKsWTB2wcbwGtApqyc2 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:"cinzel decorative";font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.1875rem;left:0rem;height:12.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x8JGg2CQQ8JyruGomrt858OBzOlVpTcU { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:20.8125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#fF4A2iC9KfNzguIHR3N9gI8cUTAm1Lln { background-color:#c317e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25rem;left:0rem;display:block; }
#cDIFz5CWmXERMgXHTvwmIBgUf2ZGbClQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WnXydfwsROt1O67v7QUIVmHMGKXtQLM4 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.25rem;left:0rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NBKUR9TbnrdbMWxaqJgnXyJ1JkR5p3m5 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.375rem;width:57.375rem;top:-14.5625rem;left:-12.5rem;overflow:hidden;display:block; }
#OPR7o7lOuNRtUcXI6DtHeMSB6yxtv0EE { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:75rem;top:28.8125rem;left:0rem;overflow:hidden;display:block; }
#tPTB7KNsPyJes9rR0BLB7Nu0PcQ7tmeZ { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:46.0625rem;top:30.549999237061rem;left:14.46875rem;overflow:hidden;display:block; }
#BNQHZ3Xkk2PO9FsvpApad8cTaA4euO5y { color:#ffa42e;display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25rem;left:14.8125rem;height:1.1375rem;font-style:normal;display:block; }
#wZDvo7uyv4guCuFWvTBofzt6FqWWPNDS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:4.5625rem;top:25.06875038147rem;left:16.4375rem;overflow:hidden;display:block; }
#nlTz9kEp4qdflNSaFUsbJXHO5FsKxdf7 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.137500762939rem;left:14.8125rem;height:0.975rem;display:block; }
#gyEnoeglJyfqmFdhkhhQXKVoA6ftptd2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:3.5rem;top:27.112499237061rem;left:14.6875rem;overflow:hidden;display:block; }
#rezfPf2sKE7FxrDO0Tf0pzvr8qTq85Bo { box-sizing:content-box;height:2rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #635a70, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #635a70, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #635a70, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #635a70, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#635a70', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#635a70', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #635a70, rgba(var(--color-primary-1),1));background-size:auto !important;top:25.625rem;left:21.75rem;display:block; }
#yJrJFJa54H8GNJdK6Ta4pLTyMaLCedwE { color:#ffa42e;display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.125rem;left:22.6875rem;height:1.1375rem;font-style:normal;display:block; }
#LKRG0XvdXlqu0fKeNPouWXc2dr5darvm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:4.5625rem;top:25.1875rem;left:24.3125rem;overflow:hidden;display:block; }
#uwLNFONlAMsxVT7H6TuqPMMaTzUSDkwp { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:26.25rem;left:22.6875rem;height:0.975rem;display:block; }
#H9PPEhwr5ykwSMhdNspoUNFi7PvmBp8g { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:3.8125rem;top:27.375rem;left:22.625rem;overflow:hidden;display:block; }
#pK5WlhzeN2SuSia2EdZbFocgAC40pFch { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:cinzel;font-size:3rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:36.912498474121rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vSoXQQ3Q3TbG5fpo3Hbr4VbSmTrk0VVh { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:12.8125rem;top:34.768749237061rem;left:3.375rem;overflow:hidden;display:block; }
#t3w4MWTKsM3AowAi3hqN6pJCSP5hNwlX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:12.8125rem;top:34.299999237061rem;left:58.625rem;overflow:hidden;display:block; }
#rwngtsTiSgCCPpGoH6Xcf3sypJCFm443 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6.75rem;top:17.4375rem;left:60.25rem;overflow:hidden;display:block; }
#vGT9sPUF5LE0gUsWTo2tTTTAtBtFun1m { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:"cinzel decorative";font-size:1rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:20.125rem;left:58.625rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eqc46BcZRPXUMsWOHh2Kpsl9oh8h2tAX { background-color:transparent;background-image:none;border-top:0.0625rem solid #9812b5;border-left:0.0625rem solid #9812b5;border-right:0.0625rem solid #9812b5;border-bottom:0.0625rem solid #9812b5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.875rem;left:59.375rem;display:block; }
#ATSbTA8KPf7Kk76hTksCks5cPK6BsmpC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EH9w0nks4N3Ottc7rIdN6qH6KIT4M7z4 { color:rgba(var(--color-tertiary-1),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:27.25rem;left:59.4375rem;height:2.1rem;text-align:center;text-align-last:center;display:block; }
#zruavq13XfreFpxXTD29r0afMN30f9TF { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:23.25rem;top:14.112500190735rem;left:51.693163430421rem;overflow:hidden;display:block; }
#JcnX4udNqvc2GKHykHn8pm9UsCqKdBhF { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:41.75rem;top:34.9375rem;left:16.625rem;overflow:hidden;display:block; }
#S8B3kZbwvHPTgw1FxLocJciEBoynl0gd { box-sizing:content-box;height:2.625rem;width:42.5625rem;position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f4cfe65c-b9c4-4530-87c5-e48d909d9273/dolgory2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:34.8125rem;left:16.125rem;display:block; }#S8B3kZbwvHPTgw1FxLocJciEBoynl0gd.adaptive-delivery-prevent-bg, #S8B3kZbwvHPTgw1FxLocJciEBoynl0gd.lazyload, #S8B3kZbwvHPTgw1FxLocJciEBoynl0gd.lazyloading { background-image: none; }
#mLMyogB9TZzE3fwZuyiTcf3ilDJ75ab2 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:23.25rem;top:14.081250190735rem;left:51.692707061767rem;overflow:hidden;display:block; }
#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e { position:relative;display:none; }#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e { border-width: 0; border-radius: 0; }#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ziwOsZxlbdCytW7VceoTaayTWmldzXNc { position:relative;display:none; }#ziwOsZxlbdCytW7VceoTaayTWmldzXNc { border-width: 0; border-radius: 0; }#ziwOsZxlbdCytW7VceoTaayTWmldzXNc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ziwOsZxlbdCytW7VceoTaayTWmldzXNc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mlB8OEThJW15shTTdITv8c4dQnxlFhBK { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:cinzel;font-size:3rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:36.912498474121rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ReXPnSfe5mK3T3KCNHtUPiTrdEtwicuz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000001;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; }#ReXPnSfe5mK3T3KCNHtUPiTrdEtwicuz > .row .container { background-color: transparent; background-image: none; }#ReXPnSfe5mK3T3KCNHtUPiTrdEtwicuz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReXPnSfe5mK3T3KCNHtUPiTrdEtwicuz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReXPnSfe5mK3T3KCNHtUPiTrdEtwicuz > .row .container > .video-iframe-container { display: none; }#ReXPnSfe5mK3T3KCNHtUPiTrdEtwicuz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ReXPnSfe5mK3T3KCNHtUPiTrdEtwicuz > .row > .video-iframe-container { display: none; }#ReXPnSfe5mK3T3KCNHtUPiTrdEtwicuz > .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); }#ReXPnSfe5mK3T3KCNHtUPiTrdEtwicuz > .row .container { border-width: 0; border-radius: 0; }#ReXPnSfe5mK3T3KCNHtUPiTrdEtwicuz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ReXPnSfe5mK3T3KCNHtUPiTrdEtwicuz > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#tKzRzeJB2gQvKgHXIQheL6eb7kTROV0Q { position:absolute;display:block;z-index:15000;height:35rem;width:75rem;top:0rem;left:0rem;display:block; }
#rxObI7qFwR1dTD3KPhm15HTg6RglGuLp { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0), rgba(0,0,1,0.08));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0), rgba(0,0,1,0.08));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0), rgba(0,0,1,0.08));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0), rgba(0,0,1,0.08));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0)', endColorstr='#00000114' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0)', endColorstr='#00000114' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0), rgba(0,0,1,0.08));background-size:auto !important;top:22.534374237061rem;left:0rem;display:block; }
#PHVnrF2TkIwZIP0PMviLALcMnAPXvxkp { position:absolute;display:block;z-index:15000;height:40.8125rem;width:75rem;top:0rem;left:0rem;display:none; }
#tKCtGErRt5VgifO3wRaiSEKFBSbyFtLP { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:75rem;top:33.375rem;left:0rem;overflow:hidden;display:block; }
#dfHxHRWUFTMFPR7kZmvoQCOSZGyzczxK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:75rem;top:33.359375rem;left:74.998475609756rem;overflow:hidden;display:block; }
#glNFiqXJzmlKgo7c7Vtb5AwnJ30fgSko { box-sizing:content-box;height:4.125rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0), #000001);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0), #000001);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0), #000001);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0), #000001);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0)', endColorstr='#000001' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0)', endColorstr='#000001' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0), #000001);background-size:auto !important;top:30.909374237061rem;left:0rem;display:block; }
#HK84WpXczi6bM5on5SmecwfqS4n8MOFa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000001, #70278d);background-image: -moz-linear-gradient(180deg, #000001, #70278d);background-image: -ms-linear-gradient(180deg, #000001, #70278d);background-image: -o-linear-gradient(180deg, #000001, #70278d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000001', endColorstr='#70278d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000001', endColorstr='#70278d' );";background-image: linear-gradient(180deg, #000001, #70278d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HK84WpXczi6bM5on5SmecwfqS4n8MOFa > .row .container { background-color: transparent; background-image: none; }#HK84WpXczi6bM5on5SmecwfqS4n8MOFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK84WpXczi6bM5on5SmecwfqS4n8MOFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK84WpXczi6bM5on5SmecwfqS4n8MOFa > .row .container > .video-iframe-container { display: none; }#HK84WpXczi6bM5on5SmecwfqS4n8MOFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK84WpXczi6bM5on5SmecwfqS4n8MOFa > .row > .video-iframe-container { display: none; }#HK84WpXczi6bM5on5SmecwfqS4n8MOFa > .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); }#HK84WpXczi6bM5on5SmecwfqS4n8MOFa > .row .container { border-width: 0; border-radius: 0; }#HK84WpXczi6bM5on5SmecwfqS4n8MOFa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HK84WpXczi6bM5on5SmecwfqS4n8MOFa > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#PP2OrR1tZxUWv5XCvkSn6i90s546v34l { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K74nwHuCpk3VhIRvaQTfEChuq2go0eE6 { position:absolute;display:block;z-index:15011;height:15.6875rem;width:75rem;top:7.762499809265rem;left:0rem;display:block; }
#IDZIM7ZahuayrCn6wt5MMN9ORAs9a8Iv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:5.0625rem;left:71.4375rem;overflow:hidden;display:block; }
#I5PLeiThLpIrsO6Pc2cT4bIKuvImoluJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:5.0625rem;left:73.5rem;overflow:hidden;display:block; }
#Vlccs6qMRUALG1283tLBt5B65iCZHS82 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:75rem;top:23.012499809265rem;left:0rem;overflow:hidden;display:block; }
#SiDaPPTlJPaKOb4nuOE6PwVK6DyD3sIo { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:63.25rem;top:24.137499809265rem;left:5.875rem;overflow:hidden;display:block; }
#vNEhtXN2OQToflVxc1URKUxzRQcPhgAK { box-sizing:content-box;height:4.0625rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #70278c);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #70278c);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #70278c);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #70278c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#70278c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#70278c' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #70278c);background-size:auto !important;top:23.8125rem;left:0rem;display:block; }
#MDTt7LkLzXl8bm2RxCoQmzhQlt7U9u2K { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:25.8125rem;height:1.3rem;display:block; }
#difX28f7leuXNRvlAcE3IPQMe1bol7JA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:4.5rem;top:0.0625rem;left:44.75rem;overflow:hidden;display:block; }
#nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc { position:relative;display:none; }#nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc { border-width: 0; border-radius: 0; }#nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cMWSJsclOLXUXZ9y2gHT8KG2tvA1x6cL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:75rem;top:23.012499809265rem;left:0rem;overflow:hidden;display:none; }
#bF1rTiQAyAniWXtcXDTRHg1lAJzBzAPg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bF1rTiQAyAniWXtcXDTRHg1lAJzBzAPg > .row .container { background-color: transparent; background-image: none; }#bF1rTiQAyAniWXtcXDTRHg1lAJzBzAPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF1rTiQAyAniWXtcXDTRHg1lAJzBzAPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF1rTiQAyAniWXtcXDTRHg1lAJzBzAPg > .row .container > .video-iframe-container { display: none; }#bF1rTiQAyAniWXtcXDTRHg1lAJzBzAPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF1rTiQAyAniWXtcXDTRHg1lAJzBzAPg > .row > .video-iframe-container { display: none; }#bF1rTiQAyAniWXtcXDTRHg1lAJzBzAPg > .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); }#bF1rTiQAyAniWXtcXDTRHg1lAJzBzAPg > .row .container { border-width: 0; border-radius: 0; }#bF1rTiQAyAniWXtcXDTRHg1lAJzBzAPg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bF1rTiQAyAniWXtcXDTRHg1lAJzBzAPg > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#GBBcNVSMBSMpzTbxXPxSubAcUA1Kn3Tn { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tQ7hIoCnz14xu5WU1mXeqRK5QJRr2QQy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.375rem;width:55.875rem;top:6.324999809265rem;left:2.1875rem;overflow:hidden;display:block; }
#aFuCMp8a6PJrvQDgModBL2FFe0XI7rnq { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:63.25rem;top:24.137499809265rem;left:5.875rem;overflow:hidden;display:none; }
#yr3aBaF579tuTBsnPNrDrB19yRo2czyG { color:rgba(var(--color-tertiary-0),1);display:block;width:69.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:1.95rem;display:none; }
#GX7InuH1ya2vXx24ZJpC8iEhWxD6pA0U { position:absolute;display:block;z-index:15018;height:15.6875rem;width:75rem;top:8.3125rem;left:0rem;display:block; }
#uIpsq4Z2sktBsUfRC0965rLiHKUinKyG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:5.8125rem;left:71.4375rem;overflow:hidden;display:block; }
#oOcBUd5KXI8PrkqeLtaDfSOEe8ooGgPE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:5.8125rem;left:73.5rem;overflow:hidden;display:block; }
#xQBGVvXPVVbJTJTEHFPCJWttgozUdvRx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xQBGVvXPVVbJTJTEHFPCJWttgozUdvRx > .row .container { background-color: transparent; background-image: none; }#xQBGVvXPVVbJTJTEHFPCJWttgozUdvRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQBGVvXPVVbJTJTEHFPCJWttgozUdvRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQBGVvXPVVbJTJTEHFPCJWttgozUdvRx > .row .container > .video-iframe-container { display: none; }#xQBGVvXPVVbJTJTEHFPCJWttgozUdvRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQBGVvXPVVbJTJTEHFPCJWttgozUdvRx > .row > .video-iframe-container { display: none; }#xQBGVvXPVVbJTJTEHFPCJWttgozUdvRx > .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); }#xQBGVvXPVVbJTJTEHFPCJWttgozUdvRx > .row .container { border-width: 0; border-radius: 0; }#xQBGVvXPVVbJTJTEHFPCJWttgozUdvRx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQBGVvXPVVbJTJTEHFPCJWttgozUdvRx > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#z9Pm40AtnmnXThFX3fDmI38OnR4Lezou { color:rgba(var(--color-tertiary-0),1);display:block;width:69.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#taQIOJEoTsu4r284kLgybPbtKkLvMMlC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:3.625rem;left:71.4375rem;overflow:hidden;display:block; }
#kXiRKDxLslOUOX9FZq7B2ANmOSuUhfXg { position:absolute;display:block;z-index:15017;height:15.6875rem;width:75rem;top:6.125rem;left:0rem;display:block; }
#HohWCoPfa2SATLzpHTzT7LLdlIxKqkNs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:3.625rem;left:73.5rem;overflow:hidden;display:block; }
#WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/288cde6d-f488-432a-a47f-525cdb941ea7/QUIZ.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n.adaptive-delivery-prevent-bg, #WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n.lazyload, #WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n.lazyloading { background-image: none; }#WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n > .row .container { background-color: transparent; background-image: none; }#WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n > .row .container > .video-iframe-container { display: none; }#WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n > .row > .video-iframe-container { display: none; }#WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n > .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); }#WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n > .row .container { border-width: 0; border-radius: 0; }#WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#en0xWELTkswv8lAMATJEN4Rr0hJMzkiv { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:"cinzel decorative";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:21.90625rem;height:11.7rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z3VHTJc5pmMXg6KyTz84D6MdLzJ2o6xE { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:16.3125rem;left:15.75rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#bCtl49L0vKIDwt8Tgpq4sX1UHATshnzk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10rem;top:21.375rem;left:32.5rem;overflow:hidden;display:block; }
#bbh8XhCRi1cnfUnJAbUOXT2OIky92RgT { background-color:#9812b5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.0625rem;left:31.9375rem;display:block; }
#fP01kcSVlxuBUDv0rO1zUISwzTHnkwzV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#btTUyw1d7J2DnZNvvo20bx6Ok7CGPczD { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:28.25rem;left:15.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#lD93ZMxmpXFK6l8D0zKZnKzwWtp9NCMy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:59.6875rem;display:none; }
#FznG6gSvNHPA6epKPtWfoTlMSCciH8mc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(79,30,139,0.7);background-image:url("https://images.assets-landingi.com/uc/8a9bc242-e813-44f3-b1ed-2296143528ee/obrazgora.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FznG6gSvNHPA6epKPtWfoTlMSCciH8mc.adaptive-delivery-prevent-bg, #FznG6gSvNHPA6epKPtWfoTlMSCciH8mc.lazyload, #FznG6gSvNHPA6epKPtWfoTlMSCciH8mc.lazyloading { background-image: none; }#FznG6gSvNHPA6epKPtWfoTlMSCciH8mc > .row .container { background-color: transparent; background-image: none; }#FznG6gSvNHPA6epKPtWfoTlMSCciH8mc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FznG6gSvNHPA6epKPtWfoTlMSCciH8mc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FznG6gSvNHPA6epKPtWfoTlMSCciH8mc > .row .container > .video-iframe-container { display: none; }#FznG6gSvNHPA6epKPtWfoTlMSCciH8mc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FznG6gSvNHPA6epKPtWfoTlMSCciH8mc > .row > .video-iframe-container { display: none; }#FznG6gSvNHPA6epKPtWfoTlMSCciH8mc > .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); }#FznG6gSvNHPA6epKPtWfoTlMSCciH8mc > .row .container { border-width: 0; border-radius: 0; }#FznG6gSvNHPA6epKPtWfoTlMSCciH8mc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FznG6gSvNHPA6epKPtWfoTlMSCciH8mc > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#Tc4xtTTUMKTiSwQU62nsiUcKle51Wyfe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:19.5rem;top:4.9375rem;left:12.0625rem;overflow:hidden;display:block; }
#Bb9lPgBWe4E1DBSK4uMhRTUCD1iHqaSx { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:"cinzel decorative";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.0625rem;left:32.75rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SfT7ykTmu3rbTB0sux5pru2gAnzVAmzx { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6875rem;left:32.75rem;height:1.7875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MzdE2DnvObgqMuwzg17VT7cntgca3SOO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.6875rem;top:12.1875rem;left:32.75rem;overflow:hidden;display:block; }
#grOSIiPNMyh3VP17n9SabdiEWaxhf8Z8 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:12.356249809265rem;left:34.9375rem;height:3.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bTFkwZ2UJgyUOEAP1EiBkBAAyuDy37m5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.75rem;top:14.65625rem;left:53.8125rem;overflow:hidden;display:block; }
#S9BNXpDhcA4igJsAQOVAAx8spMoKGgn1 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:16.375rem;left:32.75rem;height:6.5625rem;display:block; }
#rmVmz8xiCA7G25TX7rg0ZgPDo8uhi9ia { background-color:#280061;background-image:url("https://images.assets-landingi.com/uc/2498a4cb-7c81-4da5-b060-4be59bee0ee9/Button.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.625rem;left:19.8125rem;display:block; }#rmVmz8xiCA7G25TX7rg0ZgPDo8uhi9ia.adaptive-delivery-prevent-bg, #rmVmz8xiCA7G25TX7rg0ZgPDo8uhi9ia.lazyload, #rmVmz8xiCA7G25TX7rg0ZgPDo8uhi9ia.lazyloading { background-image: none; }
#ZDXv5uUWI8WdGAVU92L0MJLBpGJHCBVa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XobksZ4NR0ZLIFl0c06kS3Tz6XUSn1gQ { background-color:#9812b5;background-image:url("https://images.assets-landingi.com/uc/9dc1f4cb-805a-4631-9db0-7d24b02fc690/Button1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.625rem;left:32.875rem;display:block; }#XobksZ4NR0ZLIFl0c06kS3Tz6XUSn1gQ.adaptive-delivery-prevent-bg, #XobksZ4NR0ZLIFl0c06kS3Tz6XUSn1gQ.lazyload, #XobksZ4NR0ZLIFl0c06kS3Tz6XUSn1gQ.lazyloading { background-image: none; }
#J1DK9WtWhqVTp4lft6hfp5UInL4Ghv0M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nfBaPv4cTknmeUQ5ar8u4G9nhLIMNu5y { background-color:#9812b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.625rem;left:44.0625rem;display:block; }
#Vr6JzXDvWUGSeAaNiwsboVi8S4itDTnU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rz3cTGStN1rP3FqHzCVrHb9VsTK1HFeh { background-color:#280061;background-image:url("https://images.assets-landingi.com/uc/2498a4cb-7c81-4da5-b060-4be59bee0ee9/Button.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.625rem;left:22.3125rem;display:none; }#rz3cTGStN1rP3FqHzCVrHb9VsTK1HFeh.adaptive-delivery-prevent-bg, #rz3cTGStN1rP3FqHzCVrHb9VsTK1HFeh.lazyload, #rz3cTGStN1rP3FqHzCVrHb9VsTK1HFeh.lazyloading { background-image: none; }
#BLMNkaU6ZTE0bQX2zl0En2TOfAlqJKen { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hHsCSDfaq10cyQiPTQ1QN2fN2vggNVq6 { background-color:#9812b5;background-image:url("https://images.assets-landingi.com/uc/9dc1f4cb-805a-4631-9db0-7d24b02fc690/Button1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.625rem;left:35.375rem;display:none; }#hHsCSDfaq10cyQiPTQ1QN2fN2vggNVq6.adaptive-delivery-prevent-bg, #hHsCSDfaq10cyQiPTQ1QN2fN2vggNVq6.lazyload, #hHsCSDfaq10cyQiPTQ1QN2fN2vggNVq6.lazyloading { background-image: none; }
#KNHrUSqCLTlFLmAoaweoNwpahvXvFLCw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(79,30,139,0.7);background-image:url("https://images.assets-landingi.com/uc/8a9bc242-e813-44f3-b1ed-2296143528ee/obrazgora.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF.adaptive-delivery-prevent-bg, #vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF.lazyload, #vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF.lazyloading { background-image: none; }#vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF > .row .container { background-color: transparent; background-image: none; }#vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF > .row .container > .video-iframe-container { display: none; }#vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF > .row > .video-iframe-container { display: none; }#vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF > .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); }#vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF > .row .container { border-width: 0; border-radius: 0; }#vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#psFihKgrkHIZTQN3qwVtPHFXikysf6zT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:19.5rem;top:4.9375rem;left:12.0625rem;overflow:hidden;display:block; }
#dLmwWTraIOL4AaIuQJ9xipR1sPtS7984 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:"cinzel decorative";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.0625rem;left:32.75rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z5AybVRW8v2cNnW6f4Dci2cawKsB0Zr9 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6875rem;left:32.75rem;height:1.7875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HHAVUSBIgs0LG0AKryvRJI1llmGuD7kN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.6875rem;top:12.1875rem;left:32.75rem;overflow:hidden;display:block; }
#KfDDkkgupxzIAGC9RKGbv0zVGRyIw5aR { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:12.356249809265rem;left:34.9375rem;height:3.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nMuJr2rXCTDfPpwZPaPPGdXXQhvl9vLx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.75rem;top:14.65625rem;left:50.1875rem;overflow:hidden;display:block; }
#pI9nJVuSTfwQveO0kfnL0TwWdgzMU78m { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:16.375rem;left:32.75rem;height:6.5625rem;display:block; }
#A2ObTtfmMGMZBTgwgtdyiwv417OG9nRZ { background-color:#280061;background-image:url("https://images.assets-landingi.com/uc/2498a4cb-7c81-4da5-b060-4be59bee0ee9/Button.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.625rem;left:19.8125rem;display:block; }#A2ObTtfmMGMZBTgwgtdyiwv417OG9nRZ.adaptive-delivery-prevent-bg, #A2ObTtfmMGMZBTgwgtdyiwv417OG9nRZ.lazyload, #A2ObTtfmMGMZBTgwgtdyiwv417OG9nRZ.lazyloading { background-image: none; }
#ZVTVorqZWxLToLQR17J5xWbBTHtru81o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EEc5rOQtemAT2WibO9QT3C7NcIPwGu6b { background-color:#9812b5;background-image:url("https://images.assets-landingi.com/uc/9dc1f4cb-805a-4631-9db0-7d24b02fc690/Button1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.625rem;left:32.875rem;display:block; }#EEc5rOQtemAT2WibO9QT3C7NcIPwGu6b.adaptive-delivery-prevent-bg, #EEc5rOQtemAT2WibO9QT3C7NcIPwGu6b.lazyload, #EEc5rOQtemAT2WibO9QT3C7NcIPwGu6b.lazyloading { background-image: none; }
#GdJRPABn9nzdRcGH6EvPXL1SxeE5dTLe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bBRN4KIWiN88xlQEkhWa8s0s8lNHusTA { background-color:#9812b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.625rem;left:44.0625rem;display:block; }
#oOXBBNcrXx7uIUegf7RwMAsZRaCoksq8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c5gvU33lP4VSZTWD9XUSXetemT1tr3x2 { background-color:#280061;background-image:url("https://images.assets-landingi.com/uc/2498a4cb-7c81-4da5-b060-4be59bee0ee9/Button.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.625rem;left:22.3125rem;display:none; }#c5gvU33lP4VSZTWD9XUSXetemT1tr3x2.adaptive-delivery-prevent-bg, #c5gvU33lP4VSZTWD9XUSXetemT1tr3x2.lazyload, #c5gvU33lP4VSZTWD9XUSXetemT1tr3x2.lazyloading { background-image: none; }
#iXMJPImD4QH0xTtcSDTFJymKacDOebT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#seGG2D9bTrLEbzAkSKkulxHFOBzc3g2b { background-color:#9812b5;background-image:url("https://images.assets-landingi.com/uc/9dc1f4cb-805a-4631-9db0-7d24b02fc690/Button1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.625rem;left:35.375rem;display:none; }#seGG2D9bTrLEbzAkSKkulxHFOBzc3g2b.adaptive-delivery-prevent-bg, #seGG2D9bTrLEbzAkSKkulxHFOBzc3g2b.lazyload, #seGG2D9bTrLEbzAkSKkulxHFOBzc3g2b.lazyloading { background-image: none; }
#ufXI62FHaNArEOWdRJQnG83TWvdWR9w3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FEfHI9zQibynM9CQUOMTqN4efMP7V73N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(79,30,139,0.7);background-image:url("https://images.assets-landingi.com/uc/8a9bc242-e813-44f3-b1ed-2296143528ee/obrazgora.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FEfHI9zQibynM9CQUOMTqN4efMP7V73N.adaptive-delivery-prevent-bg, #FEfHI9zQibynM9CQUOMTqN4efMP7V73N.lazyload, #FEfHI9zQibynM9CQUOMTqN4efMP7V73N.lazyloading { background-image: none; }#FEfHI9zQibynM9CQUOMTqN4efMP7V73N > .row .container { background-color: transparent; background-image: none; }#FEfHI9zQibynM9CQUOMTqN4efMP7V73N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEfHI9zQibynM9CQUOMTqN4efMP7V73N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEfHI9zQibynM9CQUOMTqN4efMP7V73N > .row .container > .video-iframe-container { display: none; }#FEfHI9zQibynM9CQUOMTqN4efMP7V73N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEfHI9zQibynM9CQUOMTqN4efMP7V73N > .row > .video-iframe-container { display: none; }#FEfHI9zQibynM9CQUOMTqN4efMP7V73N > .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); }#FEfHI9zQibynM9CQUOMTqN4efMP7V73N > .row .container { border-width: 0; border-radius: 0; }#FEfHI9zQibynM9CQUOMTqN4efMP7V73N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEfHI9zQibynM9CQUOMTqN4efMP7V73N > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#L7bdwqU55WQrDrEpQZVxy38KvLTQ8Fmu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:19.5rem;top:4.9375rem;left:12.0625rem;overflow:hidden;display:block; }
#vw8pZi5w81XiJe0hEwfdN8XNGHLByN4z { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:"cinzel decorative";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.0625rem;left:32.75rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AdH9MaJlN3P8DG6qO6UnHBfhow4JtXfQ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6875rem;left:32.75rem;height:1.7875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B4tmZcJ3gOGkVzUvaZuBRWMIS5KKI8ob { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.6875rem;top:12.1875rem;left:32.75rem;overflow:hidden;display:block; }
#fkHFZu7WU5CEgSWwRZPJENzvZom8VP5C { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:12.356250762939rem;left:34.9375rem;height:3.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NHBKN3Uh2uy6uohocMnpytTZU0TTv9Fy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.75rem;top:14.65625rem;left:48.3125rem;overflow:hidden;display:block; }
#IIfGABbgxXDT5to6fOs8DUkEwfFT5KUW { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:16.375rem;left:32.75rem;height:6.5625rem;display:block; }
#ErJRpE8WTs9rpmyiEeQTtzJQHIPCLiD5 { background-color:#280061;background-image:url("https://images.assets-landingi.com/uc/2498a4cb-7c81-4da5-b060-4be59bee0ee9/Button.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.625rem;left:19.8125rem;display:block; }#ErJRpE8WTs9rpmyiEeQTtzJQHIPCLiD5.adaptive-delivery-prevent-bg, #ErJRpE8WTs9rpmyiEeQTtzJQHIPCLiD5.lazyload, #ErJRpE8WTs9rpmyiEeQTtzJQHIPCLiD5.lazyloading { background-image: none; }
#iROcVRDUybyf8koanV4lsJ3QK9q3AU5M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOCcy6wybaz0AEdk959CXN5dXekxoTtC { background-color:#9812b5;background-image:url("https://images.assets-landingi.com/uc/9dc1f4cb-805a-4631-9db0-7d24b02fc690/Button1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.625rem;left:32.875rem;display:block; }#rOCcy6wybaz0AEdk959CXN5dXekxoTtC.adaptive-delivery-prevent-bg, #rOCcy6wybaz0AEdk959CXN5dXekxoTtC.lazyload, #rOCcy6wybaz0AEdk959CXN5dXekxoTtC.lazyloading { background-image: none; }
#MM5JhduBXuaOeKgp9AlzNu5h4gKEXx8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q9LHHkd6FQcTPKHib90vwb3upy3QkAnV { background-color:#9812b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.625rem;left:44.0625rem;display:block; }
#KUTkCCwIiosIAOMPlHdHuO9q2R6Ddwh4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aRVdzr3GQTf4TU7viDtCOw8AAR4dRsxz { background-color:#280061;background-image:url("https://images.assets-landingi.com/uc/2498a4cb-7c81-4da5-b060-4be59bee0ee9/Button.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.625rem;left:22.3125rem;display:none; }#aRVdzr3GQTf4TU7viDtCOw8AAR4dRsxz.adaptive-delivery-prevent-bg, #aRVdzr3GQTf4TU7viDtCOw8AAR4dRsxz.lazyload, #aRVdzr3GQTf4TU7viDtCOw8AAR4dRsxz.lazyloading { background-image: none; }
#FftpIgbxf27rALrBzauJ3lrocLIovtTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#blVkhytiNn7BqPwMzSv2eIbCTa2UmU1K { background-color:#9812b5;background-image:url("https://images.assets-landingi.com/uc/9dc1f4cb-805a-4631-9db0-7d24b02fc690/Button1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.625rem;left:35.375rem;display:none; }#blVkhytiNn7BqPwMzSv2eIbCTa2UmU1K.adaptive-delivery-prevent-bg, #blVkhytiNn7BqPwMzSv2eIbCTa2UmU1K.lazyload, #blVkhytiNn7BqPwMzSv2eIbCTa2UmU1K.lazyloading { background-image: none; }
#gtoJ8OhK9MtWLPcllPUwlhaSdhcFbWiM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izPD2Hpc218dun35wG8ICDw8WcqJlRCg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(79,30,139,0.7);background-image:url("https://images.assets-landingi.com/uc/8a9bc242-e813-44f3-b1ed-2296143528ee/obrazgora.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#izPD2Hpc218dun35wG8ICDw8WcqJlRCg.adaptive-delivery-prevent-bg, #izPD2Hpc218dun35wG8ICDw8WcqJlRCg.lazyload, #izPD2Hpc218dun35wG8ICDw8WcqJlRCg.lazyloading { background-image: none; }#izPD2Hpc218dun35wG8ICDw8WcqJlRCg > .row .container { background-color: transparent; background-image: none; }#izPD2Hpc218dun35wG8ICDw8WcqJlRCg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izPD2Hpc218dun35wG8ICDw8WcqJlRCg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izPD2Hpc218dun35wG8ICDw8WcqJlRCg > .row .container > .video-iframe-container { display: none; }#izPD2Hpc218dun35wG8ICDw8WcqJlRCg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izPD2Hpc218dun35wG8ICDw8WcqJlRCg > .row > .video-iframe-container { display: none; }#izPD2Hpc218dun35wG8ICDw8WcqJlRCg > .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); }#izPD2Hpc218dun35wG8ICDw8WcqJlRCg > .row .container { border-width: 0; border-radius: 0; }#izPD2Hpc218dun35wG8ICDw8WcqJlRCg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izPD2Hpc218dun35wG8ICDw8WcqJlRCg > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#MBqpqV0GiT6qmmAinK4c8FTrF14Oo2LQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:19.5rem;top:4.9375rem;left:12.0625rem;overflow:hidden;display:block; }
#GMXVDTcASJ8p4NkxnFlGt7qmTILe4ZkT { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:"cinzel decorative";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.0625rem;left:32.75rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TE1ZcgJXLJX7ramb8pV4ZPkSw3LIJtD4 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6875rem;left:32.75rem;height:1.7875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rOgHU3szIyTTo7rko0mylffSnP74xJ1K { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.6875rem;top:12.1875rem;left:32.75rem;overflow:hidden;display:block; }
#MffRC8CVuQpZAvmIelc8giQOROoyMvZi { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:12.356250762939rem;left:34.9375rem;height:3.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IiGUyp809I2g8BKBB588EShRw1k21KmX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.75rem;top:14.65625rem;left:43.5rem;overflow:hidden;display:block; }
#uZLnR0dKkWl7ug3IHQWun0JQVWxdP82z { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:16.375rem;left:32.75rem;height:6.5625rem;display:block; }
#R57GiLD2NAb2PytaTOTfELkKklI1MA3X { background-color:#280061;background-image:url("https://images.assets-landingi.com/uc/2498a4cb-7c81-4da5-b060-4be59bee0ee9/Button.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.625rem;left:19.8125rem;display:block; }#R57GiLD2NAb2PytaTOTfELkKklI1MA3X.adaptive-delivery-prevent-bg, #R57GiLD2NAb2PytaTOTfELkKklI1MA3X.lazyload, #R57GiLD2NAb2PytaTOTfELkKklI1MA3X.lazyloading { background-image: none; }
#lOPqCpZ8xk7TT4BBFa8Oqgno7uqTRRTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DZlbSbikIT9dScAOBNZSrnZEqdKU34u6 { background-color:#9812b5;background-image:url("https://images.assets-landingi.com/uc/9dc1f4cb-805a-4631-9db0-7d24b02fc690/Button1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.625rem;left:32.875rem;display:block; }#DZlbSbikIT9dScAOBNZSrnZEqdKU34u6.adaptive-delivery-prevent-bg, #DZlbSbikIT9dScAOBNZSrnZEqdKU34u6.lazyload, #DZlbSbikIT9dScAOBNZSrnZEqdKU34u6.lazyloading { background-image: none; }
#J0XsLMy9zoBu2Eb4t9ZU2EAVWSOIGxtI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgMMSoTzift26S48oOxS01oqtFmvyfRg { background-color:#9812b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.625rem;left:44.0625rem;display:block; }
#xNiss1TJ6CDIgX223ZwTsLENqeaILbTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i2xLMXWg3rbpBXsGS30fiVDIsCxtZGTn { background-color:#280061;background-image:url("https://images.assets-landingi.com/uc/2498a4cb-7c81-4da5-b060-4be59bee0ee9/Button.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.625rem;left:22.3125rem;display:none; }#i2xLMXWg3rbpBXsGS30fiVDIsCxtZGTn.adaptive-delivery-prevent-bg, #i2xLMXWg3rbpBXsGS30fiVDIsCxtZGTn.lazyload, #i2xLMXWg3rbpBXsGS30fiVDIsCxtZGTn.lazyloading { background-image: none; }
#MW6nTbIL5GSDUOnfM4uLHBy94iJ8E5m0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TePOfXO7fEA1QXAc2lwiouWNiWmhvvfi { background-color:#9812b5;background-image:url("https://images.assets-landingi.com/uc/9dc1f4cb-805a-4631-9db0-7d24b02fc690/Button1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.625rem;left:35.375rem;display:none; }#TePOfXO7fEA1QXAc2lwiouWNiWmhvvfi.adaptive-delivery-prevent-bg, #TePOfXO7fEA1QXAc2lwiouWNiWmhvvfi.lazyload, #TePOfXO7fEA1QXAc2lwiouWNiWmhvvfi.lazyloading { background-image: none; }
#TeDkawXcO0N5SkNWpT6QTPq7ezOCTbq7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(79,30,139,0.7);background-image:url("https://images.assets-landingi.com/uc/8a9bc242-e813-44f3-b1ed-2296143528ee/obrazgora.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl.adaptive-delivery-prevent-bg, #OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl.lazyload, #OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl.lazyloading { background-image: none; }#OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl > .row .container { background-color: transparent; background-image: none; }#OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl > .row .container > .video-iframe-container { display: none; }#OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl > .row > .video-iframe-container { display: none; }#OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl > .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); }#OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl > .row .container { border-width: 0; border-radius: 0; }#OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#R1GDGNPA7zzJxKScNI33H4TL2Dig6zz9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:19.5rem;top:4.9375rem;left:12.0625rem;overflow:hidden;display:block; }
#kw3TLLkM270Nk5hhHsIfpdBhm65IiSVQ { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:"cinzel decorative";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.0625rem;left:32.75rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K4itHa2POMJ6zT42IdVXSFJrFIw9wNXi { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6875rem;left:32.75rem;height:1.7875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S6Jv2ydgMd5weBLFO06pRInxxIBQTKQM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.6875rem;top:12.1875rem;left:32.75rem;overflow:hidden;display:block; }
#oh284vNOhkS56HT8rtixOVhXPXxg7zKT { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:12.356250762939rem;left:34.9375rem;height:3.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vt8NAmGtag6iA7cLk9zp1gg8TxGfhfT8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.75rem;top:14.65625rem;left:60.1875rem;overflow:hidden;display:block; }
#wgESVBe6KJHNN7h6LIAKQ91Zad4XmOvz { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:16.375rem;left:32.75rem;height:6.5625rem;display:block; }
#fByVrTgGV4XUvcZPC9Q8kUtFL5zrWBeC { background-color:#280061;background-image:url("https://images.assets-landingi.com/uc/2498a4cb-7c81-4da5-b060-4be59bee0ee9/Button.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.625rem;left:19.8125rem;display:block; }#fByVrTgGV4XUvcZPC9Q8kUtFL5zrWBeC.adaptive-delivery-prevent-bg, #fByVrTgGV4XUvcZPC9Q8kUtFL5zrWBeC.lazyload, #fByVrTgGV4XUvcZPC9Q8kUtFL5zrWBeC.lazyloading { background-image: none; }
#kNBQ938OuKJeIvEonFkzi8CqQboOSlm3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JpqG5RuvFC0oh5yT7ztt40Fd5raXzTgd { background-color:#9812b5;background-image:url("https://images.assets-landingi.com/uc/9dc1f4cb-805a-4631-9db0-7d24b02fc690/Button1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.625rem;left:32.875rem;display:block; }#JpqG5RuvFC0oh5yT7ztt40Fd5raXzTgd.adaptive-delivery-prevent-bg, #JpqG5RuvFC0oh5yT7ztt40Fd5raXzTgd.lazyload, #JpqG5RuvFC0oh5yT7ztt40Fd5raXzTgd.lazyloading { background-image: none; }
#zebCRkxyoRFplasiFdH6Z3V4Qq7CsbTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvNf7bxXm1T9oaPCCZT6dfB6BNsFu5NA { background-color:#9812b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.625rem;left:44.0625rem;display:block; }
#Zb31nuTgkr40WrMQhepGKnDZkQVTTOzZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GXwULzmXDUE0RKkUxSAsyouWazRE4rxg { background-color:#280061;background-image:url("https://images.assets-landingi.com/uc/2498a4cb-7c81-4da5-b060-4be59bee0ee9/Button.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.625rem;left:22.3125rem;display:none; }#GXwULzmXDUE0RKkUxSAsyouWazRE4rxg.adaptive-delivery-prevent-bg, #GXwULzmXDUE0RKkUxSAsyouWazRE4rxg.lazyload, #GXwULzmXDUE0RKkUxSAsyouWazRE4rxg.lazyloading { background-image: none; }
#Frdugd2Bfi4zdnoTtKFKPONnS53xCbqQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eGghBALfNfzLHexv1S8iCaRzoUX0hTR7 { background-color:#9812b5;background-image:url("https://images.assets-landingi.com/uc/9dc1f4cb-805a-4631-9db0-7d24b02fc690/Button1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.625rem;left:35.375rem;display:none; }#eGghBALfNfzLHexv1S8iCaRzoUX0hTR7.adaptive-delivery-prevent-bg, #eGghBALfNfzLHexv1S8iCaRzoUX0hTR7.lazyload, #eGghBALfNfzLHexv1S8iCaRzoUX0hTR7.lazyloading { background-image: none; }
#U98NxaEqBLNv71RnWCZOK8Tq8Pm7Pw8s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(79,30,139,0.7);background-image:url("https://images.assets-landingi.com/uc/8a9bc242-e813-44f3-b1ed-2296143528ee/obrazgora.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX.adaptive-delivery-prevent-bg, #SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX.lazyload, #SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX.lazyloading { background-image: none; }#SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX > .row .container { background-color: transparent; background-image: none; }#SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX > .row .container > .video-iframe-container { display: none; }#SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX > .row > .video-iframe-container { display: none; }#SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX > .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); }#SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX > .row .container { border-width: 0; border-radius: 0; }#SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-form-header {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-regular-label { height:auto;display:block;font-family:"cinzel decorative";font-size:2rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:43.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:center;text-align-last:center;line-height:1.3; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),0);width:43.3125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:41.9375rem;overflow:hidden;font-style:normal; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-container:first-of-type{padding-top:0;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-container:last-of-type{padding-bottom:0;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.0625rem;left:14.71875rem; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:43.3125rem; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 {display:block;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.0625rem;left:14.71875rem; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #uXwHMLcwTkVvkXo12aPJoJkdmA7d51r1 { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #uXwHMLcwTkVvkXo12aPJoJkdmA7d51r1 .container-column{width:100%;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Kw35HOQEFsmfJTlUX7XTTTdHPDQXRlg3 { position:relative;display:block; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #T29TRZ1n3NsTzyBHap9eEWh6Q1Ql6r0U { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #xQmOckXWr4H3ZOtXFif952468opeXrql { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #svDWnk1viTinlp4PLr7f3F2oSrUXXpD4 { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #befuQlfl4bp3qpibICTe87FoZRZyAoUW { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #rwPkx1NkpCVrxCF9HUoducJxQQzD2XsF { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #FIvKEUDM9bC0z87WZwu6D9gzJa1HTFOi { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TbLIlTAz05dwxvIaJmqqtA6oVAhXJXET { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #mRPdxGmrdcvTM8TGdwufaN0cOR1t7lFd { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #A1lI9XIUOhlInHQwVCfEJgtfw9AaMOGI { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #A1lI9XIUOhlInHQwVCfEJgtfw9AaMOGI .container-column{width:100%;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #luTykTbDuG9W48q4igEfyIiKr1TeIosl { position:relative;display:block; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #SoWJJT6UmbmI3gs42HLIBq7xOf3Tb4Bw { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #D2glyNFn39F4cE2UD5vTKOVu0yUyTgVV { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #rQ5yvVsBiJ0eCsBA4vCTdRrPWdRWCInN { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #hMoDKn6zXuqBlQoGlXf61W3GWGrTdipO { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #pnTd7T19qd7lc33vpNWB75tFmrr2MOc1 { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #zBANdFDFl1qK3w2Zy1lLJICVweaXxTeZ { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #lXnb572BDvJJfkpFNXrJzaepEQsyW2tl { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Gq6zywDhPfI1TLyIquGblsCcMqXeeykl { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #aOgeHTgHefzb0ATC6dK56Lh7Qxy2r1kI { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #aOgeHTgHefzb0ATC6dK56Lh7Qxy2r1kI .container-column{width:100%;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TKFDEGSahxW7BsfWPpgdVN8es7bVAWi8 { position:relative;display:block; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #VzK0ir0Ou2k2itO1AWPyrqH2qxRWJr4v { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #zCTmTZONZckMFQkpqGiu28MN2XAaWVhL { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #N5vvCoQ6Cwhd9TmEfyDnhoXXb7yWqNKt { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #DoWMl0LhlnAowu7CgTz47em4iEHXd7KW { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #LSUl5FETxdiiTNXUrrBzw5ZPpWkEFPBl { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #T0gQbfTT5Vsuduz1rXmRUxggRwJXpCmy { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #myEZRTkBzSqcuPzFOiiTSvm8FCznlTUG { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Waikx5RiBdzTLXECBaQ2fG3101yTu7vx { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #qHmVkHy6tRSJaDp490VU4HBO3byEiGxE { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #qHmVkHy6tRSJaDp490VU4HBO3byEiGxE .container-column{width:100%;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #PE3tcJNso2kc3nGJrhZ37hxfQ5I9h7Jw { position:relative;display:block; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #AOV0D50JDCzMBWb3iuSp3OsVhK2cdre2 { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #NhdeiRfZHyH4nnVcpFpClPHCFB0ekCNp { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Sb55V9HfxrXf6QPzAfILD6zTJ5OIGgL5 { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #ew7R9JzAxRg6VDsJT16iu2BbOxa9hDNr { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #SbQfoGNGuIMtad9TTglsIpTBl40AndaU { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #K07TZvIqWhAxH5dh8qb3rw5bRs4KuVpI { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #wA13XWf8y8ISJ3FV1yraH850gDRvGGbr { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #STs1O6Gt1HP3zghfaIekIbSWqC0Gz7Dr { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #l7iUCLcbTQXeLx41JNtXI97hv2C7sZh3 { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #l7iUCLcbTQXeLx41JNtXI97hv2C7sZh3 .container-column{width:100%;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #cJ3fiEmzGH2EvrXzou0tB8xlX3JHnq6a { position:relative;display:block; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Dk9cqyimAwn3Mo2KPJJk2WCMuWxeLewW { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #BLTuSsKznIM2w9PWKHnb0tDPaGK5x0P8 { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #K9B1DTcs8rRDyXTMQykr0ob4pyDznqLH { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #OuckLdZTTVIWiZdXsXCBxFy7sM2hUCsr { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #cTnEp2k07OxdBKTvJx8d62mnpF4R9iPK { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #gyKfVQ0qRfqpxmZWrz1a1cZ8nloUf3TU { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TcMWOk1Chykzs1IWklMZ8q0Trq9we21d { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #ABAqgsI9qMtkDEWXnbfm9QT9oRl3vSHx { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #PRs1XPMIBdrxUlcwlkDC1uAMNaztC3xn { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #PRs1XPMIBdrxUlcwlkDC1uAMNaztC3xn .container-column{width:100%;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #vbCZLualTcyGivT3QvInkXK8pybH31TE { position:relative;display:block; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #lXWNeJ7zTsGugzvIz09bG5J2kGgNQZkG { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #AClW72gyM7yd6IxRFJ5cDvzEVZOVLkBv { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #ORED6VTsUvcCi7tlwMvRduhbHohmyvo3 { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #hsMA4sbA7UsDPeyDRTNSkLA2B8LLzMTP { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #ATZUtSRLESEkGplXRxBTWeJcqMxGIAL1 { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #hZDg5m0QPAP2ozlcBHGykWnvUiuDdwHP { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #xPlH6MAd8Hf6ddTb48pPLSLMe1qmOVbz { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Q87vIMXV3T88WGKAnJe3Q7xQyCzTqO18 { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #NowPGilrd52faP0Jk5boGlszRG7SyQ5W { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #NowPGilrd52faP0Jk5boGlszRG7SyQ5W .container-column{width:100%;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #VHGiJ98CibDapexcwXOcaF3rMc7grSQM { position:relative;display:block; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #OhVTDFn6QIhD1HHPOT0HtWVXZG80uFc1 { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Z3VSPTPEAafNVB3UGvcR7NeRHRCtwqAD { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #S08AQIaNKQp8XI4CLIeglyTXJPn1Al3u { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TATkHtV7VeqDgb7mnZ1U7qEwKSWkQsD5 { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #rtuJp78yiQhHCMyyWbRgrUXV3mlxFLZV { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #IO33QmBTDM5A0Ur6DWdKHTTWK6h3wsfE { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #qG7JOz9T00ct8neWk4TmC3AZO20wNlL9 { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #BktsNHaTTaISfXJdBc1Tz8fEFxL0yVaw { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #sbUbBtUtdFEE2Rk8qTk78rG46tMIqJ1v { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #sbUbBtUtdFEE2Rk8qTk78rG46tMIqJ1v .container-column{width:100%;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #xEDvi8SxTyzM1TzVTCNsudZfdrFTZMz7 { position:relative;display:block; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #KOQ4sxLbDSonGtGZ8IS9pWqBw5OfxPpZ { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #n7tv7z3BfFabCq59lSPhFB78LHPHToZR { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #UrJ0IQwpx72BvTkChpJ2hXJ8bMR1RrsA { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #LT5tHhz8gxbrcSQGsHpiynTUKpbPyVa2 { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #DUeux8R9xWmFtRUFq144XiLRrAv5iPFX { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #u7xJ5mkbfgcQbIn2woRs62M3zibBccDg { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #VeWXQB8ikTmhnskJNsJRys3MevhcJzK3 { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #AaonE2I4vSTfnh47c7MybRsZTP4ELNqW { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #T2MEvoV8yuVsEEwoiFFou0gkM2q5FXy1 { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #T2MEvoV8yuVsEEwoiFFou0gkM2q5FXy1 .container-column{width:100%;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #oiJ7yaGoHF70T6SKM7p6TEd15BrWbvh8 { position:relative;display:block; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #afUF0FpeG60zNdx9xVaAcQP7o2mWZApD { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TUf9s8b4cldcnMOAq9PmTU0MwD940kmF { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #DmbghzbBJNpd1ocnCFLRQ0oLcnkIySsf { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #XVwlPkqWmpr4ki8deUWx8spwlQsS12VL { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #e58H3TltZ70wkswL7qLAot8tAQ7np5Pa { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #BUJXMoQnnAu7QfMVNzbtsPusT8xnFrv7 { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #nE0dGEfdRtTTpfC1LwZoxuVLplqiytQJ { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TkbREelPL8hoEUEmySwLWgHMxd6eWZOO { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #i6COCLZqlxtuR5NqbWmJVXT97c135pDn { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #i6COCLZqlxtuR5NqbWmJVXT97c135pDn .container-column{width:100%;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #pwZzEKdW6MOBkl1XvZ2RIZIGkkIvW4m8 { position:relative;display:block; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #BnDBKD5G6cI0SVDe2AlCt5rGB8AOUsc0 { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #uge1C0tJ4NhbFsS3eoycl5TwtfTSuftW { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #iaDgRtxG6PoSCTWRVaSwwJyvC222T5Jv { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #rzzPrkMrE6oTyNHxTFTcaRZRcSpE5A2m { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TZtp5yvpKJGboXf3TkZ2FvrFZpCuO4we { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #GFo9tb4OPLrE8AfSkJZ0t8HLUTN5gknV { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #iNWQ1FmvoeAISzT99CKsGrptbFQcs08k { position:relative;z-index:2; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #bcAAhnaNsXylvT4TrsR2kiLvtpxTLS6R { position:relative; }
#sD5DQzW2zHPpxtWGhbW13a3ztlssvO79 { position:relative;display:block; }
#tlnIeUkoSUIudTTkzW8cGVhXGBeqDOT7 { position:relative;display:block; }
#qM2R51eEK7OLBBrDqTOh6UIa60eTex1e { position:relative;display:block; }
#e55U07nXmFpm48aTyfP07VUl28MvX01L { position:relative;display:block; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #anGJluSPLXw3fPLb1Dc2QwqvsgtNirSJ { position:relative; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #DtDyCQ6TWlVVSaw7nmCNgyHnJPgHiolX { position:relative; }
#A4it09yvdOxAJTtOLQRrpOlMgTHm7lKd { box-sizing:content-box;height:2.5rem;width:4rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.4375rem;left:16rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#cNKTokOxu3yC773RftDgUTHRaEICbszq { color:rgba(var(--color-tertiary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:27.0625rem;left:16.5rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PihIU9vqMvG2lBL80ASTg04cVZvAFU7U { background-color:#9812b5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.4375rem;left:46.5rem;display:block; }
#cJw5CszICJKiTt4TnRRZ3QbR38fb45uZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iqJB6UGXwfIzAhQpFFpyzWnGSyrZLVQT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.75rem;left:65.625rem;display:block; }
#HvMWXZUMEVOnTpahDiTBA8rn7VwGgCsI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(79,30,139,0.7);background-image:url("https://images.assets-landingi.com/uc/32ee4141-98c2-498b-990d-073f985b3850/obrazgora1.webp");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm.adaptive-delivery-prevent-bg, #kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm.lazyload, #kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm.lazyloading { background-image: none; }#kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm > .row .container { background-color: transparent; background-image: none; }#kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm > .row .container > .video-iframe-container { display: none; }#kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm > .row > .video-iframe-container { display: none; }#kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm > .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); }#kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm > .row .container { border-width: 0; border-radius: 0; }#kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#fTn2FuO54MfDGR5CEEcrZ0uEpKSrXxWr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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; }#fTn2FuO54MfDGR5CEEcrZ0uEpKSrXxWr > .row .container { background-color: transparent; background-image: none; }#fTn2FuO54MfDGR5CEEcrZ0uEpKSrXxWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTn2FuO54MfDGR5CEEcrZ0uEpKSrXxWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTn2FuO54MfDGR5CEEcrZ0uEpKSrXxWr > .row .container > .video-iframe-container { display: none; }#fTn2FuO54MfDGR5CEEcrZ0uEpKSrXxWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTn2FuO54MfDGR5CEEcrZ0uEpKSrXxWr > .row > .video-iframe-container { display: none; }#fTn2FuO54MfDGR5CEEcrZ0uEpKSrXxWr > .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); }#fTn2FuO54MfDGR5CEEcrZ0uEpKSrXxWr > .row .container { border-width: 0; border-radius: 0; }#fTn2FuO54MfDGR5CEEcrZ0uEpKSrXxWr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTn2FuO54MfDGR5CEEcrZ0uEpKSrXxWr > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#eE5VUxwacCykP22smqrk2LRikFWTcTdU { position:absolute;display:block;z-index:15000;height:33.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/9781c07c-cb4e-499a-ba47-4e91ce526d41/tloobrazek.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX.adaptive-delivery-prevent-bg, #cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX.lazyload, #cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX.lazyloading { background-image: none; }#cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX > .row .container { background-color: transparent; background-image: none; }#cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX > .row .container > .video-iframe-container { display: none; }#cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX > .row > .video-iframe-container { display: none; }#cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX > .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); }#cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX > .row .container { border-width: 0; border-radius: 0; }#cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:block; }#hXEqoLfKNeg4G9hd3Zd0Do30z9HSrA0H { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#heEHwBip5ia1VtLidBbADAqxuSk0RtCI { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8125rem;left:15.75rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#u3GAO9MCXfJO3aFk22RRSDuz5HFpTRVi { position:absolute;display:block;z-index:15018;height:27.8125rem;width:54.375rem;top:9.6875rem;left:10.625rem;display:block; }
#TKJRQIyXypSwysg1T8eJe4aDNy6T0sPu { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:14.3125rem;left:3.375rem;overflow:hidden;display:block; }
#eU4NTRZbxVqgkJUM4OWqte4o9GipgAEr { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:14.3125rem;left:68.5rem;overflow:hidden;display:block; }
#fB2SgAlCGFK8KMtt1MuatqEiKb6WcwsK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:54rem;top:37.5rem;left:10.5rem;overflow:hidden;display:block; }
#GFQlnN0UKlrCovGDl4wmlMTs8o1fm4S1 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:40.106250762939rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#macxCEhLMak5F58gtzQvzuudCPGWgIeM { color:rgba(var(--color-tertiary-3),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:42.4375rem;left:23.46875rem;height:3rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#coxLXn6xLNadC3PGtuULBFw5luSP7Iar { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.0625rem;top:46.625rem;left:29.1875rem;overflow:hidden;display:block; }
#WJW9BqLf4W0LEkf3ihV8ansEX5Ot2ifh { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.0625rem;top:46.625rem;left:37.8125rem;overflow:hidden;display:block; }
#o7Xh0fLbdqmaIsXABA5GOGxgPtA5vwnc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:46.875rem;display:none; }
#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/931cf6ed-81c7-4b64-a584-985f6d97f760/tlogora.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx.adaptive-delivery-prevent-bg, #tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx.lazyload, #tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx.lazyloading { background-image: none; }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .row .container { background-color: transparent; background-image: none; }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .row .container > .video-iframe-container { display: none; }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .row > .video-iframe-container { display: none; }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .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); }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .row .container { border-width: 0; border-radius: 0; }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#Baacc49f4431c0836a2fb4118e9c5565 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:14.8125rem;left:21.375rem;display:block; }
#e799ab635cb29f15cd40b7c53d82f994 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d67331e86716f858a41eadd352c152eb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.25rem;top:15.6875rem;left:27.9375rem;overflow:hidden;display:block; }
#q94e8a9914f7088d683377f4c77e89c1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.25rem;top:15.6875rem;left:29.375rem;overflow:hidden;display:block; }
#T52e77b7af7b8a358d0eaed527d1ed0d { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:14.8125rem;left:31.875rem;display:block; }
#td8fed7cf32fbd954c032ddd010142ce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ad7b5478d76d4094a0d06cbe59a4e6e4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.75rem;top:15.625rem;left:38rem;overflow:hidden;display:block; }
#eaa0788294a9698d2869e4467bcf3979 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.75rem;top:15.625rem;left:39.9375rem;overflow:hidden;display:block; }
#a48917e82e47a94b86d2e74813bb4438 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:14.8125rem;left:42.625rem;display:block; }
#e747bd8f72ec9779dfba2650eac2f0ca { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c514d7ac30e3e2a93bd0e9f021c86dc4 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.75rem;top:15.625rem;left:49.3125rem;overflow:hidden;display:block; }
#ccf78db0c74a6ff5a78b38b53875121f { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1.75rem;top:15.625rem;left:51.25rem;overflow:hidden;display:block; }
#d8a100cde0b9389bfc0fa5dce990c32c { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:14.8125rem;left:21.375rem;display:block; }
#f0ca18c60bd158e46d44c7c549d6a4ec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m3c3003e2f9a4358c3d06d1daece9f9d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:14.8125rem;left:31.875rem;display:block; }
#fa20418e056d52002950d8a8320f9b4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k1422b9323d96019cbfcc87b043157f6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:14.8125rem;left:42.625rem;display:block; }
#d3a8b8abb9d661911109aeaa6bbced4d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#de5f8871bcaf3a8bcd1739d13b6c4f9e { box-sizing:content-box;height:3rem;width:32.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;top:14.5625rem;left:21.125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#bdba059a04b3800185a753f906d00b1a { position:absolute;display:block;z-index:15017;height:1.875rem;width:3.375rem;top:1.40625rem;left:0rem;display:block; }
#gMTuMRDm0B6v6OVRU6G5TXuCxkeQ4Qna { color:rgba(var(--color-tertiary-0),1);display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.75rem;left:16.96875rem;height:5.2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iyOn0XltTRvPLJ6MJQ9E3ddtmJp1tZWe { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:11.625rem;left:15.75rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pBh6rC93Dc0U5RxTk1OlWJWl8tG3A2nJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #140625);background-image: -moz-linear-gradient(180deg, #000000, #140625);background-image: -ms-linear-gradient(180deg, #000000, #140625);background-image: -o-linear-gradient(180deg, #000000, #140625);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#140625' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#140625' );";background-image: linear-gradient(180deg, #000000, #140625);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pBh6rC93Dc0U5RxTk1OlWJWl8tG3A2nJ > .row .container { background-color: transparent; background-image: none; }#pBh6rC93Dc0U5RxTk1OlWJWl8tG3A2nJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBh6rC93Dc0U5RxTk1OlWJWl8tG3A2nJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBh6rC93Dc0U5RxTk1OlWJWl8tG3A2nJ > .row .container > .video-iframe-container { display: none; }#pBh6rC93Dc0U5RxTk1OlWJWl8tG3A2nJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBh6rC93Dc0U5RxTk1OlWJWl8tG3A2nJ > .row > .video-iframe-container { display: none; }#pBh6rC93Dc0U5RxTk1OlWJWl8tG3A2nJ > .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); }#pBh6rC93Dc0U5RxTk1OlWJWl8tG3A2nJ > .row .container { border-width: 0; border-radius: 0; }#pBh6rC93Dc0U5RxTk1OlWJWl8tG3A2nJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBh6rC93Dc0U5RxTk1OlWJWl8tG3A2nJ > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:block; }#Rbf9804b03f9b804fd034584f9df529c { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:18.375rem;top:1.96875rem;left:0rem;overflow:hidden;display:block; }
#ae92acd9decf7e1b21b685d92a0e0fed { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0.81093692779544rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v47703e1d6f49853bba818d564061340 { position:absolute;display:block;z-index:15062;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:1rem;width:1rem;top:3.3562469482422rem;left:9.2867193222044rem;overflow:hidden;display:block; }
#X02a7d0a52709bcf6d6c9204e12f99f5 { color:#e3e1e6;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:4.5867233276367rem;left:0.78125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#s334487994622b2182c316547c08f08b { color:rgba(var(--color-tertiary-1),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0.8125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P268d23eb0aa5a1b0ef9a36755f07c0d { color:rgba(var(--color-tertiary-1),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:9.9375rem;left:7.370312690735rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g8b325344a24b169f2d7d7f5a3aaea8c { color:rgba(var(--color-tertiary-1),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:11.375rem;left:0.8125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#a622ed6946cbdcbeb38bf9b4f0d78f02 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fff3c2);background-image: -moz-linear-gradient(180deg, #ffffff, #fff3c2);background-image: -ms-linear-gradient(180deg, #ffffff, #fff3c2);background-image: -o-linear-gradient(180deg, #ffffff, #fff3c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff3c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff3c2' );";background-image: linear-gradient(180deg, #ffffff, #fff3c2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#160829;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:13.8125rem;left:0.8125rem;display:block; }
#ded1be0aaf49fc014f09d7d74b9229c6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5fe16ef80ad4266207801aeb5aa5dbb { position:absolute;display:block;z-index:15020;background-color:#a094b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.25rem;top:18.3125rem;left:0.5625rem;display:block; }
#Qd131be7a17a31ffe544019c5ca9fd97 { position:absolute;display:block;z-index:15015;background-color:#5a4579;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:8.5625rem;top:19.84375rem;left:0.8125rem;display:block; }
#e9f92f2602cff2a7ecbf378c50f83fb3 { color:rgba(var(--color-tertiary-1),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:20rem;left:0.92343711853025rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#v7897facc9a0448f2344e7b8e18523c0 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:21.8125rem;left:1.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#cf497777e6012fa4005def69851814d2 { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:24.0625rem;left:0.8125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#aed6bd3505789b226281c5e77448cacd { position:absolute;display:block;z-index:15052;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:1.125rem;width:1.125rem;top:25.75rem;left:0.80859375rem;overflow:hidden;display:block; }
#ue01f3e9e65f38dbea1eb0c899395f20 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:25.75rem;left:2.421875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s42944e1e5c10058df69ff2c959a950d { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:26.937498092651rem;left:2.4375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#r12b749b10300c4ab560d78d7d6fbf57 { position:absolute;display:block;z-index:15053;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:1.125rem;width:1.125rem;top:30.218748092651rem;left:0.8125rem;overflow:hidden;display:block; }
#f58f6601b2dd862e96bbc7cad72059c0 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:30.124998092651rem;left:2.4375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#b7ce2eb316189588112a9feebc302434 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:40.8125rem;left:0rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#da774d92923c9fa3a4cf22abdbc1bb63 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:18.4375rem;top:1.875rem;left:18.936718940735rem;overflow:hidden;display:block; }
#Mb22334e25683758efa389ebf8c22de0 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.0625rem;left:19.936718940735rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u5dba2581fb200a62771de7c853df8e6 { color:#e3e1e6;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:4.5625rem;left:19.999218940735rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Ted6a6a8e09ed73ef870b3d08c94275a { color:rgba(var(--color-tertiary-1),1);display:block;width:8.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.8125rem;left:19.9375rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T5d6b948d121d964b32746808e32319f { color:rgba(var(--color-tertiary-1),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.9375rem;left:27.750000953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f69ca96b94968a75c408e4bc22ea5db6 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:11.375rem;left:19.999218940735rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Ia5fa7cf37d79e89cd1172902c830b9c { background-color:#c317e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:13.8125rem;left:19.749218940735rem;display:block; }
#E13e95780245216af1bd9c665dcaa7ad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ada96e4949bf75acc9cb4cce03083d49 { position:absolute;display:block;z-index:15019;background-color:#a094b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.25rem;top:18.3125rem;left:19.405468940735rem;display:block; }
#Hfa58baf16f1aa3a477907844a8f19f1 { position:absolute;display:block;z-index:15014;background-color:#5a4579;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:15rem;top:19.84375rem;left:19.75rem;display:block; }
#Bce87c2e25604c4fc39b604a088fea5e { color:rgba(var(--color-tertiary-1),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:20rem;left:20.249218940735rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#uada4137c46e1d01fbea3565a41ec48d { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:20.15625rem;left:33.499218940735rem;overflow:hidden;display:block; }
#B824af53171859e1e768f16eecd29794 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:21.8125rem;left:20.125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Ff3286f4c4e0faddb3c6fd34a923dd4c { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:24.0625rem;left:19.75rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#b6e5359d75e7d229f6c5afcc3eb885be { position:absolute;display:block;z-index:15051;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:1.125rem;width:1.125rem;top:25.756248474121rem;left:19.686718940735rem;overflow:hidden;display:block; }
#e47fd22d20c61f648d44ffa3eacf9542 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:25.75rem;left:21.374999046326rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b2b147a87371f812d3274d7f4495b1e2 { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:26.875rem;left:21.361718177796rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#U3e9ac1f1d8dec3fc3e45967706b790e { position:absolute;display:block;z-index:15052;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:1.125rem;width:1.125rem;top:30.25rem;left:19.6875rem;overflow:hidden;display:block; }
#dc7bb9c6e03f3a930dbb00fed9fd5711 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:30.125rem;left:21.361718177796rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#M42220882242a273289c43e4a4ff6483 { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:31.9375rem;left:19.75rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#h89c7b2aa8b2d6fdbcff3362a91a0c9f { position:absolute;display:block;z-index:15055;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:1.125rem;width:1.125rem;top:33.84375rem;left:19.6875rem;overflow:hidden;display:block; }
#z8cb04d94ed1228b519b48bdb446b9a6 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:33.75rem;left:21.186718940735rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#a62295ef9740cfb89fec05a11deac4cb { position:absolute;display:block;z-index:15057;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:1.125rem;width:1.125rem;top:35.53125rem;left:19.6875rem;overflow:hidden;display:block; }
#cbcbfc2b2911c1511e34d8c990e8c8b8 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:35.499999046326rem;left:21.186718940735rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Z0288111696427ea79a49f0efaee9cfd { position:absolute;display:block;z-index:15056;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:1.125rem;width:1.125rem;top:37.125rem;left:19.6875rem;overflow:hidden;display:block; }
#dfdc8f9a8268ec3a1f7ad9cf77aa2317 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:37.0625rem;left:21.186718940735rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#E8282f392e1a8d2e36ac6041d433ce45 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:40.8125rem;left:18.967968940735rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Zf91a82639a4457f17e7e08813920e4d { position:absolute;display:block;z-index:14997;background-color:#c317e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:10.9375rem;top:0rem;left:37.750000953674rem;display:block; }
#re4842aed5afcb7479617de631c418bd { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:0.3125rem;left:38.500000953674rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#cd9554a9d6bdc41bbce80900f8fb19da { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:18.4375rem;top:1.875rem;left:37.750000953674rem;overflow:hidden;display:block; }
#Mff5c059acb8afc98f62a68950bff676 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.843750953674rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v66865cd44b90c0c01044fb9bb10cf58 { color:#f4f4f5;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:4.5625rem;left:38.812500953674rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#b08d50895bf094b815eee95a190adfd5 { color:rgba(var(--color-tertiary-1),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.8125rem;left:38.812500953674rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U2301a91f2d8c1b43fafaad9297a6501 { color:rgba(var(--color-tertiary-1),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.9375rem;left:46.625000953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p1127fbe92ba047da6586c955555ea54 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:11.41250038147rem;left:38.8125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#d3bbe0e1aeefeb8a5776727bcd71c892 { background-color:#c317e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:13.8125rem;left:38.562500953674rem;display:block; }
#Ga295cfb7006da6dfe7c78b0fb882d52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kf38ed4178e8022193600239edbc16ff { position:absolute;display:block;z-index:15018;background-color:#a094b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.25rem;top:18.3125rem;left:38.375000953674rem;display:block; }
#acbf94842961ebacfec029affc71fc27 { position:absolute;display:block;z-index:15013;background-color:#9812b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:15rem;top:19.875rem;left:38.5625rem;display:block; }
#Hc163e106203c4c001654b2fc6ebf6a2 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:20rem;left:38.937500953674rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#a7a2cb488fb5dd6a6be435037dd5d465 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:20.1875rem;left:52.187500953674rem;overflow:hidden;display:block; }
#K11569331d933ee18a1a7722b5f8bf40 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:21.8125rem;left:38.937500953674rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#s46ec7aa081b15d03a3c9868c4d96d44 { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:24.0625rem;left:38.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Lf66399d87ac9fc96f842fd0ef2cc6fd { position:absolute;display:block;z-index:15052;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:1.125rem;width:1.125rem;top:25.756248474121rem;left:38.500000953674rem;overflow:hidden;display:block; }
#dbfb5b67a6073bca83d52024815b4d65 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.75rem;left:40.125000953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lb5b0fdad71b1777477aca8cb5f37425 { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:26.875rem;left:40.218750953674rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#bc541b24bb3b8e5d2f6a145fa08195c5 { position:absolute;display:block;z-index:15053;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:1.125rem;width:1.125rem;top:30.21875rem;left:38.500000953674rem;overflow:hidden;display:block; }
#Le319147bbf4c385e2ba6964084da654 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:30.125rem;left:40.218750953674rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#bad1f55012bc716b3b3c9ad6f5d31989 { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:31.9375rem;left:38.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#d822b4e5a59829e6a1f068af0bf218f4 { position:absolute;display:block;z-index:15058;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:1.125rem;width:1.125rem;top:33.84375rem;left:38.500000953674rem;overflow:hidden;display:block; }
#bd7c5d99113bea39e755003f06118196 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:33.75rem;left:40.250000953674rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#M185e83d21ebaaf8aaece880df2e4bbc { position:absolute;display:block;z-index:15059;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:1.125rem;width:1.125rem;top:35.5625rem;left:38.500000953674rem;overflow:hidden;display:block; }
#s536c5177e5c1e0452fd17c6e000ac85 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:35.437499046326rem;left:40.250000953674rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#bbb79a4a6aac1c43c29aafd00439e9ef { position:absolute;display:block;z-index:15059;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:1.125rem;width:1.125rem;top:37.125rem;left:38.500000953674rem;overflow:hidden;display:block; }
#fae9a6c6cfc128f8a88f5ef4718e0529 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:37.0625rem;left:40.250000953674rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#d0da818e174a5a6aaac9c525b15e4e44 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:40.8125rem;left:38.000000953674rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#H4eb81e46892cb26983e42843c8a9815 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:18.4375rem;top:1.875rem;left:56.5625rem;overflow:hidden;display:block; }
#Gb2357ff9ee654408804d3487ba22068 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:57.65625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p4e51774fee271a3d6e3afed5fd25144 { color:#e3e1e6;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:4.5625rem;left:57.65625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#fb6523f0da9d01dd8c28872fc1b24bd3 { color:rgba(var(--color-tertiary-1),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:8.8375015258787rem;left:57.6875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z53e1a3e6216674b899a1a3d926bc0e2 { color:rgba(var(--color-tertiary-1),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.9375rem;left:65.531250953675rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dedcea229e34a1d7e4632c75dbcea1c1 { background-color:#c317e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.8125rem;left:57.656250953674rem;display:block; }
#pcee0e79f2ec2fb5cf4ece3913bf7689 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k2f4994c6fa96e0bfb90c4beaeed4166 { position:absolute;display:block;z-index:15008;background-color:#a094b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.25rem;top:18.3125rem;left:57.250000953674rem;display:block; }
#b30f273f212b9d2bb666d89e8ef4bbb4 { box-sizing:content-box;height:1.625rem;width:15rem;position:absolute;display:block;z-index:15044;background-color:#5a4579;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.875rem;left:57.6875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#F9d65a5eb8bb97d102646b54944e51f8 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:20rem;left:58.093750953674rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#H6c8deb8a65258140f9b25d81731f274 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:20.15625rem;left:71.268754005431rem;overflow:hidden;display:block; }
#f7bf23b47ff45819bf95940671b6dda3 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:21.800003051757rem;left:57.968750953674rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#id0b118155132a89cf35b87c69c2838e { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:24.0625rem;left:57.65625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#oc87e7b29cc7a1bd0775656641a787c8 { position:absolute;display:block;z-index:15053;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:1.125rem;width:1.125rem;top:25.75rem;left:57.687500953674rem;overflow:hidden;display:block; }
#a4ebc081826f1a0d2928db203a3a80fd { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:25.75rem;left:59.250000953674rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#S322ad221cdea6320b363c5fd7ec38a5 { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:26.875rem;left:59.250000953674rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#I0e418425217b2b90bd04e33b90020bb { position:absolute;display:block;z-index:15054;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:1.125rem;width:1.125rem;top:30.21875rem;left:57.6875rem;overflow:hidden;display:block; }
#s98c47b6c1f00bd7b722f532613a4f9e { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:30.125rem;left:59.250000953674rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#i1cc84f593b3fb28688240af3f873c89 { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:31.9375rem;left:57.65625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#caf027e61cd9440ddeda04020f297390 { position:absolute;display:block;z-index:15059;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:1.125rem;width:1.125rem;top:33.84375rem;left:57.6875rem;overflow:hidden;display:block; }
#f29ddd22bbc1f34f7c955209ba25419c { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:33.75rem;left:59.250000953674rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Zcfa011a5be83eed671cef46a61c4140 { position:absolute;display:block;z-index:15060;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:1.125rem;width:1.125rem;top:35.5625rem;left:57.6875rem;overflow:hidden;display:block; }
#mace7ce0e5b1144dd0d090e90e49e0f2 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:35.512504577637rem;left:59.250000953674rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ed348970075985a6151d877bec72a6fd { position:absolute;display:block;z-index:15061;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:1.125rem;width:1.125rem;top:37.125rem;left:57.6875rem;overflow:hidden;display:block; }
#pd5623c6f077c435365f7d40020445c3 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:37.075004577637rem;left:59.237504005432rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#r6440f3d1f5e7c219225da9ea8520ff8 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:40.8125rem;left:56.96875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#a5c42a355e6e6f81e6085e9f3430bd8c { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:18.3125rem;top:1.96875rem;left:0rem;overflow:hidden;display:none; }
#zvAhvBDedBbeDgSqJJRI3SPGEG5bHrkR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #140625);background-image: -moz-linear-gradient(180deg, #000000, #140625);background-image: -ms-linear-gradient(180deg, #000000, #140625);background-image: -o-linear-gradient(180deg, #000000, #140625);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#140625' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#140625' );";background-image: linear-gradient(180deg, #000000, #140625);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zvAhvBDedBbeDgSqJJRI3SPGEG5bHrkR > .row .container { background-color: transparent; background-image: none; }#zvAhvBDedBbeDgSqJJRI3SPGEG5bHrkR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvAhvBDedBbeDgSqJJRI3SPGEG5bHrkR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvAhvBDedBbeDgSqJJRI3SPGEG5bHrkR > .row .container > .video-iframe-container { display: none; }#zvAhvBDedBbeDgSqJJRI3SPGEG5bHrkR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvAhvBDedBbeDgSqJJRI3SPGEG5bHrkR > .row > .video-iframe-container { display: none; }#zvAhvBDedBbeDgSqJJRI3SPGEG5bHrkR > .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); }#zvAhvBDedBbeDgSqJJRI3SPGEG5bHrkR > .row .container { border-width: 0; border-radius: 0; }#zvAhvBDedBbeDgSqJJRI3SPGEG5bHrkR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zvAhvBDedBbeDgSqJJRI3SPGEG5bHrkR > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#h3ca2d92b0504c9382ef65814d13683a { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:18.4375rem;top:1.875rem;left:28.3125rem;overflow:hidden;display:block; }
#S9e00081ccc0b9c4e432bcd9f23b2ac6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.0625rem;left:29.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J3c53a20f30686d61f167b6cdb673afb { color:#e3e1e6;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:4.5625rem;left:29.375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#t720b9f1ee5a526f4c44426e59bca49b { color:rgba(var(--color-tertiary-1),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4375rem;left:29.3125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dce43e47703df36cba8ae06df3944050 { color:rgba(var(--color-tertiary-1),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:8.5rem;left:38.5rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z4111537cd8befc85dbdc0ef5b1b1fcf { background-color:#c317e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.4375rem;left:29.125rem;display:block; }
#Nfe87dd8580bdf4ea92c7a93eb000fa7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#If79fce62fc8b12f715e951ac2204eca { position:absolute;display:block;z-index:15019;background-color:#a094b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.25rem;top:15.9375rem;left:28.75rem;display:block; }
#v836372c2136de4c2d0984d8070c815b { position:absolute;display:block;z-index:15014;background-color:#5a4579;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:15rem;top:17.5rem;left:29.125rem;display:block; }
#rc1ba8c981c0b1d34e86f5b7183f1ed2 { color:rgba(var(--color-tertiary-1),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:17.625rem;left:29.625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#c528ad7c24df7e130cfddf859b28126d { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:17.8125rem;left:42.875rem;overflow:hidden;display:block; }
#Ib938bfbcbedccb479c847d574096314 { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:21.1875rem;left:29.125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#C9c6d9d79bfdbd74e875bfbcee2e76bb { color:rgba(var(--color-tertiary-1),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:19.4375rem;left:29.5rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#D7ed6ba77a1471a787c90a4bc99d343b { position:absolute;display:block;z-index:15051;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:1.125rem;width:1.125rem;top:23.25rem;left:29.0625rem;overflow:hidden;display:block; }
#a0f37bc5a9c89e1545ea5cb52b05e097 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.25rem;left:30.75rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ba8cf9c9c5f5d7abd9bf2cc6585e2523 { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:24.5rem;left:30.6875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#c8ce44cd82001a6fbd0913616ef3ad83 { position:absolute;display:block;z-index:15052;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:1.125rem;width:1.125rem;top:27.875rem;left:29.0625rem;overflow:hidden;display:block; }
#W4808eede5b21c6dd3a88b6eb2a0b188 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:27.75rem;left:30.6875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#G6fbc0214493d96d8007eeca39fb97d3 { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:29.5625rem;left:29.125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#fc78669d88cf8a5b8ec6de078db5a93a { position:absolute;display:block;z-index:15055;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:1.125rem;width:1.125rem;top:31.125rem;left:29.0625rem;overflow:hidden;display:block; }
#t8524f32685704b9113b0a9fffb4db29 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:31.0625rem;left:30.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#M2cacb80ea92b9daccf7512daf0aa615 { position:absolute;display:block;z-index:15057;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:1.125rem;width:1.125rem;top:32.8125rem;left:29.0625rem;overflow:hidden;display:block; }
#E9afaa0f4f6256636dd037cb6097a683 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:32.8125rem;left:30.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#oaef9d8ec156897ce10a65f18014576e { position:absolute;display:block;z-index:15056;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:1.125rem;width:1.125rem;top:34.4375rem;left:29.0625rem;overflow:hidden;display:block; }
#yc48745f7c6123832774e4527bb282df { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:34.375rem;left:30.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#DsOq4nxOhl6rTg6OMpSoTNph2J6cI83D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #140625);background-image: -moz-linear-gradient(180deg, #000000, #140625);background-image: -ms-linear-gradient(180deg, #000000, #140625);background-image: -o-linear-gradient(180deg, #000000, #140625);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#140625' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#140625' );";background-image: linear-gradient(180deg, #000000, #140625);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DsOq4nxOhl6rTg6OMpSoTNph2J6cI83D > .row .container { background-color: transparent; background-image: none; }#DsOq4nxOhl6rTg6OMpSoTNph2J6cI83D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsOq4nxOhl6rTg6OMpSoTNph2J6cI83D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsOq4nxOhl6rTg6OMpSoTNph2J6cI83D > .row .container > .video-iframe-container { display: none; }#DsOq4nxOhl6rTg6OMpSoTNph2J6cI83D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsOq4nxOhl6rTg6OMpSoTNph2J6cI83D > .row > .video-iframe-container { display: none; }#DsOq4nxOhl6rTg6OMpSoTNph2J6cI83D > .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); }#DsOq4nxOhl6rTg6OMpSoTNph2J6cI83D > .row .container { border-width: 0; border-radius: 0; }#DsOq4nxOhl6rTg6OMpSoTNph2J6cI83D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DsOq4nxOhl6rTg6OMpSoTNph2J6cI83D > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#a9554de9c338f33ed0c8ce98e2c51877 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:18.4375rem;top:1.875rem;left:28.3125rem;overflow:hidden;display:block; }
#Gbf5e085603cc02fcbd452f7fa5670ba { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.0625rem;left:29.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f3d58ca16e85c760e98e02b12bcd082a { color:#e3e1e6;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:4.5625rem;left:29.375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#e79d92eb1bd6095c5c80164a7d4f243b { color:rgba(var(--color-tertiary-1),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4375rem;left:29.3125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c8161b1480fd144015e1ae62b4d7fc5c { color:rgba(var(--color-tertiary-1),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:8.5rem;left:38.5rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fc4f10eb6dd7360b86df9d40f493991e { background-color:#c317e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.4375rem;left:29.125rem;display:block; }
#ze0dbd7ae13cf870827df409150ad443 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f42e92385158ef392fd42dc9974cb70a { position:absolute;display:block;z-index:15019;background-color:#a094b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.25rem;top:15.9375rem;left:28.75rem;display:block; }
#K61a0d1b731a970518abce831c054e8d { position:absolute;display:block;z-index:15014;background-color:#5a4579;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:15rem;top:17.5rem;left:29.125rem;display:block; }
#Uc566039e94a84916b4232c99b8f7a15 { color:rgba(var(--color-tertiary-1),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:17.625rem;left:29.625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#K889ec14ea44ac37efc96e0faac3894d { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:17.8125rem;left:42.875rem;overflow:hidden;display:block; }
#fad039e3fe1cf44dfe45818dd37a49e1 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:19.4375rem;left:29.5rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#a33be98ab1f87d64d660fe29b502fd66 { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:21.1875rem;left:29.125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Qab7c13a1b0f7f9e218a15a1f0708815 { position:absolute;display:block;z-index:15051;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:1.125rem;width:1.125rem;top:23.25rem;left:29.0625rem;overflow:hidden;display:block; }
#c097069c9b05884572f8b92ac72d12ac { color:rgba(var(--color-tertiary-1),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.25rem;left:30.75rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c8b323dc4a611468acc79eaf652ed7e7 { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:24.5rem;left:30.6875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#i2576d1707f642e7c7dc39028b998177 { position:absolute;display:block;z-index:15052;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:1.125rem;width:1.125rem;top:27.875rem;left:29.0625rem;overflow:hidden;display:block; }
#d86a22bbfdbcdf55468f4b47399dcc02 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:27.75rem;left:30.6875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ef6c3c577e43ab0c734f6b18a2648c9b { color:#b7b2bd;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:29.5625rem;left:29.125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#cfc80901793e35f799a22b863850f76b { position:absolute;display:block;z-index:15055;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:1.125rem;width:1.125rem;top:31.125rem;left:29.0625rem;overflow:hidden;display:block; }
#Bed19caff34f3690b8434cb326a6ac7d { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:31.0625rem;left:30.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ce812d0d15de997ed45de7d9ce97bd66 { position:absolute;display:block;z-index:15057;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:1.125rem;width:1.125rem;top:32.8125rem;left:29.0625rem;overflow:hidden;display:block; }
#fadf853fee3c3c6ec4baf7ee963443b7 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:32.8125rem;left:30.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#r10eb7de6b976adef93dc3fd08b24633 { position:absolute;display:block;z-index:15056;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:1.125rem;width:1.125rem;top:34.4375rem;left:29.0625rem;overflow:hidden;display:block; }
#Ub8a4f48ce07800e87889cb8b6b6e822 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:34.375rem;left:30.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#fa5154eca24fbdd49be86160c303f734 { color:#b7b2bd;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:37.612499237061rem;left:28.487500190735rem;height:1.625rem;display:block; }
#kbQrg1cVQs0AFnxilyBqSvwXCNOCNtvc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kbQrg1cVQs0AFnxilyBqSvwXCNOCNtvc > .row .container { background-color: transparent; background-image: none; }#kbQrg1cVQs0AFnxilyBqSvwXCNOCNtvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbQrg1cVQs0AFnxilyBqSvwXCNOCNtvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbQrg1cVQs0AFnxilyBqSvwXCNOCNtvc > .row .container > .video-iframe-container { display: none; }#kbQrg1cVQs0AFnxilyBqSvwXCNOCNtvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbQrg1cVQs0AFnxilyBqSvwXCNOCNtvc > .row > .video-iframe-container { display: none; }#kbQrg1cVQs0AFnxilyBqSvwXCNOCNtvc > .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); }#kbQrg1cVQs0AFnxilyBqSvwXCNOCNtvc > .row .container { border-width: 0; border-radius: 0; }#kbQrg1cVQs0AFnxilyBqSvwXCNOCNtvc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kbQrg1cVQs0AFnxilyBqSvwXCNOCNtvc > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:block; }#kcXzvPEuxp9fmSNihyztqSA5R7sfFo0d { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:1.78125rem;left:0rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/729f06af-adc3-4c7d-aaa7-118ed42c6770/tlodol.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP.adaptive-delivery-prevent-bg, #E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP.lazyload, #E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP.lazyloading { background-image: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { background-color: transparent; background-image: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container > .video-iframe-container { display: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row > .video-iframe-container { display: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .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); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { border-width: 0; border-radius: 0; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#zTfxchS2sCGmTdJPDKyb0mobCyG2H4dw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zTfxchS2sCGmTdJPDKyb0mobCyG2H4dw > .row .container { background-color: transparent; background-image: none; }#zTfxchS2sCGmTdJPDKyb0mobCyG2H4dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTfxchS2sCGmTdJPDKyb0mobCyG2H4dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTfxchS2sCGmTdJPDKyb0mobCyG2H4dw > .row .container > .video-iframe-container { display: none; }#zTfxchS2sCGmTdJPDKyb0mobCyG2H4dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTfxchS2sCGmTdJPDKyb0mobCyG2H4dw > .row > .video-iframe-container { display: none; }#zTfxchS2sCGmTdJPDKyb0mobCyG2H4dw > .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); }#zTfxchS2sCGmTdJPDKyb0mobCyG2H4dw > .row .container { border-width: 0; border-radius: 0; }#zTfxchS2sCGmTdJPDKyb0mobCyG2H4dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTfxchS2sCGmTdJPDKyb0mobCyG2H4dw > .row .container { font-size:0.875rem;font-family:arial;height:1.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 1199px) { #bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { display:block; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { width:47.75rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Svzeq6topiAZXwbNKQEpRM5CHPocWKrA { width:12.9375rem;height:2.375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WkttM3dKvkPJpUKsWTB2wcbwGtApqyc2 { width:21.9375rem;height:9rem;top:7.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x8JGg2CQQ8JyruGomrt858OBzOlVpTcU { width:20.5rem;height:2.625rem;top:17.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fF4A2iC9KfNzguIHR3N9gI8cUTAm1Lln { width:16.5rem;height:3.5rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cDIFz5CWmXERMgXHTvwmIBgUf2ZGbClQ { display:block; }
 }@media only screen and (max-width: 1199px) { #WnXydfwsROt1O67v7QUIVmHMGKXtQLM4 { width:30.3125rem;height:1.3rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NBKUR9TbnrdbMWxaqJgnXyJ1JkR5p3m5 { width:32.5625rem;height:31.4375rem;top:0rem;left:-7.1199109414756rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPR7o7lOuNRtUcXI6DtHeMSB6yxtv0EE { width:47.75rem;height:5.53125rem;top:27.425000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tPTB7KNsPyJes9rR0BLB7Nu0PcQ7tmeZ { width:46.0625rem;height:17.3125rem;top:26.78750038147rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BNQHZ3Xkk2PO9FsvpApad8cTaA4euO5y { width:6.6875rem;height:1.1375rem;top:21.6875rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wZDvo7uyv4guCuFWvTBofzt6FqWWPNDS { width:4.5625rem;height:1rem;top:21.75rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nlTz9kEp4qdflNSaFUsbJXHO5FsKxdf7 { width:6.25rem;height:0.975rem;top:22.8125rem;left:17.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gyEnoeglJyfqmFdhkhhQXKVoA6ftptd2 { width:3.5rem;height:0.9375rem;top:23.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rezfPf2sKE7FxrDO0Tf0pzvr8qTq85Bo { width:0.0625rem;height:2rem;top:22.3125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJrJFJa54H8GNJdK6Ta4pLTyMaLCedwE { width:6.6875rem;height:1.1375rem;top:21.8125rem;left:25.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LKRG0XvdXlqu0fKeNPouWXc2dr5darvm { width:4.5625rem;height:1rem;top:21.875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uwLNFONlAMsxVT7H6TuqPMMaTzUSDkwp { width:6.25rem;height:0.975rem;top:22.9375rem;left:25.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H9PPEhwr5ykwSMhdNspoUNFi7PvmBp8g { width:3.8125rem;height:0.9375rem;top:24.0625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pK5WlhzeN2SuSia2EdZbFocgAC40pFch { width:47.75rem;height:3.4125rem;top:34.08749961853rem;left:0rem;font-size:2.625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #vSoXQQ3Q3TbG5fpo3Hbr4VbSmTrk0VVh { width:8.875rem;height:5.625rem;top:31.4375rem;left:0.75rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #t3w4MWTKsM3AowAi3hqN6pJCSP5hNwlX { width:8.875rem;height:6.3125rem;top:31.09375rem;left:38.1875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 1199px) { #rwngtsTiSgCCPpGoH6Xcf3sypJCFm443 { width:6.75rem;height:2.125rem;top:15.1875rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vGT9sPUF5LE0gUsWTo2tTTTAtBtFun1m { width:10rem;height:4.2rem;top:17.625rem;left:37.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eqc46BcZRPXUMsWOHh2Kpsl9oh8h2tAX { width:8.5rem;height:2rem;top:22.5625rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATSbTA8KPf7Kk76hTksCks5cPK6BsmpC { display:block; }
 }@media only screen and (max-width: 1199px) { #EH9w0nks4N3Ottc7rIdN6qH6KIT4M7z4 { width:8.375rem;height:2.1rem;top:24.875rem;left:38.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zruavq13XfreFpxXTD29r0afMN30f9TF { width:24.375rem;height:22.125rem;top:11.1875rem;left:29.61874961853rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcnX4udNqvc2GKHykHn8pm9UsCqKdBhF { width:41.75rem;height:18.0625rem;top:31rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S8B3kZbwvHPTgw1FxLocJciEBoynl0gd { width:42.5625rem;height:3.4375rem;top:31rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mLMyogB9TZzE3fwZuyiTcf3ilDJ75ab2 { width:24.375rem;height:22.125rem;top:11.1875rem;left:29.61874961853rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e { display:none; }#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ziwOsZxlbdCytW7VceoTaayTWmldzXNc { display:none; }#ziwOsZxlbdCytW7VceoTaayTWmldzXNc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #mlB8OEThJW15shTTdITv8c4dQnxlFhBK { width:47.75rem;height:3.4125rem;top:34.08749961853rem;left:0rem;font-size:2.625rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 1199px) { #ReXPnSfe5mK3T3KCNHtUPiTrdEtwicuz { display:block; }#ReXPnSfe5mK3T3KCNHtUPiTrdEtwicuz > .row .container { width:47.75rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tKzRzeJB2gQvKgHXIQheL6eb7kTROV0Q { width:47.75rem;height:20.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rxObI7qFwR1dTD3KPhm15HTg6RglGuLp { width:47.75rem;height:12.5rem;top:18.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PHVnrF2TkIwZIP0PMviLALcMnAPXvxkp { width:47.75rem;height:30.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tKCtGErRt5VgifO3wRaiSEKFBSbyFtLP { width:47.75rem;height:1.07395625rem;top:29.676041603088rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dfHxHRWUFTMFPR7kZmvoQCOSZGyzczxK { width:47.75rem;height:1.0625rem;top:29.551040649414rem;left:47.758301061034rem;display:block; }
 }@media only screen and (max-width: 1199px) { #glNFiqXJzmlKgo7c7Vtb5AwnJ30fgSko { width:47.75rem;height:8.3125rem;top:22.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000001);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000001);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000001);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000001);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000001' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000001' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000001);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #HK84WpXczi6bM5on5SmecwfqS4n8MOFa { display:block; }#HK84WpXczi6bM5on5SmecwfqS4n8MOFa > .row .container { width:47.75rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PP2OrR1tZxUWv5XCvkSn6i90s546v34l { width:46.625rem;height:1.95rem;top:4.3999996185303rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K74nwHuCpk3VhIRvaQTfEChuq2go0eE6 { width:47.75rem;height:15.6875rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IDZIM7ZahuayrCn6wt5MMN9ORAs9a8Iv { width:1.5rem;height:1.5rem;top:4.625rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I5PLeiThLpIrsO6Pc2cT4bIKuvImoluJ { width:1.5rem;height:1.5rem;top:4.625rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vlccs6qMRUALG1283tLBt5B65iCZHS82 { width:47.75rem;height:5.73020625rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SiDaPPTlJPaKOb4nuOE6PwVK6DyD3sIo { width:47.75rem;height:16.5145625rem;top:20.792709350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vNEhtXN2OQToflVxc1URKUxzRQcPhgAK { width:47.75rem;height:4.0625rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MDTt7LkLzXl8bm2RxCoQmzhQlt7U9u2K { width:20.6875rem;height:1.3rem;top:0rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #difX28f7leuXNRvlAcE3IPQMe1bol7JA { width:4.5rem;height:1.125rem;top:0.0625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc { display:none; }#nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #cMWSJsclOLXUXZ9y2gHT8KG2tvA1x6cL { width:47.75rem;height:5.73020625rem;top:21.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bF1rTiQAyAniWXtcXDTRHg1lAJzBzAPg { display:block; }#bF1rTiQAyAniWXtcXDTRHg1lAJzBzAPg > .row .container { width:47.75rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GBBcNVSMBSMpzTbxXPxSubAcUA1Kn3Tn { width:46.125rem;height:1.95rem;top:3.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tQ7hIoCnz14xu5WU1mXeqRK5QJRr2QQy { width:35.6875rem;height:20.625rem;top:7.6041669845581rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aFuCMp8a6PJrvQDgModBL2FFe0XI7rnq { width:47.75rem;height:16.5145625rem;top:20.792709350586rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yr3aBaF579tuTBsnPNrDrB19yRo2czyG { width:41.4375rem;height:1.95rem;top:1.375rem;left:0.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GX7InuH1ya2vXx24ZJpC8iEhWxD6pA0U { width:47.75rem;height:15.6875rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uIpsq4Z2sktBsUfRC0965rLiHKUinKyG { width:1.5rem;height:1.5rem;top:3.9375rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOcBUd5KXI8PrkqeLtaDfSOEe8ooGgPE { width:1.5rem;height:1.5rem;top:3.9375rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQBGVvXPVVbJTJTEHFPCJWttgozUdvRx { display:block; }#xQBGVvXPVVbJTJTEHFPCJWttgozUdvRx > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #z9Pm40AtnmnXThFX3fDmI38OnR4Lezou { width:41.4375rem;height:1.95rem;top:1.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #taQIOJEoTsu4r284kLgybPbtKkLvMMlC { width:1.5rem;height:1.5rem;top:1.5999984741211rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kXiRKDxLslOUOX9FZq7B2ANmOSuUhfXg { width:47.75rem;height:15.6875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HohWCoPfa2SATLzpHTzT7LLdlIxKqkNs { width:1.5rem;height:1.5rem;top:1.5999984741211rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n { display:block; }#WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n > .row .container { width:47.75rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #en0xWELTkswv8lAMATJEN4Rr0hJMzkiv { width:25.125rem;height:9.75rem;top:4.125rem;left:11.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3VHTJc5pmMXg6KyTz84D6MdLzJ2o6xE { width:43.5rem;height:4.5rem;top:14.6875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bCtl49L0vKIDwt8Tgpq4sX1UHATshnzk { width:10rem;height:3.1875rem;top:19.9375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bbh8XhCRi1cnfUnJAbUOXT2OIky92RgT { width:11.125rem;height:2.5625rem;top:24rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fP01kcSVlxuBUDv0rO1zUISwzTHnkwzV { display:block; }
 }@media only screen and (max-width: 1199px) { #btTUyw1d7J2DnZNvvo20bx6Ok7CGPczD { width:43.5rem;height:1.125rem;top:27.1875rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lD93ZMxmpXFK6l8D0zKZnKzwWtp9NCMy { width:47.75rem;height:5.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FznG6gSvNHPA6epKPtWfoTlMSCciH8mc { display:block; }#FznG6gSvNHPA6epKPtWfoTlMSCciH8mc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tc4xtTTUMKTiSwQU62nsiUcKle51Wyfe { width:15.5rem;height:15.125rem;top:6.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bb9lPgBWe4E1DBSK4uMhRTUCD1iHqaSx { width:28.5625rem;height:1.95rem;top:6.1875rem;left:18.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SfT7ykTmu3rbTB0sux5pru2gAnzVAmzx { width:29.25rem;height:1.4625rem;top:8.3125rem;left:18.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MzdE2DnvObgqMuwzg17VT7cntgca3SOO { width:1.6875rem;height:1.125rem;top:10.6875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #grOSIiPNMyh3VP17n9SabdiEWaxhf8Z8 { width:14.9375rem;height:2.4rem;top:10.8125rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTFkwZ2UJgyUOEAP1EiBkBAAyuDy37m5 { width:1.75rem;height:1.0625rem;top:12.27499961853rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S9BNXpDhcA4igJsAQOVAAx8spMoKGgn1 { width:27.4375rem;height:6.5625rem;top:14.3125rem;left:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rmVmz8xiCA7G25TX7rg0ZgPDo8uhi9ia { width:12.375rem;height:2.5rem;top:22.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDXv5uUWI8WdGAVU92L0MJLBpGJHCBVa { display:block; }
 }@media only screen and (max-width: 1199px) { #XobksZ4NR0ZLIFl0c06kS3Tz6XUSn1gQ { width:10.375rem;height:2.5rem;top:22.5rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J1DK9WtWhqVTp4lft6hfp5UInL4Ghv0M { display:block; }
 }@media only screen and (max-width: 1199px) { #nfBaPv4cTknmeUQ5ar8u4G9nhLIMNu5y { width:9.9375rem;height:2.5rem;top:22.5rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vr6JzXDvWUGSeAaNiwsboVi8S4itDTnU { display:block; }
 }@media only screen and (max-width: 1199px) { #rz3cTGStN1rP3FqHzCVrHb9VsTK1HFeh { width:12.375rem;height:2.5rem;top:24.625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BLMNkaU6ZTE0bQX2zl0En2TOfAlqJKen { display:block; }
 }@media only screen and (max-width: 1199px) { #hHsCSDfaq10cyQiPTQ1QN2fN2vggNVq6 { width:10.375rem;height:2.5rem;top:24.625rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KNHrUSqCLTlFLmAoaweoNwpahvXvFLCw { display:block; }
 }@media only screen and (max-width: 1199px) { #vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF { display:block; }#vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #psFihKgrkHIZTQN3qwVtPHFXikysf6zT { width:15.5rem;height:15.125rem;top:6.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dLmwWTraIOL4AaIuQJ9xipR1sPtS7984 { width:28.5625rem;height:1.95rem;top:6.1875rem;left:18.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5AybVRW8v2cNnW6f4Dci2cawKsB0Zr9 { width:29.25rem;height:1.4625rem;top:8.3125rem;left:18.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HHAVUSBIgs0LG0AKryvRJI1llmGuD7kN { width:1.6875rem;height:1.125rem;top:10.6875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KfDDkkgupxzIAGC9RKGbv0zVGRyIw5aR { width:15.6875rem;height:2.4rem;top:10.8125rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nMuJr2rXCTDfPpwZPaPPGdXXQhvl9vLx { width:1.75rem;height:1.0625rem;top:12.275001525879rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pI9nJVuSTfwQveO0kfnL0TwWdgzMU78m { width:28.25rem;height:7.875rem;top:14.3125rem;left:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A2ObTtfmMGMZBTgwgtdyiwv417OG9nRZ { width:12.375rem;height:2.5rem;top:23.75rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZVTVorqZWxLToLQR17J5xWbBTHtru81o { display:block; }
 }@media only screen and (max-width: 1199px) { #EEc5rOQtemAT2WibO9QT3C7NcIPwGu6b { width:10.375rem;height:2.5rem;top:23.75rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdJRPABn9nzdRcGH6EvPXL1SxeE5dTLe { display:block; }
 }@media only screen and (max-width: 1199px) { #bBRN4KIWiN88xlQEkhWa8s0s8lNHusTA { width:9.9375rem;height:2.5rem;top:23.75rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOXBBNcrXx7uIUegf7RwMAsZRaCoksq8 { display:block; }
 }@media only screen and (max-width: 1199px) { #c5gvU33lP4VSZTWD9XUSXetemT1tr3x2 { width:12.375rem;height:2.5rem;top:24.625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iXMJPImD4QH0xTtcSDTFJymKacDOebT7 { display:block; }
 }@media only screen and (max-width: 1199px) { #seGG2D9bTrLEbzAkSKkulxHFOBzc3g2b { width:10.375rem;height:2.5rem;top:24.625rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ufXI62FHaNArEOWdRJQnG83TWvdWR9w3 { display:block; }
 }@media only screen and (max-width: 1199px) { #FEfHI9zQibynM9CQUOMTqN4efMP7V73N { display:block; }#FEfHI9zQibynM9CQUOMTqN4efMP7V73N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #L7bdwqU55WQrDrEpQZVxy38KvLTQ8Fmu { width:15.5rem;height:15.125rem;top:6.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vw8pZi5w81XiJe0hEwfdN8XNGHLByN4z { width:28.5625rem;height:1.95rem;top:6.1875rem;left:18.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AdH9MaJlN3P8DG6qO6UnHBfhow4JtXfQ { width:29.25rem;height:1.4625rem;top:8.3125rem;left:18.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B4tmZcJ3gOGkVzUvaZuBRWMIS5KKI8ob { width:1.6875rem;height:1.125rem;top:10.6875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fkHFZu7WU5CEgSWwRZPJENzvZom8VP5C { width:12.25rem;height:2.4rem;top:10.8125rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NHBKN3Uh2uy6uohocMnpytTZU0TTv9Fy { width:1.75rem;height:1.0625rem;top:12.275001525879rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IIfGABbgxXDT5to6fOs8DUkEwfFT5KUW { width:27.4375rem;height:9.1875rem;top:14.3125rem;left:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ErJRpE8WTs9rpmyiEeQTtzJQHIPCLiD5 { width:12.375rem;height:2.5rem;top:25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iROcVRDUybyf8koanV4lsJ3QK9q3AU5M { display:block; }
 }@media only screen and (max-width: 1199px) { #rOCcy6wybaz0AEdk959CXN5dXekxoTtC { width:10.375rem;height:2.5rem;top:25rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MM5JhduBXuaOeKgp9AlzNu5h4gKEXx8x { display:block; }
 }@media only screen and (max-width: 1199px) { #q9LHHkd6FQcTPKHib90vwb3upy3QkAnV { width:9.9375rem;height:2.5rem;top:25rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KUTkCCwIiosIAOMPlHdHuO9q2R6Ddwh4 { display:block; }
 }@media only screen and (max-width: 1199px) { #aRVdzr3GQTf4TU7viDtCOw8AAR4dRsxz { width:12.375rem;height:2.5rem;top:24.625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FftpIgbxf27rALrBzauJ3lrocLIovtTZ { display:block; }
 }@media only screen and (max-width: 1199px) { #blVkhytiNn7BqPwMzSv2eIbCTa2UmU1K { width:10.375rem;height:2.5rem;top:24.625rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gtoJ8OhK9MtWLPcllPUwlhaSdhcFbWiM { display:block; }
 }@media only screen and (max-width: 1199px) { #izPD2Hpc218dun35wG8ICDw8WcqJlRCg { display:block; }#izPD2Hpc218dun35wG8ICDw8WcqJlRCg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MBqpqV0GiT6qmmAinK4c8FTrF14Oo2LQ { width:15.5rem;height:15.125rem;top:6.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GMXVDTcASJ8p4NkxnFlGt7qmTILe4ZkT { width:28.5625rem;height:1.95rem;top:6.1875rem;left:18.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TE1ZcgJXLJX7ramb8pV4ZPkSw3LIJtD4 { width:29.25rem;height:1.4625rem;top:8.3125rem;left:18.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rOgHU3szIyTTo7rko0mylffSnP74xJ1K { width:1.6875rem;height:1.125rem;top:10.6875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MffRC8CVuQpZAvmIelc8giQOROoyMvZi { width:12.625rem;height:2.4rem;top:10.8125rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IiGUyp809I2g8BKBB588EShRw1k21KmX { width:1.75rem;height:1.0625rem;top:12.27499961853rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uZLnR0dKkWl7ug3IHQWun0JQVWxdP82z { width:27.4375rem;height:7.875rem;top:14.3125rem;left:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R57GiLD2NAb2PytaTOTfELkKklI1MA3X { width:12.375rem;height:2.5rem;top:23.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lOPqCpZ8xk7TT4BBFa8Oqgno7uqTRRTI { display:block; }
 }@media only screen and (max-width: 1199px) { #DZlbSbikIT9dScAOBNZSrnZEqdKU34u6 { width:10.375rem;height:2.5rem;top:23.625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J0XsLMy9zoBu2Eb4t9ZU2EAVWSOIGxtI { display:block; }
 }@media only screen and (max-width: 1199px) { #TgMMSoTzift26S48oOxS01oqtFmvyfRg { width:9.9375rem;height:2.5rem;top:23.625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xNiss1TJ6CDIgX223ZwTsLENqeaILbTw { display:block; }
 }@media only screen and (max-width: 1199px) { #i2xLMXWg3rbpBXsGS30fiVDIsCxtZGTn { width:12.375rem;height:2.5rem;top:24.625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MW6nTbIL5GSDUOnfM4uLHBy94iJ8E5m0 { display:block; }
 }@media only screen and (max-width: 1199px) { #TePOfXO7fEA1QXAc2lwiouWNiWmhvvfi { width:10.375rem;height:2.5rem;top:24.625rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TeDkawXcO0N5SkNWpT6QTPq7ezOCTbq7 { display:block; }
 }@media only screen and (max-width: 1199px) { #OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl { display:block; }#OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R1GDGNPA7zzJxKScNI33H4TL2Dig6zz9 { width:15.5rem;height:15.125rem;top:6.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kw3TLLkM270Nk5hhHsIfpdBhm65IiSVQ { width:28.5625rem;height:1.95rem;top:6.1875rem;left:18.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4itHa2POMJ6zT42IdVXSFJrFIw9wNXi { width:29.25rem;height:1.4625rem;top:8.3125rem;left:18.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S6Jv2ydgMd5weBLFO06pRInxxIBQTKQM { width:1.6875rem;height:1.125rem;top:10.6875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oh284vNOhkS56HT8rtixOVhXPXxg7zKT { width:20rem;height:2.4rem;top:10.8125rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vt8NAmGtag6iA7cLk9zp1gg8TxGfhfT8 { width:1.75rem;height:1.0625rem;top:12.27499961853rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wgESVBe6KJHNN7h6LIAKQ91Zad4XmOvz { width:27.4375rem;height:7.875rem;top:14.3125rem;left:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fByVrTgGV4XUvcZPC9Q8kUtFL5zrWBeC { width:12.375rem;height:2.5rem;top:23.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNBQ938OuKJeIvEonFkzi8CqQboOSlm3 { display:block; }
 }@media only screen and (max-width: 1199px) { #JpqG5RuvFC0oh5yT7ztt40Fd5raXzTgd { width:10.375rem;height:2.5rem;top:23.625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zebCRkxyoRFplasiFdH6Z3V4Qq7CsbTm { display:block; }
 }@media only screen and (max-width: 1199px) { #rvNf7bxXm1T9oaPCCZT6dfB6BNsFu5NA { width:9.9375rem;height:2.5rem;top:23.625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zb31nuTgkr40WrMQhepGKnDZkQVTTOzZ { display:block; }
 }@media only screen and (max-width: 1199px) { #GXwULzmXDUE0RKkUxSAsyouWazRE4rxg { width:12.375rem;height:2.5rem;top:24.625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Frdugd2Bfi4zdnoTtKFKPONnS53xCbqQ { display:block; }
 }@media only screen and (max-width: 1199px) { #eGghBALfNfzLHexv1S8iCaRzoUX0hTR7 { width:10.375rem;height:2.5rem;top:24.625rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #U98NxaEqBLNv71RnWCZOK8Tq8Pm7Pw8s { display:block; }
 }@media only screen and (max-width: 1199px) { #SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX { display:block; }#SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-regular-label { width:40.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-text { width:40.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-textarea { width:40.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-select { width:40.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-button { width:40.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-checkbox-label { width:38.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1  { width:40.0625rem;height:auto;top:2.8125rem;left:1.53125rem; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .radio-container { width:40.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 {display:block;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 { width:40.0625rem;height:auto;top:2.8125rem;left:1.53125rem; }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #uXwHMLcwTkVvkXo12aPJoJkdmA7d51r1 {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #uXwHMLcwTkVvkXo12aPJoJkdmA7d51r1 .container-column{width:100%;} }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Kw35HOQEFsmfJTlUX7XTTTdHPDQXRlg3 { display:block; }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #T29TRZ1n3NsTzyBHap9eEWh6Q1Ql6r0U {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #xQmOckXWr4H3ZOtXFif952468opeXrql {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #svDWnk1viTinlp4PLr7f3F2oSrUXXpD4 {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #befuQlfl4bp3qpibICTe87FoZRZyAoUW {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #rwPkx1NkpCVrxCF9HUoducJxQQzD2XsF {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #FIvKEUDM9bC0z87WZwu6D9gzJa1HTFOi {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TbLIlTAz05dwxvIaJmqqtA6oVAhXJXET {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #mRPdxGmrdcvTM8TGdwufaN0cOR1t7lFd {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #A1lI9XIUOhlInHQwVCfEJgtfw9AaMOGI {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #A1lI9XIUOhlInHQwVCfEJgtfw9AaMOGI .container-column{width:100%;} }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #luTykTbDuG9W48q4igEfyIiKr1TeIosl { display:block; }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #SoWJJT6UmbmI3gs42HLIBq7xOf3Tb4Bw {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #D2glyNFn39F4cE2UD5vTKOVu0yUyTgVV {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #rQ5yvVsBiJ0eCsBA4vCTdRrPWdRWCInN {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #hMoDKn6zXuqBlQoGlXf61W3GWGrTdipO {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #pnTd7T19qd7lc33vpNWB75tFmrr2MOc1 {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #zBANdFDFl1qK3w2Zy1lLJICVweaXxTeZ {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #lXnb572BDvJJfkpFNXrJzaepEQsyW2tl {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Gq6zywDhPfI1TLyIquGblsCcMqXeeykl {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #aOgeHTgHefzb0ATC6dK56Lh7Qxy2r1kI {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #aOgeHTgHefzb0ATC6dK56Lh7Qxy2r1kI .container-column{width:100%;} }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TKFDEGSahxW7BsfWPpgdVN8es7bVAWi8 { display:block; }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #VzK0ir0Ou2k2itO1AWPyrqH2qxRWJr4v {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #zCTmTZONZckMFQkpqGiu28MN2XAaWVhL {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #N5vvCoQ6Cwhd9TmEfyDnhoXXb7yWqNKt {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #DoWMl0LhlnAowu7CgTz47em4iEHXd7KW {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #LSUl5FETxdiiTNXUrrBzw5ZPpWkEFPBl {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #T0gQbfTT5Vsuduz1rXmRUxggRwJXpCmy {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #myEZRTkBzSqcuPzFOiiTSvm8FCznlTUG {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Waikx5RiBdzTLXECBaQ2fG3101yTu7vx {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #qHmVkHy6tRSJaDp490VU4HBO3byEiGxE {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #qHmVkHy6tRSJaDp490VU4HBO3byEiGxE .container-column{width:100%;} }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #PE3tcJNso2kc3nGJrhZ37hxfQ5I9h7Jw { display:block; }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #AOV0D50JDCzMBWb3iuSp3OsVhK2cdre2 {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #NhdeiRfZHyH4nnVcpFpClPHCFB0ekCNp {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Sb55V9HfxrXf6QPzAfILD6zTJ5OIGgL5 {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #ew7R9JzAxRg6VDsJT16iu2BbOxa9hDNr {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #SbQfoGNGuIMtad9TTglsIpTBl40AndaU {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #K07TZvIqWhAxH5dh8qb3rw5bRs4KuVpI {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #wA13XWf8y8ISJ3FV1yraH850gDRvGGbr {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #STs1O6Gt1HP3zghfaIekIbSWqC0Gz7Dr {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #l7iUCLcbTQXeLx41JNtXI97hv2C7sZh3 {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #l7iUCLcbTQXeLx41JNtXI97hv2C7sZh3 .container-column{width:100%;} }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #cJ3fiEmzGH2EvrXzou0tB8xlX3JHnq6a { display:block; }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Dk9cqyimAwn3Mo2KPJJk2WCMuWxeLewW {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #BLTuSsKznIM2w9PWKHnb0tDPaGK5x0P8 {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #K9B1DTcs8rRDyXTMQykr0ob4pyDznqLH {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #OuckLdZTTVIWiZdXsXCBxFy7sM2hUCsr {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #cTnEp2k07OxdBKTvJx8d62mnpF4R9iPK {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #gyKfVQ0qRfqpxmZWrz1a1cZ8nloUf3TU {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TcMWOk1Chykzs1IWklMZ8q0Trq9we21d {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #ABAqgsI9qMtkDEWXnbfm9QT9oRl3vSHx {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #PRs1XPMIBdrxUlcwlkDC1uAMNaztC3xn {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #PRs1XPMIBdrxUlcwlkDC1uAMNaztC3xn .container-column{width:100%;} }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #vbCZLualTcyGivT3QvInkXK8pybH31TE { display:block; }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #lXWNeJ7zTsGugzvIz09bG5J2kGgNQZkG {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #AClW72gyM7yd6IxRFJ5cDvzEVZOVLkBv {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #ORED6VTsUvcCi7tlwMvRduhbHohmyvo3 {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #hsMA4sbA7UsDPeyDRTNSkLA2B8LLzMTP {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #ATZUtSRLESEkGplXRxBTWeJcqMxGIAL1 {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #hZDg5m0QPAP2ozlcBHGykWnvUiuDdwHP {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #xPlH6MAd8Hf6ddTb48pPLSLMe1qmOVbz {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Q87vIMXV3T88WGKAnJe3Q7xQyCzTqO18 {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #NowPGilrd52faP0Jk5boGlszRG7SyQ5W {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #NowPGilrd52faP0Jk5boGlszRG7SyQ5W .container-column{width:100%;} }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #VHGiJ98CibDapexcwXOcaF3rMc7grSQM { display:block; }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #OhVTDFn6QIhD1HHPOT0HtWVXZG80uFc1 {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Z3VSPTPEAafNVB3UGvcR7NeRHRCtwqAD {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #S08AQIaNKQp8XI4CLIeglyTXJPn1Al3u {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TATkHtV7VeqDgb7mnZ1U7qEwKSWkQsD5 {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #rtuJp78yiQhHCMyyWbRgrUXV3mlxFLZV {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #IO33QmBTDM5A0Ur6DWdKHTTWK6h3wsfE {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #qG7JOz9T00ct8neWk4TmC3AZO20wNlL9 {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #BktsNHaTTaISfXJdBc1Tz8fEFxL0yVaw {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #sbUbBtUtdFEE2Rk8qTk78rG46tMIqJ1v {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #sbUbBtUtdFEE2Rk8qTk78rG46tMIqJ1v .container-column{width:100%;} }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #xEDvi8SxTyzM1TzVTCNsudZfdrFTZMz7 { display:block; }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #KOQ4sxLbDSonGtGZ8IS9pWqBw5OfxPpZ {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #n7tv7z3BfFabCq59lSPhFB78LHPHToZR {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #UrJ0IQwpx72BvTkChpJ2hXJ8bMR1RrsA {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #LT5tHhz8gxbrcSQGsHpiynTUKpbPyVa2 {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #DUeux8R9xWmFtRUFq144XiLRrAv5iPFX {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #u7xJ5mkbfgcQbIn2woRs62M3zibBccDg {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #VeWXQB8ikTmhnskJNsJRys3MevhcJzK3 {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #AaonE2I4vSTfnh47c7MybRsZTP4ELNqW {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #T2MEvoV8yuVsEEwoiFFou0gkM2q5FXy1 {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #T2MEvoV8yuVsEEwoiFFou0gkM2q5FXy1 .container-column{width:100%;} }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #oiJ7yaGoHF70T6SKM7p6TEd15BrWbvh8 { display:block; }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #afUF0FpeG60zNdx9xVaAcQP7o2mWZApD {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TUf9s8b4cldcnMOAq9PmTU0MwD940kmF {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #DmbghzbBJNpd1ocnCFLRQ0oLcnkIySsf {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #XVwlPkqWmpr4ki8deUWx8spwlQsS12VL {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #e58H3TltZ70wkswL7qLAot8tAQ7np5Pa {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #BUJXMoQnnAu7QfMVNzbtsPusT8xnFrv7 {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #nE0dGEfdRtTTpfC1LwZoxuVLplqiytQJ {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TkbREelPL8hoEUEmySwLWgHMxd6eWZOO {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #i6COCLZqlxtuR5NqbWmJVXT97c135pDn {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #i6COCLZqlxtuR5NqbWmJVXT97c135pDn .container-column{width:100%;} }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #pwZzEKdW6MOBkl1XvZ2RIZIGkkIvW4m8 { display:block; }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #BnDBKD5G6cI0SVDe2AlCt5rGB8AOUsc0 {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #uge1C0tJ4NhbFsS3eoycl5TwtfTSuftW {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #iaDgRtxG6PoSCTWRVaSwwJyvC222T5Jv {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #rzzPrkMrE6oTyNHxTFTcaRZRcSpE5A2m {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TZtp5yvpKJGboXf3TkZ2FvrFZpCuO4we {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #GFo9tb4OPLrE8AfSkJZ0t8HLUTN5gknV {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #iNWQ1FmvoeAISzT99CKsGrptbFQcs08k {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #bcAAhnaNsXylvT4TrsR2kiLvtpxTLS6R {  }
 }@media only screen and (max-width: 1199px) { #sD5DQzW2zHPpxtWGhbW13a3ztlssvO79 { display:block; }
 }@media only screen and (max-width: 1199px) { #tlnIeUkoSUIudTTkzW8cGVhXGBeqDOT7 { display:block; }
 }@media only screen and (max-width: 1199px) { #qM2R51eEK7OLBBrDqTOh6UIa60eTex1e { display:block; }
 }@media only screen and (max-width: 1199px) { #e55U07nXmFpm48aTyfP07VUl28MvX01L { display:block; }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #anGJluSPLXw3fPLb1Dc2QwqvsgtNirSJ {  }
 }@media only screen and (max-width: 1199px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #DtDyCQ6TWlVVSaw7nmCNgyHnJPgHiolX {  }
 }@media only screen and (max-width: 1199px) { #A4it09yvdOxAJTtOLQRrpOlMgTHm7lKd { width:4rem;height:2.5rem;top:26.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cNKTokOxu3yC773RftDgUTHRaEICbszq { width:2.9375rem;height:1.1375rem;top:27.0625rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PihIU9vqMvG2lBL80ASTg04cVZvAFU7U { width:11.125rem;height:2.5rem;top:26.4375rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cJw5CszICJKiTt4TnRRZ3QbR38fb45uZ { display:block; }
 }@media only screen and (max-width: 1199px) { #iqJB6UGXwfIzAhQpFFpyzWnGSyrZLVQT { width:8.875rem;height:2.5rem;top:3.6875rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HvMWXZUMEVOnTpahDiTBA8rn7VwGgCsI { display:block; }
 }@media only screen and (max-width: 1199px) { #kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm { display:block; }#kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fTn2FuO54MfDGR5CEEcrZ0uEpKSrXxWr { display:block; }#fTn2FuO54MfDGR5CEEcrZ0uEpKSrXxWr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eE5VUxwacCykP22smqrk2LRikFWTcTdU { width:47.75rem;height:33.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX { display:block; }#cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX > .row .container { width:47.75rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hXEqoLfKNeg4G9hd3Zd0Do30z9HSrA0H { width:47.75rem;height:1.95rem;top:3.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #heEHwBip5ia1VtLidBbADAqxuSk0RtCI { width:43.5rem;height:1.5rem;top:6.8125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u3GAO9MCXfJO3aFk22RRSDuz5HFpTRVi { width:40.5rem;height:27.8125rem;top:9.75rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKJRQIyXypSwysg1T8eJe4aDNy6T0sPu { width:3rem;height:3rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eU4NTRZbxVqgkJUM4OWqte4o9GipgAEr { width:3rem;height:3rem;top:14.25rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fB2SgAlCGFK8KMtt1MuatqEiKb6WcwsK { width:47.75rem;height:14.092881944444rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFQlnN0UKlrCovGDl4wmlMTs8o1fm4S1 { width:47.75rem;height:1.4625rem;top:40.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #macxCEhLMak5F58gtzQvzuudCPGWgIeM { width:28.0625rem;height:2.625rem;top:42.4375rem;left:9.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #coxLXn6xLNadC3PGtuULBFw5luSP7Iar { width:8.0625rem;height:2.375rem;top:46.625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WJW9BqLf4W0LEkf3ihV8ansEX5Ot2ifh { width:8.0625rem;height:2.375rem;top:46.625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7Xh0fLbdqmaIsXABA5GOGxgPtA5vwnc { width:46.875rem;height:27.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx { display:block; }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .row .container { width:47.75rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Baacc49f4431c0836a2fb4118e9c5565 { width:10rem;height:2.5rem;top:13.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e799ab635cb29f15cd40b7c53d82f994 { display:block; }
 }@media only screen and (max-width: 1199px) { #d67331e86716f858a41eadd352c152eb { width:1.25rem;height:0.8125rem;top:14.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q94e8a9914f7088d683377f4c77e89c1 { width:1.25rem;height:0.8125rem;top:14.6875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T52e77b7af7b8a358d0eaed527d1ed0d { width:10.3125rem;height:2.5rem;top:13.8125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #td8fed7cf32fbd954c032ddd010142ce { display:block; }
 }@media only screen and (max-width: 1199px) { #Ad7b5478d76d4094a0d06cbe59a4e6e4 { width:1.75rem;height:0.875rem;top:14.625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eaa0788294a9698d2869e4467bcf3979 { width:1.75rem;height:0.875rem;top:14.625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a48917e82e47a94b86d2e74813bb4438 { width:10.9375rem;height:2.5rem;top:13.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e747bd8f72ec9779dfba2650eac2f0ca { display:block; }
 }@media only screen and (max-width: 1199px) { #c514d7ac30e3e2a93bd0e9f021c86dc4 { width:1.75rem;height:0.875rem;top:14.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ccf78db0c74a6ff5a78b38b53875121f { width:1.75rem;height:0.875rem;top:14.625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8a100cde0b9389bfc0fa5dce990c32c { width:10rem;height:2.5rem;top:13.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0ca18c60bd158e46d44c7c549d6a4ec { display:block; }
 }@media only screen and (max-width: 1199px) { #m3c3003e2f9a4358c3d06d1daece9f9d { width:10.3125rem;height:2.5rem;top:13.8125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fa20418e056d52002950d8a8320f9b4e { display:block; }
 }@media only screen and (max-width: 1199px) { #k1422b9323d96019cbfcc87b043157f6 { width:10.9375rem;height:2.5rem;top:13.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3a8b8abb9d661911109aeaa6bbced4d { display:block; }
 }@media only screen and (max-width: 1199px) { #de5f8871bcaf3a8bcd1739d13b6c4f9e { width:32.75rem;height:3rem;top:13.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bdba059a04b3800185a753f906d00b1a { width:3.375rem;height:1.875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMTuMRDm0B6v6OVRU6G5TXuCxkeQ4Qna { width:41.0625rem;height:5.2rem;top:4.75rem;left:3.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iyOn0XltTRvPLJ6MJQ9E3ddtmJp1tZWe { width:43.5rem;height:1.5rem;top:10.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pBh6rC93Dc0U5RxTk1OlWJWl8tG3A2nJ { display:block; }#pBh6rC93Dc0U5RxTk1OlWJWl8tG3A2nJ > .row .container { width:47.75rem;height:94.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rbf9804b03f9b804fd034584f9df529c { width:20rem;height:37.375rem;top:1.9375000298023rem;left:3.1875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 1199px) { #ae92acd9decf7e1b21b685d92a0e0fed { width:16.625rem;height:1.4625rem;top:3.1625003814698rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v47703e1d6f49853bba818d564061340 { width:1rem;height:1rem;top:3.4187502861023rem;left:12.656250536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X02a7d0a52709bcf6d6c9204e12f99f5 { width:16.5625rem;height:2.625rem;top:5.25rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s334487994622b2182c316547c08f08b { width:6.75rem;height:2.6rem;top:8.8750002980231rem;left:4.1250000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P268d23eb0aa5a1b0ef9a36755f07c0d { width:10.125rem;height:1.1375rem;top:9.9375rem;left:10.736718714237rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g8b325344a24b169f2d7d7f5a3aaea8c { width:17.5rem;height:1.3125rem;top:11.625000238419rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a622ed6946cbdcbeb38bf9b4f0d78f02 { width:18rem;height:3rem;top:14.0625rem;left:3.9375000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ded1be0aaf49fc014f09d7d74b9229c6 { display:block; }
 }@media only screen and (max-width: 1199px) { #N5fe16ef80ad4266207801aeb5aa5dbb { width:18rem;height:0.0625rem;top:18.3125rem;left:3.9375000596046rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 1199px) { #Qd131be7a17a31ffe544019c5ca9fd97 { width:14.875rem;height:1.625rem;top:19.4375rem;left:25.687499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e9f92f2602cff2a7ecbf378c50f83fb3 { width:9.3125rem;height:1.3125rem;top:19.625rem;left:4.5312500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v7897facc9a0448f2344e7b8e18523c0 { width:12.1875rem;height:1.3125rem;top:21.625rem;left:4.1250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cf497777e6012fa4005def69851814d2 { width:18.875rem;height:1.3125rem;top:23.875rem;left:4.1250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aed6bd3505789b226281c5e77448cacd { width:1.125rem;height:1.125rem;top:25.6875rem;left:4.1250000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ue01f3e9e65f38dbea1eb0c899395f20 { width:17.625rem;height:1.1375rem;top:25.6875rem;left:5.5625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s42944e1e5c10058df69ff2c959a950d { width:15.1875rem;height:2.625rem;top:26.825000762939rem;left:5.5625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r12b749b10300c4ab560d78d7d6fbf57 { width:1.125rem;height:1.125rem;top:30.3125rem;left:4.1250000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f58f6601b2dd862e96bbc7cad72059c0 { width:14.75rem;height:1.3125rem;top:30.25rem;left:5.5625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b7ce2eb316189588112a9feebc302434 { width:18.8125rem;height:4.875rem;top:40.8125rem;left:3.9375000596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #da774d92923c9fa3a4cf22abdbc1bb63 { width:20rem;height:37.375rem;top:1.9375rem;left:24.625rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 1199px) { #Mb22334e25683758efa389ebf8c22de0 { width:17.375rem;height:1.4625rem;top:3.1875rem;left:25.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u5dba2581fb200a62771de7c853df8e6 { width:17.1875rem;height:2.625rem;top:5.25rem;left:25.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ted6a6a8e09ed73ef870b3d08c94275a { width:8.8125rem;height:2.6rem;top:8.875rem;left:25.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5d6b948d121d964b32746808e32319f { width:10.125rem;height:1.1375rem;top:9.9375rem;left:33.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f69ca96b94968a75c408e4bc22ea5db6 { width:18.1875rem;height:1.3125rem;top:11.625rem;left:25.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ia5fa7cf37d79e89cd1172902c830b9c { width:18rem;height:3rem;top:14.0625rem;left:25.687499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E13e95780245216af1bd9c665dcaa7ad { display:block; }
 }@media only screen and (max-width: 1199px) { #ada96e4949bf75acc9cb4cce03083d49 { width:18rem;height:0.0625rem;top:18.3125rem;left:25.374999582768rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 1199px) { #Hfa58baf16f1aa3a477907844a8f19f1 { width:10.5rem;height:1.625rem;top:19.4375rem;left:4.1250000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bce87c2e25604c4fc39b604a088fea5e { width:13.0625rem;height:1.3125rem;top:19.625rem;left:26.187499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uada4137c46e1d01fbea3565a41ec48d { width:0.875rem;height:0.875rem;top:19.8125rem;left:39.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B824af53171859e1e768f16eecd29794 { width:12.1875rem;height:1.3125rem;top:21.625rem;left:25.687499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ff3286f4c4e0faddb3c6fd34a923dd4c { width:18.875rem;height:1.3125rem;top:23.875rem;left:25.687499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b6e5359d75e7d229f6c5afcc3eb885be { width:1.125rem;height:1.125rem;top:25.6875rem;left:25.687499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e47fd22d20c61f648d44ffa3eacf9542 { width:16.25rem;height:1.1375rem;top:25.6875rem;left:26.999999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b2b147a87371f812d3274d7f4495b1e2 { width:14.25rem;height:2.625rem;top:26.8125rem;left:27.124999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U3e9ac1f1d8dec3fc3e45967706b790e { width:1.125rem;height:1.125rem;top:30.25rem;left:25.687499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dc7bb9c6e03f3a930dbb00fed9fd5711 { width:15.3125rem;height:1.3125rem;top:30.25rem;left:26.999999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M42220882242a273289c43e4a4ff6483 { width:18.875rem;height:1.3125rem;top:32rem;left:25.687499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h89c7b2aa8b2d6fdbcff3362a91a0c9f { width:1.125rem;height:1.125rem;top:33.875rem;left:25.687499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z8cb04d94ed1228b519b48bdb446b9a6 { width:15.375rem;height:1.3125rem;top:33.75rem;left:27.124999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a62295ef9740cfb89fec05a11deac4cb { width:1.125rem;height:1.125rem;top:35.5625rem;left:25.687499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cbcbfc2b2911c1511e34d8c990e8c8b8 { width:16.4375rem;height:1.3125rem;top:35.5rem;left:27.124999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z0288111696427ea79a49f0efaee9cfd { width:1.125rem;height:1.125rem;top:37.25rem;left:25.687499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dfdc8f9a8268ec3a1f7ad9cf77aa2317 { width:15.5625rem;height:1.3125rem;top:37.1875rem;left:27.124999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E8282f392e1a8d2e36ac6041d433ce45 { width:20rem;height:5.6875rem;top:40.8125rem;left:24.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zf91a82639a4457f17e7e08813920e4d { width:11.625rem;height:2.625rem;top:47.375001907349rem;left:3.1875000596046rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 1199px) { #re4842aed5afcb7479617de631c418bd { width:10.5rem;height:1.3125rem;top:47.750001907349rem;left:3.9375000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cd9554a9d6bdc41bbce80900f8fb19da { width:20rem;height:37.375rem;top:49.375001907349rem;left:3.1875000596046rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 1199px) { #Mff5c059acb8afc98f62a68950bff676 { width:18.5625rem;height:1.4625rem;top:50.625001907349rem;left:4.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v66865cd44b90c0c01044fb9bb10cf58 { width:16.25rem;height:2.625rem;top:52.687501907349rem;left:4.1250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b08d50895bf094b815eee95a190adfd5 { width:9.125rem;height:2.6rem;top:56.312501907349rem;left:4.1250000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U2301a91f2d8c1b43fafaad9297a6501 { width:7.75rem;height:1.1375rem;top:57.354686737061rem;left:11.986718714237rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p1127fbe92ba047da6586c955555ea54 { width:18.1875rem;height:1.3125rem;top:58.912496089935rem;left:4.3125000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3bbe0e1aeefeb8a5776727bcd71c892 { width:18rem;height:3rem;top:60.812501907349rem;left:4.2187500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ga295cfb7006da6dfe7c78b0fb882d52 { display:block; }
 }@media only screen and (max-width: 1199px) { #kf38ed4178e8022193600239edbc16ff { width:18rem;height:0.0625rem;top:65.06250190735rem;left:4.1875000596046rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 1199px) { #acbf94842961ebacfec029affc71fc27 { width:14.875rem;height:1.625rem;top:66.25000190735rem;left:4.1250000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hc163e106203c4c001654b2fc6ebf6a2 { width:17.375rem;height:1.3125rem;top:66.37500190735rem;left:4.6250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a7a2cb488fb5dd6a6be435037dd5d465 { width:0.875rem;height:0.875rem;top:66.62500190735rem;left:17.812499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K11569331d933ee18a1a7722b5f8bf40 { width:12.1875rem;height:1.3125rem;top:68.37500190735rem;left:4.5625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s46ec7aa081b15d03a3c9868c4d96d44 { width:18.875rem;height:1.3125rem;top:70.5625rem;left:4.1250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lf66399d87ac9fc96f842fd0ef2cc6fd { width:1.125rem;height:1.125rem;top:72.375rem;left:4.1250000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dbfb5b67a6073bca83d52024815b4d65 { width:17.625rem;height:1.1375rem;top:72.375rem;left:5.5625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lb5b0fdad71b1777477aca8cb5f37425 { width:14.4375rem;height:2.625rem;top:73.6875rem;left:5.5625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bc541b24bb3b8e5d2f6a145fa08195c5 { width:1.125rem;height:1.125rem;top:77.125rem;left:4.1875000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Le319147bbf4c385e2ba6964084da654 { width:18.875rem;height:1.3125rem;top:77.125rem;left:5.5625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bad1f55012bc716b3b3c9ad6f5d31989 { width:18.875rem;height:1.3125rem;top:78.875rem;left:4.1250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d822b4e5a59829e6a1f068af0bf218f4 { width:1.125rem;height:1.125rem;top:80.6875rem;left:4.1250000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bd7c5d99113bea39e755003f06118196 { width:14.875rem;height:1.3125rem;top:80.625rem;left:5.5625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M185e83d21ebaaf8aaece880df2e4bbc { width:1.125rem;height:1.125rem;top:82.5rem;left:4.1250000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s536c5177e5c1e0452fd17c6e000ac85 { width:15.8125rem;height:1.3125rem;top:82.4375rem;left:5.5625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bbb79a4a6aac1c43c29aafd00439e9ef { width:1.125rem;height:1.125rem;top:84.186721801756rem;left:4.1250000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fae9a6c6cfc128f8a88f5ef4718e0529 { width:15.5625rem;height:1.3125rem;top:84.1875rem;left:5.6250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0da818e174a5a6aaac9c525b15e4e44 { width:20rem;height:4.875rem;top:88.1875rem;left:3.2500000596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H4eb81e46892cb26983e42843c8a9815 { width:20rem;height:37.375rem;top:49.375001907349rem;left:24.624999582768rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 1199px) { #Gb2357ff9ee654408804d3487ba22068 { width:18.5625rem;height:1.4625rem;top:50.625001907349rem;left:25.562499582768rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p4e51774fee271a3d6e3afed5fd25144 { width:17.75rem;height:2.625rem;top:52.687501907349rem;left:25.562499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fb6523f0da9d01dd8c28872fc1b24bd3 { width:8.4375rem;height:2.6rem;top:56.312501907349rem;left:25.562499582768rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z53e1a3e6216674b899a1a3d926bc0e2 { width:10.125rem;height:1.1375rem;top:57.375rem;left:33.500001490116rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dedcea229e34a1d7e4632c75dbcea1c1 { width:18rem;height:3rem;top:60.812501907349rem;left:25.562499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pcee0e79f2ec2fb5cf4ece3913bf7689 { display:block; }
 }@media only screen and (max-width: 1199px) { #k2f4994c6fa96e0bfb90c4beaeed4166 { width:18rem;height:0.0625rem;top:64.93750190735rem;left:25.687499582768rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 1199px) { #b30f273f212b9d2bb666d89e8ef4bbb4 { width:15rem;height:1.625rem;top:66.25000190735rem;left:25.562499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F9d65a5eb8bb97d102646b54944e51f8 { width:13.375rem;height:1.3125rem;top:66.37500190735rem;left:26.062499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H6c8deb8a65258140f9b25d81731f274 { width:0.875rem;height:0.875rem;top:66.62500190735rem;left:39.312501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f7bf23b47ff45819bf95940671b6dda3 { width:14.8125rem;height:1.3125rem;top:68.25000190735rem;left:26.062499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #id0b118155132a89cf35b87c69c2838e { width:18.875rem;height:1.3125rem;top:70.5625rem;left:25.562499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oc87e7b29cc7a1bd0775656641a787c8 { width:1.125rem;height:1.125rem;top:72.5rem;left:25.562499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a4ebc081826f1a0d2928db203a3a80fd { width:17.375rem;height:1.3125rem;top:72.375rem;left:27.124999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S322ad221cdea6320b363c5fd7ec38a5 { width:14.4375rem;height:2.625rem;top:73.6875rem;left:27.124999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I0e418425217b2b90bd04e33b90020bb { width:1.125rem;height:1.125rem;top:77.125rem;left:25.562499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s98c47b6c1f00bd7b722f532613a4f9e { width:17.25rem;height:1.3125rem;top:77.125rem;left:27.124999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i1cc84f593b3fb28688240af3f873c89 { width:18.875rem;height:1.3125rem;top:78.875rem;left:25.562499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #caf027e61cd9440ddeda04020f297390 { width:1.125rem;height:1.125rem;top:80.75rem;left:25.562499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f29ddd22bbc1f34f7c955209ba25419c { width:14.8125rem;height:1.3125rem;top:80.625rem;left:27.124999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zcfa011a5be83eed671cef46a61c4140 { width:1.125rem;height:1.125rem;top:82.5rem;left:25.562499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mace7ce0e5b1144dd0d090e90e49e0f2 { width:15.125rem;height:1.3125rem;top:82.4375rem;left:27.124999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ed348970075985a6151d877bec72a6fd { width:1.125rem;height:1.125rem;top:84.3125rem;left:25.562499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pd5623c6f077c435365f7d40020445c3 { width:14.8125rem;height:1.3125rem;top:84.1875rem;left:27.124999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r6440f3d1f5e7c219225da9ea8520ff8 { width:20rem;height:3.25rem;top:88.1875rem;left:24.624999582768rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5c42a355e6e6f81e6085e9f3430bd8c { width:19.9375rem;height:29.625rem;top:1.9375000298023rem;left:3.1875rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 1199px) { #zvAhvBDedBbeDgSqJJRI3SPGEG5bHrkR { display:block; }#zvAhvBDedBbeDgSqJJRI3SPGEG5bHrkR > .row .container { width:47.75rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h3ca2d92b0504c9382ef65814d13683a { width:20rem;height:34.875rem;top:1.9375rem;left:13.875rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 1199px) { #S9e00081ccc0b9c4e432bcd9f23b2ac6 { width:17.375rem;height:1.4625rem;top:3.1875rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J3c53a20f30686d61f167b6cdb673afb { width:17.1875rem;height:1.3125rem;top:5.25rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t720b9f1ee5a526f4c44426e59bca49b { width:8.8125rem;height:2.6rem;top:7.625rem;left:14.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dce43e47703df36cba8ae06df3944050 { width:10.125rem;height:1.1375rem;top:8.375rem;left:23.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4111537cd8befc85dbdc0ef5b1b1fcf { width:18rem;height:3rem;top:11.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nfe87dd8580bdf4ea92c7a93eb000fa7 { display:block; }
 }@media only screen and (max-width: 1199px) { #If79fce62fc8b12f715e951ac2204eca { width:18rem;height:0.0625rem;top:15.75rem;left:14.625rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 1199px) { #v836372c2136de4c2d0984d8070c815b { width:15rem;height:1.625rem;top:16.875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rc1ba8c981c0b1d34e86f5b7183f1ed2 { width:13.0625rem;height:1.3125rem;top:17.0625rem;left:15.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c528ad7c24df7e130cfddf859b28126d { width:0.875rem;height:0.875rem;top:17.25rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ib938bfbcbedccb479c847d574096314 { width:18.875rem;height:1.3125rem;top:20.875rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C9c6d9d79bfdbd74e875bfbcee2e76bb { width:12.1875rem;height:1.3125rem;top:19.0625rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D7ed6ba77a1471a787c90a4bc99d343b { width:1.125rem;height:1.125rem;top:22.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a0f37bc5a9c89e1545ea5cb52b05e097 { width:16.25rem;height:1.1375rem;top:22.8125rem;left:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ba8cf9c9c5f5d7abd9bf2cc6585e2523 { width:14.25rem;height:2.625rem;top:23.9375rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8ce44cd82001a6fbd0913616ef3ad83 { width:1.125rem;height:1.125rem;top:27.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W4808eede5b21c6dd3a88b6eb2a0b188 { width:15.3125rem;height:1.3125rem;top:27.5rem;left:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G6fbc0214493d96d8007eeca39fb97d3 { width:18.875rem;height:1.3125rem;top:29.25rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fc78669d88cf8a5b8ec6de078db5a93a { width:1.125rem;height:1.125rem;top:31.125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t8524f32685704b9113b0a9fffb4db29 { width:15.375rem;height:1.3125rem;top:31rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M2cacb80ea92b9daccf7512daf0aa615 { width:1.125rem;height:1.125rem;top:32.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E9afaa0f4f6256636dd037cb6097a683 { width:16.4375rem;height:1.3125rem;top:32.75rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oaef9d8ec156897ce10a65f18014576e { width:1.125rem;height:1.125rem;top:34.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yc48745f7c6123832774e4527bb282df { width:15.5625rem;height:1.3125rem;top:34.4375rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DsOq4nxOhl6rTg6OMpSoTNph2J6cI83D { display:block; }#DsOq4nxOhl6rTg6OMpSoTNph2J6cI83D > .row .container { width:47.75rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #a9554de9c338f33ed0c8ce98e2c51877 { width:20rem;height:34.875rem;top:1.9375rem;left:13.875rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 1199px) { #Gbf5e085603cc02fcbd452f7fa5670ba { width:17.375rem;height:1.4625rem;top:3.1875rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f3d58ca16e85c760e98e02b12bcd082a { width:17.1875rem;height:1.3125rem;top:5.25rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e79d92eb1bd6095c5c80164a7d4f243b { width:8.8125rem;height:2.6rem;top:7.625rem;left:14.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8161b1480fd144015e1ae62b4d7fc5c { width:10.125rem;height:1.1375rem;top:8.375rem;left:23.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fc4f10eb6dd7360b86df9d40f493991e { width:18rem;height:3rem;top:11.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ze0dbd7ae13cf870827df409150ad443 { display:block; }
 }@media only screen and (max-width: 1199px) { #f42e92385158ef392fd42dc9974cb70a { width:18rem;height:0.0625rem;top:15.75rem;left:14.625rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 1199px) { #K61a0d1b731a970518abce831c054e8d { width:15rem;height:1.625rem;top:16.875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uc566039e94a84916b4232c99b8f7a15 { width:13.0625rem;height:1.3125rem;top:17.0625rem;left:15.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K889ec14ea44ac37efc96e0faac3894d { width:0.875rem;height:0.875rem;top:17.25rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fad039e3fe1cf44dfe45818dd37a49e1 { width:12.1875rem;height:1.3125rem;top:19.0625rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a33be98ab1f87d64d660fe29b502fd66 { width:18.875rem;height:1.3125rem;top:20.875rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qab7c13a1b0f7f9e218a15a1f0708815 { width:1.125rem;height:1.125rem;top:22.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c097069c9b05884572f8b92ac72d12ac { width:16.25rem;height:1.1375rem;top:22.8125rem;left:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8b323dc4a611468acc79eaf652ed7e7 { width:14.25rem;height:2.625rem;top:23.9375rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i2576d1707f642e7c7dc39028b998177 { width:1.125rem;height:1.125rem;top:27.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d86a22bbfdbcdf55468f4b47399dcc02 { width:15.3125rem;height:1.3125rem;top:27.5rem;left:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ef6c3c577e43ab0c734f6b18a2648c9b { width:18.875rem;height:1.3125rem;top:29.25rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cfc80901793e35f799a22b863850f76b { width:1.125rem;height:1.125rem;top:31.125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bed19caff34f3690b8434cb326a6ac7d { width:15.375rem;height:1.3125rem;top:31rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ce812d0d15de997ed45de7d9ce97bd66 { width:1.125rem;height:1.125rem;top:32.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fadf853fee3c3c6ec4baf7ee963443b7 { width:16.4375rem;height:1.3125rem;top:32.75rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r10eb7de6b976adef93dc3fd08b24633 { width:1.125rem;height:1.125rem;top:34.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ub8a4f48ce07800e87889cb8b6b6e822 { width:15.5625rem;height:1.3125rem;top:34.4375rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fa5154eca24fbdd49be86160c303f734 { width:18.5625rem;height:1.625rem;top:37.750000476837rem;left:14.343750536442rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kbQrg1cVQs0AFnxilyBqSvwXCNOCNtvc { display:block; }#kbQrg1cVQs0AFnxilyBqSvwXCNOCNtvc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kcXzvPEuxp9fmSNihyztqSA5R7sfFo0d { width:47.75rem;height:1.3125rem;top:1.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { display:block; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { width:47.75rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zTfxchS2sCGmTdJPDKyb0mobCyG2H4dw { display:block; }#zTfxchS2sCGmTdJPDKyb0mobCyG2H4dw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { display:block; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Svzeq6topiAZXwbNKQEpRM5CHPocWKrA { width:10.75rem;height:1.9375rem;top:1.75rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkttM3dKvkPJpUKsWTB2wcbwGtApqyc2 { width:20rem;height:6.6rem;top:14.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #x8JGg2CQQ8JyruGomrt858OBzOlVpTcU { width:18.9375rem;height:3rem;top:21.5rem;left:0.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fF4A2iC9KfNzguIHR3N9gI8cUTAm1Lln { width:13.75rem;height:3rem;top:25.3125rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDIFz5CWmXERMgXHTvwmIBgUf2ZGbClQ { display:block; }
 }@media only screen and (max-width: 763px) { #WnXydfwsROt1O67v7QUIVmHMGKXtQLM4 { width:20rem;height:1.1375rem;top:29.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBKUR9TbnrdbMWxaqJgnXyJ1JkR5p3m5 { width:20rem;height:19.303125rem;top:10.404166221619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPR7o7lOuNRtUcXI6DtHeMSB6yxtv0EE { width:20rem;height:2.31666875rem;top:35.83749961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPTB7KNsPyJes9rR0BLB7Nu0PcQ7tmeZ { width:19.8125rem;height:7.4375rem;top:110.54166875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNQHZ3Xkk2PO9FsvpApad8cTaA4euO5y { width:6.6875rem;height:1.1375rem;top:31.1875rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZDvo7uyv4guCuFWvTBofzt6FqWWPNDS { width:4.5625rem;height:1rem;top:31.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlTz9kEp4qdflNSaFUsbJXHO5FsKxdf7 { width:6.25rem;height:0.975rem;top:32.3125rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyEnoeglJyfqmFdhkhhQXKVoA6ftptd2 { width:3.5rem;height:0.9375rem;top:33.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rezfPf2sKE7FxrDO0Tf0pzvr8qTq85Bo { width:0.0625rem;height:2rem;top:31.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJrJFJa54H8GNJdK6Ta4pLTyMaLCedwE { width:6.6875rem;height:1.1375rem;top:31.3125rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKRG0XvdXlqu0fKeNPouWXc2dr5darvm { width:4.5625rem;height:1rem;top:31.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwLNFONlAMsxVT7H6TuqPMMaTzUSDkwp { width:6.25rem;height:0.975rem;top:32.4375rem;left:10.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9PPEhwr5ykwSMhdNspoUNFi7PvmBp8g { width:3.8125rem;height:0.9375rem;top:33.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK5WlhzeN2SuSia2EdZbFocgAC40pFch { width:20rem;height:0;top:39.279167175293rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSoXQQ3Q3TbG5fpo3Hbr4VbSmTrk0VVh { width:12.8125rem;height:8.1875rem;top:101.10416875rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3w4MWTKsM3AowAi3hqN6pJCSP5hNwlX { width:12.8125rem;height:9.125rem;top:119.27810625rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwngtsTiSgCCPpGoH6Xcf3sypJCFm443 { width:6.75rem;height:2.125rem;top:130.77812576294rem;left:6.4291687011719rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGT9sPUF5LE0gUsWTo2tTTTAtBtFun1m { width:10rem;height:0;top:133.21562576294rem;left:4.9291687011719rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqc46BcZRPXUMsWOHh2Kpsl9oh8h2tAX { width:8.5rem;height:2rem;top:138.15312576294rem;left:5.5541687011719rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATSbTA8KPf7Kk76hTksCks5cPK6BsmpC { display:block; }
 }@media only screen and (max-width: 763px) { #EH9w0nks4N3Ottc7rIdN6qH6KIT4M7z4 { width:8.375rem;height:0;top:140.46562576294rem;left:5.6166687011719rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zruavq13XfreFpxXTD29r0afMN30f9TF { width:13.6875rem;height:12.4375rem;top:129.65312576294rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcnX4udNqvc2GKHykHn8pm9UsCqKdBhF { width:20rem;height:8.6526946107784rem;top:34.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8B3kZbwvHPTgw1FxLocJciEBoynl0gd { width:20rem;height:2.625rem;top:34.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLMyogB9TZzE3fwZuyiTcf3ilDJ75ab2 { width:20rem;height:18.172043010753rem;top:14.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/27db40b0-0a69-4f92-a7b1-aaf302caf78f/linieroze.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e.adaptive-delivery-prevent-bg, #eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e.lazyload, #eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e.lazyloading { background-image: none; }#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e > .row .container { background-color: transparent; background-image: none; }#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e > .row .container > .video-iframe-container { display: none; }#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e > .row > .video-iframe-container { display: none; }#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e > .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); }#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e > .row .container { border-width: 0; border-radius: 0; }#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTmsLn6lDSMPPD9AGl6brgCUp1dhTX3e > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziwOsZxlbdCytW7VceoTaayTWmldzXNc { display:block; }#ziwOsZxlbdCytW7VceoTaayTWmldzXNc { background-color: transparent; background-image: none; }#ziwOsZxlbdCytW7VceoTaayTWmldzXNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziwOsZxlbdCytW7VceoTaayTWmldzXNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziwOsZxlbdCytW7VceoTaayTWmldzXNc > .row .container > .video-iframe-container { display: none; }#ziwOsZxlbdCytW7VceoTaayTWmldzXNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziwOsZxlbdCytW7VceoTaayTWmldzXNc > .row > .video-iframe-container { display: none; }#ziwOsZxlbdCytW7VceoTaayTWmldzXNc > .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); }#ziwOsZxlbdCytW7VceoTaayTWmldzXNc > .row .container { width:20rem;background-color:transparent;background-image:none;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlB8OEThJW15shTTdITv8c4dQnxlFhBK { width:20rem;height:1.95rem;top:0.375rem;left:0rem;font-size:1.5rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ReXPnSfe5mK3T3KCNHtUPiTrdEtwicuz { display:block; }#ReXPnSfe5mK3T3KCNHtUPiTrdEtwicuz > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKzRzeJB2gQvKgHXIQheL6eb7kTROV0Q { width:20rem;height:41.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxObI7qFwR1dTD3KPhm15HTg6RglGuLp { width:20rem;height:21.125rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHVnrF2TkIwZIP0PMviLALcMnAPXvxkp { width:20rem;height:41.3125rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #tKCtGErRt5VgifO3wRaiSEKFBSbyFtLP { width:20rem;height:0.45rem;top:32.174999237061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfHxHRWUFTMFPR7kZmvoQCOSZGyzczxK { width:20rem;height:0.45rem;top:44.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #glNFiqXJzmlKgo7c7Vtb5AwnJ30fgSko { width:20rem;height:21.125rem;top:20.1875rem;left:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000001);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000001);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000001);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000001);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000001' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000001' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000001);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HK84WpXczi6bM5on5SmecwfqS4n8MOFa { display:block; }#HK84WpXczi6bM5on5SmecwfqS4n8MOFa > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PP2OrR1tZxUWv5XCvkSn6i90s546v34l { width:20rem;height:1.625rem;top:3.6749992370606rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K74nwHuCpk3VhIRvaQTfEChuq2go0eE6 { width:20rem;height:15.25rem;top:6.1166667938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDZIM7ZahuayrCn6wt5MMN9ORAs9a8Iv { width:1.5rem;height:1.5rem;top:11.324999237061rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5PLeiThLpIrsO6Pc2cT4bIKuvImoluJ { width:1.5rem;height:1.5rem;top:14.074999237061rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vlccs6qMRUALG1283tLBt5B65iCZHS82 { width:20rem;height:2.4000863874346rem;top:24.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SiDaPPTlJPaKOb4nuOE6PwVK6DyD3sIo { width:20rem;height:6.9170942408377rem;top:23.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNEhtXN2OQToflVxc1URKUxzRQcPhgAK { width:20rem;height:4.0625rem;top:38.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDTt7LkLzXl8bm2RxCoQmzhQlt7U9u2K { width:20rem;height:1.1375rem;top:0.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #difX28f7leuXNRvlAcE3IPQMe1bol7JA { width:3.75rem;height:0.9375rem;top:0.22500038146973rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc { background-color:#6f278c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc > .row .container { background-color: transparent; background-image: none; }#nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc > .row .container > .video-iframe-container { display: none; }#nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc > .row > .video-iframe-container { display: none; }#nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc > .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); }#nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc > .row .container { border-width: 0; border-radius: 0; }#nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nl8I8o192AuuMJ9uxbsbSWDI5QPZ70Kc > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMWSJsclOLXUXZ9y2gHT8KG2tvA1x6cL { width:20rem;height:2.4rem;top:0rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #bF1rTiQAyAniWXtcXDTRHg1lAJzBzAPg { display:block; }#bF1rTiQAyAniWXtcXDTRHg1lAJzBzAPg > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBBcNVSMBSMpzTbxXPxSubAcUA1Kn3Tn { width:14.375rem;height:3.25rem;top:3.7291669845581rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ7hIoCnz14xu5WU1mXeqRK5QJRr2QQy { width:20rem;height:11.5583125rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFuCMp8a6PJrvQDgModBL2FFe0XI7rnq { width:20rem;height:6.9166875rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #yr3aBaF579tuTBsnPNrDrB19yRo2czyG { width:20rem;height:1.625rem;top:26.875rem;left:0rem;font-size:1.25rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #GX7InuH1ya2vXx24ZJpC8iEhWxD6pA0U { width:20rem;height:15.6875rem;top:7.8541679382325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIpsq4Z2sktBsUfRC0965rLiHKUinKyG { width:1.5rem;height:1.5rem;top:5.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOcBUd5KXI8PrkqeLtaDfSOEe8ooGgPE { width:1.5rem;height:1.5rem;top:5.8125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQBGVvXPVVbJTJTEHFPCJWttgozUdvRx { display:block; }#xQBGVvXPVVbJTJTEHFPCJWttgozUdvRx > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9Pm40AtnmnXThFX3fDmI38OnR4Lezou { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #taQIOJEoTsu4r284kLgybPbtKkLvMMlC { width:1.5rem;height:1.5rem;top:4.45rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXiRKDxLslOUOX9FZq7B2ANmOSuUhfXg { width:20rem;height:15.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HohWCoPfa2SATLzpHTzT7LLdlIxKqkNs { width:1.5rem;height:1.5rem;top:7.2rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n { display:block; }#WV4PMEyDhpmlCLI27QQsyg6aMaPh2k2n > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #en0xWELTkswv8lAMATJEN4Rr0hJMzkiv { width:20rem;height:8.775rem;top:2.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3VHTJc5pmMXg6KyTz84D6MdLzJ2o6xE { width:20rem;height:9.84375rem;top:12.390625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCtl49L0vKIDwt8Tgpq4sX1UHATshnzk { width:10rem;height:3.1875rem;top:23.362500190735rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbh8XhCRi1cnfUnJAbUOXT2OIky92RgT { width:11.125rem;height:2.5625rem;top:27.799999237061rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP01kcSVlxuBUDv0rO1zUISwzTHnkwzV { display:block; }
 }@media only screen and (max-width: 763px) { #btTUyw1d7J2DnZNvvo20bx6Ok7CGPczD { width:20rem;height:2.25rem;top:31.612499237061rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD93ZMxmpXFK6l8D0zKZnKzwWtp9NCMy { top:23.206249237061rem;left:0rem;width:20rem;height:2.25rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FznG6gSvNHPA6epKPtWfoTlMSCciH8mc { display:block; }#FznG6gSvNHPA6epKPtWfoTlMSCciH8mc > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tc4xtTTUMKTiSwQU62nsiUcKle51Wyfe { width:11.125rem;height:11.125rem;top:3.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb9lPgBWe4E1DBSK4uMhRTUCD1iHqaSx { width:20rem;height:1.95rem;top:14.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SfT7ykTmu3rbTB0sux5pru2gAnzVAmzx { width:20rem;height:1.4625rem;top:16.887499809265rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MzdE2DnvObgqMuwzg17VT7cntgca3SOO { width:1.6875rem;height:1.125rem;top:19rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grOSIiPNMyh3VP17n9SabdiEWaxhf8Z8 { width:13.6875rem;height:2.4rem;top:19rem;left:3.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTFkwZ2UJgyUOEAP1EiBkBAAyuDy37m5 { width:1.75rem;height:1.0625rem;top:20.400001525879rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9BNXpDhcA4igJsAQOVAAx8spMoKGgn1 { width:20rem;height:9.1875rem;top:22.41250038147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmVmz8xiCA7G25TX7rg0ZgPDo8uhi9ia { width:12.375rem;height:2.5rem;top:48.2875rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZDXv5uUWI8WdGAVU92L0MJLBpGJHCBVa { display:block; }
 }@media only screen and (max-width: 763px) { #XobksZ4NR0ZLIFl0c06kS3Tz6XUSn1gQ { width:10.375rem;height:2.5rem;top:52.0375rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1DK9WtWhqVTp4lft6hfp5UInL4Ghv0M { display:block; }
 }@media only screen and (max-width: 763px) { #nfBaPv4cTknmeUQ5ar8u4G9nhLIMNu5y { width:8.75rem;height:2.5rem;top:32.60000038147rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr6JzXDvWUGSeAaNiwsboVi8S4itDTnU { display:block; }
 }@media only screen and (max-width: 763px) { #rz3cTGStN1rP3FqHzCVrHb9VsTK1HFeh { width:7.4375rem;height:2.5rem;top:32.60000038147rem;left:0rem;z-index:15007;background-color:#280061;background-image:url("https://images.assets-landingi.com/uc/581514cd-1532-4a24-9152-8913c68770ac/Button3.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#rz3cTGStN1rP3FqHzCVrHb9VsTK1HFeh.adaptive-delivery-prevent-bg, #rz3cTGStN1rP3FqHzCVrHb9VsTK1HFeh.lazyload, #rz3cTGStN1rP3FqHzCVrHb9VsTK1HFeh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BLMNkaU6ZTE0bQX2zl0En2TOfAlqJKen { display:block; }
 }@media only screen and (max-width: 763px) { #hHsCSDfaq10cyQiPTQ1QN2fN2vggNVq6 { width:2.875rem;height:2.5rem;top:32.60000038147rem;left:7.875rem;z-index:15008;background-color:#9812b5;background-image:url("https://images.assets-landingi.com/uc/b19975bc-8ba5-426e-b93f-f25ac28eb4f4/Button2.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hHsCSDfaq10cyQiPTQ1QN2fN2vggNVq6.adaptive-delivery-prevent-bg, #hHsCSDfaq10cyQiPTQ1QN2fN2vggNVq6.lazyload, #hHsCSDfaq10cyQiPTQ1QN2fN2vggNVq6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KNHrUSqCLTlFLmAoaweoNwpahvXvFLCw { display:block; }
 }@media only screen and (max-width: 763px) { #vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF { display:block; }#vJNrVGEL8TCgzX1rTvBPx2mCtT15BeTF > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psFihKgrkHIZTQN3qwVtPHFXikysf6zT { width:11.125rem;height:10.8125rem;top:3.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLmwWTraIOL4AaIuQJ9xipR1sPtS7984 { width:20rem;height:1.95rem;top:14.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5AybVRW8v2cNnW6f4Dci2cawKsB0Zr9 { width:20rem;height:1.4625rem;top:16.887499809265rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHAVUSBIgs0LG0AKryvRJI1llmGuD7kN { width:1.6875rem;height:1.125rem;top:19rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfDDkkgupxzIAGC9RKGbv0zVGRyIw5aR { width:15.5625rem;height:2.4rem;top:19rem;left:3.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMuJr2rXCTDfPpwZPaPPGdXXQhvl9vLx { width:1.75rem;height:1.0625rem;top:20.400001525879rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI9nJVuSTfwQveO0kfnL0TwWdgzMU78m { width:20rem;height:10.5rem;top:22.41250038147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2ObTtfmMGMZBTgwgtdyiwv417OG9nRZ { width:12.375rem;height:2.5rem;top:48.2875rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVTVorqZWxLToLQR17J5xWbBTHtru81o { display:block; }
 }@media only screen and (max-width: 763px) { #EEc5rOQtemAT2WibO9QT3C7NcIPwGu6b { width:10.375rem;height:2.5rem;top:52.0375rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdJRPABn9nzdRcGH6EvPXL1SxeE5dTLe { display:block; }
 }@media only screen and (max-width: 763px) { #bBRN4KIWiN88xlQEkhWa8s0s8lNHusTA { width:8.75rem;height:2.5rem;top:33.849998474121rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOXBBNcrXx7uIUegf7RwMAsZRaCoksq8 { display:block; }
 }@media only screen and (max-width: 763px) { #c5gvU33lP4VSZTWD9XUSXetemT1tr3x2 { width:7.4375rem;height:2.5rem;top:33.849998474121rem;left:0rem;z-index:15007;background-color:#280061;background-image:url("https://images.assets-landingi.com/uc/581514cd-1532-4a24-9152-8913c68770ac/Button3.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#c5gvU33lP4VSZTWD9XUSXetemT1tr3x2.adaptive-delivery-prevent-bg, #c5gvU33lP4VSZTWD9XUSXetemT1tr3x2.lazyload, #c5gvU33lP4VSZTWD9XUSXetemT1tr3x2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iXMJPImD4QH0xTtcSDTFJymKacDOebT7 { display:block; }
 }@media only screen and (max-width: 763px) { #seGG2D9bTrLEbzAkSKkulxHFOBzc3g2b { width:2.875rem;height:2.5rem;top:33.849998474121rem;left:7.875rem;z-index:15008;background-color:#9812b5;background-image:url("https://images.assets-landingi.com/uc/b19975bc-8ba5-426e-b93f-f25ac28eb4f4/Button2.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#seGG2D9bTrLEbzAkSKkulxHFOBzc3g2b.adaptive-delivery-prevent-bg, #seGG2D9bTrLEbzAkSKkulxHFOBzc3g2b.lazyload, #seGG2D9bTrLEbzAkSKkulxHFOBzc3g2b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ufXI62FHaNArEOWdRJQnG83TWvdWR9w3 { display:block; }
 }@media only screen and (max-width: 763px) { #FEfHI9zQibynM9CQUOMTqN4efMP7V73N { display:block; }#FEfHI9zQibynM9CQUOMTqN4efMP7V73N > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7bdwqU55WQrDrEpQZVxy38KvLTQ8Fmu { width:11.125rem;height:10.8125rem;top:3.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw8pZi5w81XiJe0hEwfdN8XNGHLByN4z { width:20rem;height:1.95rem;top:14.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AdH9MaJlN3P8DG6qO6UnHBfhow4JtXfQ { width:20rem;height:1.4625rem;top:16.887499809265rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B4tmZcJ3gOGkVzUvaZuBRWMIS5KKI8ob { width:1.6875rem;height:1.125rem;top:19rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkHFZu7WU5CEgSWwRZPJENzvZom8VP5C { width:13.6875rem;height:2.4rem;top:19rem;left:5.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHBKN3Uh2uy6uohocMnpytTZU0TTv9Fy { width:1.75rem;height:1.0625rem;top:20.400001525879rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIfGABbgxXDT5to6fOs8DUkEwfFT5KUW { width:20rem;height:11.8125rem;top:22.41250038147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ErJRpE8WTs9rpmyiEeQTtzJQHIPCLiD5 { width:12.375rem;height:2.5rem;top:48.2875rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iROcVRDUybyf8koanV4lsJ3QK9q3AU5M { display:block; }
 }@media only screen and (max-width: 763px) { #rOCcy6wybaz0AEdk959CXN5dXekxoTtC { width:10.375rem;height:2.5rem;top:52.0375rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MM5JhduBXuaOeKgp9AlzNu5h4gKEXx8x { display:block; }
 }@media only screen and (max-width: 763px) { #q9LHHkd6FQcTPKHib90vwb3upy3QkAnV { width:8.75rem;height:2.5rem;top:35.162498474121rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUTkCCwIiosIAOMPlHdHuO9q2R6Ddwh4 { display:block; }
 }@media only screen and (max-width: 763px) { #aRVdzr3GQTf4TU7viDtCOw8AAR4dRsxz { width:7.4375rem;height:2.5rem;top:35.162498474121rem;left:0rem;z-index:15007;background-color:#280061;background-image:url("https://images.assets-landingi.com/uc/581514cd-1532-4a24-9152-8913c68770ac/Button3.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#aRVdzr3GQTf4TU7viDtCOw8AAR4dRsxz.adaptive-delivery-prevent-bg, #aRVdzr3GQTf4TU7viDtCOw8AAR4dRsxz.lazyload, #aRVdzr3GQTf4TU7viDtCOw8AAR4dRsxz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FftpIgbxf27rALrBzauJ3lrocLIovtTZ { display:block; }
 }@media only screen and (max-width: 763px) { #blVkhytiNn7BqPwMzSv2eIbCTa2UmU1K { width:2.875rem;height:2.5rem;top:35.162498474121rem;left:7.875rem;z-index:15008;background-color:#9812b5;background-image:url("https://images.assets-landingi.com/uc/b19975bc-8ba5-426e-b93f-f25ac28eb4f4/Button2.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#blVkhytiNn7BqPwMzSv2eIbCTa2UmU1K.adaptive-delivery-prevent-bg, #blVkhytiNn7BqPwMzSv2eIbCTa2UmU1K.lazyload, #blVkhytiNn7BqPwMzSv2eIbCTa2UmU1K.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gtoJ8OhK9MtWLPcllPUwlhaSdhcFbWiM { display:block; }
 }@media only screen and (max-width: 763px) { #izPD2Hpc218dun35wG8ICDw8WcqJlRCg { display:block; }#izPD2Hpc218dun35wG8ICDw8WcqJlRCg > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBqpqV0GiT6qmmAinK4c8FTrF14Oo2LQ { width:11.125rem;height:10.8125rem;top:3.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMXVDTcASJ8p4NkxnFlGt7qmTILe4ZkT { width:20rem;height:1.95rem;top:14.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE1ZcgJXLJX7ramb8pV4ZPkSw3LIJtD4 { width:20rem;height:1.4625rem;top:16.887499809265rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rOgHU3szIyTTo7rko0mylffSnP74xJ1K { width:1.6875rem;height:1.125rem;top:19rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MffRC8CVuQpZAvmIelc8giQOROoyMvZi { width:12.3125rem;height:2.4rem;top:19rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiGUyp809I2g8BKBB588EShRw1k21KmX { width:1.75rem;height:1.0625rem;top:20.399993896484rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZLnR0dKkWl7ug3IHQWun0JQVWxdP82z { width:19.1875rem;height:10.5rem;top:22.412498474121rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R57GiLD2NAb2PytaTOTfELkKklI1MA3X { width:12.375rem;height:2.5rem;top:48.2875rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOPqCpZ8xk7TT4BBFa8Oqgno7uqTRRTI { display:block; }
 }@media only screen and (max-width: 763px) { #DZlbSbikIT9dScAOBNZSrnZEqdKU34u6 { width:10.375rem;height:2.5rem;top:52.0375rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0XsLMy9zoBu2Eb4t9ZU2EAVWSOIGxtI { display:block; }
 }@media only screen and (max-width: 763px) { #TgMMSoTzift26S48oOxS01oqtFmvyfRg { width:8.75rem;height:2.5rem;top:33.849998474121rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNiss1TJ6CDIgX223ZwTsLENqeaILbTw { display:block; }
 }@media only screen and (max-width: 763px) { #i2xLMXWg3rbpBXsGS30fiVDIsCxtZGTn { width:7.4375rem;height:2.5rem;top:33.849998474121rem;left:0rem;z-index:15007;background-color:#280061;background-image:url("https://images.assets-landingi.com/uc/581514cd-1532-4a24-9152-8913c68770ac/Button3.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#i2xLMXWg3rbpBXsGS30fiVDIsCxtZGTn.adaptive-delivery-prevent-bg, #i2xLMXWg3rbpBXsGS30fiVDIsCxtZGTn.lazyload, #i2xLMXWg3rbpBXsGS30fiVDIsCxtZGTn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MW6nTbIL5GSDUOnfM4uLHBy94iJ8E5m0 { display:block; }
 }@media only screen and (max-width: 763px) { #TePOfXO7fEA1QXAc2lwiouWNiWmhvvfi { width:2.875rem;height:2.5rem;top:33.849998474121rem;left:7.875rem;z-index:15008;background-color:#9812b5;background-image:url("https://images.assets-landingi.com/uc/b19975bc-8ba5-426e-b93f-f25ac28eb4f4/Button2.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TePOfXO7fEA1QXAc2lwiouWNiWmhvvfi.adaptive-delivery-prevent-bg, #TePOfXO7fEA1QXAc2lwiouWNiWmhvvfi.lazyload, #TePOfXO7fEA1QXAc2lwiouWNiWmhvvfi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TeDkawXcO0N5SkNWpT6QTPq7ezOCTbq7 { display:block; }
 }@media only screen and (max-width: 763px) { #OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl { display:block; }#OVMp6z7LkI0rCFCg5VnohrZWdQDvtxnl > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1GDGNPA7zzJxKScNI33H4TL2Dig6zz9 { width:11.125rem;height:10.8125rem;top:3.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw3TLLkM270Nk5hhHsIfpdBhm65IiSVQ { width:20rem;height:1.95rem;top:14.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4itHa2POMJ6zT42IdVXSFJrFIw9wNXi { width:20rem;height:1.4625rem;top:16.887499809265rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6Jv2ydgMd5weBLFO06pRInxxIBQTKQM { width:1.6875rem;height:1.125rem;top:19rem;left:-1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh284vNOhkS56HT8rtixOVhXPXxg7zKT { width:19.5625rem;height:2.4rem;top:19rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt8NAmGtag6iA7cLk9zp1gg8TxGfhfT8 { width:1.75rem;height:1.0625rem;top:20.399993896484rem;left:19.258620689655rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgESVBe6KJHNN7h6LIAKQ91Zad4XmOvz { width:19.1875rem;height:10.5rem;top:22.33749961853rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fByVrTgGV4XUvcZPC9Q8kUtFL5zrWBeC { width:12.375rem;height:2.5rem;top:48.2875rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNBQ938OuKJeIvEonFkzi8CqQboOSlm3 { display:block; }
 }@media only screen and (max-width: 763px) { #JpqG5RuvFC0oh5yT7ztt40Fd5raXzTgd { width:10.375rem;height:2.5rem;top:52.0375rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zebCRkxyoRFplasiFdH6Z3V4Qq7CsbTm { display:block; }
 }@media only screen and (max-width: 763px) { #rvNf7bxXm1T9oaPCCZT6dfB6BNsFu5NA { width:8.75rem;height:2.5rem;top:33.849998474121rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb31nuTgkr40WrMQhepGKnDZkQVTTOzZ { display:block; }
 }@media only screen and (max-width: 763px) { #GXwULzmXDUE0RKkUxSAsyouWazRE4rxg { width:7.4375rem;height:2.5rem;top:33.849998474121rem;left:0rem;z-index:15007;background-color:#280061;background-image:url("https://images.assets-landingi.com/uc/581514cd-1532-4a24-9152-8913c68770ac/Button3.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#GXwULzmXDUE0RKkUxSAsyouWazRE4rxg.adaptive-delivery-prevent-bg, #GXwULzmXDUE0RKkUxSAsyouWazRE4rxg.lazyload, #GXwULzmXDUE0RKkUxSAsyouWazRE4rxg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Frdugd2Bfi4zdnoTtKFKPONnS53xCbqQ { display:block; }
 }@media only screen and (max-width: 763px) { #eGghBALfNfzLHexv1S8iCaRzoUX0hTR7 { width:2.875rem;height:2.5rem;top:33.849998474121rem;left:7.875rem;z-index:15008;background-color:#9812b5;background-image:url("https://images.assets-landingi.com/uc/b19975bc-8ba5-426e-b93f-f25ac28eb4f4/Button2.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#eGghBALfNfzLHexv1S8iCaRzoUX0hTR7.adaptive-delivery-prevent-bg, #eGghBALfNfzLHexv1S8iCaRzoUX0hTR7.lazyload, #eGghBALfNfzLHexv1S8iCaRzoUX0hTR7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U98NxaEqBLNv71RnWCZOK8Tq8Pm7Pw8s { display:block; }
 }@media only screen and (max-width: 763px) { #SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX { display:block; }#SV8V9hiOnMWtESkfWw0dpINkSbTHy1SX > .row .container { width:20rem;height:112.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.25rem;overflow:hidden;height:auto; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .widget-radio-label { font-size:0.75rem;overflow:hidden; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1  { width:17.5rem;height:auto;top:5rem;left:0rem; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 {display:block;}#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 { width:17.5rem;height:auto;top:5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #uXwHMLcwTkVvkXo12aPJoJkdmA7d51r1 {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #uXwHMLcwTkVvkXo12aPJoJkdmA7d51r1 .container-column{width:100%;} }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Kw35HOQEFsmfJTlUX7XTTTdHPDQXRlg3 { display:block; }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #T29TRZ1n3NsTzyBHap9eEWh6Q1Ql6r0U {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #xQmOckXWr4H3ZOtXFif952468opeXrql {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #svDWnk1viTinlp4PLr7f3F2oSrUXXpD4 {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #befuQlfl4bp3qpibICTe87FoZRZyAoUW {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #rwPkx1NkpCVrxCF9HUoducJxQQzD2XsF {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #FIvKEUDM9bC0z87WZwu6D9gzJa1HTFOi {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TbLIlTAz05dwxvIaJmqqtA6oVAhXJXET {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #mRPdxGmrdcvTM8TGdwufaN0cOR1t7lFd {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #A1lI9XIUOhlInHQwVCfEJgtfw9AaMOGI {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #A1lI9XIUOhlInHQwVCfEJgtfw9AaMOGI .container-column{width:100%;} }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #luTykTbDuG9W48q4igEfyIiKr1TeIosl { display:block; }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #SoWJJT6UmbmI3gs42HLIBq7xOf3Tb4Bw {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #D2glyNFn39F4cE2UD5vTKOVu0yUyTgVV {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #rQ5yvVsBiJ0eCsBA4vCTdRrPWdRWCInN {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #hMoDKn6zXuqBlQoGlXf61W3GWGrTdipO {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #pnTd7T19qd7lc33vpNWB75tFmrr2MOc1 {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #zBANdFDFl1qK3w2Zy1lLJICVweaXxTeZ {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #lXnb572BDvJJfkpFNXrJzaepEQsyW2tl {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Gq6zywDhPfI1TLyIquGblsCcMqXeeykl {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #aOgeHTgHefzb0ATC6dK56Lh7Qxy2r1kI {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #aOgeHTgHefzb0ATC6dK56Lh7Qxy2r1kI .container-column{width:100%;} }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TKFDEGSahxW7BsfWPpgdVN8es7bVAWi8 { display:block; }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #VzK0ir0Ou2k2itO1AWPyrqH2qxRWJr4v {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #zCTmTZONZckMFQkpqGiu28MN2XAaWVhL {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #N5vvCoQ6Cwhd9TmEfyDnhoXXb7yWqNKt {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #DoWMl0LhlnAowu7CgTz47em4iEHXd7KW {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #LSUl5FETxdiiTNXUrrBzw5ZPpWkEFPBl {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #T0gQbfTT5Vsuduz1rXmRUxggRwJXpCmy {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #myEZRTkBzSqcuPzFOiiTSvm8FCznlTUG {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Waikx5RiBdzTLXECBaQ2fG3101yTu7vx {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #qHmVkHy6tRSJaDp490VU4HBO3byEiGxE {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #qHmVkHy6tRSJaDp490VU4HBO3byEiGxE .container-column{width:100%;} }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #PE3tcJNso2kc3nGJrhZ37hxfQ5I9h7Jw { display:block; }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #AOV0D50JDCzMBWb3iuSp3OsVhK2cdre2 {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #NhdeiRfZHyH4nnVcpFpClPHCFB0ekCNp {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Sb55V9HfxrXf6QPzAfILD6zTJ5OIGgL5 {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #ew7R9JzAxRg6VDsJT16iu2BbOxa9hDNr {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #SbQfoGNGuIMtad9TTglsIpTBl40AndaU {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #K07TZvIqWhAxH5dh8qb3rw5bRs4KuVpI {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #wA13XWf8y8ISJ3FV1yraH850gDRvGGbr {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #STs1O6Gt1HP3zghfaIekIbSWqC0Gz7Dr {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #l7iUCLcbTQXeLx41JNtXI97hv2C7sZh3 {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #l7iUCLcbTQXeLx41JNtXI97hv2C7sZh3 .container-column{width:100%;} }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #cJ3fiEmzGH2EvrXzou0tB8xlX3JHnq6a { display:block; }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Dk9cqyimAwn3Mo2KPJJk2WCMuWxeLewW {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #BLTuSsKznIM2w9PWKHnb0tDPaGK5x0P8 {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #K9B1DTcs8rRDyXTMQykr0ob4pyDznqLH {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #OuckLdZTTVIWiZdXsXCBxFy7sM2hUCsr {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #cTnEp2k07OxdBKTvJx8d62mnpF4R9iPK {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #gyKfVQ0qRfqpxmZWrz1a1cZ8nloUf3TU {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TcMWOk1Chykzs1IWklMZ8q0Trq9we21d {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #ABAqgsI9qMtkDEWXnbfm9QT9oRl3vSHx {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #PRs1XPMIBdrxUlcwlkDC1uAMNaztC3xn {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #PRs1XPMIBdrxUlcwlkDC1uAMNaztC3xn .container-column{width:100%;} }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #vbCZLualTcyGivT3QvInkXK8pybH31TE { display:block; }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #lXWNeJ7zTsGugzvIz09bG5J2kGgNQZkG {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #AClW72gyM7yd6IxRFJ5cDvzEVZOVLkBv {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #ORED6VTsUvcCi7tlwMvRduhbHohmyvo3 {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #hsMA4sbA7UsDPeyDRTNSkLA2B8LLzMTP {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #ATZUtSRLESEkGplXRxBTWeJcqMxGIAL1 {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #hZDg5m0QPAP2ozlcBHGykWnvUiuDdwHP {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #xPlH6MAd8Hf6ddTb48pPLSLMe1qmOVbz {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Q87vIMXV3T88WGKAnJe3Q7xQyCzTqO18 {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #NowPGilrd52faP0Jk5boGlszRG7SyQ5W {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #NowPGilrd52faP0Jk5boGlszRG7SyQ5W .container-column{width:100%;} }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #VHGiJ98CibDapexcwXOcaF3rMc7grSQM { display:block; }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #OhVTDFn6QIhD1HHPOT0HtWVXZG80uFc1 {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #Z3VSPTPEAafNVB3UGvcR7NeRHRCtwqAD {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #S08AQIaNKQp8XI4CLIeglyTXJPn1Al3u {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TATkHtV7VeqDgb7mnZ1U7qEwKSWkQsD5 {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #rtuJp78yiQhHCMyyWbRgrUXV3mlxFLZV {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #IO33QmBTDM5A0Ur6DWdKHTTWK6h3wsfE {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #qG7JOz9T00ct8neWk4TmC3AZO20wNlL9 {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #BktsNHaTTaISfXJdBc1Tz8fEFxL0yVaw {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #sbUbBtUtdFEE2Rk8qTk78rG46tMIqJ1v {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #sbUbBtUtdFEE2Rk8qTk78rG46tMIqJ1v .container-column{width:100%;} }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #xEDvi8SxTyzM1TzVTCNsudZfdrFTZMz7 { display:block; }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #KOQ4sxLbDSonGtGZ8IS9pWqBw5OfxPpZ {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #n7tv7z3BfFabCq59lSPhFB78LHPHToZR {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #UrJ0IQwpx72BvTkChpJ2hXJ8bMR1RrsA {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #LT5tHhz8gxbrcSQGsHpiynTUKpbPyVa2 {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #DUeux8R9xWmFtRUFq144XiLRrAv5iPFX {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #u7xJ5mkbfgcQbIn2woRs62M3zibBccDg {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #VeWXQB8ikTmhnskJNsJRys3MevhcJzK3 {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #AaonE2I4vSTfnh47c7MybRsZTP4ELNqW {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #T2MEvoV8yuVsEEwoiFFou0gkM2q5FXy1 {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #T2MEvoV8yuVsEEwoiFFou0gkM2q5FXy1 .container-column{width:100%;} }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #oiJ7yaGoHF70T6SKM7p6TEd15BrWbvh8 { display:block; }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #afUF0FpeG60zNdx9xVaAcQP7o2mWZApD {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TUf9s8b4cldcnMOAq9PmTU0MwD940kmF {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #DmbghzbBJNpd1ocnCFLRQ0oLcnkIySsf {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #XVwlPkqWmpr4ki8deUWx8spwlQsS12VL {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #e58H3TltZ70wkswL7qLAot8tAQ7np5Pa {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #BUJXMoQnnAu7QfMVNzbtsPusT8xnFrv7 {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #nE0dGEfdRtTTpfC1LwZoxuVLplqiytQJ {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TkbREelPL8hoEUEmySwLWgHMxd6eWZOO {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #i6COCLZqlxtuR5NqbWmJVXT97c135pDn {  }
#TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #i6COCLZqlxtuR5NqbWmJVXT97c135pDn .container-column{width:100%;} }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #pwZzEKdW6MOBkl1XvZ2RIZIGkkIvW4m8 { display:block; }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #BnDBKD5G6cI0SVDe2AlCt5rGB8AOUsc0 {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #uge1C0tJ4NhbFsS3eoycl5TwtfTSuftW {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #iaDgRtxG6PoSCTWRVaSwwJyvC222T5Jv {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #rzzPrkMrE6oTyNHxTFTcaRZRcSpE5A2m {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #TZtp5yvpKJGboXf3TkZ2FvrFZpCuO4we {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #GFo9tb4OPLrE8AfSkJZ0t8HLUTN5gknV {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #iNWQ1FmvoeAISzT99CKsGrptbFQcs08k {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #bcAAhnaNsXylvT4TrsR2kiLvtpxTLS6R {  }
 }@media only screen and (max-width: 763px) { #sD5DQzW2zHPpxtWGhbW13a3ztlssvO79 { display:block; }
 }@media only screen and (max-width: 763px) { #tlnIeUkoSUIudTTkzW8cGVhXGBeqDOT7 { display:block; }
 }@media only screen and (max-width: 763px) { #qM2R51eEK7OLBBrDqTOh6UIa60eTex1e { display:block; }
 }@media only screen and (max-width: 763px) { #e55U07nXmFpm48aTyfP07VUl28MvX01L { display:block; }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #anGJluSPLXw3fPLb1Dc2QwqvsgtNirSJ {  }
 }@media only screen and (max-width: 763px) { #TKiydV9awyTpx2K9oyqu32uFaG3nKih1 #DtDyCQ6TWlVVSaw7nmCNgyHnJPgHiolX {  }
 }@media only screen and (max-width: 763px) { #A4it09yvdOxAJTtOLQRrpOlMgTHm7lKd { width:3.8125rem;height:2.5rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNKTokOxu3yC773RftDgUTHRaEICbszq { width:2.9375rem;height:1.1375rem;top:27.6875rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PihIU9vqMvG2lBL80ASTg04cVZvAFU7U { width:11.125rem;height:2.5rem;top:27.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJw5CszICJKiTt4TnRRZ3QbR38fb45uZ { display:block; }
 }@media only screen and (max-width: 763px) { #iqJB6UGXwfIzAhQpFFpyzWnGSyrZLVQT { width:9.375rem;height:2.5rem;top:1.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvMWXZUMEVOnTpahDiTBA8rn7VwGgCsI { display:block; }
 }@media only screen and (max-width: 763px) { #kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm { display:block; }#kl4GikUiZDZwTBwaLnFlPwWarb9xeCPm > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTn2FuO54MfDGR5CEEcrZ0uEpKSrXxWr { display:block; }#fTn2FuO54MfDGR5CEEcrZ0uEpKSrXxWr > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eE5VUxwacCykP22smqrk2LRikFWTcTdU { width:20rem;height:40rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX { display:block; }#cEruKJ7VzOeBNvo4F9tyB7Bohh7Z9qSX > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXEqoLfKNeg4G9hd3Zd0Do30z9HSrA0H { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #heEHwBip5ia1VtLidBbADAqxuSk0RtCI { width:20rem;height:1.5rem;top:3.3875007629394rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3GAO9MCXfJO3aFk22RRSDuz5HFpTRVi { width:20rem;height:27.8125rem;top:6.2625007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKJRQIyXypSwysg1T8eJe4aDNy6T0sPu { width:3rem;height:3rem;top:39.5125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eU4NTRZbxVqgkJUM4OWqte4o9GipgAEr { width:3rem;height:3rem;top:43.7625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fB2SgAlCGFK8KMtt1MuatqEiKb6WcwsK { width:20rem;height:5.9026963350785rem;top:48.0125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFQlnN0UKlrCovGDl4wmlMTs8o1fm4S1 { width:12.375rem;height:2.925rem;top:35.6875rem;left:6.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #macxCEhLMak5F58gtzQvzuudCPGWgIeM { width:12.8125rem;height:3.9375rem;top:38.9375rem;left:6.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #coxLXn6xLNadC3PGtuULBFw5luSP7Iar { width:5.9375rem;height:1.6875rem;top:43.4375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJW9BqLf4W0LEkf3ihV8ansEX5Ot2ifh { width:5.9375rem;height:1.6875rem;top:43.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Xh0fLbdqmaIsXABA5GOGxgPtA5vwnc { top:37.1875rem;left:0rem;width:20rem;height:11.6875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/931cf6ed-81c7-4b64-a584-985f6d97f760/tlogora.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx.adaptive-delivery-prevent-bg, #tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx.lazyload, #tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx.lazyloading { background-image: none; }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .row .container { background-color: transparent; background-image: none; }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .row .container > .video-iframe-container { display: none; }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .row > .video-iframe-container { display: none; }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .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); }#tQ6c9VOTEmuLtVb0JwVAoOA3WdyIfHFx > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Baacc49f4431c0836a2fb4118e9c5565 { width:6.375rem;height:2.5rem;top:12.625rem;left:0.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #e799ab635cb29f15cd40b7c53d82f994 { display:block; }
 }@media only screen and (max-width: 763px) { #d67331e86716f858a41eadd352c152eb { width:1.0625rem;height:0.6875rem;top:14.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q94e8a9914f7088d683377f4c77e89c1 { width:1.0625rem;height:0.6875rem;top:14.1875rem;left:3.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T52e77b7af7b8a358d0eaed527d1ed0d { width:6.375rem;height:2.5rem;top:12.625rem;left:6.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #td8fed7cf32fbd954c032ddd010142ce { display:block; }
 }@media only screen and (max-width: 763px) { #Ad7b5478d76d4094a0d06cbe59a4e6e4 { width:1.5rem;height:0.75rem;top:14.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaa0788294a9698d2869e4467bcf3979 { width:1.5rem;height:0.75rem;top:14.1875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a48917e82e47a94b86d2e74813bb4438 { width:6.375rem;height:2.5rem;top:12.625rem;left:13.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #e747bd8f72ec9779dfba2650eac2f0ca { display:block; }
 }@media only screen and (max-width: 763px) { #c514d7ac30e3e2a93bd0e9f021c86dc4 { width:1.5rem;height:0.75rem;top:14.1875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccf78db0c74a6ff5a78b38b53875121f { width:1.5rem;height:0.75rem;top:14.1875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8a100cde0b9389bfc0fa5dce990c32c { width:6.375rem;height:2.5rem;top:12.625rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0ca18c60bd158e46d44c7c549d6a4ec { display:block; }
 }@media only screen and (max-width: 763px) { #m3c3003e2f9a4358c3d06d1daece9f9d { width:6.375rem;height:2.5rem;top:12.625rem;left:6.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa20418e056d52002950d8a8320f9b4e { display:block; }
 }@media only screen and (max-width: 763px) { #k1422b9323d96019cbfcc87b043157f6 { width:6.375rem;height:2.5rem;top:12.625rem;left:13.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3a8b8abb9d661911109aeaa6bbced4d { display:block; }
 }@media only screen and (max-width: 763px) { #de5f8871bcaf3a8bcd1739d13b6c4f9e { width:20rem;height:3rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdba059a04b3800185a753f906d00b1a { width:3.375rem;height:0.625rem;top:0rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMTuMRDm0B6v6OVRU6G5TXuCxkeQ4Qna { width:20rem;height:5.85rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyOn0XltTRvPLJ6MJQ9E3ddtmJp1tZWe { width:14.8125rem;height:3rem;top:8.375rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBh6rC93Dc0U5RxTk1OlWJWl8tG3A2nJ { display:block; }#pBh6rC93Dc0U5RxTk1OlWJWl8tG3A2nJ > .row .container { width:20rem;height:169.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rbf9804b03f9b804fd034584f9df529c { width:20rem;height:37.375rem;top:45.81250166893rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ae92acd9decf7e1b21b685d92a0e0fed { width:13.875rem;height:1.4625rem;top:46.9375rem;left:0.99999994039537rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v47703e1d6f49853bba818d564061340 { width:1rem;height:1rem;top:47.1875rem;left:9.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #X02a7d0a52709bcf6d6c9204e12f99f5 { width:16.0625rem;height:2.625rem;top:48.625rem;left:0.99999994039537rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s334487994622b2182c316547c08f08b { width:6.4375rem;height:2.6rem;top:52.625rem;left:0.99999994039537rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P268d23eb0aa5a1b0ef9a36755f07c0d { width:7.6875rem;height:1.1375rem;top:53.75rem;left:7.6250005364419rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8b325344a24b169f2d7d7f5a3aaea8c { width:17.25rem;height:1.3125rem;top:55.125003814698rem;left:0.99921876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a622ed6946cbdcbeb38bf9b4f0d78f02 { width:18rem;height:3rem;top:57.375rem;left:0.99999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #ded1be0aaf49fc014f09d7d74b9229c6 { display:block; }
 }@media only screen and (max-width: 763px) { #N5fe16ef80ad4266207801aeb5aa5dbb { width:16.5rem;height:0.0625rem;top:62.049217224121rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd131be7a17a31ffe544019c5ca9fd97 { width:8.5625rem;height:1.625rem;top:63.5625rem;left:0.99999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9f92f2602cff2a7ecbf378c50f83fb3 { width:8.375rem;height:1.3125rem;top:63.75rem;left:1.1242187619209rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7897facc9a0448f2344e7b8e18523c0 { width:11.8125rem;height:1.3125rem;top:65.3125rem;left:1.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf497777e6012fa4005def69851814d2 { width:14.3125rem;height:1.3125rem;top:67.75rem;left:0.99921876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aed6bd3505789b226281c5e77448cacd { width:1.125rem;height:1.125rem;top:69.4375rem;left:0.99999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue01f3e9e65f38dbea1eb0c899395f20 { width:12.875rem;height:1.1375rem;top:69.4375rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s42944e1e5c10058df69ff2c959a950d { width:14.3125rem;height:2.625rem;top:70.637502670288rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r12b749b10300c4ab560d78d7d6fbf57 { width:1.125rem;height:1.125rem;top:73.5625rem;left:0.99999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #f58f6601b2dd862e96bbc7cad72059c0 { width:14.3125rem;height:1.3125rem;top:73.57421875rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7ce2eb316189588112a9feebc302434 { width:20rem;height:4.875rem;top:76.450002670288rem;left:0rem;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #da774d92923c9fa3a4cf22abdbc1bb63 { width:20rem;height:37.375rem;top:82.674220323562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb22334e25683758efa389ebf8c22de0 { width:16.625rem;height:1.4625rem;top:83.885157585144rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5dba2581fb200a62771de7c853df8e6 { width:18rem;height:2.625rem;top:85.534376144406rem;left:0.99921876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ted6a6a8e09ed73ef870b3d08c94275a { width:7.8125rem;height:2.6rem;top:89.0601606369rem;left:0.99921876192094rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5d6b948d121d964b32746808e32319f { width:10.125rem;height:1.1375rem;top:90.134378433225rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f69ca96b94968a75c408e4bc22ea5db6 { width:18.5rem;height:1.3125rem;top:91.659377098081rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia5fa7cf37d79e89cd1172902c830b9c { width:18rem;height:3rem;top:94.469533920288rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #E13e95780245216af1bd9c665dcaa7ad { display:block; }
 }@media only screen and (max-width: 763px) { #ada96e4949bf75acc9cb4cce03083d49 { width:16.5rem;height:0.0625rem;top:98.955470085144rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfa58baf16f1aa3a477907844a8f19f1 { width:15rem;height:1.625rem;top:100.48594284058rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bce87c2e25604c4fc39b604a088fea5e { width:13.4375rem;height:1.3125rem;top:100.64141082764rem;left:1.5625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uada4137c46e1d01fbea3565a41ec48d { width:1rem;height:1rem;top:100.79688072204rem;left:14.706249773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #B824af53171859e1e768f16eecd29794 { width:11.8125rem;height:1.3125rem;top:102.2031288147rem;left:1.6875000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff3286f4c4e0faddb3c6fd34a923dd4c { width:14.3125rem;height:1.3125rem;top:104.45234680176rem;left:0.99921876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6e5359d75e7d229f6c5afcc3eb885be { width:1.125rem;height:1.125rem;top:106.00547790528rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #e47fd22d20c61f648d44ffa3eacf9542 { width:12.875rem;height:1.1375rem;top:106rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2b147a87371f812d3274d7f4495b1e2 { width:14.3125rem;height:2.625rem;top:107.26172828674rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3e9ac1f1d8dec3fc3e45967706b790e { width:1.125rem;height:1.125rem;top:110.16875076294rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc7bb9c6e03f3a930dbb00fed9fd5711 { width:14.3125rem;height:1.3125rem;top:110.07501029968rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M42220882242a273289c43e4a4ff6483 { width:14.3125rem;height:1.3125rem;top:112.21796607971rem;left:0.99921876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h89c7b2aa8b2d6fdbcff3362a91a0c9f { width:1.125rem;height:1.125rem;top:114.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8cb04d94ed1228b519b48bdb446b9a6 { width:14.3125rem;height:1.3125rem;top:114.18750953674rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a62295ef9740cfb89fec05a11deac4cb { width:1.125rem;height:1.125rem;top:116rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbcbfc2b2911c1511e34d8c990e8c8b8 { width:16.3125rem;height:1.3125rem;top:115.93750190735rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0288111696427ea79a49f0efaee9cfd { width:1.125rem;height:1.125rem;top:117.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfdc8f9a8268ec3a1f7ad9cf77aa2317 { width:14.3125rem;height:1.3125rem;top:117.62501144409rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8282f392e1a8d2e36ac6041d433ce45 { width:20rem;height:5.6875rem;top:120.43750572204rem;left:0rem;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Zf91a82639a4457f17e7e08813920e4d { width:10.9375rem;height:2.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #re4842aed5afcb7479617de631c418bd { width:9.5625rem;height:1.3125rem;top:0.3125rem;left:0.81249994039537rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd9554a9d6bdc41bbce80900f8fb19da { width:20rem;height:37.375rem;top:1.7375011444092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mff5c059acb8afc98f62a68950bff676 { width:17.5625rem;height:1.4625rem;top:3.0625009536743rem;left:0.99999994039537rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v66865cd44b90c0c01044fb9bb10cf58 { width:17.6875rem;height:2.625rem;top:4.6875009536743rem;left:0.99999994039537rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08d50895bf094b815eee95a190adfd5 { width:8.25rem;height:2.6rem;top:8.699999809265rem;left:0.99999994039537rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2301a91f2d8c1b43fafaad9297a6501 { width:5rem;height:1.1375rem;top:9.80624961853rem;left:8.8750005364419rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1127fbe92ba047da6586c955555ea54 { width:17.25rem;height:1.3125rem;top:11.237518310547rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3bbe0e1aeefeb8a5776727bcd71c892 { width:18rem;height:3rem;top:13.687500953674rem;left:0.99999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga295cfb7006da6dfe7c78b0fb882d52 { display:block; }
 }@media only screen and (max-width: 763px) { #kf38ed4178e8022193600239edbc16ff { width:16.5rem;height:0.0625rem;top:18.174996376038rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #acbf94842961ebacfec029affc71fc27 { width:15rem;height:1.625rem;top:19.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc163e106203c4c001654b2fc6ebf6a2 { width:13.3125rem;height:1.3125rem;top:19.875rem;left:1.4375000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7a2cb488fb5dd6a6be435037dd5d465 { width:1rem;height:1rem;top:19.967969894409rem;left:14.706249773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #K11569331d933ee18a1a7722b5f8bf40 { width:11.8125rem;height:1.3125rem;top:21.375rem;left:1.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s46ec7aa081b15d03a3c9868c4d96d44 { width:14.3125rem;height:1.3125rem;top:23.905469894409rem;left:0.99921876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf66399d87ac9fc96f842fd0ef2cc6fd { width:1.125rem;height:1.125rem;top:25.56796836853rem;left:0.99999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbfb5b67a6073bca83d52024815b4d65 { width:17.125rem;height:1.1375rem;top:25.5625rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb5b0fdad71b1777477aca8cb5f37425 { width:14.3125rem;height:2.625rem;top:26.8125rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc541b24bb3b8e5d2f6a145fa08195c5 { width:1.125rem;height:1.125rem;top:29.625rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le319147bbf4c385e2ba6964084da654 { width:14.3125rem;height:1.3125rem;top:29.625rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bad1f55012bc716b3b3c9ad6f5d31989 { width:14.3125rem;height:1.3125rem;top:31.637500762939rem;left:0.81171876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d822b4e5a59829e6a1f068af0bf218f4 { width:1.125rem;height:1.125rem;top:33.434375762939rem;left:0.99999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd7c5d99113bea39e755003f06118196 { width:14.3125rem;height:1.3125rem;top:33.404689788818rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M185e83d21ebaaf8aaece880df2e4bbc { width:1.125rem;height:1.125rem;top:35.209377288818rem;left:0.99999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #s536c5177e5c1e0452fd17c6e000ac85 { width:16.8125rem;height:1.3125rem;top:35.161720275879rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbb79a4a6aac1c43c29aafd00439e9ef { width:1.125rem;height:1.125rem;top:36.94140625rem;left:0.99999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #fae9a6c6cfc128f8a88f5ef4718e0529 { width:14.3125rem;height:1.3125rem;top:36.848438262939rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0da818e174a5a6aaac9c525b15e4e44 { width:20rem;height:4.875rem;top:39.437501907349rem;left:0.030468761920929rem;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H4eb81e46892cb26983e42843c8a9815 { width:20rem;height:37.375rem;top:127.31250572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb2357ff9ee654408804d3487ba22068 { width:18.5625rem;height:1.4625rem;top:128.3124961853rem;left:0.99999994039537rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4e51774fee271a3d6e3afed5fd25144 { width:16.6875rem;height:2.625rem;top:129.96172714233rem;left:0.99999994039537rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb6523f0da9d01dd8c28872fc1b24bd3 { width:8.375rem;height:2.6rem;top:133.6875rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z53e1a3e6216674b899a1a3d926bc0e2 { width:10.125rem;height:1.1375rem;top:134.8125rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dedcea229e34a1d7e4632c75dbcea1c1 { width:18rem;height:3rem;top:138.78125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcee0e79f2ec2fb5cf4ece3913bf7689 { display:block; }
 }@media only screen and (max-width: 763px) { #k2f4994c6fa96e0bfb90c4beaeed4166 { width:16.5rem;height:0.0625rem;top:143.34375572204rem;left:1.7500000596046rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #b30f273f212b9d2bb666d89e8ef4bbb4 { width:15rem;height:1.625rem;top:144.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9d65a5eb8bb97d102646b54944e51f8 { width:14.3125rem;height:1.3125rem;top:145rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6c8deb8a65258140f9b25d81731f274 { width:1rem;height:1rem;top:145.1875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7bf23b47ff45819bf95940671b6dda3 { width:14.3125rem;height:1.3125rem;top:146.625rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #id0b118155132a89cf35b87c69c2838e { width:14.3125rem;height:1.3125rem;top:149.56250572204rem;left:0.99999994039537rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc87e7b29cc7a1bd0775656641a787c8 { width:1.125rem;height:1.125rem;top:151.2187538147rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4ebc081826f1a0d2928db203a3a80fd { width:14.3125rem;height:1.3125rem;top:151.12500572204rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S322ad221cdea6320b363c5fd7ec38a5 { width:14.3125rem;height:2.625rem;top:152.56173706055rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0e418425217b2b90bd04e33b90020bb { width:1.125rem;height:1.125rem;top:155.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s98c47b6c1f00bd7b722f532613a4f9e { width:14.3125rem;height:1.3125rem;top:155.37422180176rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1cc84f593b3fb28688240af3f873c89 { width:14.3125rem;height:1.3125rem;top:157.40001869202rem;left:0.99921876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caf027e61cd9440ddeda04020f297390 { width:1.125rem;height:1.125rem;top:159.18125295639rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #f29ddd22bbc1f34f7c955209ba25419c { width:14.3125rem;height:1.3125rem;top:159.14999961853rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcfa011a5be83eed671cef46a61c4140 { width:1.125rem;height:1.125rem;top:160.86875343323rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #mace7ce0e5b1144dd0d090e90e49e0f2 { width:15.6875rem;height:1.3125rem;top:160.77500534058rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed348970075985a6151d877bec72a6fd { width:1.125rem;height:1.125rem;top:162.46250343323rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd5623c6f077c435365f7d40020445c3 { width:15.6875rem;height:1.3125rem;top:162.39922142029rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6440f3d1f5e7c219225da9ea8520ff8 { width:20rem;height:3.25rem;top:165.00001859665rem;left:0.0625rem;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a5c42a355e6e6f81e6085e9f3430bd8c { width:19.9375rem;height:30.375rem;top:45.612499237061rem;left:0.060937464237213rem;z-index:14993;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zvAhvBDedBbeDgSqJJRI3SPGEG5bHrkR { display:block; }#zvAhvBDedBbeDgSqJJRI3SPGEG5bHrkR > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3ca2d92b0504c9382ef65814d13683a { width:20rem;height:34.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9e00081ccc0b9c4e432bcd9f23b2ac6 { width:16.625rem;height:1.4625rem;top:1.1875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3c53a20f30686d61f167b6cdb673afb { width:18rem;height:1.3125rem;top:2.875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t720b9f1ee5a526f4c44426e59bca49b { width:9.125rem;height:2.6rem;top:5.4375rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dce43e47703df36cba8ae06df3944050 { width:7.6875rem;height:1.1375rem;top:6.5rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4111537cd8befc85dbdc0ef5b1b1fcf { width:18rem;height:3rem;top:9.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfe87dd8580bdf4ea92c7a93eb000fa7 { display:block; }
 }@media only screen and (max-width: 763px) { #If79fce62fc8b12f715e951ac2204eca { width:16.5rem;height:0.0625rem;top:13.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v836372c2136de4c2d0984d8070c815b { width:15rem;height:1.625rem;top:15.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc1ba8c981c0b1d34e86f5b7183f1ed2 { width:13.4375rem;height:1.3125rem;top:15.5rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c528ad7c24df7e130cfddf859b28126d { width:1rem;height:1rem;top:15.6875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib938bfbcbedccb479c847d574096314 { width:14.3125rem;height:1.3125rem;top:19.3125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9c6d9d79bfdbd74e875bfbcee2e76bb { width:11.8125rem;height:1.3125rem;top:17.0625rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7ed6ba77a1471a787c90a4bc99d343b { width:1.125rem;height:1.125rem;top:20.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0f37bc5a9c89e1545ea5cb52b05e097 { width:12.875rem;height:1.1375rem;top:20.875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba8cf9c9c5f5d7abd9bf2cc6585e2523 { width:14.3125rem;height:2.625rem;top:22.125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ce44cd82001a6fbd0913616ef3ad83 { width:1.125rem;height:1.125rem;top:25.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4808eede5b21c6dd3a88b6eb2a0b188 { width:14.3125rem;height:1.3125rem;top:24.9375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6fbc0214493d96d8007eeca39fb97d3 { width:14.3125rem;height:1.3125rem;top:27.125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc78669d88cf8a5b8ec6de078db5a93a { width:1.125rem;height:1.125rem;top:29.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8524f32685704b9113b0a9fffb4db29 { width:14.3125rem;height:1.3125rem;top:29.0625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2cacb80ea92b9daccf7512daf0aa615 { width:1.125rem;height:1.125rem;top:30.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9afaa0f4f6256636dd037cb6097a683 { width:16.3125rem;height:1.3125rem;top:30.8125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaef9d8ec156897ce10a65f18014576e { width:1.125rem;height:1.125rem;top:32.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc48745f7c6123832774e4527bb282df { width:14.3125rem;height:1.3125rem;top:32.5rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsOq4nxOhl6rTg6OMpSoTNph2J6cI83D { display:block; }#DsOq4nxOhl6rTg6OMpSoTNph2J6cI83D > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9554de9c338f33ed0c8ce98e2c51877 { width:20rem;height:34.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbf5e085603cc02fcbd452f7fa5670ba { width:16.625rem;height:1.4625rem;top:1.1875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3d58ca16e85c760e98e02b12bcd082a { width:18rem;height:1.3125rem;top:2.875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e79d92eb1bd6095c5c80164a7d4f243b { width:9.125rem;height:2.6rem;top:5.4375rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8161b1480fd144015e1ae62b4d7fc5c { width:7.6875rem;height:1.1375rem;top:6.5rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc4f10eb6dd7360b86df9d40f493991e { width:18rem;height:3rem;top:9.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0dbd7ae13cf870827df409150ad443 { display:block; }
 }@media only screen and (max-width: 763px) { #f42e92385158ef392fd42dc9974cb70a { width:16.5rem;height:0.0625rem;top:13.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K61a0d1b731a970518abce831c054e8d { width:15rem;height:1.625rem;top:15.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc566039e94a84916b4232c99b8f7a15 { width:13.4375rem;height:1.3125rem;top:15.5rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K889ec14ea44ac37efc96e0faac3894d { width:1rem;height:1rem;top:15.6875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fad039e3fe1cf44dfe45818dd37a49e1 { width:11.8125rem;height:1.3125rem;top:17.0625rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a33be98ab1f87d64d660fe29b502fd66 { width:14.3125rem;height:1.3125rem;top:19.3125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qab7c13a1b0f7f9e218a15a1f0708815 { width:1.125rem;height:1.125rem;top:20.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c097069c9b05884572f8b92ac72d12ac { width:12.875rem;height:1.1375rem;top:20.875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8b323dc4a611468acc79eaf652ed7e7 { width:14.3125rem;height:2.625rem;top:22.125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2576d1707f642e7c7dc39028b998177 { width:1.125rem;height:1.125rem;top:25.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d86a22bbfdbcdf55468f4b47399dcc02 { width:14.3125rem;height:1.3125rem;top:24.9375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef6c3c577e43ab0c734f6b18a2648c9b { width:14.3125rem;height:1.3125rem;top:27.125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfc80901793e35f799a22b863850f76b { width:1.125rem;height:1.125rem;top:29.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bed19caff34f3690b8434cb326a6ac7d { width:14.3125rem;height:1.3125rem;top:29.0625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce812d0d15de997ed45de7d9ce97bd66 { width:1.125rem;height:1.125rem;top:30.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fadf853fee3c3c6ec4baf7ee963443b7 { width:16.3125rem;height:1.3125rem;top:30.8125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r10eb7de6b976adef93dc3fd08b24633 { width:1.125rem;height:1.125rem;top:32.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub8a4f48ce07800e87889cb8b6b6e822 { width:14.3125rem;height:1.3125rem;top:32.5rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa5154eca24fbdd49be86160c303f734 { width:18.5625rem;height:1.625rem;top:35.625000476837rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbQrg1cVQs0AFnxilyBqSvwXCNOCNtvc { display:block; }#kbQrg1cVQs0AFnxilyBqSvwXCNOCNtvc > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcXzvPEuxp9fmSNihyztqSA5R7sfFo0d { width:20rem;height:1.125rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/729f06af-adc3-4c7d-aaa7-118ed42c6770/tlodol.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP.adaptive-delivery-prevent-bg, #E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP.lazyload, #E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP.lazyloading { background-image: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { background-color: transparent; background-image: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container > .video-iframe-container { display: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row > .video-iframe-container { display: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .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); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTfxchS2sCGmTdJPDKyb0mobCyG2H4dw { display:block; }#zTfxchS2sCGmTdJPDKyb0mobCyG2H4dw > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }