.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:250,213,184;--color-primary-1:248,172,120;--color-primary-2:173,121,85;--color-primary-3:106,74,54;--color-primary-4:47,35,26;--color-secondary-0:202,202,202;--color-secondary-1:151,151,151;--color-secondary-2:106,106,106;--color-secondary-3:63,63,63;--color-secondary-4:28,28,28;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#d8a7qq7l2QQNXRUwxwpGAJV70WBahHu5 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#d8a7qq7l2QQNXRUwxwpGAJV70WBahHu5 > .row .container { background-color: transparent; background-image: none; }#d8a7qq7l2QQNXRUwxwpGAJV70WBahHu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8a7qq7l2QQNXRUwxwpGAJV70WBahHu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8a7qq7l2QQNXRUwxwpGAJV70WBahHu5 > .row .container > .video-iframe-container { display: none; }#d8a7qq7l2QQNXRUwxwpGAJV70WBahHu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8a7qq7l2QQNXRUwxwpGAJV70WBahHu5 > .row > .video-iframe-container { display: none; }#d8a7qq7l2QQNXRUwxwpGAJV70WBahHu5 > .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); }#d8a7qq7l2QQNXRUwxwpGAJV70WBahHu5 > .row .container { border-width: 0; border-radius: 0; }#d8a7qq7l2QQNXRUwxwpGAJV70WBahHu5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d8a7qq7l2QQNXRUwxwpGAJV70WBahHu5 > .row .container { font-size:0.875rem;font-family:raleway;height:4.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#r5O7k5u4JwA38AuiuNCSQTDmc8xbtK6J { color:rgba(var(--color-tertiary-0),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.07470703125rem;left:0rem;height:1.9121125rem;font-style:normal;display:block; }
#TR45wXFx67TDDfG17fdK8TfyiaACUh9a { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { background-color: transparent; background-image: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container > .video-iframe-container { display: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container { display: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .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); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { border-width: 0; border-radius: 0; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { font-size:0.875rem;font-family:raleway;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#OvoMEGbKArw4RxOFa8bT55tTo3CMWD4R { 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:5.125rem;width:9.3125rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#KFcn7uPNMQ9ZtMv8btwHnHRiILnxHDcV { background-color:rgba(var(--color-primary-1),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#XCpfyLOVkzNZe0TTCNJmhHmCvuh2bwMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pvUIshKtevDcDSa7c68bTFiqynIfuP61 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:25.6875rem;display:block; }
#T7ZKsDegoiTnnZIF5JPbu75KPDT8qBnv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#layx5fz6EGyAGdcGlnqtqa3yBRA7Ol4h { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:37.25rem;display:block; }
#DrruT0P8rhH0py1FrzmhVWzheDiOq9lI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PeKaeEVofrTOZTi5y8pBQfH4rw34MShm { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:45.3125rem;display:block; }
#u1o0opd8t9foJHbKMJGSRLNZ6xl5p5CI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PlEAS0wHHqUpOL9Lpf92ihsyVlTPqz5V { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:52.9375rem;display:block; }
#fw4puBiKP845IRSmvBUAmItOumemXEfc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container { background-color: transparent; background-image: none; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container > .video-iframe-container { display: none; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row > .video-iframe-container { display: none; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .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); }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container { border-width: 0; border-radius: 0; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container { font-size:0.875rem;font-family:raleway;height:31.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#BQcpUJTCwQCxfpdTXN2AorDUDlQCrpJw { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.75rem;left:0rem;height:6.44925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OTsXHBZwNgkPfSzFAG1tC8AROTMUgq1z { color:rgba(var(--color-tertiary-2),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:12.4375rem;left:0rem;height:5.09911875rem;text-align:justify;text-align-last:initial;display:block; }
#frTTMUlzhI9VSDy8o8B8TNpRCqg9heJG { background-color:rgba(var(--color-primary-1),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.625rem;left:0rem;display:block; }
#PUSOP0knTy7MuR6DqnGS1Qo8a6PzykkI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVum6h2oeo20wDUNMqowuGpxHAX6XE5U { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.625rem;left:14.625rem;display:block; }
#dqZfZg7t7lOm3NDl23Cfrf1b3EndLTWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i6ABUDtKdE5snfGZAAbGQXJvGJr2klWL { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !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;box-shadow: none;height:10rem;width:32.5rem;top:3.75rem;left:39.375rem;display:block; }
#kXUT1TIpi8942xa0kHnNUicofSiVQn7D { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:31.125rem;width:20.5625rem;top:0.1875rem;left:54.4375rem;overflow:hidden;display:block; }
#Hep7eRR5wmnFLH1cv13umIRSQDDZF8Z4 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:35.5625rem;display:block; }
#yXPMeTWzdsVBHqIb53UpurQHQdg8sXXS { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:37.9375rem;display:block; }
#FxrpBrNRUf4hVlHaKeN6cZJ2ELfDNO3y { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:42.6875rem;display:block; }
#kBJ3k0crKbvyg6A0THlpCzAiVwF5824z { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:40.3125rem;display:block; }
#xoUWJnocS17T0LIPTGrcbq6yRrxmDsgp { position:absolute;display:block;z-index:15026;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;box-shadow: none;height:22.125rem;width:14.75rem;top:7.46875rem;left:37.25rem;overflow:hidden;display:block; }
#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row .container { background-color: transparent; background-image: none; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row .container > .video-iframe-container { display: none; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row > .video-iframe-container { display: none; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .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); }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row .container { border-width: 0; border-radius: 0; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row .container { font-size:0.875rem;font-family:raleway;height:53rem;width:75rem;position:relative;display:block; }#eAMVGnHLdHkMWUC7JtZnoUOWTdLeMmul { color:rgba(var(--color-primary-1),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.69970625rem;font-style:normal;display:block; }
#dCKhZDuFHhWWfTne38ZJ3vfs0EQwWCTo { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:7.94921875rem;left:0rem;height:3.67480625rem;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; }
#EtuZVrRdpdWBXD9fiJs4H3CbR630X3O6 { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:13.0751953125rem;left:0rem;height:5.09911875rem;text-align:justify;text-align-last:initial;display:block; }
#WPR24oVl0USJSkpBymMUlTdWTt1dNeeN { 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:20.75rem;width:20.75rem;top:32.1875rem;left:0rem;overflow:hidden;display:block; }
#wn5MAwyGK9tlx5vdzlvILcfmKeoHqpmA { 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:20.625rem;width:20.625rem;top:32.25rem;left:21.8125rem;overflow:hidden;display:block; }
#ui8eJdlXsFwNCcuhlx8X6ZvuXycmwyNc { position:absolute;display:block;z-index:15025;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:31.25rem;width:31.25rem;top:8.025390625rem;left:43.75rem;overflow:hidden;display:block; }
#Q6FNwqX3S9f38JAumfJ0KmhSh75TT273 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#nbOtfJmoDwolpvc1r1L7mVt6nNX2PoaV { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#fiCE69RoDCezJfU4yla74ozTSMDRi0OI { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#PvUTzaG7fEwozxSKicWzdVsUAdPEbJu5 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#AWFFJRVHVaL1XGeUU1vpk15uC13sWMgL { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:19.6005859375rem;left:0rem;height:9.7485625rem;display:block; }#AWFFJRVHVaL1XGeUU1vpk15uC13sWMgL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AWFFJRVHVaL1XGeUU1vpk15uC13sWMgL li:before{  }
#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container { background-color: transparent; background-image: none; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container > .video-iframe-container { display: none; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row > .video-iframe-container { display: none; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .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); }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container { border-width: 0; border-radius: 0; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container { font-size:0.875rem;font-family:raleway;height:44.6875rem;width:75rem;position:relative;display:block; }#CNiFOk8peIQzZNGyNItAU83RHZF374xf { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !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;box-shadow: none;height:17.1875rem;width:21.25rem;top:3.75rem;left:30.0625rem;display:block; }
#zqdT0oEQEVlOD1xTbzJZ6onfrcMEgIn6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5.625rem;left:31.9375rem; }
#bM4pI9aDTFXBNXWduGFhl9eIxox2SZd3 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:8.6875rem;left:31.9375rem;height:2.54980625rem;font-style:normal;display:block; }
#pLPSyReTUBKsF7cNLnEzGNUw9rzbPDGE { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:11.625rem;left:31.9375rem;height:6.7988125rem;font-style:normal;display:block; }
#yMXDK5HiQUsFKUk2oteh3Fv3kqTJ6VZv { color:rgba(var(--color-primary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:18.125rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C896SW10JtqP2SbM6OBlm7Fl21Lbo3Ix { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:20.4375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IIeGMnqMn5bX1iRm21ELtA3TSyrV8PCR { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#SgsNJFPVRcZcwJCpkFmo5sCha9cTA6dv { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#Qe0Rnw1PsoQP0RKSl7pK0TZUv6cEblee { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#BRKs2rRaeRRSr8eQcAm0JUHwSHO1xTv7 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#RR8DX56DNKruEQ5aVqKBoIA79k7ahmk9 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !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;box-shadow: none;height:17.1875rem;width:21.25rem;top:23.4375rem;left:30.0625rem;display:block; }
#y5rBTZzNw0cdU9tHqP88TFZHEPPnHZwO { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:31.3125rem;left:31.9375rem;height:5.09911875rem;font-style:normal;display:block; }
#iA3TBZppIuwqTMqA6LEKiTUFUZalvNG1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:28.375rem;left:31.9375rem;height:2.54980625rem;font-style:normal;display:block; }
#U3WtAKi8tI9UH5r6lq9EQC6QTo6hJvTE { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:25.3125rem;left:31.9375rem; }
#x4QT15h126vThv2Fhi7WN3RK6sQXdvXA { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !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;box-shadow: none;height:17.1875rem;width:21.25rem;top:23.4375rem;left:53.75rem;display:block; }
#GpONhk4vwULRGdqruNeIhb0Vm4PussEI { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:31.3125rem;left:55.625rem;height:5.09911875rem;font-style:normal;display:block; }
#JywGHRFXlRLINiXqS475ihkV4UXwZPdA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:28.375rem;left:55.625rem;height:2.54980625rem;font-style:normal;display:block; }
#BIxFtTAoyOD66oiVv23dzbzsadQBCumg { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:25.3125rem;left:55.625rem; }
#QXuTD2ppnE5JvrANCpy4uvZ854iS1LST { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !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;box-shadow: none;height:17.1875rem;width:21.25rem;top:3.75rem;left:53.75rem;display:block; }
#vbHWHh5VfTWSmkNTHXrTUnaGT4sxqNce { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:11.625rem;left:55.625rem;height:6.798825rem;font-style:normal;display:block; }
#f9DUtEfcUuyLhvA0stTvK1aK3OcIVETJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:8.6875rem;left:55.625rem;height:2.54980625rem;font-style:normal;display:block; }
#JJVLsLbNIZNxlf4xhHOOibfNXG7r6l5Z { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.625rem;left:55.625rem; }
#NOx3OvNWhS4dVgkr5i3y9TbCfThhXxwa { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:29.80126953125rem;left:0rem;height:8.4985625rem;text-align:justify;text-align-last:initial;display:block; }
#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row .container { background-color: transparent; background-image: none; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row .container > .video-iframe-container { display: none; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row > .video-iframe-container { display: none; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .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); }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row .container { border-width: 0; border-radius: 0; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row .container { font-size:0.875rem;font-family:raleway;height:60.125rem;width:75rem;position:relative;display:block; }#ukrJ03MDltl9s0B6f4NqiCAzS13Zzv8K { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:32.1875rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#lgTlRyfiZRRKVcB7LHa281FXezwiuFk0 { color:rgba(var(--color-tertiary-1),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:35.125rem;left:0rem;height:;font-style:normal;display:block; }#lgTlRyfiZRRKVcB7LHa281FXezwiuFk0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lgTlRyfiZRRKVcB7LHa281FXezwiuFk0 li:before{  }
#rNv5DQs68MicyFATJwvdXdXpLvn3WNhO { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3ubP162lLqpikkSebDMQGUcFFdQrR5y { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LCbBJ3EqqP8q8TRhOBJqoC9Cbr99xd3E { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#Vfb2ZzaNlb3U11cumLwzbUmBPXC3qxBJ { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#zzV5cCCoXo01v7K3ZUXpEHtxX1kIPN55 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#ykXSMuxXxmBZIZdFxGcuzoiVMgvApODe { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#Fe5hDmagBWSSqPS1xPfkmp5eopSvrgZk { 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:14.9375rem;width:22.5rem;top:16rem;left:0rem;overflow:hidden;display:block; }
#NEZKMe5KKZEyNfa6o7p9c2qaAErXBi28 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:32.1875rem;left:26.25rem;height:2.54980625rem;font-style:normal;display:block; }
#b2DZRb1Vcf8kLJDdFJCw58denTPJkVe9 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:34.7373046875rem;left:26.25rem;height:;font-style:normal;display:block; }#b2DZRb1Vcf8kLJDdFJCw58denTPJkVe9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b2DZRb1Vcf8kLJDdFJCw58denTPJkVe9 li:before{  }
#UvioAlgPrMcW3GSqPFPNO7rVHyQLzeQG { 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:14.9375rem;width:22.5rem;top:16rem;left:26.25rem;overflow:hidden;display:block; }
#w32T3e6yeuCOsAXHbOayaECLPNtZmo1D { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:32.1875rem;left:52.5rem;height:2.54980625rem;font-style:normal;display:block; }
#KnyWgwMsxQgFgn2v1T6ipN6oDbm18MrD { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:35.125rem;left:52.5rem;height:;font-style:normal;display:block; }#KnyWgwMsxQgFgn2v1T6ipN6oDbm18MrD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KnyWgwMsxQgFgn2v1T6ipN6oDbm18MrD li:before{  }
#DuqAhyfrBqAncTh25S7HqARqSnTAP8Be { 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:14.9375rem;width:22.5rem;top:16rem;left:52.5rem;overflow:hidden;display:block; }
#xk9wQpGCnaHPLDiimZTGU5nDtWiEKvee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xk9wQpGCnaHPLDiimZTGU5nDtWiEKvee > .row .container { background-color: transparent; background-image: none; }#xk9wQpGCnaHPLDiimZTGU5nDtWiEKvee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk9wQpGCnaHPLDiimZTGU5nDtWiEKvee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk9wQpGCnaHPLDiimZTGU5nDtWiEKvee > .row .container > .video-iframe-container { display: none; }#xk9wQpGCnaHPLDiimZTGU5nDtWiEKvee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk9wQpGCnaHPLDiimZTGU5nDtWiEKvee > .row > .video-iframe-container { display: none; }#xk9wQpGCnaHPLDiimZTGU5nDtWiEKvee > .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); }#xk9wQpGCnaHPLDiimZTGU5nDtWiEKvee > .row .container { border-width: 0; border-radius: 0; }#xk9wQpGCnaHPLDiimZTGU5nDtWiEKvee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xk9wQpGCnaHPLDiimZTGU5nDtWiEKvee > .row .container { font-size:0.875rem;font-family:raleway;height:51.25rem;width:75rem;position:relative;display:block; }#nlST08GT5EK7Wh5shEw6PXvwmWIX57kZ { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:6.25rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTzURk6OAK2WS8ALw17r1ILE6Jqnho98 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:7.9375rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WPOqbttGqGmW5ZHFpqGDBfxw8ydBz58u { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:32.4375rem;width:25rem;top:15.4375rem;left:0rem;display:block; }
#EQWkXVzFyItBAmzfxpNBzJnDFpHiUEyJ { color:rgba(var(--color-primary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:17.3125rem;left:1.875rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PaLppkkfr3C3ZMTuX7mQ4dQq9AKn1L5w { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:19.224609375rem;left:3.4375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#C7wfEMFDBmI42CR5sFnSTrRTTy0oZJpI { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:25.3994140625rem;left:1.875rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LEU9BXwnCNdcy1VNB5ONDTCXJPsxEAs1 { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-1),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-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:21.25rem;top:29.125rem;left:1.875rem;display:block; }
#mVxZ4TNiMAk2A2lWAaltx9zSX3HEmQpE { background-color:rgba(var(--color-primary-1),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.5625rem;left:1.875rem;display:block; }
#tMb0XDXXLsGdifVrkXgBoVhVNlfHBz9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJFwXGKrkVahu3JZhJmDA8PHsRqDplpX { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:20.375rem;left:1.875rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TdytUbr1EdD8cKoETsued6bcLxAyTyqQ { color:rgba(var(--color-primary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.7;letter-spacing:0;top:17.3125rem;left:26.875rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o1S8uSnKJziDsV6T428HK7g6NutfGfCz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:19.25rem;left:28.4375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IXz5JPub1bvoKBDhyRTvfwZqgvq36rkP { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.7;letter-spacing:0;top:25.375rem;left:26.875rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PVEcsTZ51hKxtPuBwSv1MKxSLSfAqsLa { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-1),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-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:21.25rem;top:29.125rem;left:26.875rem;display:block; }
#n4Zf4XcbOKTzgRV1hBQ64ktNzTl6ILDz { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:20.375rem;left:26.875rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uSSTCaXiJOIu3MKLuvLg5KsvwTS3hmNZ { color:rgba(var(--color-primary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.7;letter-spacing:0;top:17.3125rem;left:51.875rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yd7nocusMTR1oQORGqrWkTM3Nwp6FIt6 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:19.25rem;left:53.4375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kg9ygBwTBbPPW3BSs0F8UHF9dXeMKFle { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15074;line-height:1.7;letter-spacing:0;top:25.375rem;left:51.875rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U69rnTpJsZSERTPtafsHenZ3UTU9ZsEN { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-primary-1),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-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:21.25rem;top:29.125rem;left:51.875rem;display:block; }
#PXHobu6drIwtc6orlGDI9KPURATuzoVW { background-color:rgba(var(--color-primary-1),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:42.5625rem;left:51.875rem;display:block; }
#cLZVpKHoBuA5iR8W4B94LZMQblb3Sls8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IBMx0zOWpdPUAiMHF62NdGhdcT0KDgcZ { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:20.375rem;left:51.875rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fRsSoHTs9zy9q5vpLouZIbiEmFsP9cSD { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.7;letter-spacing:0;top:31.07666015625rem;left:1.875rem;height:7.7363125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fRsSoHTs9zy9q5vpLouZIbiEmFsP9cSD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fRsSoHTs9zy9q5vpLouZIbiEmFsP9cSD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_56a40c7a896ff07080950a4a4dd1989a7ecddcdb.svg); }
#w5fJUSBTIcUH8dAwlmzCduviUWZQnHlE { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:32.4375rem;width:25rem;top:15.4375rem;left:25rem;display:block; }
#l8Z2DQ6Obn76HCvUJzouqOKXdIMzfKpw { background-color:rgba(var(--color-primary-1),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42.5625rem;left:26.875rem;display:block; }
#kRNSOKXVGtypKF8BEyJNxS2gIGgQcFZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zsGLaMVdiwIzmoE170vTkU1pE5H9k7OL { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15071;line-height:1.7;letter-spacing:0;top:30.6376953125rem;left:26.875rem;height:9.4360625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zsGLaMVdiwIzmoE170vTkU1pE5H9k7OL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zsGLaMVdiwIzmoE170vTkU1pE5H9k7OL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_56a40c7a896ff07080950a4a4dd1989a7ecddcdb.svg); }
#T1thxVVmR4laniCeb58TBSKncLLkM4ox { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:32.4375rem;width:25rem;top:15.4375rem;left:50rem;display:block; }
#UMFaDaLbfmvVpvocgsXexGaeo7RkDApO { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15072;line-height:1.7;letter-spacing:0;top:30.22607421875rem;left:51.875rem;height:11.13575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UMFaDaLbfmvVpvocgsXexGaeo7RkDApO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UMFaDaLbfmvVpvocgsXexGaeo7RkDApO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_56a40c7a896ff07080950a4a4dd1989a7ecddcdb.svg); }
#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/events-venues_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA.adaptive-delivery-prevent-bg, #IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA.lazyload, #IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA.lazyloading { background-image: none; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container { background-color: transparent; background-image: none; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container > .video-iframe-container { display: none; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row > .video-iframe-container { display: none; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .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); }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container { border-width: 0; border-radius: 0; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container { font-size:0.875rem;font-family:raleway;height:37.5rem;width:75rem;position:relative;display:block; }#kiQTkZhm6v3A2CmwLH5NXsvm1GaNZWRT { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.375rem;left:17rem;height:5.736325rem;text-align:center;text-align-last:center;display:block; }
#XH7o8kcXW14Pnr8T9XVbq7HNkPbtUqmJ { background-color:rgba(var(--color-primary-1),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.1875rem;left:38.125rem;display:block; }
#zbEEv16hOMnBi38qUgTz78Mu51SFvi5B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JNr69OrK11iwk4TRc5KMK7gpk1gktUKq { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:60rem;top:5.3125rem;left:14.5rem;display:block; }
#eZECo25Q55pvyKdg0P3Dd7l3IFfJto8f { position:absolute;display:block;z-index:15015;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:6.25rem;width:10.6875rem;top:7.375rem;left:39.1875rem;overflow:hidden;display:block; }
#hvfZ2L7GUkwVQTMfql5uz1phEbbRbStM { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:22.375rem;left:17rem;height:2.65625rem;text-align:center;text-align-last:center;display:block; }
#ccpv3fn97NbAlQEKmfRigroy8DDsGktG { position:absolute;display:block;z-index:15016;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:18.4375rem;width:12.25rem;top:9rem;left:0.5rem;overflow:hidden;display:block; }
#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row .container { background-color: transparent; background-image: none; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row .container > .video-iframe-container { display: none; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row > .video-iframe-container { display: none; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .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); }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row .container { border-width: 0; border-radius: 0; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row .container { font-size:0.875rem;font-family:raleway;height:7.5rem;width:75rem;position:relative;display:block; }#avJTQeAnC9V1RkODoJRuw0fvbZHFrxqW { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.75rem;left:0rem;display:block; }
#i64sCTThys82kuBZHToOLcRlIoplwfBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FxM55y183rDFk4uzm3guovekDUEf1EmK { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.75rem;left:9.375rem;display:block; }
#NgqTi12ZQKqnsui0nNUTD0SapsELiRcA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kOXCipkKX7pMqGUOUKxQi7TkioEfLxTG { 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:6rem;width:10.875rem;top:0.75rem;left:63.36083984375rem;overflow:hidden;display:block; }
#U7MMyD9xqptmJID0nmpsm3G0mmNiogp5 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.75rem;left:33.625rem;display:block; }
#WPLobLX2iSkEo9DZCbQfrdraWR3Ees0x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEuMDcbxTFm8WiL09FQWSzwcPQkTwQJr { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:3.5rem;left:0rem;height:2.5498rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d8a7qq7l2QQNXRUwxwpGAJV70WBahHu5 { display:block; }#d8a7qq7l2QQNXRUwxwpGAJV70WBahHu5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5O7k5u4JwA38AuiuNCSQTDmc8xbtK6J { top:1.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR45wXFx67TDDfG17fdK8TfyiaACUh9a { display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvoMEGbKArw4RxOFa8bT55tTo3CMWD4R { width:9.3125rem;height:5.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFcn7uPNMQ9ZtMv8btwHnHRiILnxHDcV { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCpfyLOVkzNZe0TTCNJmhHmCvuh2bwMX { display:block; }
 }@media only screen and (max-width: 763px) { #pvUIshKtevDcDSa7c68bTFiqynIfuP61 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZKsDegoiTnnZIF5JPbu75KPDT8qBnv { display:block; }
 }@media only screen and (max-width: 763px) { #layx5fz6EGyAGdcGlnqtqa3yBRA7Ol4h { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrruT0P8rhH0py1FrzmhVWzheDiOq9lI { display:block; }
 }@media only screen and (max-width: 763px) { #PeKaeEVofrTOZTi5y8pBQfH4rw34MShm { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1o0opd8t9foJHbKMJGSRLNZ6xl5p5CI { display:block; }
 }@media only screen and (max-width: 763px) { #PlEAS0wHHqUpOL9Lpf92ihsyVlTPqz5V { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw4puBiKP845IRSmvBUAmItOumemXEfc { display:block; }
 }@media only screen and (max-width: 763px) { #uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 { display:block; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQcpUJTCwQCxfpdTXN2AorDUDlQCrpJw { top:3.75rem;left:0rem;width:33.75rem;height:6.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsXHBZwNgkPfSzFAG1tC8AROTMUgq1z { top:12.4375rem;left:0rem;width:30.9375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTTMUlzhI9VSDy8o8B8TNpRCqg9heJG { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUSOP0knTy7MuR6DqnGS1Qo8a6PzykkI { display:block; }
 }@media only screen and (max-width: 763px) { #MVum6h2oeo20wDUNMqowuGpxHAX6XE5U { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqZfZg7t7lOm3NDl23Cfrf1b3EndLTWT { display:block; }
 }@media only screen and (max-width: 763px) { #i6ABUDtKdE5snfGZAAbGQXJvGJr2klWL { width:32.5rem;height:10rem;top:3.75rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXUT1TIpi8942xa0kHnNUicofSiVQn7D { top:0.1875rem;left:27.1875rem;width:20.5625rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hep7eRR5wmnFLH1cv13umIRSQDDZF8Z4 { width:0.5rem;height:31.25rem;top:0rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPMeTWzdsVBHqIb53UpurQHQdg8sXXS { width:0.5rem;height:31.25rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrpBrNRUf4hVlHaKeN6cZJ2ELfDNO3y { width:0.5rem;height:31.25rem;top:0rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBJ3k0crKbvyg6A0THlpCzAiVwF5824z { width:0.5rem;height:31.25rem;top:0rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoUWJnocS17T0LIPTGrcbq6yRrxmDsgp { top:7.4375rem;left:23.625rem;width:14.75rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 { display:block; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAMVGnHLdHkMWUC7JtZnoUOWTdLeMmul { top:6.25rem;left:0rem;width:39.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCKhZDuFHhWWfTne38ZJ3vfs0EQwWCTo { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtuZVrRdpdWBXD9fiJs4H3CbR630X3O6 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPR24oVl0USJSkpBymMUlTdWTt1dNeeN { top:32.1875rem;left:0rem;width:20.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn5MAwyGK9tlx5vdzlvILcfmKeoHqpmA { top:32.25rem;left:8.1875rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui8eJdlXsFwNCcuhlx8X6ZvuXycmwyNc { top:8rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6FNwqX3S9f38JAumfJ0KmhSh75TT273 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbOtfJmoDwolpvc1r1L7mVt6nNX2PoaV { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiCE69RoDCezJfU4yla74ozTSMDRi0OI { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvUTzaG7fEwozxSKicWzdVsUAdPEbJu5 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWFFJRVHVaL1XGeUU1vpk15uC13sWMgL { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#AWFFJRVHVaL1XGeUU1vpk15uC13sWMgL li:before{  }
 }@media only screen and (max-width: 763px) { #L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 { display:block; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNiFOk8peIQzZNGyNItAU83RHZF374xf { width:21.25rem;height:17.1875rem;top:3.75rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdT0oEQEVlOD1xTbzJZ6onfrcMEgIn6 { top:5.625rem;left:18.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM4pI9aDTFXBNXWduGFhl9eIxox2SZd3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLPSyReTUBKsF7cNLnEzGNUw9rzbPDGE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMXDK5HiQUsFKUk2oteh3Fv3kqTJ6VZv { top:18.125rem;left:0rem;width:25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C896SW10JtqP2SbM6OBlm7Fl21Lbo3Ix { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIeGMnqMn5bX1iRm21ELtA3TSyrV8PCR { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgsNJFPVRcZcwJCpkFmo5sCha9cTA6dv { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe0Rnw1PsoQP0RKSl7pK0TZUv6cEblee { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRKs2rRaeRRSr8eQcAm0JUHwSHO1xTv7 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR8DX56DNKruEQ5aVqKBoIA79k7ahmk9 { width:21.25rem;height:17.1875rem;top:23.4375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5rBTZzNw0cdU9tHqP88TFZHEPPnHZwO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA3TBZppIuwqTMqA6LEKiTUFUZalvNG1 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3WtAKi8tI9UH5r6lq9EQC6QTo6hJvTE { top:25.3125rem;left:18.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4QT15h126vThv2Fhi7WN3RK6sQXdvXA { width:21.25rem;height:17.1875rem;top:23.4375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpONhk4vwULRGdqruNeIhb0Vm4PussEI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JywGHRFXlRLINiXqS475ihkV4UXwZPdA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIxFtTAoyOD66oiVv23dzbzsadQBCumg { top:25.3125rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXuTD2ppnE5JvrANCpy4uvZ854iS1LST { width:21.25rem;height:17.1875rem;top:3.75rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbHWHh5VfTWSmkNTHXrTUnaGT4sxqNce { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9DUtEfcUuyLhvA0stTvK1aK3OcIVETJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJVLsLbNIZNxlf4xhHOOibfNXG7r6l5Z { top:5.625rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOx3OvNWhS4dVgkr5i3y9TbCfThhXxwa { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS { display:block; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukrJ03MDltl9s0B6f4NqiCAzS13Zzv8K { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgTlRyfiZRRKVcB7LHa281FXezwiuFk0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }#lgTlRyfiZRRKVcB7LHa281FXezwiuFk0 li:before{  }
 }@media only screen and (max-width: 763px) { #rNv5DQs68MicyFATJwvdXdXpLvn3WNhO { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ubP162lLqpikkSebDMQGUcFFdQrR5y { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCbBJ3EqqP8q8TRhOBJqoC9Cbr99xd3E { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfb2ZzaNlb3U11cumLwzbUmBPXC3qxBJ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzV5cCCoXo01v7K3ZUXpEHtxX1kIPN55 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykXSMuxXxmBZIZdFxGcuzoiVMgvApODe { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe5hDmagBWSSqPS1xPfkmp5eopSvrgZk { top:16rem;left:0rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZKMe5KKZEyNfa6o7p9c2qaAErXBi28 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2DZRb1Vcf8kLJDdFJCw58denTPJkVe9 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }#b2DZRb1Vcf8kLJDdFJCw58denTPJkVe9 li:before{  }
 }@media only screen and (max-width: 763px) { #UvioAlgPrMcW3GSqPFPNO7rVHyQLzeQG { top:16rem;left:12.625rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w32T3e6yeuCOsAXHbOayaECLPNtZmo1D { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnyWgwMsxQgFgn2v1T6ipN6oDbm18MrD { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }#KnyWgwMsxQgFgn2v1T6ipN6oDbm18MrD li:before{  }
 }@media only screen and (max-width: 763px) { #DuqAhyfrBqAncTh25S7HqARqSnTAP8Be { top:16rem;left:25.25rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk9wQpGCnaHPLDiimZTGU5nDtWiEKvee { display:block; }#xk9wQpGCnaHPLDiimZTGU5nDtWiEKvee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlST08GT5EK7Wh5shEw6PXvwmWIX57kZ { top:6.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTzURk6OAK2WS8ALw17r1ILE6Jqnho98 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPOqbttGqGmW5ZHFpqGDBfxw8ydBz58u { width:25rem;height:32.4375rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQWkXVzFyItBAmzfxpNBzJnDFpHiUEyJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaLppkkfr3C3ZMTuX7mQ4dQq9AKn1L5w { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7wfEMFDBmI42CR5sFnSTrRTTy0oZJpI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEU9BXwnCNdcy1VNB5ONDTCXJPsxEAs1 { width:21.25rem;height:0.0625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVxZ4TNiMAk2A2lWAaltx9zSX3HEmQpE { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMb0XDXXLsGdifVrkXgBoVhVNlfHBz9A { display:block; }
 }@media only screen and (max-width: 763px) { #oJFwXGKrkVahu3JZhJmDA8PHsRqDplpX { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdytUbr1EdD8cKoETsued6bcLxAyTyqQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1S8uSnKJziDsV6T428HK7g6NutfGfCz { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXz5JPub1bvoKBDhyRTvfwZqgvq36rkP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVEcsTZ51hKxtPuBwSv1MKxSLSfAqsLa { width:21.25rem;height:0.0625rem;top:29.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Zf4XcbOKTzgRV1hBQ64ktNzTl6ILDz { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSSTCaXiJOIu3MKLuvLg5KsvwTS3hmNZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd7nocusMTR1oQORGqrWkTM3Nwp6FIt6 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg9ygBwTBbPPW3BSs0F8UHF9dXeMKFle { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U69rnTpJsZSERTPtafsHenZ3UTU9ZsEN { width:21.25rem;height:0.0625rem;top:29.125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXHobu6drIwtc6orlGDI9KPURATuzoVW { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLZVpKHoBuA5iR8W4B94LZMQblb3Sls8 { display:block; }
 }@media only screen and (max-width: 763px) { #IBMx0zOWpdPUAiMHF62NdGhdcT0KDgcZ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRsSoHTs9zy9q5vpLouZIbiEmFsP9cSD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#fRsSoHTs9zy9q5vpLouZIbiEmFsP9cSD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_56a40c7a896ff07080950a4a4dd1989a7ecddcdb.svg); }
 }@media only screen and (max-width: 763px) { #w5fJUSBTIcUH8dAwlmzCduviUWZQnHlE { width:25rem;height:32.4375rem;top:15.4375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8Z2DQ6Obn76HCvUJzouqOKXdIMzfKpw { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRNSOKXVGtypKF8BEyJNxS2gIGgQcFZQ { display:block; }
 }@media only screen and (max-width: 763px) { #zsGLaMVdiwIzmoE170vTkU1pE5H9k7OL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#zsGLaMVdiwIzmoE170vTkU1pE5H9k7OL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_56a40c7a896ff07080950a4a4dd1989a7ecddcdb.svg); }
 }@media only screen and (max-width: 763px) { #T1thxVVmR4laniCeb58TBSKncLLkM4ox { width:25rem;height:32.4375rem;top:15.4375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMFaDaLbfmvVpvocgsXexGaeo7RkDApO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#UMFaDaLbfmvVpvocgsXexGaeo7RkDApO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_56a40c7a896ff07080950a4a4dd1989a7ecddcdb.svg); }
 }@media only screen and (max-width: 763px) { #IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA { display:block; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiQTkZhm6v3A2CmwLH5NXsvm1GaNZWRT { top:15.375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH7o8kcXW14Pnr8T9XVbq7HNkPbtUqmJ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbEEv16hOMnBi38qUgTz78Mu51SFvi5B { display:block; }
 }@media only screen and (max-width: 763px) { #JNr69OrK11iwk4TRc5KMK7gpk1gktUKq { width:47.75rem;height:26.875rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZECo25Q55pvyKdg0P3Dd7l3IFfJto8f { top:7.375rem;left:25.5625rem;width:10.6875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvfZ2L7GUkwVQTMfql5uz1phEbbRbStM { top:22.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccpv3fn97NbAlQEKmfRigroy8DDsGktG { top:9rem;left:0rem;width:12.25rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw { display:block; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avJTQeAnC9V1RkODoJRuw0fvbZHFrxqW { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i64sCTThys82kuBZHToOLcRlIoplwfBS { display:block; }
 }@media only screen and (max-width: 763px) { #FxM55y183rDFk4uzm3guovekDUEf1EmK { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgqTi12ZQKqnsui0nNUTD0SapsELiRcA { display:block; }
 }@media only screen and (max-width: 763px) { #kOXCipkKX7pMqGUOUKxQi7TkioEfLxTG { width:10.875rem;height:6rem;top:0.75rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7MMyD9xqptmJID0nmpsm3G0mmNiogp5 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPLobLX2iSkEo9DZCbQfrdraWR3Ees0x { display:block; }
 }@media only screen and (max-width: 763px) { #TEuMDcbxTFm8WiL09FQWSzwcPQkTwQJr { top:3.5rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d8a7qq7l2QQNXRUwxwpGAJV70WBahHu5 { display:block; }#d8a7qq7l2QQNXRUwxwpGAJV70WBahHu5 > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5O7k5u4JwA38AuiuNCSQTDmc8xbtK6J { width:20rem;height:1.69970625rem;top:1.150390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TR45wXFx67TDDfG17fdK8TfyiaACUh9a { display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvoMEGbKArw4RxOFa8bT55tTo3CMWD4R { width:9.3125rem;height:5.0625rem;top:1.75rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFcn7uPNMQ9ZtMv8btwHnHRiILnxHDcV { width:10.25rem;height:2.5rem;top:11.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCpfyLOVkzNZe0TTCNJmhHmCvuh2bwMX { display:block; }
 }@media only screen and (max-width: 763px) { #pvUIshKtevDcDSa7c68bTFiqynIfuP61 { width:4.4375rem;height:3.75rem;top:6.8125rem;left:3.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZKsDegoiTnnZIF5JPbu75KPDT8qBnv { display:block; }
 }@media only screen and (max-width: 763px) { #layx5fz6EGyAGdcGlnqtqa3yBRA7Ol4h { width:3rem;height:3.75rem;top:6.8125rem;left:7.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrruT0P8rhH0py1FrzmhVWzheDiOq9lI { display:block; }
 }@media only screen and (max-width: 763px) { #PeKaeEVofrTOZTi5y8pBQfH4rw34MShm { width:3.4375rem;height:3.75rem;top:6.8125rem;left:10.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1o0opd8t9foJHbKMJGSRLNZ6xl5p5CI { display:block; }
 }@media only screen and (max-width: 763px) { #PlEAS0wHHqUpOL9Lpf92ihsyVlTPqz5V { width:3.125rem;height:3.75rem;top:6.8125rem;left:13.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw4puBiKP845IRSmvBUAmItOumemXEfc { display:block; }
 }@media only screen and (max-width: 763px) { #uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 { display:block; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQcpUJTCwQCxfpdTXN2AorDUDlQCrpJw { width:20rem;height:7.6494375rem;top:1.375rem;left:0rem;font-size:2.125rem;z-index:15026;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #OTsXHBZwNgkPfSzFAG1tC8AROTMUgq1z { width:20rem;height:6.7988125rem;top:9.921875rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frTTMUlzhI9VSDy8o8B8TNpRCqg9heJG { width:12.75rem;height:3.75rem;top:39.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUSOP0knTy7MuR6DqnGS1Qo8a6PzykkI { display:block; }
 }@media only screen and (max-width: 763px) { #MVum6h2oeo20wDUNMqowuGpxHAX6XE5U { width:12.75rem;height:3.75rem;top:44.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqZfZg7t7lOm3NDl23Cfrf1b3EndLTWT { display:block; }
 }@media only screen and (max-width: 763px) { #i6ABUDtKdE5snfGZAAbGQXJvGJr2klWL { width:20rem;height:10rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXUT1TIpi8942xa0kHnNUicofSiVQn7D { width:12.5rem;height:18.75rem;top:19.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hep7eRR5wmnFLH1cv13umIRSQDDZF8Z4 { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPMeTWzdsVBHqIb53UpurQHQdg8sXXS { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrpBrNRUf4hVlHaKeN6cZJ2ELfDNO3y { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBJ3k0crKbvyg6A0THlpCzAiVwF5824z { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoUWJnocS17T0LIPTGrcbq6yRrxmDsgp { width:14.75rem;height:22.125rem;top:48.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 { display:block; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAMVGnHLdHkMWUC7JtZnoUOWTdLeMmul { width:20rem;height:1.69970625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCKhZDuFHhWWfTne38ZJ3vfs0EQwWCTo { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtuZVrRdpdWBXD9fiJs4H3CbR630X3O6 { width:20rem;height:8.4985625rem;top:8.249025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPR24oVl0USJSkpBymMUlTdWTt1dNeeN { width:10rem;height:10rem;top:18.125rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #wn5MAwyGK9tlx5vdzlvILcfmKeoHqpmA { width:9.5rem;height:9.5rem;top:18.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui8eJdlXsFwNCcuhlx8X6ZvuXycmwyNc { width:20rem;height:20rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6FNwqX3S9f38JAumfJ0KmhSh75TT273 { width:0.5rem;height:31.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbOtfJmoDwolpvc1r1L7mVt6nNX2PoaV { width:0.5rem;height:31.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiCE69RoDCezJfU4yla74ozTSMDRi0OI { width:0.5rem;height:31.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvUTzaG7fEwozxSKicWzdVsUAdPEbJu5 { width:0.5rem;height:31.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWFFJRVHVaL1XGeUU1vpk15uC13sWMgL { width:20rem;height:11.44825rem;top:51.375rem;left:0rem;font-size:1rem;display:block; }#AWFFJRVHVaL1XGeUU1vpk15uC13sWMgL li:before{  }
 }@media only screen and (max-width: 763px) { #L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 { display:block; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container { width:20rem;height:103.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNiFOk8peIQzZNGyNItAU83RHZF374xf { width:20rem;height:17.1875rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdT0oEQEVlOD1xTbzJZ6onfrcMEgIn6 { display:flex;width:2.125rem;height:2.125rem;top:29.1875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #bM4pI9aDTFXBNXWduGFhl9eIxox2SZd3 { width:17.5rem;height:2.54980625rem;top:32.25rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pLPSyReTUBKsF7cNLnEzGNUw9rzbPDGE { width:17.5rem;height:6.7988125rem;top:35.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yMXDK5HiQUsFKUk2oteh3Fv3kqTJ6VZv { width:20rem;height:1.69970625rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C896SW10JtqP2SbM6OBlm7Fl21Lbo3Ix { width:20rem;height:5.5996125rem;top:6.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIeGMnqMn5bX1iRm21ELtA3TSyrV8PCR { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgsNJFPVRcZcwJCpkFmo5sCha9cTA6dv { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe0Rnw1PsoQP0RKSl7pK0TZUv6cEblee { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRKs2rRaeRRSr8eQcAm0JUHwSHO1xTv7 { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR8DX56DNKruEQ5aVqKBoIA79k7ahmk9 { width:20rem;height:17.1875rem;top:64.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5rBTZzNw0cdU9tHqP88TFZHEPPnHZwO { width:17.5rem;height:5.09911875rem;top:72.0625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iA3TBZppIuwqTMqA6LEKiTUFUZalvNG1 { width:17.5rem;height:2.54980625rem;top:69.125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U3WtAKi8tI9UH5r6lq9EQC6QTo6hJvTE { display:flex;width:2.125rem;height:2.125rem;top:66.0625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #x4QT15h126vThv2Fhi7WN3RK6sQXdvXA { width:20rem;height:17.1875rem;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpONhk4vwULRGdqruNeIhb0Vm4PussEI { width:17.5rem;height:5.09911875rem;top:90.5rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JywGHRFXlRLINiXqS475ihkV4UXwZPdA { width:17.5rem;height:2.54980625rem;top:87.5625rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BIxFtTAoyOD66oiVv23dzbzsadQBCumg { display:flex;width:2.125rem;height:2.125rem;top:84.5rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #QXuTD2ppnE5JvrANCpy4uvZ854iS1LST { width:20rem;height:17.1875rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbHWHh5VfTWSmkNTHXrTUnaGT4sxqNce { width:17.5rem;height:6.798825rem;top:53.625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f9DUtEfcUuyLhvA0stTvK1aK3OcIVETJ { width:17.5rem;height:2.54980625rem;top:50.6875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JJVLsLbNIZNxlf4xhHOOibfNXG7r6l5Z { display:flex;width:2.125rem;height:2.125rem;top:47.625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #NOx3OvNWhS4dVgkr5i3y9TbCfThhXxwa { width:20rem;height:11.8979375rem;top:14rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS { display:block; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row .container { width:20rem;height:142rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukrJ03MDltl9s0B6f4NqiCAzS13Zzv8K { width:20rem;height:2.54980625rem;top:25.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgTlRyfiZRRKVcB7LHa281FXezwiuFk0 { width:20rem;height:21.50925rem;top:29.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#lgTlRyfiZRRKVcB7LHa281FXezwiuFk0 li:before{  }
 }@media only screen and (max-width: 763px) { #rNv5DQs68MicyFATJwvdXdXpLvn3WNhO { width:20rem;height:1.69970625rem;top:2.55078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ubP162lLqpikkSebDMQGUcFFdQrR5y { width:20rem;height:5.5996125rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCbBJ3EqqP8q8TRhOBJqoC9Cbr99xd3E { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfb2ZzaNlb3U11cumLwzbUmBPXC3qxBJ { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzV5cCCoXo01v7K3ZUXpEHtxX1kIPN55 { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykXSMuxXxmBZIZdFxGcuzoiVMgvApODe { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe5hDmagBWSSqPS1xPfkmp5eopSvrgZk { width:20rem;height:13.25rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZKMe5KKZEyNfa6o7p9c2qaAErXBi28 { width:20rem;height:2.54980625rem;top:67.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2DZRb1Vcf8kLJDdFJCw58denTPJkVe9 { width:20rem;height:23.209rem;top:70.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#b2DZRb1Vcf8kLJDdFJCw58denTPJkVe9 li:before{  }
 }@media only screen and (max-width: 763px) { #UvioAlgPrMcW3GSqPFPNO7rVHyQLzeQG { width:20rem;height:13.25rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w32T3e6yeuCOsAXHbOayaECLPNtZmo1D { width:20rem;height:2.54980625rem;top:96.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnyWgwMsxQgFgn2v1T6ipN6oDbm18MrD { width:20rem;height:25.2211875rem;top:114.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#KnyWgwMsxQgFgn2v1T6ipN6oDbm18MrD li:before{  }
 }@media only screen and (max-width: 763px) { #DuqAhyfrBqAncTh25S7HqARqSnTAP8Be { width:20rem;height:13.25rem;top:100.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk9wQpGCnaHPLDiimZTGU5nDtWiEKvee { display:block; }#xk9wQpGCnaHPLDiimZTGU5nDtWiEKvee > .row .container { width:20rem;height:100.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlST08GT5EK7Wh5shEw6PXvwmWIX57kZ { width:20rem;height:1.69970625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTzURk6OAK2WS8ALw17r1ILE6Jqnho98 { width:20rem;height:2.79980625rem;top:2.94921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPOqbttGqGmW5ZHFpqGDBfxw8ydBz58u { width:20rem;height:30rem;top:8.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQWkXVzFyItBAmzfxpNBzJnDFpHiUEyJ { width:17.5rem;height:1.9121125rem;top:10.18603515625rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PaLppkkfr3C3ZMTuX7mQ4dQq9AKn1L5w { width:12.5rem;height:5.42480625rem;top:12.0361328125rem;left:3.125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7wfEMFDBmI42CR5sFnSTrRTTy0oZJpI { width:17.5rem;height:2.9746125rem;top:17.4609375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LEU9BXwnCNdcy1VNB5ONDTCXJPsxEAs1 { width:17.5rem;height:0.0625rem;top:22rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVxZ4TNiMAk2A2lWAaltx9zSX3HEmQpE { width:10.625rem;height:3.75rem;top:32.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMb0XDXXLsGdifVrkXgBoVhVNlfHBz9A { display:block; }
 }@media only screen and (max-width: 763px) { #oJFwXGKrkVahu3JZhJmDA8PHsRqDplpX { width:1.375rem;height:2.79980625rem;top:12.6611328125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdytUbr1EdD8cKoETsued6bcLxAyTyqQ { width:17.5rem;height:1.9121125rem;top:40.5rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o1S8uSnKJziDsV6T428HK7g6NutfGfCz { width:12.5rem;height:5.42480625rem;top:42.375rem;left:3.25rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXz5JPub1bvoKBDhyRTvfwZqgvq36rkP { width:17.5rem;height:1.48730625rem;top:48.4375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PVEcsTZ51hKxtPuBwSv1MKxSLSfAqsLa { width:17.5rem;height:0.0625rem;top:51.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Zf4XcbOKTzgRV1hBQ64ktNzTl6ILDz { width:1.375rem;height:2.79980625rem;top:43rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSSTCaXiJOIu3MKLuvLg5KsvwTS3hmNZ { width:17.5rem;height:1.9121125rem;top:69.4375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yd7nocusMTR1oQORGqrWkTM3Nwp6FIt6 { width:12.5rem;height:5.42480625rem;top:71.3125rem;left:3.25rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg9ygBwTBbPPW3BSs0F8UHF9dXeMKFle { width:17.5rem;height:1.48730625rem;top:77.4375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U69rnTpJsZSERTPtafsHenZ3UTU9ZsEN { width:17.5rem;height:0.0625rem;top:79.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXHobu6drIwtc6orlGDI9KPURATuzoVW { width:10.625rem;height:3.75rem;top:62.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLZVpKHoBuA5iR8W4B94LZMQblb3Sls8 { display:block; }
 }@media only screen and (max-width: 763px) { #IBMx0zOWpdPUAiMHF62NdGhdcT0KDgcZ { width:1.375rem;height:2.79980625rem;top:71.9375rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRsSoHTs9zy9q5vpLouZIbiEmFsP9cSD { width:17.5rem;height:7.3125rem;top:23.75rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#fRsSoHTs9zy9q5vpLouZIbiEmFsP9cSD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_56a40c7a896ff07080950a4a4dd1989a7ecddcdb.svg); }
 }@media only screen and (max-width: 763px) { #w5fJUSBTIcUH8dAwlmzCduviUWZQnHlE { width:20rem;height:28.9375rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8Z2DQ6Obn76HCvUJzouqOKXdIMzfKpw { width:10.625rem;height:3.75rem;top:93.32421875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRNSOKXVGtypKF8BEyJNxS2gIGgQcFZQ { display:block; }
 }@media only screen and (max-width: 763px) { #zsGLaMVdiwIzmoE170vTkU1pE5H9k7OL { width:20rem;height:8.90625rem;top:52.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#zsGLaMVdiwIzmoE170vTkU1pE5H9k7OL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_56a40c7a896ff07080950a4a4dd1989a7ecddcdb.svg); }
 }@media only screen and (max-width: 763px) { #T1thxVVmR4laniCeb58TBSKncLLkM4ox { width:20rem;height:29.875rem;top:68.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMFaDaLbfmvVpvocgsXexGaeo7RkDApO { width:20rem;height:11.13575rem;top:81.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#UMFaDaLbfmvVpvocgsXexGaeo7RkDApO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_56a40c7a896ff07080950a4a4dd1989a7ecddcdb.svg); }
 }@media only screen and (max-width: 763px) { #IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA { display:block; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiQTkZhm6v3A2CmwLH5NXsvm1GaNZWRT { width:17.5rem;height:11.15625rem;top:10.5625rem;left:1.25rem;font-size:0.9375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #XH7o8kcXW14Pnr8T9XVbq7HNkPbtUqmJ { width:12.75rem;height:3.75rem;top:22.6875rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #zbEEv16hOMnBi38qUgTz78Mu51SFvi5B { display:block; }
 }@media only screen and (max-width: 763px) { #JNr69OrK11iwk4TRc5KMK7gpk1gktUKq { width:20rem;height:32.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZECo25Q55pvyKdg0P3Dd7l3IFfJto8f { width:10.6875rem;height:6.25rem;top:2.958984375rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvfZ2L7GUkwVQTMfql5uz1phEbbRbStM { width:18.9375rem;height:5.3125rem;top:27.521484375rem;left:0.53125rem;font-size:1.5625rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #ccpv3fn97NbAlQEKmfRigroy8DDsGktG { width:12.25rem;height:18.4375rem;top:35.396484375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw { display:block; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avJTQeAnC9V1RkODoJRuw0fvbZHFrxqW { width:6.5625rem;height:1.5625rem;top:9.3125rem;left:6.71875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i64sCTThys82kuBZHToOLcRlIoplwfBS { display:block; }
 }@media only screen and (max-width: 763px) { #FxM55y183rDFk4uzm3guovekDUEf1EmK { width:17.25rem;height:2.75rem;top:7.25rem;left:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgqTi12ZQKqnsui0nNUTD0SapsELiRcA { display:block; }
 }@media only screen and (max-width: 763px) { #kOXCipkKX7pMqGUOUKxQi7TkioEfLxTG { width:9.625rem;height:5.3125rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7MMyD9xqptmJID0nmpsm3G0mmNiogp5 { width:3.875rem;height:1.625rem;top:10.875rem;left:8.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPLobLX2iSkEo9DZCbQfrdraWR3Ees0x { display:block; }
 }@media only screen and (max-width: 763px) { #TEuMDcbxTFm8WiL09FQWSzwcPQkTwQJr { width:20rem;height:3.82470625rem;top:14rem;left:0rem;font-size:0.75rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }