.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:243,239,255;--color-primary-1:168,164,187;--color-primary-2:110,103,142;--color-primary-3:66,62,85;--color-primary-4:14,1,66;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:176,168,198;--color-tertiary-2:110,103,142;--color-tertiary-3:66,62,85;--color-tertiary-4:14,1,66;--headlines-font-family:"euclid circular a";--paragraphs-font-family:"euclid circular a"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJbkOHWzbAk2gnRSNkWmkEJE2yQ8OtAF { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e7e6ec;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sJbkOHWzbAk2gnRSNkWmkEJE2yQ8OtAF > .row .container { background-color: transparent; background-image: none; }#sJbkOHWzbAk2gnRSNkWmkEJE2yQ8OtAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJbkOHWzbAk2gnRSNkWmkEJE2yQ8OtAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJbkOHWzbAk2gnRSNkWmkEJE2yQ8OtAF > .row .container > .video-iframe-container { display: none; }#sJbkOHWzbAk2gnRSNkWmkEJE2yQ8OtAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJbkOHWzbAk2gnRSNkWmkEJE2yQ8OtAF > .row > .video-iframe-container { display: none; }#sJbkOHWzbAk2gnRSNkWmkEJE2yQ8OtAF > .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); }#sJbkOHWzbAk2gnRSNkWmkEJE2yQ8OtAF > .row .container { border-width: 0; border-radius: 0; }#sJbkOHWzbAk2gnRSNkWmkEJE2yQ8OtAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJbkOHWzbAk2gnRSNkWmkEJE2yQ8OtAF > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#FlVwNCUdGFJ75yDdHTKzW58x26B7XGD1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:8.25rem;top:1.75rem;left:3.8125rem;display:block; }
#WXeXgvWG6fhTZbpOBwb4H61XRN4L0SA2 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1128472089768rem;left:62.499135971069rem;display:block; }
#MtTU4aGDdTZFpl6SDxZlCvWMxbtU9uK6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BRJm9c2xU3Pa20icFOswgBlDlhlVRbXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BRJm9c2xU3Pa20icFOswgBlDlhlVRbXT > .row .container { background-color: transparent; background-image: none; }#BRJm9c2xU3Pa20icFOswgBlDlhlVRbXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRJm9c2xU3Pa20icFOswgBlDlhlVRbXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRJm9c2xU3Pa20icFOswgBlDlhlVRbXT > .row .container > .video-iframe-container { display: none; }#BRJm9c2xU3Pa20icFOswgBlDlhlVRbXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRJm9c2xU3Pa20icFOswgBlDlhlVRbXT > .row > .video-iframe-container { display: none; }#BRJm9c2xU3Pa20icFOswgBlDlhlVRbXT > .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); }#BRJm9c2xU3Pa20icFOswgBlDlhlVRbXT > .row .container { border-width: 0; border-radius: 0; }#BRJm9c2xU3Pa20icFOswgBlDlhlVRbXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BRJm9c2xU3Pa20icFOswgBlDlhlVRbXT > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#uiKwbx8nni0MF5Jntv6qFbuahfpFV5pE { color:rgba(var(--color-tertiary-4),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:11.5rem;left:3.4375rem;height:1.79948125rem;font-style:normal;display:block; }
#gInqpxGaSW0t7vKAPbBDrm73fliNy6nN { 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:20.75rem;width:29rem;top:11.5rem;left:46rem;overflow:hidden;display:block; }
#hvPN6PzKWQfBt5n0CVcJTGlqqsI7HRdX { color:#0e0142;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:14.375rem;left:3.4375rem;height:7.423625rem;font-style:normal;display:block; }
#Or3rX0pTg8PfN4kNTQzpAVEWhoxkdO9S { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.6875rem;left:3.4375rem;display:block; }
#Be8FbE95OW2u0SXgxk4H79RqC4nhL1bU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eGCgkNfSyVOUBc0pDfJsK2nKb5uPXaT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eGCgkNfSyVOUBc0pDfJsK2nKb5uPXaT9 > .row .container { background-color: transparent; background-image: none; }#eGCgkNfSyVOUBc0pDfJsK2nKb5uPXaT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGCgkNfSyVOUBc0pDfJsK2nKb5uPXaT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGCgkNfSyVOUBc0pDfJsK2nKb5uPXaT9 > .row .container > .video-iframe-container { display: none; }#eGCgkNfSyVOUBc0pDfJsK2nKb5uPXaT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGCgkNfSyVOUBc0pDfJsK2nKb5uPXaT9 > .row > .video-iframe-container { display: none; }#eGCgkNfSyVOUBc0pDfJsK2nKb5uPXaT9 > .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); }#eGCgkNfSyVOUBc0pDfJsK2nKb5uPXaT9 > .row .container { border-width: 0; border-radius: 0; }#eGCgkNfSyVOUBc0pDfJsK2nKb5uPXaT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGCgkNfSyVOUBc0pDfJsK2nKb5uPXaT9 > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#gBSbv8CWJRmnJGfieTcCZ9HrRlMLsyrc { position:absolute;display:block;z-index:15000;height:48.125rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#OTRNOLxEIxwIXdOForsgXbtRUv1lPzgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OTRNOLxEIxwIXdOForsgXbtRUv1lPzgN > .row .container { background-color: transparent; background-image: none; }#OTRNOLxEIxwIXdOForsgXbtRUv1lPzgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTRNOLxEIxwIXdOForsgXbtRUv1lPzgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTRNOLxEIxwIXdOForsgXbtRUv1lPzgN > .row .container > .video-iframe-container { display: none; }#OTRNOLxEIxwIXdOForsgXbtRUv1lPzgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTRNOLxEIxwIXdOForsgXbtRUv1lPzgN > .row > .video-iframe-container { display: none; }#OTRNOLxEIxwIXdOForsgXbtRUv1lPzgN > .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); }#OTRNOLxEIxwIXdOForsgXbtRUv1lPzgN > .row .container { border-width: 0; border-radius: 0; }#OTRNOLxEIxwIXdOForsgXbtRUv1lPzgN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTRNOLxEIxwIXdOForsgXbtRUv1lPzgN > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#OFGm8xFtVh8Tc8FRWiXRGm6QceG0Apng { 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:12.375rem;width:11.8125rem;top:4.5rem;left:1.25rem;overflow:hidden;display:block; }
#wh1wGXPZ0r1wLD1T7vUhTGPZRAJwOEHb { 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:12rem;width:11.375rem;top:4.6875rem;left:62.75rem;overflow:hidden;display:block; }
#N6ZMlbDhJMvHDs9wFSTtkN1dtpbcHTe9 { color:rgba(var(--color-primary-4),1);display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:17.8125rem;height:11.2109375rem;text-align:center;text-align-last:center;display:block; }
#niP4hTF1IJvHMRv9K5oTZ3TXaTI5oPRD { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:18.75rem;left:31.250001907349rem;display:block; }
#KlUwdqSacluh6XB8BKoUh37uVp6eAvPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAiadDBwCrHSPobqr7Mo7bieBc9gURu2 { position:relative;display:block; }#CAiadDBwCrHSPobqr7Mo7bieBc9gURu2 { background-color: transparent; background-image: none; }#CAiadDBwCrHSPobqr7Mo7bieBc9gURu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAiadDBwCrHSPobqr7Mo7bieBc9gURu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAiadDBwCrHSPobqr7Mo7bieBc9gURu2 > .row .container > .video-iframe-container { display: none; }#CAiadDBwCrHSPobqr7Mo7bieBc9gURu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAiadDBwCrHSPobqr7Mo7bieBc9gURu2 > .row > .video-iframe-container { display: none; }#CAiadDBwCrHSPobqr7Mo7bieBc9gURu2 > .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); }#CAiadDBwCrHSPobqr7Mo7bieBc9gURu2 { border-width: 0; border-radius: 0; }#CAiadDBwCrHSPobqr7Mo7bieBc9gURu2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CAiadDBwCrHSPobqr7Mo7bieBc9gURu2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pa5Q0XvliByOJURTQDwWxEGus9QdWcFl { 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:29rem;width:37.0625rem;top:2.9375rem;left:37.9375rem;overflow:hidden;display:block; }
#XBtxoy6q47hQkGtUqNM3iutyo9fn2gpA { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:3.4375rem;height:6.01215rem;font-style:normal;display:block; }
#UuEVGff1seipnXosCMN02JccV2PWXHt7 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:16.0625rem;left:3.40625rem;height:4.5rem;display:block; }
#F7uMOXvDnx4kwGa74htVkKvbD82PMCy8 { 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-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:1rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.375rem;height:1.25rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:21.5625rem;left:3.4375rem;display:block; }
#dnVFzo74UtaTxBoOyf1pgKzzdiVagr3G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PEBTHzXgNSCMrKFHrtXFJQadL37FoTw2 { position:relative;display:block; }#PEBTHzXgNSCMrKFHrtXFJQadL37FoTw2 { background-color: transparent; background-image: none; }#PEBTHzXgNSCMrKFHrtXFJQadL37FoTw2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEBTHzXgNSCMrKFHrtXFJQadL37FoTw2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEBTHzXgNSCMrKFHrtXFJQadL37FoTw2 > .row .container > .video-iframe-container { display: none; }#PEBTHzXgNSCMrKFHrtXFJQadL37FoTw2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEBTHzXgNSCMrKFHrtXFJQadL37FoTw2 > .row > .video-iframe-container { display: none; }#PEBTHzXgNSCMrKFHrtXFJQadL37FoTw2 > .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); }#PEBTHzXgNSCMrKFHrtXFJQadL37FoTw2 { border-width: 0; border-radius: 0; }#PEBTHzXgNSCMrKFHrtXFJQadL37FoTw2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PEBTHzXgNSCMrKFHrtXFJQadL37FoTw2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tv8oTVLGNA6Svqyl7rTAg1Zd2DidUlAQ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:41.75rem;height:2.77430625rem;font-style:normal;display:block; }
#gZO6G3pp6xH3FGotQ3ATUQa9CB1JKFNu { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:12.8125rem;left:41.75rem;height:4.5rem;display:block; }
#NeZbVlLFtX9a2Pz9fSkBchoA5ylVqiKk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29rem;width:37.0625rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#PHft8tpZJWTXyFUPVTNBR5sRa8uZ4IIL { 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-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:1rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.375rem;height:1.25rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:18.3125rem;left:41.75rem;display:block; }
#P4ILXBCoyCGqHbXPHcZSCnL56oC5yPNU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtWHxQTkQpaoXb4SO9r3sqStOlSPDwDT { position:relative;display:block; }#gtWHxQTkQpaoXb4SO9r3sqStOlSPDwDT { background-color: transparent; background-image: none; }#gtWHxQTkQpaoXb4SO9r3sqStOlSPDwDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtWHxQTkQpaoXb4SO9r3sqStOlSPDwDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtWHxQTkQpaoXb4SO9r3sqStOlSPDwDT > .row .container > .video-iframe-container { display: none; }#gtWHxQTkQpaoXb4SO9r3sqStOlSPDwDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtWHxQTkQpaoXb4SO9r3sqStOlSPDwDT > .row > .video-iframe-container { display: none; }#gtWHxQTkQpaoXb4SO9r3sqStOlSPDwDT > .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); }#gtWHxQTkQpaoXb4SO9r3sqStOlSPDwDT { border-width: 0; border-radius: 0; }#gtWHxQTkQpaoXb4SO9r3sqStOlSPDwDT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gtWHxQTkQpaoXb4SO9r3sqStOlSPDwDT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DQQFSE7Q3BwwEu3K4E0kZT4kAVJKzGAu { 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:29rem;width:37.0625rem;top:2.875rem;left:37.9375rem;overflow:hidden;display:block; }
#omqgDtyZlBXwLTc9ZkKf4QIKXoDETics { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:3.4375rem;height:3.006075rem;font-style:normal;display:block; }
#hqcQ2DMqKAtw9MGTVdvVfttNpOXzhQ2I { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:13.125rem;left:3.4375rem;height:4.5rem;display:block; }
#Z0IrPcsxNdeqy6JnBcHE1yTk6ZeLxvF1 { 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-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:1rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.375rem;height:1.25rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:18.5rem;left:3.4375rem;display:block; }
#g4hfvBeNXiTRxO7pHCuTF2IKflp9hWhp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ScQgn3IyZIgT4UBdf18T1rPT4419Ng8P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ScQgn3IyZIgT4UBdf18T1rPT4419Ng8P > .row .container { background-color: transparent; background-image: none; }#ScQgn3IyZIgT4UBdf18T1rPT4419Ng8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScQgn3IyZIgT4UBdf18T1rPT4419Ng8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScQgn3IyZIgT4UBdf18T1rPT4419Ng8P > .row .container > .video-iframe-container { display: none; }#ScQgn3IyZIgT4UBdf18T1rPT4419Ng8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScQgn3IyZIgT4UBdf18T1rPT4419Ng8P > .row > .video-iframe-container { display: none; }#ScQgn3IyZIgT4UBdf18T1rPT4419Ng8P > .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); }#ScQgn3IyZIgT4UBdf18T1rPT4419Ng8P > .row .container { border-width: 0; border-radius: 0; }#ScQgn3IyZIgT4UBdf18T1rPT4419Ng8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ScQgn3IyZIgT4UBdf18T1rPT4419Ng8P > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#Ol9TRMQrdT6gZnSbLknwxFAlCwutNfAa { 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:13.4375rem;width:13.4375rem;top:5.875rem;left:4.25rem;overflow:hidden;display:block; }
#AhTFqO9Qi3ZgiVl4filCJ52cnMN9hHEP { 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:13.4375rem;width:13.4375rem;top:5.875rem;left:58.375rem;overflow:hidden;display:block; }
#sOyv8z6Hhw2yW0oi5LDSfRy8WLTUFrTZ { color:rgba(var(--color-primary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:17.8125rem;height:11.6979375rem;text-align:center;text-align-last:center;display:block; }
#qP3ufaETUQqBlBvQL0EKJM2ZdQ9NcMC5 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.6875rem;left:31.250001907349rem;display:block; }
#zPMfI3GLUsfpKyWBNrWowhNboxCQLcbn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RAVuXJ40slyqz9805LclqTS3kW4w2wLU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RAVuXJ40slyqz9805LclqTS3kW4w2wLU > .row .container { background-color: transparent; background-image: none; }#RAVuXJ40slyqz9805LclqTS3kW4w2wLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAVuXJ40slyqz9805LclqTS3kW4w2wLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAVuXJ40slyqz9805LclqTS3kW4w2wLU > .row .container > .video-iframe-container { display: none; }#RAVuXJ40slyqz9805LclqTS3kW4w2wLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAVuXJ40slyqz9805LclqTS3kW4w2wLU > .row > .video-iframe-container { display: none; }#RAVuXJ40slyqz9805LclqTS3kW4w2wLU > .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); }#RAVuXJ40slyqz9805LclqTS3kW4w2wLU > .row .container { border-width: 0; border-radius: 0; }#RAVuXJ40slyqz9805LclqTS3kW4w2wLU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RAVuXJ40slyqz9805LclqTS3kW4w2wLU > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#F0vy0BAV9MpCceN1Fg6kq3SpwB32yG64 { position:absolute;display:block;z-index:15000;height:48.125rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#TWCHgsS5d2bEn1UZp7DJawOTlZ0uwBzV { position:relative;display:block; }#TWCHgsS5d2bEn1UZp7DJawOTlZ0uwBzV { background-color: transparent; background-image: none; }#TWCHgsS5d2bEn1UZp7DJawOTlZ0uwBzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWCHgsS5d2bEn1UZp7DJawOTlZ0uwBzV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWCHgsS5d2bEn1UZp7DJawOTlZ0uwBzV > .row .container > .video-iframe-container { display: none; }#TWCHgsS5d2bEn1UZp7DJawOTlZ0uwBzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWCHgsS5d2bEn1UZp7DJawOTlZ0uwBzV > .row > .video-iframe-container { display: none; }#TWCHgsS5d2bEn1UZp7DJawOTlZ0uwBzV > .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); }#TWCHgsS5d2bEn1UZp7DJawOTlZ0uwBzV { border-width: 0; border-radius: 0; }#TWCHgsS5d2bEn1UZp7DJawOTlZ0uwBzV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TWCHgsS5d2bEn1UZp7DJawOTlZ0uwBzV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MPHxnS9FphD5xNLNVhW9W9lyzyku8Wh0 { position:absolute;display:block;z-index:15018;height:5.625rem;width:75rem;top:3.125rem;left:0rem;display:block; }
#A8yeu2urEl83MT46Z5EX01tncca3e4rq { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:12.1875rem;left:16.25rem;height:7.199625rem;text-align:center;text-align-last:center;display:block; }
#bGI1Buab2QTglHEUa0tzCNnMV59Ork69 { position:relative;display:none; }#bGI1Buab2QTglHEUa0tzCNnMV59Ork69 { border-width: 0; border-radius: 0; }#bGI1Buab2QTglHEUa0tzCNnMV59Ork69 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bGI1Buab2QTglHEUa0tzCNnMV59Ork69 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QXMTbZ5a6ghDumGeM0RyoHx9bqsON1er { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.1875rem;left:3.75rem;height:2.3997375rem;font-style:normal;display:block; }
#bR2xIKaiHrpd7gTm3U9MpclxMHALGcSN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.1875rem;left:28.75rem;height:2.3997375rem;font-style:normal;display:block; }
#RSlhTmbOb9Xpt8eH1x1DieV2GbcwRiXw { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.1875rem;left:53.75rem;height:2.3997375rem;font-style:normal;display:block; }
#TgpvLyq92lFkB8FcdVZtak8liQZTF04k { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:4.5625rem;left:3.75rem;height:4.798825rem;display:block; }
#lvmUZ3IAkzltKLaBO8vnVLyPrBEIKMqq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:4.5625rem;left:28.75rem;height:3.19921875rem;display:block; }
#WmKGxEV2mPpgQC06VaOiJ4TclGL8nZcR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:4.5625rem;left:53.75rem;height:3.19921875rem;display:block; }
#AUxO5hIVeamc9btAOPg84nh2RMSxSMpX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:22.5rem;left:53.75rem;height:;display:block; }#AUxO5hIVeamc9btAOPg84nh2RMSxSMpX li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#AUxO5hIVeamc9btAOPg84nh2RMSxSMpX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
#qkZ75RrLc3XyNr4lFhORuPKWvNBsy3LT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:10.625rem;left:3.75rem;height:2.25rem;font-style:normal;display:block; }
#eb9hQNvZTuzkBhdoO80MfkqLF49WiViT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:10.625rem;left:28.75rem;height:2.25rem;font-style:normal;display:block; }
#cN89b8cSTwUinhJbnpAyHlxs8dcE8ia1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.625rem;left:53.75rem;height:2.25rem;font-style:normal;display:block; }
#k4mkZfPwrsevCe19W0l5XPCyUfOCpGQ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:13.125rem;left:3.75rem;height:1.13736875rem;display:block; }
#vkZsXg9e9Q0SpJBoGSo1cLoH9eZEiKiL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.125rem;left:28.75rem;height:1.0559875rem;display:block; }
#p7BNNP4Q8uckk7sPlobLPaUhTpDmQBVa { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.125rem;left:53.75rem;height:1.0559875rem;display:block; }
#mTpyVAsXgFrB4NVseL3aThdiAJpkLitt { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:22.5rem;left:28.75rem;height:;display:block; }#mTpyVAsXgFrB4NVseL3aThdiAJpkLitt li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#mTpyVAsXgFrB4NVseL3aThdiAJpkLitt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
#XtGRwKJexDRZDDFc6cXJw9JznvndmNqE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:22.5rem;left:3.75rem;height:;display:block; }#XtGRwKJexDRZDDFc6cXJw9JznvndmNqE li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#XtGRwKJexDRZDDFc6cXJw9JznvndmNqE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
#E0WEclkrtWlN5UiCoqZE4ehoGeMuHrJW { color:rgba(var(--color-tertiary-1),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:36.658203125rem;left:3.75rem;height:10.9980625rem;display:block; }#E0WEclkrtWlN5UiCoqZE4ehoGeMuHrJW li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#E0WEclkrtWlN5UiCoqZE4ehoGeMuHrJW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
#k77oZuZ4T8SGh0WTEHvqNZF1TizIAPG3 { color:rgba(var(--color-tertiary-1),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:43.7080078125rem;left:28.75rem;height:3.94921875rem;display:block; }#k77oZuZ4T8SGh0WTEHvqNZF1TizIAPG3 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#k77oZuZ4T8SGh0WTEHvqNZF1TizIAPG3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
#QbybcfVmT7XzSvatDUfXDbqoMMz6lnil { background-color:rgba(var(--color-primary-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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.875rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:16rem;left:3.75rem;display:block; }
#HpKZNXOdAXeNTWNzZBIpRhTTCkAt2Zyk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sv5gZqSh4HKzswDmFGy1oOpOFZng1SWO { background-color:rgba(var(--color-primary-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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.875rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:16rem;left:28.75rem;display:block; }
#Qtl4uMPbbHdw4XSzM8fQnwwoPrOi7uhQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MmQDb8dHRRpB2XLyXbpE91ssIb5XlDi3 { background-color:rgba(var(--color-primary-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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.875rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:16rem;left:53.75rem;display:block; }
#MlpS8v0MiesIJPlZB4TvHMG0hctyeBNF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#De9zHTTmQ3DUxlNCXgFZnwOimK9TquhQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:20.625rem;left:3.75rem;height:1.5996125rem;font-style:normal;display:block; }
#fheTxlFiblQTJU6satpRZWqISf16VKCK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:20.625rem;left:28.75rem;height:1.5996125rem;font-style:normal;display:block; }
#l0S7fLcsnLPPdIBFDWUleX9DEP6rn2sC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:20.625rem;left:53.75rem;height:1.5996125rem;font-style:normal;display:block; }
#bDEZzCb2m3Jo2A8syGZCmhnpLMmizTct { box-sizing:content-box;height:53.125rem;width:24.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mJrFGfyLNsxRcOxc9dqrqAxxyIBkwkk9 { box-sizing:content-box;height:53.125rem;width:24.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0rem;left:50.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#K8MExRk3KnZnXrlDCzXBofGWJAQRT1T4 { box-sizing:content-box;height:53.125rem;width:24.0625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0rem;left:25.46875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#QzvNhgzZhJShzqaBw0Ped7uVBSuS1Ogx { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.6875rem;width:10rem;top:42.5rem;left:14.125rem;overflow:hidden;display:block; }
#p3PSPvO96e9TtN1h63BlNAJghDi4wWQ1 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.6875rem;width:9.9375rem;top:42.5rem;left:39.59375rem;overflow:hidden;display:block; }
#mmhKwpxBzMaf6EUq7w60KSfA9zvQqRVT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.6875rem;width:9.9375rem;top:42.5rem;left:64.59375rem;overflow:hidden;display:block; }
#c0oI2UCUV0vSbrgyqHmDssTuTZgBUBLa { position:relative;display:block; }#c0oI2UCUV0vSbrgyqHmDssTuTZgBUBLa { background-color: transparent; background-image: none; }#c0oI2UCUV0vSbrgyqHmDssTuTZgBUBLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0oI2UCUV0vSbrgyqHmDssTuTZgBUBLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0oI2UCUV0vSbrgyqHmDssTuTZgBUBLa > .row .container > .video-iframe-container { display: none; }#c0oI2UCUV0vSbrgyqHmDssTuTZgBUBLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0oI2UCUV0vSbrgyqHmDssTuTZgBUBLa > .row > .video-iframe-container { display: none; }#c0oI2UCUV0vSbrgyqHmDssTuTZgBUBLa > .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); }#c0oI2UCUV0vSbrgyqHmDssTuTZgBUBLa { border-width: 0; border-radius: 0; }#c0oI2UCUV0vSbrgyqHmDssTuTZgBUBLa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#c0oI2UCUV0vSbrgyqHmDssTuTZgBUBLa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k6CEItsz7NhXx0BqufeUfcNCRyU0Xzto { box-sizing:content-box;height:17.3125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.0625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#wp5fDB2mrAxOJXfr7LfLPXdyhQHDylGr { 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:10.25rem;width:10.0625rem;top:7.2752685546875rem;left:0rem;overflow:hidden;display:block; }
#sXp4KT7F0DRJuHDO5h4P8yP7y9D4kLT1 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:19.031250476837rem;height:5.84895625rem;text-align:center;text-align-last:center;display:block; }
#PSfBppANGzPis0LnJaz9dTCehI4kQxAk { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.9375rem;left:31.250001907349rem;display:block; }
#L2dPzOmHXDarMW0mDpt2MFvmm585DpSD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODPL3lykr5b00nvDJuP1MeHJ6bD6aVy6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:12.5625rem;left:3.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sJbkOHWzbAk2gnRSNkWmkEJE2yQ8OtAF { display:block; }#sJbkOHWzbAk2gnRSNkWmkEJE2yQ8OtAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlVwNCUdGFJ75yDdHTKzW58x26B7XGD1 { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXeXgvWG6fhTZbpOBwb4H61XRN4L0SA2 { width:12.5rem;height:3.125rem;top:1.0625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtTU4aGDdTZFpl6SDxZlCvWMxbtU9uK6 { display:block; }
 }@media only screen and (max-width: 763px) { #BRJm9c2xU3Pa20icFOswgBlDlhlVRbXT { display:block; }#BRJm9c2xU3Pa20icFOswgBlDlhlVRbXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiKwbx8nni0MF5Jntv6qFbuahfpFV5pE { top:11.5rem;left:0rem;width:41.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gInqpxGaSW0t7vKAPbBDrm73fliNy6nN { top:11.5rem;left:18.75rem;width:29rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvPN6PzKWQfBt5n0CVcJTGlqqsI7HRdX { top:14.375rem;left:0rem;width:43.75rem;height:7.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or3rX0pTg8PfN4kNTQzpAVEWhoxkdO9S { width:12.5rem;height:3.125rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be8FbE95OW2u0SXgxk4H79RqC4nhL1bU { display:block; }
 }@media only screen and (max-width: 763px) { #eGCgkNfSyVOUBc0pDfJsK2nKb5uPXaT9 { display:block; }#eGCgkNfSyVOUBc0pDfJsK2nKb5uPXaT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBSbv8CWJRmnJGfieTcCZ9HrRlMLsyrc { top:3.75rem;left:0rem;width:47.75rem;height:48.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRNOLxEIxwIXdOForsgXbtRUv1lPzgN { display:block; }#OTRNOLxEIxwIXdOForsgXbtRUv1lPzgN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFGm8xFtVh8Tc8FRWiXRGm6QceG0Apng { top:4.5rem;left:0rem;width:11.8125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh1wGXPZ0r1wLD1T7vUhTGPZRAJwOEHb { top:4.6875rem;left:36.375rem;width:11.375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ZMlbDhJMvHDs9wFSTtkN1dtpbcHTe9 { top:4.9375rem;left:4.1875rem;width:39.4375rem;height:11.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niP4hTF1IJvHMRv9K5oTZ3TXaTI5oPRD { width:12.5rem;height:3.125rem;top:18.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlUwdqSacluh6XB8BKoUh37uVp6eAvPo { display:block; }
 }@media only screen and (max-width: 763px) { #CAiadDBwCrHSPobqr7Mo7bieBc9gURu2 { display:block; }#CAiadDBwCrHSPobqr7Mo7bieBc9gURu2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pa5Q0XvliByOJURTQDwWxEGus9QdWcFl { top:2.9375rem;left:10.6875rem;width:37.0625rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBtxoy6q47hQkGtUqNM3iutyo9fn2gpA { top:9.0625rem;left:0rem;width:30.125rem;height:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuEVGff1seipnXosCMN02JccV2PWXHt7 { top:16.0625rem;left:0rem;width:30.1875rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7uMOXvDnx4kwGa74htVkKvbD82PMCy8 { width:9.375rem;height:1.25rem;top:21.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnVFzo74UtaTxBoOyf1pgKzzdiVagr3G { display:block; }
 }@media only screen and (max-width: 763px) { #PEBTHzXgNSCMrKFHrtXFJQadL37FoTw2 { display:block; }#PEBTHzXgNSCMrKFHrtXFJQadL37FoTw2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv8oTVLGNA6Svqyl7rTAg1Zd2DidUlAQ { top:9.0625rem;left:15.25rem;width:32.5rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZO6G3pp6xH3FGotQ3ATUQa9CB1JKFNu { top:12.8125rem;left:17.1875rem;width:30.5625rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeZbVlLFtX9a2Pz9fSkBchoA5ylVqiKk { top:2.9375rem;left:0rem;width:37.0625rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHft8tpZJWTXyFUPVTNBR5sRa8uZ4IIL { width:9.375rem;height:1.25rem;top:18.3125rem;left:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4ILXBCoyCGqHbXPHcZSCnL56oC5yPNU { display:block; }
 }@media only screen and (max-width: 763px) { #gtWHxQTkQpaoXb4SO9r3sqStOlSPDwDT { display:block; }#gtWHxQTkQpaoXb4SO9r3sqStOlSPDwDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQQFSE7Q3BwwEu3K4E0kZT4kAVJKzGAu { top:2.875rem;left:10.6875rem;width:37.0625rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #omqgDtyZlBXwLTc9ZkKf4QIKXoDETics { top:9.0625rem;left:0rem;width:30.125rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqcQ2DMqKAtw9MGTVdvVfttNpOXzhQ2I { top:13.125rem;left:0rem;width:29.5625rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0IrPcsxNdeqy6JnBcHE1yTk6ZeLxvF1 { width:9.375rem;height:1.25rem;top:18.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4hfvBeNXiTRxO7pHCuTF2IKflp9hWhp { display:block; }
 }@media only screen and (max-width: 763px) { #ScQgn3IyZIgT4UBdf18T1rPT4419Ng8P { display:block; }#ScQgn3IyZIgT4UBdf18T1rPT4419Ng8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ol9TRMQrdT6gZnSbLknwxFAlCwutNfAa { top:5.875rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhTFqO9Qi3ZgiVl4filCJ52cnMN9hHEP { top:5.875rem;left:34.3125rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOyv8z6Hhw2yW0oi5LDSfRy8WLTUFrTZ { top:3.5625rem;left:4.1875rem;width:39.375rem;height:11.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP3ufaETUQqBlBvQL0EKJM2ZdQ9NcMC5 { width:12.5rem;height:3.125rem;top:17.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPMfI3GLUsfpKyWBNrWowhNboxCQLcbn { display:block; }
 }@media only screen and (max-width: 763px) { #RAVuXJ40slyqz9805LclqTS3kW4w2wLU { display:block; }#RAVuXJ40slyqz9805LclqTS3kW4w2wLU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0vy0BAV9MpCceN1Fg6kq3SpwB32yG64 { top:3.75rem;left:0rem;width:47.75rem;height:48.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWCHgsS5d2bEn1UZp7DJawOTlZ0uwBzV { display:block; }#TWCHgsS5d2bEn1UZp7DJawOTlZ0uwBzV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPHxnS9FphD5xNLNVhW9W9lyzyku8Wh0 { top:3.125rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8yeu2urEl83MT46Z5EX01tncca3e4rq { top:12.1875rem;left:2.6250004768372rem;width:42.5rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGI1Buab2QTglHEUa0tzCNnMV59Ork69 { display:block; }#bGI1Buab2QTglHEUa0tzCNnMV59Ork69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXMTbZ5a6ghDumGeM0RyoHx9bqsON1er { top:2.1875rem;left:0rem;width:12.5rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR2xIKaiHrpd7gTm3U9MpclxMHALGcSN { top:2.1875rem;left:15.875rem;width:12.5rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSlhTmbOb9Xpt8eH1x1DieV2GbcwRiXw { top:2.1875rem;left:30.375rem;width:17.25rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgpvLyq92lFkB8FcdVZtak8liQZTF04k { top:4.5625rem;left:0rem;width:17.1875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvmUZ3IAkzltKLaBO8vnVLyPrBEIKMqq { top:4.5625rem;left:14.5625rem;width:17.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmKGxEV2mPpgQC06VaOiJ4TclGL8nZcR { top:4.5625rem;left:30.4375rem;width:17.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUxO5hIVeamc9btAOPg84nh2RMSxSMpX { top:22.5rem;left:27.9375rem;width:19.6875rem;height:;font-size:1rem;display:block; }#AUxO5hIVeamc9btAOPg84nh2RMSxSMpX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #qkZ75RrLc3XyNr4lFhORuPKWvNBsy3LT { top:10.625rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb9hQNvZTuzkBhdoO80MfkqLF49WiViT { top:10.625rem;left:15.875rem;width:12.5rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN89b8cSTwUinhJbnpAyHlxs8dcE8ia1 { top:10.625rem;left:31.75rem;width:12.5rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4mkZfPwrsevCe19W0l5XPCyUfOCpGQ9 { top:13.125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkZsXg9e9Q0SpJBoGSo1cLoH9eZEiKiL { top:13.125rem;left:15.875rem;width:12.5rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7BNNP4Q8uckk7sPlobLPaUhTpDmQBVa { top:13.125rem;left:31.75rem;width:12.5rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpyVAsXgFrB4NVseL3aThdiAJpkLitt { top:22.5rem;left:12.0625rem;width:19.6875rem;height:;font-size:1rem;display:block; }#mTpyVAsXgFrB4NVseL3aThdiAJpkLitt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #XtGRwKJexDRZDDFc6cXJw9JznvndmNqE { top:22.5rem;left:0rem;width:19.6875rem;height:;font-size:1rem;display:block; }#XtGRwKJexDRZDDFc6cXJw9JznvndmNqE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #E0WEclkrtWlN5UiCoqZE4ehoGeMuHrJW { top:36.625rem;left:0rem;width:19.6875rem;height:;font-size:1rem;display:block; }#E0WEclkrtWlN5UiCoqZE4ehoGeMuHrJW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
 }@media only screen and (max-width: 763px) { #k77oZuZ4T8SGh0WTEHvqNZF1TizIAPG3 { top:43.6875rem;left:12.0625rem;width:19.6875rem;height:;font-size:1rem;display:block; }#k77oZuZ4T8SGh0WTEHvqNZF1TizIAPG3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
 }@media only screen and (max-width: 763px) { #QbybcfVmT7XzSvatDUfXDbqoMMz6lnil { width:16.875rem;height:2.8125rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpKZNXOdAXeNTWNzZBIpRhTTCkAt2Zyk { display:block; }
 }@media only screen and (max-width: 763px) { #Sv5gZqSh4HKzswDmFGy1oOpOFZng1SWO { width:16.875rem;height:2.8125rem;top:16rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtl4uMPbbHdw4XSzM8fQnwwoPrOi7uhQ { display:block; }
 }@media only screen and (max-width: 763px) { #MmQDb8dHRRpB2XLyXbpE91ssIb5XlDi3 { width:16.875rem;height:2.8125rem;top:16rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlpS8v0MiesIJPlZB4TvHMG0hctyeBNF { display:block; }
 }@media only screen and (max-width: 763px) { #De9zHTTmQ3DUxlNCXgFZnwOimK9TquhQ { top:20.625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fheTxlFiblQTJU6satpRZWqISf16VKCK { top:20.625rem;left:15.875rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0S7fLcsnLPPdIBFDWUleX9DEP6rn2sC { top:20.625rem;left:31.75rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDEZzCb2m3Jo2A8syGZCmhnpLMmizTct { top:0rem;left:0rem;width:24.0625rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJrFGfyLNsxRcOxc9dqrqAxxyIBkwkk9 { top:0rem;left:23.5625rem;width:24.0625rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8MExRk3KnZnXrlDCzXBofGWJAQRT1T4 { top:0rem;left:7.6875rem;width:24.0625rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzvNhgzZhJShzqaBw0Ped7uVBSuS1Ogx { top:42.5rem;left:5.875rem;width:10rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3PSPvO96e9TtN1h63BlNAJghDi4wWQ1 { top:42.5rem;left:21.75rem;width:9.9375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmhKwpxBzMaf6EUq7w60KSfA9zvQqRVT { top:42.5rem;left:37.625rem;width:9.9375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0oI2UCUV0vSbrgyqHmDssTuTZgBUBLa { display:block; }#c0oI2UCUV0vSbrgyqHmDssTuTZgBUBLa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6CEItsz7NhXx0BqufeUfcNCRyU0Xzto { top:0.0625rem;left:0rem;width:47.75rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp5fDB2mrAxOJXfr7LfLPXdyhQHDylGr { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXp4KT7F0DRJuHDO5h4P8yP7y9D4kLT1 { top:3.75rem;left:5.4375rem;width:36.9375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSfBppANGzPis0LnJaz9dTCehI4kQxAk { width:12.5rem;height:3.125rem;top:10.9375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2dPzOmHXDarMW0mDpt2MFvmm585DpSD { display:block; }
 }@media only screen and (max-width: 763px) { #ODPL3lykr5b00nvDJuP1MeHJ6bD6aVy6 { top:12.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sJbkOHWzbAk2gnRSNkWmkEJE2yQ8OtAF { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sJbkOHWzbAk2gnRSNkWmkEJE2yQ8OtAF > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlVwNCUdGFJ75yDdHTKzW58x26B7XGD1 { top:1.69580078125rem;left:1.125rem;width:4.81055rem;height:0.982425rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WXeXgvWG6fhTZbpOBwb4H61XRN4L0SA2 { width:7.5rem;height:1.875rem;top:1.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtTU4aGDdTZFpl6SDxZlCvWMxbtU9uK6 { display:block; }
 }@media only screen and (max-width: 763px) { #BRJm9c2xU3Pa20icFOswgBlDlhlVRbXT { display:block; }#BRJm9c2xU3Pa20icFOswgBlDlhlVRbXT > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiKwbx8nni0MF5Jntv6qFbuahfpFV5pE { width:15.625rem;height:3rem;top:6.875rem;left:2.1875000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gInqpxGaSW0t7vKAPbBDrm73fliNy6nN { width:19.3125rem;height:13.8125rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvPN6PzKWQfBt5n0CVcJTGlqqsI7HRdX { width:15.9375rem;height:6.2995rem;top:10.875rem;left:2.03125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Or3rX0pTg8PfN4kNTQzpAVEWhoxkdO9S { width:14.888888875rem;height:3.013888875rem;top:19.1875rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be8FbE95OW2u0SXgxk4H79RqC4nhL1bU { display:block; }
 }@media only screen and (max-width: 763px) { #eGCgkNfSyVOUBc0pDfJsK2nKb5uPXaT9 { display:block; }#eGCgkNfSyVOUBc0pDfJsK2nKb5uPXaT9 > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBSbv8CWJRmnJGfieTcCZ9HrRlMLsyrc { width:20rem;height:49.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRNOLxEIxwIXdOForsgXbtRUv1lPzgN { display:block; }#OTRNOLxEIxwIXdOForsgXbtRUv1lPzgN > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFGm8xFtVh8Tc8FRWiXRGm6QceG0Apng { width:6.3125rem;height:6.5625rem;top:11.5625rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh1wGXPZ0r1wLD1T7vUhTGPZRAJwOEHb { width:6.0625rem;height:6.4375rem;top:11.625rem;left:11.062500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ZMlbDhJMvHDs9wFSTtkN1dtpbcHTe9 { width:18.4375rem;height:7.798625rem;top:2.5rem;left:0.78125005960463rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #niP4hTF1IJvHMRv9K5oTZ3TXaTI5oPRD { width:12.5rem;height:3.125rem;top:19.375rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlUwdqSacluh6XB8BKoUh37uVp6eAvPo { display:block; }
 }@media only screen and (max-width: 763px) { #CAiadDBwCrHSPobqr7Mo7bieBc9gURu2 { display:block; }#CAiadDBwCrHSPobqr7Mo7bieBc9gURu2 > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pa5Q0XvliByOJURTQDwWxEGus9QdWcFl { width:18rem;height:14.0625rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBtxoy6q47hQkGtUqNM3iutyo9fn2gpA { width:15rem;height:5.3984375rem;top:18.4375rem;left:2.5000000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UuEVGff1seipnXosCMN02JccV2PWXHt7 { width:15.75rem;height:11.1988125rem;top:24.8125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F7uMOXvDnx4kwGa74htVkKvbD82PMCy8 { width:10rem;height:1.25rem;top:37.5rem;left:2.5000000596046rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #dnVFzo74UtaTxBoOyf1pgKzzdiVagr3G { display:block; }
 }@media only screen and (max-width: 763px) { #PEBTHzXgNSCMrKFHrtXFJQadL37FoTw2 { display:block; }#PEBTHzXgNSCMrKFHrtXFJQadL37FoTw2 > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv8oTVLGNA6Svqyl7rTAg1Zd2DidUlAQ { width:16.5625rem;height:3.59895625rem;top:17.1875rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gZO6G3pp6xH3FGotQ3ATUQa9CB1JKFNu { width:15.5625rem;height:11.1988125rem;top:21.8125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NeZbVlLFtX9a2Pz9fSkBchoA5ylVqiKk { width:18rem;height:13.4375rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHft8tpZJWTXyFUPVTNBR5sRa8uZ4IIL { width:10rem;height:1.25rem;top:35rem;left:2.5000000596046rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #P4ILXBCoyCGqHbXPHcZSCnL56oC5yPNU { display:block; }
 }@media only screen and (max-width: 763px) { #gtWHxQTkQpaoXb4SO9r3sqStOlSPDwDT { display:block; }#gtWHxQTkQpaoXb4SO9r3sqStOlSPDwDT > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQQFSE7Q3BwwEu3K4E0kZT4kAVJKzGAu { width:18rem;height:14.0625rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omqgDtyZlBXwLTc9ZkKf4QIKXoDETics { width:15rem;height:1.79948125rem;top:17.8125rem;left:2.5000000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hqcQ2DMqKAtw9MGTVdvVfttNpOXzhQ2I { width:15.75rem;height:11.1988125rem;top:20.625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z0IrPcsxNdeqy6JnBcHE1yTk6ZeLxvF1 { width:10rem;height:1.25rem;top:33.3125rem;left:2.5000000596046rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #g4hfvBeNXiTRxO7pHCuTF2IKflp9hWhp { display:block; }
 }@media only screen and (max-width: 763px) { #ScQgn3IyZIgT4UBdf18T1rPT4419Ng8P { display:block; }#ScQgn3IyZIgT4UBdf18T1rPT4419Ng8P > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ol9TRMQrdT6gZnSbLknwxFAlCwutNfAa { width:7.5rem;height:7.4375rem;top:14.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhTFqO9Qi3ZgiVl4filCJ52cnMN9hHEP { width:7.5rem;height:7.4375rem;top:14.0625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOyv8z6Hhw2yW0oi5LDSfRy8WLTUFrTZ { width:12.5625rem;height:9.74825rem;top:2.5rem;left:3.71875rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qP3ufaETUQqBlBvQL0EKJM2ZdQ9NcMC5 { width:12.5rem;height:3.125rem;top:22.75rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPMfI3GLUsfpKyWBNrWowhNboxCQLcbn { display:block; }
 }@media only screen and (max-width: 763px) { #RAVuXJ40slyqz9805LclqTS3kW4w2wLU { display:block; }#RAVuXJ40slyqz9805LclqTS3kW4w2wLU > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0vy0BAV9MpCceN1Fg6kq3SpwB32yG64 { width:20rem;height:50.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWCHgsS5d2bEn1UZp7DJawOTlZ0uwBzV { display:block; }#TWCHgsS5d2bEn1UZp7DJawOTlZ0uwBzV > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPHxnS9FphD5xNLNVhW9W9lyzyku8Wh0 { width:20rem;height:3.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8yeu2urEl83MT46Z5EX01tncca3e4rq { width:15.625rem;height:11.9965rem;top:10rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGI1Buab2QTglHEUa0tzCNnMV59Ork69 { display:none; }#bGI1Buab2QTglHEUa0tzCNnMV59Ork69 > .row .container { width:20rem;height:164.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QXMTbZ5a6ghDumGeM0RyoHx9bqsON1er { width:12.5rem;height:1.6497375rem;top:4rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR2xIKaiHrpd7gTm3U9MpclxMHALGcSN { width:12.5rem;height:1.6497375rem;top:56.8125rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSlhTmbOb9Xpt8eH1x1DieV2GbcwRiXw { width:15rem;height:1.6497375rem;top:110.4375rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgpvLyq92lFkB8FcdVZtak8liQZTF04k { width:15rem;height:4.798825rem;top:6.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvmUZ3IAkzltKLaBO8vnVLyPrBEIKMqq { width:15rem;height:4.798825rem;top:113.0625rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmKGxEV2mPpgQC06VaOiJ4TclGL8nZcR { width:15rem;height:3.19921875rem;top:59.4375rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUxO5hIVeamc9btAOPg84nh2RMSxSMpX { width:15rem;height:28.2949375rem;top:132.5625rem;left:2.5000001192093rem;font-size:1rem;display:block; }#AUxO5hIVeamc9btAOPg84nh2RMSxSMpX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #qkZ75RrLc3XyNr4lFhORuPKWvNBsy3LT { width:12.5rem;height:1.6497375rem;top:12.5625rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb9hQNvZTuzkBhdoO80MfkqLF49WiViT { width:12.5rem;height:1.6497375rem;top:64.625rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN89b8cSTwUinhJbnpAyHlxs8dcE8ia1 { width:12.5rem;height:1.6497375rem;top:119.875rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4mkZfPwrsevCe19W0l5XPCyUfOCpGQ9 { width:9.5625rem;height:1.3997375rem;top:14.267578125rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkZsXg9e9Q0SpJBoGSo1cLoH9eZEiKiL { width:12.5rem;height:1.29948125rem;top:121.46158885956rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7BNNP4Q8uckk7sPlobLPaUhTpDmQBVa { width:12.5rem;height:1.29948125rem;top:66.274089813231rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpyVAsXgFrB4NVseL3aThdiAJpkLitt { width:15rem;height:23.5956875rem;top:77.5rem;left:2.5000001192093rem;font-size:1rem;display:block; }#mTpyVAsXgFrB4NVseL3aThdiAJpkLitt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #XtGRwKJexDRZDDFc6cXJw9JznvndmNqE { width:15rem;height:16.546875rem;top:23.875rem;left:2.5000001192093rem;font-size:1rem;display:block; }#XtGRwKJexDRZDDFc6cXJw9JznvndmNqE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80ab300bc42e7a575d2c0cb6db22f146923b1c84.svg); }
 }@media only screen and (max-width: 763px) { #E0WEclkrtWlN5UiCoqZE4ehoGeMuHrJW { width:15rem;height:10.9980625rem;top:41.3125rem;left:2.5000001192093rem;font-size:1rem;display:block; }#E0WEclkrtWlN5UiCoqZE4ehoGeMuHrJW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
 }@media only screen and (max-width: 763px) { #k77oZuZ4T8SGh0WTEHvqNZF1TizIAPG3 { width:15rem;height:3.94921875rem;top:101.875rem;left:2.5000001192093rem;font-size:1rem;display:block; }#k77oZuZ4T8SGh0WTEHvqNZF1TizIAPG3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_174ae4b5d4d319f98424669b7cbfea96ddc44ba2.svg); }
 }@media only screen and (max-width: 763px) { #QbybcfVmT7XzSvatDUfXDbqoMMz6lnil { width:15rem;height:2.8125rem;top:17rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpKZNXOdAXeNTWNzZBIpRhTTCkAt2Zyk { display:block; }
 }@media only screen and (max-width: 763px) { #Sv5gZqSh4HKzswDmFGy1oOpOFZng1SWO { width:15rem;height:2.8125rem;top:124.75rem;left:2.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtl4uMPbbHdw4XSzM8fQnwwoPrOi7uhQ { display:block; }
 }@media only screen and (max-width: 763px) { #MmQDb8dHRRpB2XLyXbpE91ssIb5XlDi3 { width:15rem;height:2.8125rem;top:69.5625rem;left:2.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlpS8v0MiesIJPlZB4TvHMG0hctyeBNF { display:block; }
 }@media only screen and (max-width: 763px) { #De9zHTTmQ3DUxlNCXgFZnwOimK9TquhQ { width:12.5rem;height:1.5996125rem;top:21.3125rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fheTxlFiblQTJU6satpRZWqISf16VKCK { width:12.5rem;height:1.5996125rem;top:74.375rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0S7fLcsnLPPdIBFDWUleX9DEP6rn2sC { width:12.5rem;height:1.5996125rem;top:129.5625rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDEZzCb2m3Jo2A8syGZCmhnpLMmizTct { width:18rem;height:51.5625rem;top:2.5rem;left:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #mJrFGfyLNsxRcOxc9dqrqAxxyIBkwkk9 { width:18rem;height:53.875rem;top:108.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8MExRk3KnZnXrlDCzXBofGWJAQRT1T4 { width:18rem;height:52.375rem;top:55.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzvNhgzZhJShzqaBw0Ped7uVBSuS1Ogx { width:6.25rem;height:6.625rem;top:47.479166746139rem;left:12.79166662693rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #p3PSPvO96e9TtN1h63BlNAJghDi4wWQ1 { width:5.9375rem;height:6.3125rem;top:101.375rem;left:13.10416662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmhKwpxBzMaf6EUq7w60KSfA9zvQqRVT { width:6.25rem;height:6.6875rem;top:156.16666698456rem;left:12.79166662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0oI2UCUV0vSbrgyqHmDssTuTZgBUBLa { display:block; }#c0oI2UCUV0vSbrgyqHmDssTuTZgBUBLa > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6CEItsz7NhXx0BqufeUfcNCRyU0Xzto { width:20rem;height:19rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp5fDB2mrAxOJXfr7LfLPXdyhQHDylGr { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXp4KT7F0DRJuHDO5h4P8yP7y9D4kLT1 { width:15rem;height:7.1979375rem;top:3.0625rem;left:2.5rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PSfBppANGzPis0LnJaz9dTCehI4kQxAk { width:14.888888875rem;height:3.013888875rem;top:12.25rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2dPzOmHXDarMW0mDpt2MFvmm585DpSD { display:block; }
 }@media only screen and (max-width: 763px) { #ODPL3lykr5b00nvDJuP1MeHJ6bD6aVy6 { top:11.25rem;left:2.4055991768837rem;width:15.186625rem;height:0;z-index:15005;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }