.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:245,215,254;--color-primary-1:225,134,252;--color-primary-2:205,53,250;--color-primary-3:193,2,249;--color-primary-4:51,8,63;--color-secondary-0:255,255,255;--color-secondary-1:237,237,237;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:50,50,50;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#sdk0rzFQ6yAUssmmDCkr9D5d4Ot8OlfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sdk0rzFQ6yAUssmmDCkr9D5d4Ot8OlfF > .row .container { background-color: transparent; background-image: none; }#sdk0rzFQ6yAUssmmDCkr9D5d4Ot8OlfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdk0rzFQ6yAUssmmDCkr9D5d4Ot8OlfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdk0rzFQ6yAUssmmDCkr9D5d4Ot8OlfF > .row .container > .video-iframe-container { display: none; }#sdk0rzFQ6yAUssmmDCkr9D5d4Ot8OlfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdk0rzFQ6yAUssmmDCkr9D5d4Ot8OlfF > .row > .video-iframe-container { display: none; }#sdk0rzFQ6yAUssmmDCkr9D5d4Ot8OlfF > .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); }#sdk0rzFQ6yAUssmmDCkr9D5d4Ot8OlfF > .row .container { border-width: 0; border-radius: 0; }#sdk0rzFQ6yAUssmmDCkr9D5d4Ot8OlfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sdk0rzFQ6yAUssmmDCkr9D5d4Ot8OlfF > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#KrwuDsmmdaxSwPOJdXJCCb1ODGewZtM3 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:13.3125rem;top:0.6875rem;left:61.6875rem;overflow:hidden;display:block; }
#TXDpyTHUQ4DwpQJXVldapkqKVMldc28M { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6380209922791rem;left:33.895835876465rem;height:2.19375rem;display:block; }
#A8v17WFzfgdPzOsOTTVqyyycfpFUnirD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c102f9;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; }#A8v17WFzfgdPzOsOTTVqyyycfpFUnirD > .row .container { background-color: transparent; background-image: none; }#A8v17WFzfgdPzOsOTTVqyyycfpFUnirD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8v17WFzfgdPzOsOTTVqyyycfpFUnirD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8v17WFzfgdPzOsOTTVqyyycfpFUnirD > .row .container > .video-iframe-container { display: none; }#A8v17WFzfgdPzOsOTTVqyyycfpFUnirD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8v17WFzfgdPzOsOTTVqyyycfpFUnirD > .row > .video-iframe-container { display: none; }#A8v17WFzfgdPzOsOTTVqyyycfpFUnirD > .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); }#A8v17WFzfgdPzOsOTTVqyyycfpFUnirD > .row .container { border-width: 0; border-radius: 0; }#A8v17WFzfgdPzOsOTTVqyyycfpFUnirD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A8v17WFzfgdPzOsOTTVqyyycfpFUnirD > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#NdrmQlakKu2mph7I8OAUUX5eDnmrnBUD { color:#ffffff;display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.44921875rem;left:14rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gtr8HCo1zeUC3itOcv93wD6wT1cHtXcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gtr8HCo1zeUC3itOcv93wD6wT1cHtXcT > .row .container { background-color: transparent; background-image: none; }#Gtr8HCo1zeUC3itOcv93wD6wT1cHtXcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gtr8HCo1zeUC3itOcv93wD6wT1cHtXcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gtr8HCo1zeUC3itOcv93wD6wT1cHtXcT > .row .container > .video-iframe-container { display: none; }#Gtr8HCo1zeUC3itOcv93wD6wT1cHtXcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gtr8HCo1zeUC3itOcv93wD6wT1cHtXcT > .row > .video-iframe-container { display: none; }#Gtr8HCo1zeUC3itOcv93wD6wT1cHtXcT > .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); }#Gtr8HCo1zeUC3itOcv93wD6wT1cHtXcT > .row .container { border-width: 0; border-radius: 0; }#Gtr8HCo1zeUC3itOcv93wD6wT1cHtXcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gtr8HCo1zeUC3itOcv93wD6wT1cHtXcT > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#Ev6z3FxlWu85p3QDUQ11Qb2aJHK0bDXC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:34.8125rem;top:9.40625rem;left:20.09375rem;overflow:hidden;display:block; }
#otTXGZODWGzfQOP7r1bQZCxWCIGhzxm3 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:24rem;top:1.53125rem;left:11.90625rem;overflow:hidden;display:block; }
#qKIPMTRfEoKmc6aoogI21yWqI14wb4yK { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:7.1875rem;top:4.46875rem;left:21.21875rem;overflow:hidden;display:block; }
#DVG7Aw3r7XdRSMxBRTMkmvrrWTuHgJpx { box-sizing:content-box;height:6.75rem;width:18.5rem;position:absolute;display:block;z-index:15002;background-color:#c102f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.125rem;left:6.09375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GUhZen2S8Azv4ZLxn2i4xZgMkAOTTgBf { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.0625rem;left:7.96875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h0o9W0pphrpFgHKXwBe13GKMvEUEGO3Q { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.0625rem;left:48.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9nncC4vcF3kRZLvxFVIWqw8QabLkW3w { box-sizing:content-box;height:6.75rem;width:20rem;position:absolute;display:block;z-index:15005;background-color:#c102f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0625rem;left:47.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#amUQTo3LuMmBOT9MeRBzsgt4scwDp8F7 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:7.125rem;top:7.125rem;left:40.625rem;overflow:hidden;display:block; }
#RVDprhEHc21RMRvH5EpubpgP8GEByNEb { color:#ffffff;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.75rem;left:53.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EhfZ8pCfiOu6MR0z7sE6oWLZNTMz7WUc { box-sizing:content-box;height:6.75rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:#c102f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:52.78125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#DVZtC5c3ZH7dvxLKClwoK1wtBTbIt4bq { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:5.75rem;top:16.6875rem;left:51.78125rem;overflow:hidden;display:block; }
#WciM9L8AU3PXPe3f7oNZbWJnSAZU5JWm { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:8rem;top:17.75rem;left:11.125rem;overflow:hidden;display:block; }
#FDHs5N4wuhr2JLN4B4p3gHT9nA8ark6r { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:26.625rem;left:9.53125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXFmczgn62n2NiD2yzup9Al6f3wT2fOc { box-sizing:content-box;height:6.75rem;width:18.5rem;position:absolute;display:block;z-index:15011;background-color:#c102f9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.625rem;left:8rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#h8vgNTATfeOLWg91a3gTeU3DziTtDaqu { position:relative;display:block; }#h8vgNTATfeOLWg91a3gTeU3DziTtDaqu { background-color: transparent; background-image: none; }#h8vgNTATfeOLWg91a3gTeU3DziTtDaqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8vgNTATfeOLWg91a3gTeU3DziTtDaqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8vgNTATfeOLWg91a3gTeU3DziTtDaqu > .row .container > .video-iframe-container { display: none; }#h8vgNTATfeOLWg91a3gTeU3DziTtDaqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8vgNTATfeOLWg91a3gTeU3DziTtDaqu > .row > .video-iframe-container { display: none; }#h8vgNTATfeOLWg91a3gTeU3DziTtDaqu > .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); }#h8vgNTATfeOLWg91a3gTeU3DziTtDaqu { border-width: 0; border-radius: 0; }#h8vgNTATfeOLWg91a3gTeU3DziTtDaqu > .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; }#h8vgNTATfeOLWg91a3gTeU3DziTtDaqu > .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:25.9375rem;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; }#Z899p0IgzbAMr0aPa6BsDswpkbCVG6Pm { box-sizing:content-box;height:0.5rem;width:33.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),0.6);background-image:none;top:5.0625rem;left:0rem;display:block; }
#B3uSzBQ4xUVx6Jt07TXRczoki1UaXcko { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GvI1K6z1wOTLeOITSK47bMTPPTmTQCQB { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:11.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TR2BE9GpCVWTdWld1cvccTvaTxyDsz8d { background-color:rgba(var(--color-primary-2),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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:4.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.625rem;left:14rem;display:block; }
#t1X1HQF6LCNQEWB9yFtwSOREfzrwQu61 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NP9wZmsViSw9wcxWGc2aOFw8ypImWgiv { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:20.8125rem;left:31.9375rem;overflow:hidden;display:block; }
#zqvuGGLV1PP0GOZSS3fuGl9TuTTgkQMr { position:absolute;display:block;z-index:15008;height:19.8125rem;width:35.3125rem;top:3.0620663166046rem;left:39.687501907349rem;display:block; }
#egSVbva2eV6wwnFZfxHMWOgnu3i0wDoT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #854d95, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #854d95, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #854d95, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #854d95, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#854d95', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#854d95', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #854d95, rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#egSVbva2eV6wwnFZfxHMWOgnu3i0wDoT > .row .container { border-width: 0; border-radius: 0; }#egSVbva2eV6wwnFZfxHMWOgnu3i0wDoT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egSVbva2eV6wwnFZfxHMWOgnu3i0wDoT > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;position:relative;display:none; }#FoaRLqmdt9rKahkg5v50ZfoZGSFXfyrT { box-sizing:content-box;height:0.5rem;width:33.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),0.6);background-image:none;top:5.375rem;left:18.8125rem;display:block; }
#p6v3MEsiBw78upSlAbDRAC2rK6P4ltlF { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.8125rem;left:16.8125rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLRF9lH4QQODgq3lpbdFBc55D52qw4QS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:24.125rem;top:8.125rem;left:0rem;overflow:hidden;display:block; }
#U0TkBTb3DSiLJkLVWMnDtu8Tay7pyHCb { box-sizing:content-box;height:11.75rem;width:24.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:18.375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#GpWOTkBEcP5w8rqH8TlykLB3EwCacPmb { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20rem;left:1.75rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PqMRENl6lKverSaxI6bAW0ICAqV5RvTd { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.125rem;left:1.75rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P9oZtqZKHPr4uIzW6trFL6IU1M3COxpm { box-sizing:content-box;height:11.75rem;width:24.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:18.375rem;left:25.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#XcMlGnAWlszi76UHsHdm90TOuPlRET98 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:24.125rem;left:27.1875rem;height:5.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVovfXrrbT4ZBLM0XPnndz8sbGId19WX { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20rem;left:27.1875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rFizBPgLmPf7yNCfuiaphKnsmh4mEZql { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:24.125rem;top:8.125rem;left:25.4375rem;overflow:hidden;display:block; }
#sBnyaNuDadGyttGkgLCqKTmRnZnJ6TTm { box-sizing:content-box;height:11.75rem;width:24.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:18.375rem;left:50.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#VRpuMDpWhZKB4hPCqet8aaMoXip2HCNa { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:24.125rem;left:52.625rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c666HVJtZqziEUDnhrWkzfMvXsi2ueCA { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.8125rem;left:52.625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTZpiZtnJ8WLVA6VuqJggDHFQ7vdndhn { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:24.125rem;top:8.125rem;left:50.875rem;overflow:hidden;display:block; }
#vlfU2wPFuP6f70q0zJA5ZhqiTSvEOxvI { box-sizing:content-box;height:11.75rem;width:24.125rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:42.25rem;left:50.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#GlTUMuEoRPNKyJnaqfGxxyl0JksiuNgs { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:49.8125rem;left:52.625rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yJ4E6CHwVWPXtaAySUMog3quOqh9Li3T { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:43.875rem;left:52.625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sAEZI5HkP5SedGMOpJvrlkd6oyuAexTu { box-sizing:content-box;height:11.75rem;width:24.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:42.25rem;left:25.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#vFNIzVNIFH6uPxxDOWousu18PkpMSM3S { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:48.5625rem;left:27.1875rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MtUXor0AMWrIvwT1THlfZostXNmxTNyw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:44.6875rem;left:29.9375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RUHgEMMt3Gw88bEcBQMsbxBQrP8V0Koh { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:23.9375rem;top:32rem;left:25.4375rem;overflow:hidden;display:block; }
#b1d1FGVc70TnOUnxMyqgCT2Kdb0pMTKz { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:23.9375rem;top:32rem;left:50.875rem;overflow:hidden;display:block; }
#ahcDSFN5OBSWAKJyNbqMGMZQ4yuHT0St { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:23.9375rem;top:32rem;left:0rem;overflow:hidden;display:block; }
#kheTExe8Ik9AmP89HupqR27Oxaw5RVXc { box-sizing:content-box;height:11.75rem;width:24.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:42.25rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#p7NvqVnVqJ2zZ99w78RoSZHlpx25190e { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:45.5rem;left:1.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZVfMui9OATDyQzAeweQsOowBQN3F4PSm { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:48.5625rem;left:1.75rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pAQ5iWkQ6T2PXH2fdvD3qbJB6lvJxPNR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pAQ5iWkQ6T2PXH2fdvD3qbJB6lvJxPNR > .row .container { border-width: 0; border-radius: 0; }#pAQ5iWkQ6T2PXH2fdvD3qbJB6lvJxPNR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pAQ5iWkQ6T2PXH2fdvD3qbJB6lvJxPNR > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:none; }#ETZHV6hlrqMXnsKaChxKQP2ytXfcgQoX { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.6875rem;left:36.875rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dt1TXkXAOcnQO3HD4kEaG2Zg1Bp8ARq1 { box-sizing:content-box;height:0.5rem;width:25.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),0.6);background-image:none;top:6.125rem;left:36.875rem;display:block; }
#KF5FeSlcUMtTnSVAASRqczHfzEp70q7S { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:36.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uXqQ8TLSTTudAJIISTIrAEQA7goOJ1Pa { color:rgba(var(--color-tertiary-4),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.1875rem;left:36.875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xcBarJ5LfFXbHZUx1mUoAlbR7wfaGrVc { color:rgba(var(--color-tertiary-4),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.6875rem;left:36.875rem;height:11.7375rem;font-style:normal;overflow:hidden;display:block; }#xcBarJ5LfFXbHZUx1mUoAlbR7wfaGrVc li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#xcBarJ5LfFXbHZUx1mUoAlbR7wfaGrVc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e80dbbb8-4c18-42fa-ab3d-501132a218c9/Vector8.png); }
#mI9n3DAADgMzakiUix1X0wKcTMJB6Uy4 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:4.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.375rem;left:36.875rem;display:block; }
#zDXlkqa0iqo7BprxsOUG8b3hZ8b0K1sc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AzaDbu0fTnMy0UmXIIRM6iV3Wk8wPns6 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:29.5rem;left:54.8125rem;overflow:hidden;display:block; }
#NSfTyzSJmEmtQihzE9hn0imFILZLaEEg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#NSfTyzSJmEmtQihzE9hn0imFILZLaEEg > .row .container { background-color: transparent; background-image: none; }#NSfTyzSJmEmtQihzE9hn0imFILZLaEEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSfTyzSJmEmtQihzE9hn0imFILZLaEEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSfTyzSJmEmtQihzE9hn0imFILZLaEEg > .row .container > .video-iframe-container { display: none; }#NSfTyzSJmEmtQihzE9hn0imFILZLaEEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSfTyzSJmEmtQihzE9hn0imFILZLaEEg > .row > .video-iframe-container { display: none; }#NSfTyzSJmEmtQihzE9hn0imFILZLaEEg > .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); }#NSfTyzSJmEmtQihzE9hn0imFILZLaEEg > .row .container { border-width: 0; border-radius: 0; }#NSfTyzSJmEmtQihzE9hn0imFILZLaEEg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSfTyzSJmEmtQihzE9hn0imFILZLaEEg > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#tatuRLa2LVqMa6G35ltIIdpZEwS6FenM { box-sizing:content-box;height:0.5rem;width:33.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),0.6);background-image:none;top:5.3125rem;left:20.84375rem;display:block; }
#dleyuxr545kwa5rd0vN92U1fGyKQLMDl { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.8125rem;left:16.28125rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lRK3MOpkkztXgu0Kb7nqWNVcnnTG0ApQ { box-sizing:content-box;height:13.875rem;width:20rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8.8125rem;left:3.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#MTw67JhShq5HSiNoOpCKru2UNvZnFOy3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.5rem;left:4.9375rem;height:7.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lqxTybBT7KhMs1yTlUKRVf3zwqEW1bpg { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.625rem;top:9.5625rem;left:12.125rem;overflow:hidden;display:block; }
#HIB4plgDTGN8X5rldRxTUZPWVGJlcFl7 { box-sizing:content-box;height:13.875rem;width:20rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8.8125rem;left:27.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#KawoRVKne0Tg7DZ3kqJcq56Ume1wCHBS { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.5rem;left:29rem;height:7.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9KM1TI2NhX0DksDek1BKGf3vugC5n7c { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.5rem;top:9.5625rem;left:36.25rem;overflow:hidden;display:block; }
#t3cqmVdWJo2qVCXfp1C580vpr4X0KNmB { box-sizing:content-box;height:13.875rem;width:20rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8.8125rem;left:52rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#WM5uq4FfBmgS8qrCooTOZTW62M4PrOLN { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:12.875rem;left:53.5rem;height:9.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QguuXFGEV6dJN1eOrIMa8hPkQTz87k6r { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.5rem;top:9.5625rem;left:60.75rem;overflow:hidden;display:block; }
#DAETMNlpt2oJ0epxWg2MSTPxkKgMgRAr { box-sizing:content-box;height:13.875rem;width:20rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.125rem;left:39.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#pVQVfw7DCTkZNFICiueaOCU6Zx8DfRTs { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:29.8125rem;left:41.25rem;height:7.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LOFW0fzQSvNvKQhGMXv00KlpcDASmayF { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.5rem;top:26.5625rem;left:48.5rem;overflow:hidden;display:block; }
#g8iNuRvVWxNTI2GFTqfTvbTTA0Xcnd7v { box-sizing:content-box;height:13.875rem;width:20rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.125rem;left:15.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#zvrHw2MWzZVPh1FNfwkBa6JIxyTfNCF6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:30.8125rem;left:16.75rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#snIK9QCKNhDpBvIPMza8zlxsoHIly2KV { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.875rem;left:24rem;overflow:hidden;display:block; }
#MBKpczqlU8wuxueHhrhBQLGoyuCFi90C { background-color:rgba(var(--color-primary-2),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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:4.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:42.125rem;left:27.3125rem;display:block; }
#fGoOAp66EbqZCQlqo5X1TzzWfq2cipl4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sD78JzIn8DPWUKfuzq8mqBd0DB8yrkQ2 { position:absolute;display:block;z-index:15023;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.875rem;width:1.875rem;top:43.25rem;left:45.25rem;overflow:hidden;display:block; }
#Ada756MtFgvzRTT6KzX2WAgSG7ZXo7kM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ada756MtFgvzRTT6KzX2WAgSG7ZXo7kM > .row .container { background-color: transparent; background-image: none; }#Ada756MtFgvzRTT6KzX2WAgSG7ZXo7kM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ada756MtFgvzRTT6KzX2WAgSG7ZXo7kM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ada756MtFgvzRTT6KzX2WAgSG7ZXo7kM > .row .container > .video-iframe-container { display: none; }#Ada756MtFgvzRTT6KzX2WAgSG7ZXo7kM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ada756MtFgvzRTT6KzX2WAgSG7ZXo7kM > .row > .video-iframe-container { display: none; }#Ada756MtFgvzRTT6KzX2WAgSG7ZXo7kM > .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); }#Ada756MtFgvzRTT6KzX2WAgSG7ZXo7kM > .row .container { border-width: 0; border-radius: 0; }#Ada756MtFgvzRTT6KzX2WAgSG7ZXo7kM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ada756MtFgvzRTT6KzX2WAgSG7ZXo7kM > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#EL6HhpXo79D1loGcy6tTuMTHEIAimJ3b { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:21rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2n1ehuRVxDOprh7rqgrMraUUt36GnHv { box-sizing:content-box;height:0.5rem;width:27.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),0.6);background-image:none;top:5.375rem;left:23.96875rem;display:block; }
#MuyzhPRzvqhXV7FyJo6UmBX7cHoH4WIa { 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:16.1875rem;width:27.625rem;top:8.2177734375rem;left:1rem;overflow:hidden;display:block; }
#GWyR1oVekTnHD8Gdq4uDJf3ipXM82c9M { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:11.0625rem;left:36.8125rem;height:2.6rem;display:block; }
#TK9NUG2bR0aZOgyRqmpVqefUiv71x5Io { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:15.662109375rem;left:36.8125rem;height:1.3rem;display:block; }
#IwWTbrz989b5x47XDzKp6PUhwNRlb7Hh { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:19rem;left:36.8125rem;height:3.9rem;display:block; }
#paQ4JauEOPkTb1sqVTlinSyA6lfQbcly { color:rgba(var(--color-primary-3),1);display:block;width:1.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:10.5625rem;left:34.3125rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qWEF5NmhxJUCKgov9tJZamNqgKnERcxr { color:rgba(var(--color-primary-3),1);display:block;width:1.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:14.5244140625rem;left:34.4375rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XyIgm9iNIczgTvrrGA92fuQkwRNA65Uk { color:rgba(var(--color-primary-3),1);display:block;width:1.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:19.162109375rem;left:34.3125rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UZTapzri0m4ZMXQhcnkrpyOTSAnPpqtb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UZTapzri0m4ZMXQhcnkrpyOTSAnPpqtb > .row .container { background-color: transparent; background-image: none; }#UZTapzri0m4ZMXQhcnkrpyOTSAnPpqtb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZTapzri0m4ZMXQhcnkrpyOTSAnPpqtb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZTapzri0m4ZMXQhcnkrpyOTSAnPpqtb > .row .container > .video-iframe-container { display: none; }#UZTapzri0m4ZMXQhcnkrpyOTSAnPpqtb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZTapzri0m4ZMXQhcnkrpyOTSAnPpqtb > .row > .video-iframe-container { display: none; }#UZTapzri0m4ZMXQhcnkrpyOTSAnPpqtb > .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); }#UZTapzri0m4ZMXQhcnkrpyOTSAnPpqtb > .row .container { border-width: 0; border-radius: 0; }#UZTapzri0m4ZMXQhcnkrpyOTSAnPpqtb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZTapzri0m4ZMXQhcnkrpyOTSAnPpqtb > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#SmN0kiX2RmNnGnUTu45DKENFHkTQAbzE { box-sizing:content-box;height:5.5rem;width:49.5625rem;position:absolute;display:block;z-index:15000;background-color:#1d1d1b;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ezNsMmk2uaxIsLaVydTnc5U6kJrgRAlS { color:rgba(var(--color-tertiary-0),1);display:block;width:41.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.55469512939453rem;left:3.9375rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WToQMUZ5Pr6dCsVT6xEMlyMyeLM5EHyh { box-sizing:content-box;height:14rem;width:24.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0rem;left:50.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rgKUATh58PADR4ecghs7sh7JNVOZMPqa { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7998046875rem;left:52.28125rem;height:10.4rem;display:block; }
#axiKqMAI1VXhCOqTWdsJlT4TqBuMkgfO { color:rgba(var(--color-tertiary-4),1);display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:5.2rem;display:block; }
#fBDqsbxceTfS2ZiweLG9UizpmffnSffZ { background-color:rgba(var(--color-primary-2),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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:15.499984741211rem;left:25rem;display:block; }
#xgrEUf5H00fgRn1y4nT5f61ttJe8yh7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQ2VLVanSvJE2UVa9TaBnDoo3VaX3xe9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:16.592708587646rem;left:45.441665649414rem;overflow:hidden;display:block; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:14.375rem;top:2.5625rem;left:30.3125rem;overflow:hidden;display:block; }
#IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #sdk0rzFQ6yAUssmmDCkr9D5d4Ot8OlfF { display:block; }#sdk0rzFQ6yAUssmmDCkr9D5d4Ot8OlfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KrwuDsmmdaxSwPOJdXJCCb1ODGewZtM3 { width:13.3125rem;height:4.8125rem;top:0.6875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXDpyTHUQ4DwpQJXVldapkqKVMldc28M { width:18.1875rem;height:1.38125rem;top:3.17578125rem;left:16.333333969116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A8v17WFzfgdPzOsOTTVqyyycfpFUnirD { display:block; }#A8v17WFzfgdPzOsOTTVqyyycfpFUnirD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NdrmQlakKu2mph7I8OAUUX5eDnmrnBUD { width:47rem;height:5.0375rem;top:1.85546875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gtr8HCo1zeUC3itOcv93wD6wT1cHtXcT { display:block; }#Gtr8HCo1zeUC3itOcv93wD6wT1cHtXcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ev6z3FxlWu85p3QDUQ11Qb2aJHK0bDXC { width:34.8125rem;height:21.1875rem;top:9.375rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otTXGZODWGzfQOP7r1bQZCxWCIGhzxm3 { width:24rem;height:23.3125rem;top:2.3125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qKIPMTRfEoKmc6aoogI21yWqI14wb4yK { width:7.1875rem;height:5rem;top:2.3125rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVG7Aw3r7XdRSMxBRTMkmvrrWTuHgJpx { width:18.5rem;height:6.75rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GUhZen2S8Azv4ZLxn2i4xZgMkAOTTgBf { width:14.75rem;height:4.875rem;top:8.0625rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h0o9W0pphrpFgHKXwBe13GKMvEUEGO3Q { width:18.5rem;height:4.875rem;top:9.0625rem;left:28.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F9nncC4vcF3kRZLvxFVIWqw8QabLkW3w { width:20rem;height:6.75rem;top:8.0625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #amUQTo3LuMmBOT9MeRBzsgt4scwDp8F7 { width:7.1875rem;height:3.125rem;top:7.3125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RVDprhEHc21RMRvH5EpubpgP8GEByNEb { width:15.125rem;height:4.875rem;top:22.5625rem;left:31.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EhfZ8pCfiOu6MR0z7sE6oWLZNTMz7WUc { width:17.8125rem;height:6.75rem;top:21.625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVZtC5c3ZH7dvxLKClwoK1wtBTbIt4bq { width:5.75rem;height:4.1875rem;top:17.3125rem;left:37.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WciM9L8AU3PXPe3f7oNZbWJnSAZU5JWm { width:5.3125rem;height:6.9375rem;top:19.9375rem;left:4.6943359375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FDHs5N4wuhr2JLN4B4p3gHT9nA8ark6r { width:15.125rem;height:4.875rem;top:27.75rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KXFmczgn62n2NiD2yzup9Al6f3wT2fOc { width:17.8125rem;height:6.75rem;top:26.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h8vgNTATfeOLWg91a3gTeU3DziTtDaqu { display:block; }#h8vgNTATfeOLWg91a3gTeU3DziTtDaqu > .row .container { width:47.75rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Z899p0IgzbAMr0aPa6BsDswpkbCVG6Pm { width:18.6875rem;height:0.3125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B3uSzBQ4xUVx6Jt07TXRczoki1UaXcko { width:24.1875rem;height:1.7875rem;top:0.912109375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #GvI1K6z1wOTLeOITSK47bMTPPTmTQCQB { width:46.25rem;height:6.5rem;top:4.568142414093rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #TR2BE9GpCVWTdWld1cvccTvaTxyDsz8d { width:20.374375rem;height:3.31163125rem;top:40.756294727326rem;left:13.687066793442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t1X1HQF6LCNQEWB9yFtwSOREfzrwQu61 { display:block; }
 }@media only screen and (max-width: 1199px) { #NP9wZmsViSw9wcxWGc2aOFw8ypImWgiv { width:1.25rem;height:1.25rem;top:41.786026477814rem;left:31.562066793442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zqvuGGLV1PP0GOZSS3fuGl9TuTTgkQMr { width:47.7495625rem;height:27.8125rem;top:11.873915195465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #egSVbva2eV6wwnFZfxHMWOgnu3i0wDoT { display:none; }#egSVbva2eV6wwnFZfxHMWOgnu3i0wDoT > .row .container { width:47.75rem;height:76rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FoaRLqmdt9rKahkg5v50ZfoZGSFXfyrT { width:18.6875rem;height:0.3125rem;top:4.3125rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p6v3MEsiBw78upSlAbDRAC2rK6P4ltlF { width:24.1875rem;height:1.7875rem;top:2rem;left:11.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #VLRF9lH4QQODgq3lpbdFBc55D52qw4QS { width:23.125rem;height:9.0625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U0TkBTb3DSiLJkLVWMnDtu8Tay7pyHCb { width:23.125rem;height:11.25rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GpWOTkBEcP5w8rqH8TlykLB3EwCacPmb { width:20.625rem;height:2.92535rem;top:18.875rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PqMRENl6lKverSaxI6bAW0ICAqV5RvTd { width:20.625rem;height:2.76041875rem;top:22.75rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #P9oZtqZKHPr4uIzW6trFL6IU1M3COxpm { width:23.125rem;height:11.25rem;top:16.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XcMlGnAWlszi76UHsHdm90TOuPlRET98 { width:20.625rem;height:5.52083125rem;top:21.25rem;left:25.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #nVovfXrrbT4ZBLM0XPnndz8sbGId19WX { width:20.625rem;height:2.92535rem;top:17.625rem;left:25.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rFizBPgLmPf7yNCfuiaphKnsmh4mEZql { width:23.125rem;height:9.1875rem;top:6.6875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sBnyaNuDadGyttGkgLCqKTmRnZnJ6TTm { width:23.125rem;height:10rem;top:63.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VRpuMDpWhZKB4hPCqet8aaMoXip2HCNa { width:20.625rem;height:4.140625rem;top:44rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 1199px) { #c666HVJtZqziEUDnhrWkzfMvXsi2ueCA { width:20.625rem;height:1.462675rem;top:41.5625rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 1199px) { #lTZpiZtnJ8WLVA6VuqJggDHFQ7vdndhn { width:23.125rem;height:9.1875rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vlfU2wPFuP6f70q0zJA5ZhqiTSvEOxvI { width:23.125rem;height:10rem;top:39.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GlTUMuEoRPNKyJnaqfGxxyl0JksiuNgs { width:20.625rem;height:1.38125rem;top:70.0625rem;left:25.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #yJ4E6CHwVWPXtaAySUMog3quOqh9Li3T { width:20.625rem;height:4.38801875rem;top:64.8125rem;left:25.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #sAEZI5HkP5SedGMOpJvrlkd6oyuAexTu { width:23.125rem;height:10rem;top:39.8359375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vFNIzVNIFH6uPxxDOWousu18PkpMSM3S { width:20.625rem;height:4.140625rem;top:67.3125rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #MtUXor0AMWrIvwT1THlfZostXNmxTNyw { width:20.625rem;height:1.462675rem;top:64.75rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #RUHgEMMt3Gw88bEcBQMsbxBQrP8V0Koh { width:23.125rem;height:9.25rem;top:53.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b1d1FGVc70TnOUnxMyqgCT2Kdb0pMTKz { width:23.125rem;height:9.25rem;top:53.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ahcDSFN5OBSWAKJyNbqMGMZQ4yuHT0St { width:23.125rem;height:9.25rem;top:29.8125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kheTExe8Ik9AmP89HupqR27Oxaw5RVXc { width:23.125rem;height:10rem;top:63.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7NvqVnVqJ2zZ99w78RoSZHlpx25190e { width:20.625rem;height:1.462675rem;top:41.5625rem;left:25.875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15041;display:block; }
 }@media only screen and (max-width: 1199px) { #ZVfMui9OATDyQzAeweQsOowBQN3F4PSm { width:20.625rem;height:4.140625rem;top:44rem;left:25.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 1199px) { #pAQ5iWkQ6T2PXH2fdvD3qbJB6lvJxPNR { display:none; }#pAQ5iWkQ6T2PXH2fdvD3qbJB6lvJxPNR > .row .container { width:47.75rem;height:33.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ETZHV6hlrqMXnsKaChxKQP2ytXfcgQoX { width:24.1875rem;height:1.7875rem;top:0.875rem;left:22.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Dt1TXkXAOcnQO3HD4kEaG2Zg1Bp8ARq1 { width:18.6875rem;height:0.3125rem;top:3.3125rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KF5FeSlcUMtTnSVAASRqczHfzEp70q7S { width:22.125rem;height:22.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXqQ8TLSTTudAJIISTIrAEQA7goOJ1Pa { width:25.125rem;height:5.52083125rem;top:4.625rem;left:22.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #xcBarJ5LfFXbHZUx1mUoAlbR7wfaGrVc { width:25.6875rem;height:15.3020625rem;top:11.21484375rem;left:22.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#xcBarJ5LfFXbHZUx1mUoAlbR7wfaGrVc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e80dbbb8-4c18-42fa-ab3d-501132a218c9/Vector8.png); }
 }@media only screen and (max-width: 1199px) { #mI9n3DAADgMzakiUix1X0wKcTMJB6Uy4 { width:20.375rem;height:3.3125rem;top:28.125rem;left:13.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zDXlkqa0iqo7BprxsOUG8b3hZ8b0K1sc { display:block; }
 }@media only screen and (max-width: 1199px) { #AzaDbu0fTnMy0UmXIIRM6iV3Wk8wPns6 { width:1.25rem;height:1.25rem;top:29.15625rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NSfTyzSJmEmtQihzE9hn0imFILZLaEEg { display:block; }#NSfTyzSJmEmtQihzE9hn0imFILZLaEEg > .row .container { width:47.75rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tatuRLa2LVqMa6G35ltIIdpZEwS6FenM { width:25rem;height:0.3125rem;top:3.9375rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dleyuxr545kwa5rd0vN92U1fGyKQLMDl { width:30.5rem;height:1.7875rem;top:1.4375rem;left:9.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #lRK3MOpkkztXgu0Kb7nqWNVcnnTG0ApQ { width:20rem;height:13.875rem;top:6.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTw67JhShq5HSiNoOpCKru2UNvZnFOy3 { width:18.75rem;height:7.8rem;top:10.8125rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 1199px) { #lqxTybBT7KhMs1yTlUKRVf3zwqEW1bpg { width:2.625rem;height:2.75rem;top:6.875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HIB4plgDTGN8X5rldRxTUZPWVGJlcFl7 { width:20rem;height:13.875rem;top:6.0625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KawoRVKne0Tg7DZ3kqJcq56Ume1wCHBS { width:18.75rem;height:6.5rem;top:11.4375rem;left:26.3125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 1199px) { #T9KM1TI2NhX0DksDek1BKGf3vugC5n7c { width:2.5rem;height:2.75rem;top:6.875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3cqmVdWJo2qVCXfp1C580vpr4X0KNmB { width:20rem;height:13.875rem;top:21.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WM5uq4FfBmgS8qrCooTOZTW62M4PrOLN { width:18.75rem;height:7.8rem;top:26.4375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 1199px) { #QguuXFGEV6dJN1eOrIMa8hPkQTz87k6r { width:2.5rem;height:2.75rem;top:22.8125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DAETMNlpt2oJ0epxWg2MSTPxkKgMgRAr { width:20rem;height:13.875rem;top:37rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pVQVfw7DCTkZNFICiueaOCU6Zx8DfRTs { width:18.75rem;height:7.8rem;top:41.9375rem;left:14.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15033;display:block; }
 }@media only screen and (max-width: 1199px) { #LOFW0fzQSvNvKQhGMXv00KlpcDASmayF { width:2.5rem;height:2.375rem;top:38.625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g8iNuRvVWxNTI2GFTqfTvbTTA0Xcnd7v { width:20rem;height:13.875rem;top:21.5rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zvrHw2MWzZVPh1FNfwkBa6JIxyTfNCF6 { width:18.75rem;height:6.5rem;top:27.0625rem;left:26.3125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 1199px) { #snIK9QCKNhDpBvIPMza8zlxsoHIly2KV { width:2.5rem;height:2.5rem;top:22.9375rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MBKpczqlU8wuxueHhrhBQLGoyuCFi90C { width:20.375rem;height:3.3125rem;top:53rem;left:13.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fGoOAp66EbqZCQlqo5X1TzzWfq2cipl4 { display:block; }
 }@media only screen and (max-width: 1199px) { #sD78JzIn8DPWUKfuzq8mqBd0DB8yrkQ2 { width:1.25rem;height:1.25rem;top:54.0625rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ada756MtFgvzRTT6KzX2WAgSG7ZXo7kM { display:block; }#Ada756MtFgvzRTT6KzX2WAgSG7ZXo7kM > .row .container { width:47.75rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EL6HhpXo79D1loGcy6tTuMTHEIAimJ3b { width:24.1875rem;height:1.7875rem;top:1.3125rem;left:12.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #r2n1ehuRVxDOprh7rqgrMraUUt36GnHv { width:18.6875rem;height:0.3125rem;top:3.625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MuyzhPRzvqhXV7FyJo6UmBX7cHoH4WIa { width:20.25rem;height:11.875rem;top:5.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GWyR1oVekTnHD8Gdq4uDJf3ipXM82c9M { width:23.375rem;height:2.6rem;top:6.298828125rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TK9NUG2bR0aZOgyRqmpVqefUiv71x5Io { width:23.375rem;height:2.6rem;top:10.10546875rem;left:24.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IwWTbrz989b5x47XDzKp6PUhwNRlb7Hh { width:23.375rem;height:3.9rem;top:13.9375rem;left:24.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paQ4JauEOPkTb1sqVTlinSyA6lfQbcly { width:1.875rem;height:3.575rem;top:5.8125rem;left:21.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qWEF5NmhxJUCKgov9tJZamNqgKnERcxr { width:1.875rem;height:3.575rem;top:9.625rem;left:21.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XyIgm9iNIczgTvrrGA92fuQkwRNA65Uk { width:1.875rem;height:3.575rem;top:13.51171875rem;left:21.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UZTapzri0m4ZMXQhcnkrpyOTSAnPpqtb { display:block; }#UZTapzri0m4ZMXQhcnkrpyOTSAnPpqtb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SmN0kiX2RmNnGnUTu45DKENFHkTQAbzE { width:25.5rem;height:6.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ezNsMmk2uaxIsLaVydTnc5U6kJrgRAlS { width:23.0625rem;height:5.85rem;top:1.2062530517578rem;left:0.56249997019767rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #WToQMUZ5Pr6dCsVT6xEMlyMyeLM5EHyh { width:21.75rem;height:14rem;top:0rem;left:26rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rgKUATh58PADR4ecghs7sh7JNVOZMPqa { width:19.1875rem;height:10.96875rem;top:1.75rem;left:28.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #axiKqMAI1VXhCOqTWdsJlT4TqBuMkgfO { width:24.375rem;height:9.1rem;top:7.287109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fBDqsbxceTfS2ZiweLG9UizpmffnSffZ { width:20.375rem;height:3.3125rem;top:17.3125rem;left:13.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xgrEUf5H00fgRn1y4nT5f61ttJe8yh7V { display:block; }
 }@media only screen and (max-width: 1199px) { #RQ2VLVanSvJE2UVa9TaBnDoo3VaX3xe9 { width:1.25rem;height:1.25rem;top:18.34375rem;left:31.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:47.75rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:11.8125rem;height:1.875rem;top:1.53125rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:47.75rem;height:5.85rem;top:4.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sdk0rzFQ6yAUssmmDCkr9D5d4Ot8OlfF { display:block; }#sdk0rzFQ6yAUssmmDCkr9D5d4Ot8OlfF > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrwuDsmmdaxSwPOJdXJCCb1ODGewZtM3 { width:13.3125rem;height:4.8125rem;top:5.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXDpyTHUQ4DwpQJXVldapkqKVMldc28M { width:17.9375rem;height:1.38125rem;top:2.875rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8v17WFzfgdPzOsOTTVqyyycfpFUnirD { display:block; }#A8v17WFzfgdPzOsOTTVqyyycfpFUnirD > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdrmQlakKu2mph7I8OAUUX5eDnmrnBUD { width:20rem;height:10.075rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtr8HCo1zeUC3itOcv93wD6wT1cHtXcT { display:block; }#Gtr8HCo1zeUC3itOcv93wD6wT1cHtXcT > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ev6z3FxlWu85p3QDUQ11Qb2aJHK0bDXC { width:20rem;height:12.172351885099rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otTXGZODWGzfQOP7r1bQZCxWCIGhzxm3 { width:20rem;height:19.427083333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKIPMTRfEoKmc6aoogI21yWqI14wb4yK { width:7.1875rem;height:5rem;top:22.671875rem;left:4.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVG7Aw3r7XdRSMxBRTMkmvrrWTuHgJpx { width:20rem;height:6.75rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUhZen2S8Azv4ZLxn2i4xZgMkAOTTgBf { width:14.75rem;height:4.875rem;top:13.625rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0o9W0pphrpFgHKXwBe13GKMvEUEGO3Q { width:18.25rem;height:4.875rem;top:21.6875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9nncC4vcF3kRZLvxFVIWqw8QabLkW3w { width:20rem;height:6.75rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amUQTo3LuMmBOT9MeRBzsgt4scwDp8F7 { width:7.125rem;height:3rem;top:7.125rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVDprhEHc21RMRvH5EpubpgP8GEByNEb { width:16rem;height:4.875rem;top:29.625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhfZ8pCfiOu6MR0z7sE6oWLZNTMz7WUc { width:20rem;height:6.75rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVZtC5c3ZH7dvxLKClwoK1wtBTbIt4bq { width:5.75rem;height:4.1875rem;top:16.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WciM9L8AU3PXPe3f7oNZbWJnSAZU5JWm { width:8rem;height:10.25rem;top:17.75rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDHs5N4wuhr2JLN4B4p3gHT9nA8ark6r { width:15.4375rem;height:4.875rem;top:37.625rem;left:2.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXFmczgn62n2NiD2yzup9Al6f3wT2fOc { width:20rem;height:6.75rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8vgNTATfeOLWg91a3gTeU3DziTtDaqu { display:block; }#h8vgNTATfeOLWg91a3gTeU3DziTtDaqu > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z899p0IgzbAMr0aPa6BsDswpkbCVG6Pm { width:20rem;height:0.5rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3uSzBQ4xUVx6Jt07TXRczoki1UaXcko { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GvI1K6z1wOTLeOITSK47bMTPPTmTQCQB { width:20rem;height:21.125rem;top:9.44921875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TR2BE9GpCVWTdWld1cvccTvaTxyDsz8d { width:19rem;height:4.0625rem;top:53.875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1X1HQF6LCNQEWB9yFtwSOREfzrwQu61 { display:block; }
 }@media only screen and (max-width: 763px) { #NP9wZmsViSw9wcxWGc2aOFw8ypImWgiv { width:1.875rem;height:1.875rem;top:54.9375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqvuGGLV1PP0GOZSS3fuGl9TuTTgkQMr { width:20rem;height:19.8125rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egSVbva2eV6wwnFZfxHMWOgnu3i0wDoT { display:none; }#egSVbva2eV6wwnFZfxHMWOgnu3i0wDoT > .row .container { width:20rem;height:140rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FoaRLqmdt9rKahkg5v50ZfoZGSFXfyrT { width:20rem;height:0.5rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6v3MEsiBw78upSlAbDRAC2rK6P4ltlF { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLRF9lH4QQODgq3lpbdFBc55D52qw4QS { width:20rem;height:7.8378378378381rem;top:9.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0TkBTb3DSiLJkLVWMnDtu8Tay7pyHCb { width:20rem;height:10.5625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpWOTkBEcP5w8rqH8TlykLB3EwCacPmb { width:18.75rem;height:3.25rem;top:19.9375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PqMRENl6lKverSaxI6bAW0ICAqV5RvTd { width:18.75rem;height:2.6rem;top:24.3125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P9oZtqZKHPr4uIzW6trFL6IU1M3COxpm { width:20rem;height:11.75rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcMlGnAWlszi76UHsHdm90TOuPlRET98 { width:18.75rem;height:5.19791875rem;top:44.5625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVovfXrrbT4ZBLM0XPnndz8sbGId19WX { width:18.75rem;height:3.25rem;top:40.5rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rFizBPgLmPf7yNCfuiaphKnsmh4mEZql { width:20rem;height:7.9453125rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBnyaNuDadGyttGkgLCqKTmRnZnJ6TTm { width:20rem;height:11.125rem;top:105.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRpuMDpWhZKB4hPCqet8aaMoXip2HCNa { width:18.75rem;height:3.8984375rem;top:66.375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c666HVJtZqziEUDnhrWkzfMvXsi2ueCA { width:18.75rem;height:1.625rem;top:63.3125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTZpiZtnJ8WLVA6VuqJggDHFQ7vdndhn { width:20rem;height:7.9453125rem;top:53.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlfU2wPFuP6f70q0zJA5ZhqiTSvEOxvI { width:20rem;height:10.6875rem;top:61.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlTUMuEoRPNKyJnaqfGxxyl0JksiuNgs { width:12.75rem;height:2.6rem;top:134.5625rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJ4E6CHwVWPXtaAySUMog3quOqh9Li3T { width:18.75rem;height:4.875rem;top:128.875rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAEZI5HkP5SedGMOpJvrlkd6oyuAexTu { width:20rem;height:11rem;top:83.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFNIzVNIFH6uPxxDOWousu18PkpMSM3S { width:18.75rem;height:3.8984375rem;top:111.125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtUXor0AMWrIvwT1THlfZostXNmxTNyw { width:15.8125rem;height:3.25rem;top:107.0625rem;left:2.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #RUHgEMMt3Gw88bEcBQMsbxBQrP8V0Koh { width:20rem;height:8rem;top:96.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1d1FGVc70TnOUnxMyqgCT2Kdb0pMTKz { width:20rem;height:8rem;top:118.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahcDSFN5OBSWAKJyNbqMGMZQ4yuHT0St { width:20rem;height:8rem;top:74.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kheTExe8Ik9AmP89HupqR27Oxaw5RVXc { width:20rem;height:10.8125rem;top:127.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7NvqVnVqJ2zZ99w78RoSZHlpx25190e { width:16.375rem;height:3.25rem;top:85.125rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVfMui9OATDyQzAeweQsOowBQN3F4PSm { width:18.75rem;height:3.8984375rem;top:89.125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pAQ5iWkQ6T2PXH2fdvD3qbJB6lvJxPNR { display:none; }#pAQ5iWkQ6T2PXH2fdvD3qbJB6lvJxPNR > .row .container { width:20rem;height:63.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ETZHV6hlrqMXnsKaChxKQP2ytXfcgQoX { width:20rem;height:4.55rem;top:1.375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dt1TXkXAOcnQO3HD4kEaG2Zg1Bp8ARq1 { width:20rem;height:0.5rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF5FeSlcUMtTnSVAASRqczHfzEp70q7S { width:20rem;height:20.1689375rem;top:43.080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXqQ8TLSTTudAJIISTIrAEQA7goOJ1Pa { width:20rem;height:8.125rem;top:8.6875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xcBarJ5LfFXbHZUx1mUoAlbR7wfaGrVc { width:20rem;height:18.39325rem;top:17.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#xcBarJ5LfFXbHZUx1mUoAlbR7wfaGrVc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e80dbbb8-4c18-42fa-ab3d-501132a218c9/Vector8.png); }
 }@media only screen and (max-width: 763px) { #mI9n3DAADgMzakiUix1X0wKcTMJB6Uy4 { width:19rem;height:4.0625rem;top:37.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDXlkqa0iqo7BprxsOUG8b3hZ8b0K1sc { display:block; }
 }@media only screen and (max-width: 763px) { #AzaDbu0fTnMy0UmXIIRM6iV3Wk8wPns6 { width:1.875rem;height:1.875rem;top:38.6875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSfTyzSJmEmtQihzE9hn0imFILZLaEEg { display:block; }#NSfTyzSJmEmtQihzE9hn0imFILZLaEEg > .row .container { width:20rem;height:92rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tatuRLa2LVqMa6G35ltIIdpZEwS6FenM { width:20rem;height:0.5rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dleyuxr545kwa5rd0vN92U1fGyKQLMDl { width:20rem;height:4.55rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRK3MOpkkztXgu0Kb7nqWNVcnnTG0ApQ { width:20rem;height:13.875rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTw67JhShq5HSiNoOpCKru2UNvZnFOy3 { width:18.75rem;height:7.8rem;top:13.1875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqxTybBT7KhMs1yTlUKRVf3zwqEW1bpg { width:2.625rem;height:2.75rem;top:9.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIB4plgDTGN8X5rldRxTUZPWVGJlcFl7 { width:20rem;height:13.875rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KawoRVKne0Tg7DZ3kqJcq56Ume1wCHBS { width:18.75rem;height:6.5rem;top:29.1875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9KM1TI2NhX0DksDek1BKGf3vugC5n7c { width:2.5rem;height:2.75rem;top:24.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3cqmVdWJo2qVCXfp1C580vpr4X0KNmB { width:20rem;height:13.875rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM5uq4FfBmgS8qrCooTOZTW62M4PrOLN { width:18.75rem;height:7.8rem;top:44.25rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QguuXFGEV6dJN1eOrIMa8hPkQTz87k6r { width:2.5rem;height:2.75rem;top:40.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAETMNlpt2oJ0epxWg2MSTPxkKgMgRAr { width:20rem;height:13.875rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVQVfw7DCTkZNFICiueaOCU6Zx8DfRTs { width:18.75rem;height:7.8rem;top:75.3125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LOFW0fzQSvNvKQhGMXv00KlpcDASmayF { width:2.5rem;height:2.375rem;top:72rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8iNuRvVWxNTI2GFTqfTvbTTA0Xcnd7v { width:20rem;height:13.875rem;top:54.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvrHw2MWzZVPh1FNfwkBa6JIxyTfNCF6 { width:18.75rem;height:6.5rem;top:60.375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snIK9QCKNhDpBvIPMza8zlxsoHIly2KV { width:2.5rem;height:2.5rem;top:56.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBKpczqlU8wuxueHhrhBQLGoyuCFi90C { width:19rem;height:4.0625rem;top:86rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGoOAp66EbqZCQlqo5X1TzzWfq2cipl4 { display:block; }
 }@media only screen and (max-width: 763px) { #sD78JzIn8DPWUKfuzq8mqBd0DB8yrkQ2 { width:1.875rem;height:1.875rem;top:87.125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ada756MtFgvzRTT6KzX2WAgSG7ZXo7kM { display:block; }#Ada756MtFgvzRTT6KzX2WAgSG7ZXo7kM > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EL6HhpXo79D1loGcy6tTuMTHEIAimJ3b { width:20rem;height:4.55rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2n1ehuRVxDOprh7rqgrMraUUt36GnHv { width:20rem;height:0.5rem;top:7.04785rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuyzhPRzvqhXV7FyJo6UmBX7cHoH4WIa { width:20rem;height:11.728395061728rem;top:8.79785rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWyR1oVekTnHD8Gdq4uDJf3ipXM82c9M { width:18.125rem;height:3.9rem;top:21.5625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TK9NUG2bR0aZOgyRqmpVqefUiv71x5Io { width:18.125rem;height:2.4375rem;top:26.4375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IwWTbrz989b5x47XDzKp6PUhwNRlb7Hh { width:18.125rem;height:4.875rem;top:29.998046875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #paQ4JauEOPkTb1sqVTlinSyA6lfQbcly { width:1.875rem;height:2.6rem;top:22.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWEF5NmhxJUCKgov9tJZamNqgKnERcxr { width:1.875rem;height:2.6rem;top:26.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyIgm9iNIczgTvrrGA92fuQkwRNA65Uk { width:1.875rem;height:2.6rem;top:31.744140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZTapzri0m4ZMXQhcnkrpyOTSAnPpqtb { display:block; }#UZTapzri0m4ZMXQhcnkrpyOTSAnPpqtb > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmN0kiX2RmNnGnUTu45DKENFHkTQAbzE { width:20rem;height:5.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezNsMmk2uaxIsLaVydTnc5U6kJrgRAlS { width:18.75rem;height:7.8rem;top:2.05078125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WToQMUZ5Pr6dCsVT6xEMlyMyeLM5EHyh { width:20rem;height:14rem;top:17.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgKUATh58PADR4ecghs7sh7JNVOZMPqa { width:18.125rem;height:10.96875rem;top:19.296875rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axiKqMAI1VXhCOqTWdsJlT4TqBuMkgfO { width:20rem;height:8.53125rem;top:8rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBDqsbxceTfS2ZiweLG9UizpmffnSffZ { width:19rem;height:4.0625rem;top:33.03125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgrEUf5H00fgRn1y4nT5f61ttJe8yh7V { display:block; }
 }@media only screen and (max-width: 763px) { #RQ2VLVanSvJE2UVa9TaBnDoo3VaX3xe9 { width:1.875rem;height:1.875rem;top:34.125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:8.1875rem;height:1.25rem;top:1.5625rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:20rem;height:10.725rem;top:4.25rem;left:0rem;font-size:0.75rem;display:block; }
 }