.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:225,250,223;--color-primary-1:156,239,150;--color-primary-2:57,222,44;--color-primary-3:29,111,22;--color-primary-4:9,33,7;--color-secondary-0:255,225,231;--color-secondary-1:255,156,174;--color-secondary-2:255,56,92;--color-secondary-3:128,28,46;--color-secondary-4:38,8,14;--color-tertiary-0:255,255,255;--color-tertiary-1:112,112,112;--color-tertiary-2:76,76,76;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Fraunces";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { position:relative;display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { background-color: transparent; background-image: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { border-width: 0; border-radius: 0; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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:7.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fm58oHmAeDhENFUy4GdECPPqhSxQG0Bl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74921875rem;width:14.3741875rem;top:1.7496092319489rem;left:22.811717987061rem;overflow:hidden;display:block; }
#GBDqy0K8rDw9WNm1K9aKDwT6eJyHI2eD { color:rgba(var(--color-tertiary-4),1);display:block;width:21.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:4.497510433197rem;left:18.780006408691rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#NeoELC7ZbleTmMUuGKEwemBp7mkV8JTy { color:rgba(var(--color-tertiary-4),1);display:block;width:21.93625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9028763771057rem;left:19.03053855896rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#kBJiVrU3xnSv5NJCnaw2ENq11Ta4hFJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff1e5;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; }#kBJiVrU3xnSv5NJCnaw2ENq11Ta4hFJT > .row .container { background-color: transparent; background-image: none; }#kBJiVrU3xnSv5NJCnaw2ENq11Ta4hFJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBJiVrU3xnSv5NJCnaw2ENq11Ta4hFJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBJiVrU3xnSv5NJCnaw2ENq11Ta4hFJT > .row .container > .video-iframe-container { display: none; }#kBJiVrU3xnSv5NJCnaw2ENq11Ta4hFJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBJiVrU3xnSv5NJCnaw2ENq11Ta4hFJT > .row > .video-iframe-container { display: none; }#kBJiVrU3xnSv5NJCnaw2ENq11Ta4hFJT > .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); }#kBJiVrU3xnSv5NJCnaw2ENq11Ta4hFJT > .row .container { border-width: 0; border-radius: 0; }#kBJiVrU3xnSv5NJCnaw2ENq11Ta4hFJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBJiVrU3xnSv5NJCnaw2ENq11Ta4hFJT > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#ifeCkP3KE0dGCGcZVzV6ywNQO4Vfx6T7 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.0605625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:0.896484375rem;left:3.9677734375rem;height:1.58073125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#POmRDEBqtBEOViTN7FTvA9pt9h1fOQ4M { background-color:#a2fd42;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.40625rem;left:42.875rem;display:block; }
#dh71vQ0vWfgJfziWx6rNL8eOSw5xglsk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55fc3c6c-f14c-4bed-bf5a-5b28d440adc7/liverpool2png.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN.adaptive-delivery-prevent-bg, #Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN.lazyload, #Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN.lazyloading { background-image: none; }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN > .row .container { background-color: transparent; background-image: none; }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,0,2,0.03); }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN > .row .container > .video-iframe-container { display: none; }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,0,2,0.03); }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN > .row > .video-iframe-container { display: none; }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN > .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); }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN > .row .container { border-width: 0; border-radius: 0; }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:block; }#CmgIdynKdzHIrlco6PUxD1lT8kJLy2mL { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:31.07177734375rem;left:3.2158203125rem;height:2.15625rem;text-align:left;text-align-last:left;display:block; }
#MtGm9JgapimRNmEHh7i9567qhDvxZGxu { color:#2a2a2a;display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:21.26220703125rem;left:3.46533203125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#uTw4NDCfRTdUQu0qTavo9OZ1QGrCyspU { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.7320327758789rem;left:23.009761810302rem;height:5.625rem;text-align:center;text-align-last:center;display:none; }
#bH4S5TDaK9t86GZLFZI7hkTtkVe8Ok6E { box-sizing:content-box;height:27.4375rem;width:58rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-image: -o-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafaface' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafaface' );";background-image: linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-size:auto !important;top:20.16796875rem;left:0.90625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0) ;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DymW245V7HOtT1CfDuTy5v5JFTQ8lXfv { color:rgba(var(--color-tertiary-4),1);display:block;width:49.062rem;position:absolute;font-family:arial;font-size:3.3125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:22.8876953125rem;left:3.2783203125rem;height:7.2864375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WSCW7aJs6cCUPTTTAfPazJ26dXiF5frN { background-color:#a2fd42;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.249rem;height:4.374025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.1494140625rem;left:3.2158203125rem;display:block; }
#tH0uAEUTn5H8qBTzdDk0hNsi1foEg5N5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DVhIArFfMIkMgpPlUFBL3hpTuq4WXPWa { color:#e10c4a;display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:34.16796875rem;left:3.4033203125rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#XvtGBiThyRNkNe9AMMNMCvs1z0yuDpV6 { color:#e10c4a;display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:44.228515625rem;left:2.9970703125rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#bvHi9X5ThBQkXHSiRVLJtqUC8JnyeFlq { box-sizing:content-box;height:9.3125rem;width:14.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:29.8369140625rem;left:43.87353515625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Q8xTRImAGfOk0y8hpX5deqNfgBoZpy5X { color:#e10c4a;display:block;width:8.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:33.54052734375rem;left:46.46484375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#dLHVNStzrOSq0y2Fek51XdMeUxHvBblr { color:#e10c4a;display:block;width:14.4975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:30.86865234375rem;left:43.68603515625rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#kgveua8MfyzR4zkdbta4ttwLHTUeIzAb { color:#e10c4a;display:block;width:14.4975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:36.69580078125rem;left:43.87353515625rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#AlHkaSMudsbTg6wingg0zyNE4wy4LUT7 { box-sizing:content-box;height:0.125rem;width:28.75rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.508464813233rem;left:3.1529951095581rem;display:block; }
#Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55fc3c6c-f14c-4bed-bf5a-5b28d440adc7/liverpool2png.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo.adaptive-delivery-prevent-bg, #Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo.lazyload, #Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo.lazyloading { background-image: none; }#Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo > .row .container { border-width: 0; border-radius: 0; }#Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:none; }#d2ApWv7m9fQ7uPkK6dQR1OfQvKvCtdIl { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:31.07177734375rem;left:3.2158203125rem;height:2.15625rem;text-align:left;text-align-last:left;display:block; }
#r8IdpbUBOgbm3NeZuPapf2i3tBRtt95P { color:#2a2a2a;display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:21.26220703125rem;left:3.46533203125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#eWSUG8yTtWziav03cTN1QfWZgTfygQhO { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.7320327758789rem;left:23.009761810302rem;height:5.625rem;text-align:center;text-align-last:center;display:none; }
#P5UMEelIyn4ed9P9ez29Nmowvg9dfhVc { box-sizing:content-box;height:27.4375rem;width:58rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-image: -o-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafaface' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafaface' );";background-image: linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-size:auto !important;top:20.16796875rem;left:0.90625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0) ;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tWCb14gpGrU53VGmCLJAPtsoehutSuqf { color:rgba(var(--color-tertiary-4),1);display:block;width:49.062rem;position:absolute;font-family:arial;font-size:3.3125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:22.8876953125rem;left:3.2783203125rem;height:7.287125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qcXBShdm2Ms7lwkuiShClD9tk2nK4xBO { background-color:#a2fd42;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.249rem;height:4.374025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.1494140625rem;left:3.2158203125rem;display:block; }
#S2TgCGkL7VXKDhEqMdupeRSeeIig0AHy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WWpd4xXFqCzy1z6eeGeuwDCHEhp6s4P6 { color:#e10c4a;display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:34.16796875rem;left:3.4033203125rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#zR71K0TUqZMwRM8sgXiaxp1pPsJpwCLF { color:#e10c4a;display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:44.228515625rem;left:2.9970703125rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#yVdmiW78cSMIbepUvfTEBVzdvybRAl4e { box-sizing:content-box;height:9.3125rem;width:14.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:29.8369140625rem;left:43.87353515625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#D752qWlU1RuHJeHqQOGQt0AecTNNTBx5 { color:#e10c4a;display:block;width:8.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:33.54052734375rem;left:46.46484375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#e5qZb6uwWZmOiekTKxdpu7O7PDoVFuOS { color:#e10c4a;display:block;width:14.4975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:30.86865234375rem;left:43.68603515625rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#B80ChXbwopF7Em7DVuh8PhswXnHHZDi9 { color:#e10c4a;display:block;width:14.4975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:36.69580078125rem;left:43.87353515625rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#lhzJ6SWkSLy4ABq4onXNDMqHTheIoku5 { color:#e10c4a;display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:29.75927734375rem;left:3.21533203125rem;height:1.78125rem;text-align:left;text-align-last:left;display:block; }
#OUKLrsIEdhDERdcxDWhOfya6f6pfSupL { 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:2.5rem;width:29.8125rem;display:none; }
#cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55fc3c6c-f14c-4bed-bf5a-5b28d440adc7/liverpool2png.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD.adaptive-delivery-prevent-bg, #cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD.lazyload, #cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD.lazyloading { background-image: none; }#cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD > .row .container { border-width: 0; border-radius: 0; }#cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:none; }#z0rrUEaqddp5JHTZofRgB7cvn0UaKsJR { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:31.07177734375rem;left:3.2158203125rem;height:2.15625rem;text-align:left;text-align-last:left;display:block; }
#MdD5TQqCCH8QZrWtLtdT9b4pglusXtOO { color:#2a2a2a;display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:21.26220703125rem;left:3.46533203125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#WakOHWc8KniatdkkJFsthyT75XqhAxP1 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.7320327758789rem;left:23.009761810302rem;height:5.625rem;text-align:center;text-align-last:center;display:none; }
#ovnwblRuCx93OP02MIIt2gin3XawkBoy { box-sizing:content-box;height:27.4375rem;width:58rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-image: -o-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafaface' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafaface' );";background-image: linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-size:auto !important;top:20.16796875rem;left:0.90625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0) ;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ow0KvDuPWIDgwPHLKWwlNtC24qwwPP9p { color:rgba(var(--color-tertiary-4),1);display:block;width:49.062rem;position:absolute;font-family:arial;font-size:3.3125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:22.8876953125rem;left:3.2783203125rem;height:7.287125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AB5Ile0Upsed9u0DwlI5vZw0pgcQVtpT { background-color:#a2fd42;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.249rem;height:4.374025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.1494140625rem;left:3.2158203125rem;display:block; }
#SzTPqOzog7slQIvleKakFDFBuW3TzqXW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wATGAe4GMfOiFNsO4ZfTH7CulRNS2ciT { color:#e10c4a;display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:34.16796875rem;left:3.4033203125rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#wHTU2bXVSwmw7zDZWF6QTAgTdB71S62O { color:#e10c4a;display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:44.228515625rem;left:2.9970703125rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#TWyJVWAud24OWnlT9WSBTh4MbSTgJaz8 { box-sizing:content-box;height:9.3125rem;width:14.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:29.8369140625rem;left:43.87353515625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#e109R7To6TgquulRSsDbOP2vy55TGrRH { color:#e10c4a;display:block;width:8.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:33.54052734375rem;left:46.46484375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#scBcrsM8Z66wsiZGze4vZmIpLpKiWS3e { color:#e10c4a;display:block;width:14.4975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:36.69580078125rem;left:43.87353515625rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#tob79W701ZclltGRrrQASzSscFN3aGPn { color:#e10c4a;display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:29.75927734375rem;left:3.21533203125rem;height:1.78125rem;text-align:left;text-align-last:left;display:block; }
#f4l4xMUdR1TZ4qDTG3cHH702XBc3SBBi { 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:2.5rem;width:29.8125rem;display:none; }
#OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55fc3c6c-f14c-4bed-bf5a-5b28d440adc7/liverpool2png.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S.adaptive-delivery-prevent-bg, #OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S.lazyload, #OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S.lazyloading { background-image: none; }#OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S > .row .container { border-width: 0; border-radius: 0; }#OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:none; }#BfutZhsmkigyWlRMOvMiszcNQFJpKXRJ { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:31.07177734375rem;left:3.2158203125rem;height:2.15625rem;text-align:left;text-align-last:left;display:block; }
#fRlhoAr35vTnedtlJEeI3oPOvxImyaDF { color:#2a2a2a;display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:21.26220703125rem;left:3.46533203125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#xH5HxEfA0FmX6QwU0bty99fQPTXSDnbs { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.7320327758789rem;left:23.009761810302rem;height:5.625rem;text-align:center;text-align-last:center;display:none; }
#OhArN8FieTMJAThEnQKpzwiGzuZIdsiL { box-sizing:content-box;height:27.4375rem;width:58rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-image: -o-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafaface' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafaface' );";background-image: linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-size:auto !important;top:20.16796875rem;left:0.90625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0) ;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#oZrPzul0HMcBmoE3ETnOT1ETsWptDiRe { color:rgba(var(--color-tertiary-4),1);display:block;width:49.062rem;position:absolute;font-family:arial;font-size:3.3125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:22.8876953125rem;left:3.2783203125rem;height:7.287125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KlGQAUZ1vrwOgSnSTO56yleaIyNvTgHC { background-color:#a2fd42;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.249rem;height:4.374025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.1494140625rem;left:3.2158203125rem;display:block; }
#dt4BTxN5ZaMrKtPFoQTlSZAkR0iFpIX4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e5BBtVB81W0lQxlo5N48ez5ZmwP2eXDz { color:#e10c4a;display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:34.16796875rem;left:3.4033203125rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#vSdzGnHIWJBL6JZSPt08kDctRX9wn9cB { color:#e10c4a;display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:44.228515625rem;left:2.9970703125rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#AS3aI1ioFdvIi8Gfdmn339Kc26BtrMQl { color:#e10c4a;display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:29.75927734375rem;left:3.21533203125rem;height:1.78125rem;text-align:left;text-align-last:left;display:block; }
#Xq9oE2dTFE9Q1a9yyk9kWTroTp6ZT05x { box-sizing:content-box;height:9.3125rem;width:14.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:29.8369140625rem;left:43.87353515625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#rTruZt8l8ydlmhkiZPziqe9xrVBgfvd5 { color:#e10c4a;display:block;width:14.4975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:36.69580078125rem;left:43.87353515625rem;height:1.40625rem;text-align:center;text-align-last:center;display:none; }
#s08sTHXfZeWB6JQPZnVQsZ0DRIL2fInK { color:#e10c4a;display:block;width:8.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:33.54052734375rem;left:46.46484375rem;height:3.375rem;text-align:center;text-align-last:center;display:none; }
#gHgSpzDqwrfXTJDfNpEyznSpQu5wlnXD { 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:2.5rem;width:29.8125rem;display:none; }
#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55fc3c6c-f14c-4bed-bf5a-5b28d440adc7/liverpool2png.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO.adaptive-delivery-prevent-bg, #h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO.lazyload, #h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO.lazyloading { background-image: none; }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO > .row .container { border-width: 0; border-radius: 0; }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:none; }#Tzrwp7kFBwuQTWdlmEP5DaKXx8A6v6LL { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:31.07177734375rem;left:3.2158203125rem;height:2.15625rem;text-align:left;text-align-last:left;display:block; }
#yOXXqIf5i2ya5rvmZFGUzkmxqxW57yNy { color:#2a2a2a;display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:21.26220703125rem;left:3.46533203125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#czxstdT4LTP9onok8Kp5oL8tTxUiuSeV { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.7320327758789rem;left:23.009761810302rem;height:5.625rem;text-align:center;text-align-last:center;display:none; }
#m1kXak6e2muFgz76nFD4AOSxf2uK8Ey5 { box-sizing:content-box;height:27.4375rem;width:58rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-image: -o-linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafaface' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafaface' );";background-image: linear-gradient(180deg, #ffffff, rgba(250,250,250,0.81));background-size:auto !important;top:20.16796875rem;left:0.90625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0) ;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Twz1vTrG69pxFdx2WUxpxqI8JlFT1cyv { color:rgba(var(--color-tertiary-4),1);display:block;width:49.062rem;position:absolute;font-family:arial;font-size:3.3125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:22.8876953125rem;left:3.2783203125rem;height:7.287125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TG8G00HfTRvCBuxhlsMgVseTZyl4rW38 { background-color:#a2fd42;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.249rem;height:4.374025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.1494140625rem;left:3.2158203125rem;display:block; }
#v0GIMQ45U2J10AyfdcIbdH1tDvzGHGMv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTZEHD099CbfuUBfAZMMDrbgNRGGN07F { color:#e10c4a;display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:34.16796875rem;left:3.4033203125rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#eCA9CMaaxWWQsc5X4Altsf4ntJLW6keA { color:#e10c4a;display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:44.228515625rem;left:2.9970703125rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#bo3DchOqIWMyOm6mO2UZ9GDZWmOFNpR4 { color:#e10c4a;display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:29.75927734375rem;left:3.21533203125rem;height:1.78125rem;text-align:left;text-align-last:left;display:block; }
#q3frCTTClnUGEZATuhK4sDiEa4uxaydn { box-sizing:content-box;height:9.3125rem;width:14.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:29.8369140625rem;left:43.87353515625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#SLAt9T30vEwvEZngZRBiNAQvE58KA493 { color:#e10c4a;display:block;width:14.4975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:36.69580078125rem;left:43.87353515625rem;height:1.40625rem;text-align:center;text-align-last:center;display:none; }
#RJ9RAqNCkMa7of9iGZH5qSJviG8xtiGw { color:#e10c4a;display:block;width:8.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:33.54052734375rem;left:46.46484375rem;height:3.375rem;text-align:center;text-align-last:center;display:none; }
#RW0xktkC202LI5tMDuONT8c4w88EfOEO { 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:2.5rem;width:29.8125rem;display:none; }
#Chh8Tc46sqTzvh0BJbVQscJFMMdfiqtb { box-sizing:content-box;height:0.125rem;width:28.75rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.508464813233rem;left:3.1529951095581rem;display:none; }
#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s { z-index:;position:relative;display:block; }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s { background-color: transparent; background-image: none; }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .row .container > .video-iframe-container { display: none; }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .row > .video-iframe-container { display: none; }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .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); }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s { border-width: 0; border-radius: 0; }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:10.875rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#lkKGT4rMR1VeVlGDEJkQagm0UH716UDE { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8745rem;width:6.8745rem;top:3.625rem;left:5.875rem;overflow:hidden;display:block; }
#SoTkroFyo7fR4L1x9PfbV9IcX8eShLVo { 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:1.625rem;width:9.75rem;top:6.25rem;left:14.25rem;overflow:hidden;display:block; }
#xDuheyAKFCSSAbesvOcBvgrP5vanWT5t { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:9.9375rem;top:6.1875rem;left:26.0625rem;overflow:hidden;display:block; }
#BtI3Gxmwuau0pZ8s8vtUaG3CDZaW2XnU { position:absolute;display:block;z-index:15036;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.936525rem;width:6.4365rem;top:6.0625rem;left:38.625rem;overflow:hidden;display:block; }
#P02D7y4mKKOds46LZdvTLVCONkhhV1dG { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.49755859375rem;left:3.84375rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LbC10CCkSAf5Br8HsFNP71hPvyJCGft6 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:6.25rem;left:45.125rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DtBEdt9v1JN6Sd6EkGdTMTqgtFRh5vT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.49755859375rem;left:3.84375rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vPiaoUIwpbkko7GDZzfJ6GGheL53PU68 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.49755859375rem;left:3.84375rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#vPiaoUIwpbkko7GDZzfJ6GGheL53PU68 li:before{  }
#sMhOt9zXN8qsL4dUW2L3cX2Gye7VaxMr { z-index:;position:relative;display:none; }#sMhOt9zXN8qsL4dUW2L3cX2Gye7VaxMr { border-width: 0; border-radius: 0; }#sMhOt9zXN8qsL4dUW2L3cX2Gye7VaxMr > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:10.875rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#PPTtkBVCWhhCUb4hchOqUSsSz0FghTK7 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8745rem;width:6.8745rem;top:3.625rem;left:5.875rem;overflow:hidden;display:block; }
#UNVCx4QfTiuxIFzWyy8AvC5Je2RbcRbp { 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:1.625rem;width:9.75rem;top:6.25rem;left:14.25rem;overflow:hidden;display:block; }
#tuBTNz2OGUdXyKE3LQUXe4u6kXeSfFmQ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:9.9375rem;top:6.1875rem;left:26.0625rem;overflow:hidden;display:block; }
#eh5w0zTdSNgdeHHKJSCen9NLt78pUZIb { position:absolute;display:block;z-index:15036;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.936525rem;width:6.4365rem;top:6.0625rem;left:38.625rem;overflow:hidden;display:block; }
#y4uUzEkBq1iFohWIuZvfdi2A6ckbKJDG { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.49755859375rem;left:3.84375rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o5paAP5IT2fmT2qRh9TFCtMT0feGux8E { color:rgba(var(--color-tertiary-3),1);display:block;width:12.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:6.25rem;left:45.125rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WNXLbbanb1hkFWkRnZMLE0cr9Adsf4nd { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.49755859375rem;left:3.84375rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xAcHzrPvi9hCbSkaU81Ub3QUGFWLKVRT { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.49755859375rem;left:3.84375rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }#xAcHzrPvi9hCbSkaU81Ub3QUGFWLKVRT li:before{  }
#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm { 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; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { background-color: transparent; background-image: none; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container > .video-iframe-container { display: none; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row > .video-iframe-container { display: none; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .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); }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { border-width: 0; border-radius: 0; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { font-size:0.875rem;font-family:arial;height:125.5rem;width:60rem;position:relative;display:block; }#oOUKnuGpOEi9T0t3T4hFRXfq1fdFPRwN { 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:6.5625rem;width:14.5623125rem;top:5.7220458984375E-6rem;left:0rem;overflow:hidden;display:block; }
#xb6IVTbfZW3xADmufWTnPNrJA10UIqE8 { 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:15.6214375rem;width:10.68625rem;top:32.436965227127rem;left:49.313739776611rem;overflow:hidden;display:block; }
#QM8i8uJ72nES3sl0qdEGLVHxAnb4FJyz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.25rem;left:21.875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qgHMxSh08zuZPDBGEmiQyrot8Vw3TP45 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:6.0625rem;left:15.25rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kbZXmKPSQfu5CpX7Uo2eR1lhxIsewxed { color:rgba(var(--color-tertiary-3),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:10.3125rem;left:23.1865234375rem;height:1.6rem;font-style:normal;display:block; }
#FfqtwkR1D4r0LSqIeTDvm4dAvu5p8fWH { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.9365rem;width:32.124rem;top:12.8125rem;left:13.5625rem;display:block; }
#qnk3Z57bbvqzFTog3dqcs4hUH9RJmEip { box-sizing:content-box;height:33.125rem;width:60rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.34);background-image:none;top:40.25rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xSOApFRLwSJ8iczn8ZlyoZdp29sT3Bs6 { color:rgba(var(--color-tertiary-3),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:40.8125rem;left:14.560546875rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X01cOXdBZXyIZoxDTsqyTMo4fNb1On8P { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:36.25rem;left:12.6552734375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xUxbgCu6wmaTC5XqZyapkxh1LtAEkcMT { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.0625rem;width:34.12375rem;top:43.1875rem;left:12.5625rem;display:block; }
#mQfdcTmTrMu0T9Tt0bA5zSTVK8xTOV3n { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:34.6875rem;top:65.4375rem;left:12.3125rem;overflow:hidden;display:block; }
#qivbtlb1TQf79h6R0qyyTiOQw6onLNUR { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.2498125rem;width:34.5623125rem;top:80.1875rem;left:12.3125rem;display:block; }
#eTicHH7oK8BgHT0FwWacTGTkeFnru787 { 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:5.3125rem;width:34.5rem;top:102.6875rem;left:12.5rem;overflow:hidden;display:block; }
#fxDZilDOE92xgwD9o4ho5UxpmZlmkEE6 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:73.375rem;left:16.1552734375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q221qKPERIzaISnnigvCVn8EvPWZ28KT { color:rgba(var(--color-tertiary-3),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:77.75rem;left:14.560546875rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rteoZdqu2TQ17Vr7tVJdN6DRwVpqgAxK { color:rgba(var(--color-tertiary-3),1);display:block;width:58.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:110.875rem;left:0.4990234375rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pyGrERRMfngUqdkl2FH8l2GP7SrDWqCP { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:4.625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:116.25rem;left:15.3125rem;display:block; }
#cXcx6d3uVoCTN4XssuDqyPHoKyJoOI8y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UlAETaacKarzxbQ4DsKRTFzKA0TBEt9d { color:rgba(var(--color-tertiary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:100.5625rem;left:21.625rem;height:1.5998875rem;font-style:normal;display:none; }
#VZrlpPy8KIik1o82ecknR0q6h3AEQpeU { color:rgba(var(--color-tertiary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:31.8125rem;left:22.25rem;height:1.5996125rem;font-style:normal;display:block; }
#CgtN5kgVhRPVDeswIAoOot17iecVnwmR { color:rgba(var(--color-tertiary-3),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:63.9375rem;left:22.375rem;height:1.5996125rem;font-style:normal;display:block; }
#ZzAUm9ieqhy0QkcBQu43vNRCwaLm53pk { color:#e10c4a;display:block;width:19.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:121.4375rem;left:20.0634765625rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#NSmqRiwm54bgQKqkIJvZlHuMua4Qv8Ad { color:rgba(var(--color-tertiary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:100.5625rem;left:21.625rem;height:1.5998875rem;font-style:normal;display:none; }
#RiHsbAv4anQraN0oX7Ncn4TxT66dZa6z { color:rgba(var(--color-tertiary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:100.5625rem;left:21.625rem;height:1.5998875rem;font-style:normal;display:none; }
#vpeLH64SH1kynHH8nbmndPF6Tmo7ac5H { color:rgba(var(--color-tertiary-3),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:5.3115234375rem;left:8.02880859375rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA { position:relative;display:block; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA { background-color: transparent; background-image: none; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container > .video-iframe-container { display: none; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row > .video-iframe-container { display: none; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .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); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA { border-width: 0; border-radius: 0; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .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; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .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:16.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LxZHB4GwBEhvZKh1qGwnLuTHM4OB9sbi { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.8;letter-spacing:0;top:12.4375rem;left:10.5rem;height:2.0247375rem;text-align:center;text-align-last:center;display:block; }
#OZq6BPTDaAwQAvLS4KQMLwZupyeZ4Rud { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.8;letter-spacing:0;top:9rem;left:32.5625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#GTGh4nArIbLQTa4KkyTy7Bw1gVXSw5R2 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.8;letter-spacing:0;top:8.875rem;left:45.375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#sybZs9vD92xIqH1dPXw7oQ2QxA4MFblJ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15027;line-height:1.8;letter-spacing:0;top:6.375rem;left:31.5625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#XhN8x6mzuKrFBxabRqvqyxmB8QDJbe3G { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15029;line-height:1.8;letter-spacing:0;top:6.375rem;left:43.9375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#fVSbRwrnf8FSf0CRBZHOrexHfLNTVQsC { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.8;letter-spacing:0;top:8.9375rem;left:18.375rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#qa2oxP6FfdJdZpPABmOne93a4gQMH8kA { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.8;letter-spacing:0;top:6.4375rem;left:18.375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#hqkn0w1WV5crWoX3RFFvQvIHvAy3raLZ { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.75rem;left:3.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zbTiaBSH3EXEXTCTsdkb39RhsP9nOwft { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.8;letter-spacing:0;top:8.9375rem;left:5.25rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#NUCHKt51zdEsAN4NI5UXrPDgJWIg54Pb { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.8;letter-spacing:0;top:6.25rem;left:5.375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff1e5;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; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row .container { background-color: transparent; background-image: none; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row .container > .video-iframe-container { display: none; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row > .video-iframe-container { display: none; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .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); }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row .container { border-width: 0; border-radius: 0; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:60rem;position:relative;display:block; }#PQCVvV3P7C2Kxl8hOXAmJ0982JD6HgfJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.625rem;width:15.5rem;display:none; }
#XppDAec8UcaLqvuUSAoKA98vUvs0V0FZ { z-index:15004;top:1.6148796081543rem;left:34.495738983154rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(var(--color-tertiary-4),0.08) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.812125rem;height:2.9367875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#n0FQrcBrH10ArgaypbTFurcOf5bLruCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhW8qTscUoCtD5pSFgaa5lSGVD6dlpLu { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFnN0SopDTLuK5NiLk2q72DLhTlf1d7c { color:rgba(var(--color-tertiary-1),1);display:block;width:29.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:10.875rem;left:15.1875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyM6pTcuOltSIqRlUWIa7uJ8DN73I6zJ { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:18.1875rem;top:15.1875rem;left:40.0625rem;overflow:hidden;display:block; }
#OJXfyKHdGIvsdTt5xMdibwlGtB5bUBqv { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:28.3125rem;left:39.0625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VE6Ep2KzGxq80sIEUzmvEOR3QMb4ngK4 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.0625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:28.25rem;left:19.0625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wevTPGbBLPWNMqprqIXit5NMaFMW7azi { color:rgba(var(--color-tertiary-1),1);display:block;width:17.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:31.5625rem;left:40.1875rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rn5A7Fc3NLwc1l1wRNU5EW0XUxtf6PNR { color:rgba(var(--color-tertiary-1),1);display:block;width:18.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:31.5625rem;left:20.1875rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pGlMguM1OGa2R9iy0wwzFVptXRe9LmZR { color:#28d0a9;display:block;width:10.7480625rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.875rem;left:24.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tuxo1mlNcVPJpOoBv3TzeV0N0W8PN9WM { 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.5625rem;width:12.75rem;top:16.875rem;left:22.5rem;overflow:hidden;display:block; }
#kBFTz71k10UAOsqlWbu66liir6udGzOU { position:absolute;display:block;z-index:15040;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.5625rem;width:12.375rem;top:39.125rem;left:23.4375rem;overflow:hidden;display:block; }
#heh3LwiCtROpq29oZoHomtpd2QKGtIGC { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4366875rem;width:13.5rem;top:41.375rem;left:43.625rem;overflow:hidden;display:block; }
#cTUFnSSNfxCFpQ3SSFaXEhWM1yKDcfxS { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:28.25rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AxGSurRDcf7Qlhd3PetBaTNCZXi6oXpJ { color:rgba(var(--color-tertiary-1),1);display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:31.5rem;left:0.8125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NstuiruAx43132GF9T4HWVRaxE7riPU9 { 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:9.5625rem;width:13.5625rem;top:16.8125rem;left:3.1875rem;overflow:hidden;display:block; }
#THR7Ghd2U0C68zfmB2XxyIRp9T7mqOGP { position:absolute;display:block;z-index:15043;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.5625rem;width:13.375rem;top:39.125rem;left:3.25rem;overflow:hidden;display:block; }
#Bagtawia7slxmw2VWxTH9RvhTAVFcb3m { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:50.0625rem;left:39.9375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWdagiXxXTM3z2l2vPyvhZV2a7RtNOOb { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:50.5rem;left:20.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qs03g2iARPvbEXZxzEy8on0v1Kns4aTa { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:50.5rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JRloApqH1zhi9v2R67gRrf0aCf6FCUMJ { color:rgba(var(--color-tertiary-1),1);display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:52.5625rem;left:1.125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lXQgdbNQx87VFTGLZxzTVcq0TBPrTXE6 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:52.5625rem;left:20.375rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JOttSTDQ8kqS5y8xZENgHE9lOHuq0awk { color:rgba(var(--color-tertiary-1),1);display:block;width:19.8118125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:53.635473251343rem;left:40.18731880188rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTsdeN78PJRfaScrql9MUG6rEaFNdoxa { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5618125rem;height:4.62446875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:60.435014724731rem;left:15.717329025269rem;display:block; }
#Pm3DU5gFeZspdWp9PgifR7WXC34WtqTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 { position:relative;display:block; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 { background-color: transparent; background-image: none; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .row .container > .video-iframe-container { display: none; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .row > .video-iframe-container { display: none; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .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); }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 { border-width: 0; border-radius: 0; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .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; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .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:83.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t0luf8FSsONd8b1ANrCsp1FJ0mtR3BFK { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.0625rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.5625rem;left:0rem;height:3.675rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:lato;color:#2577f3;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:lato;font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5fa2afcf4baeea9ec05dd313973e860edea22dfb.svg");background-size:contain !important; }#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-trigger.adaptive-delivery-prevent-bg, #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-trigger.lazyload, #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-trigger.lazyloading { background-image: none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO { box-sizing:content-box;height:auto;width:51.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15026;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.75rem;left:3.125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1); }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #VPhqiUTcbAFFFIpEhWcP7d7XKw0J0ool { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TLfgc4AxzwoRx2uL2wmthDlUfFSKsPOv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #WL2ssCSB2S7Z5P9PhgD0WS0V2BC8xucB { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #k9agDaxe5PINGOOfSegZVmt2AEa74EzT {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TBObPnmbv6oKgWx5KwSgCTvJceHWGt0m {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RdiLWSPhHxrwQCQMnSKJ3Zq4h8OFdC79 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #klzKsTt0vuLIATXF11DLyUF4dck6WbDC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #SMplQRInMnVWeZy3iwnrg3R3o7D8IGWA { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #oCPT9RTy7WT66KKrETcVb3Zs6XbN4483 {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #xcVucsI07eTMKkF0WIFunEXWKmuNurgR { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #apqF8pAtJ1qP32WNE1PSAaKRO7wTiVSy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #xdmoCIJUi2zxzEVioiSf79atKf2LfSJc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #zuyJ7vP7nOUehB8ciAeysX1NHEe7W9ZE { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #nAuZqVPSTs0dhRSD1FZLGBMpHmN4rUXe {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #wTAB7Xxma41O0nlsprTHVEWzpXJZw4mL { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #cr6Eta0URukdoE3n3lKyHwtanOnQxXPr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #pcGo94n1tG5nuv4TPqrPeHpmZ7wp5zwN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #y0w314Jzg4nv67xtxU4pLaRpsJDmVaAb { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #ObJRqMLT0wFUI6wGi5o4NVPtnosJ98DU {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #g6TiKDpQ4ZPlTRfZQuhuGZCqTBgrEEKJ { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TWBv9m6sokQ4Q1h8SLTBw2tXTLuuRr4q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #eBF16qmgqIyFTJJUfH4TS7mLuVZ4dDZ4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #sFTgkMXupi9sPGneslZDlt78v88vfKo4 { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #nlITmdGilq9L9TmE2TQrRrJLqtaDT5Kg {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #eJAv0H0VlknUJWgP2iicalBQLmd1UZeM { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #M2T2vqTEhkW88fnQettzJSXSDIgryMPE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #y2ZaMpyGfsvccrKR8VCeFyGkr3ZnSLLC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #m0a2RDcDFpzWT6NwuJmCnop3TJTPdZQk { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TAH76nymiK9iKRK8b6EhWo0D37b8theW {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #JH7FtdhzaGBKaC82i12k296ezMETlC2q { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #GqVE0n1lEtguFrSuDpT4MKo8oFtFxDnG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #iusiTLl4LQSxp33Rc7uBxlpccy9z27ea { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #fG3srA1H6TakSExqWEQ4MpI2geOxD5Xw { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #l3CA4fQ0FsIWeKxAKuCk1K4o0ddpbmkt {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #HpXXhTykMlt0LTcs4QRecAIELoTIUtvG { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #MlN2m0ZoawpEaEowwfqWi5Cn59QhS1qS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #tR5EFHp8ZHZQ3shyym92MsG3DHFnRS6W { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #zyTl91iii1QXQUIJ7h0Nfk870e6aZX1D { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #UhgN4trKhHWyrZ06RmU4EQpEgBToAzdw {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #LCMMyOe2lTashQXoRqBQQwnMV1lT84r1 { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #crWiGf7RziWbPQl9kLrhDKwvfdxOsffX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #G3V4isHRauSVBSNeH2ENO6H1wETSbU2w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RF7Of84sSVmBxOhTAITpkIEhhvQeVdT9 { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #kIS8CgfQd3qpEK19OOdKe42sGVcNt9JD {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TpWUkTU5cEB2PrDDfhvR3lCekw6bG3Uz { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #ubhNsOJyOSMNEF5XFNPRBSZO6evBgPwg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #W8pXEgEpf3PVRTuc9Q1sz0w4xJT3nUSp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #GmQF6A94UTBzbNbKETMzsQrgZGa6FZcF { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #iQ1ZElFHNsK8bA4bAPuFCColV34lT7Pm {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RR50u6ipa83weKwpHzO7hdE43QBIUiVX { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #oO0S1h3Gy0X8KPitfFImcR4aO0z168XM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #f2gm5R33bMbsvVh7nRue38vpRdFReOcq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #myfOuNW9JyGq4s3mDwXuNmkNPDPczu1E { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #bTotIKsSz2LglgGfvsIHwTwASPbm2oHD {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #PQwcwOt7wiOzhsmIQV6gJ58HGAsvSQKu { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #PTIn8VamTWxv9GsB4UpozdL74ZflTkxb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #tiD4pXtTTQRCe5Wol2LAvm6pCIb7lPOx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #uOmC9OOTTTysyNcookxTekb1GetVzEQd { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #U4ZFSQSQFHaeKIwXs6yfrX5EdyTwltL0 {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #emxwmcNrfrJWvoSBcvMHl08uE0vhtlAC { display:none; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #BSrNlxiT49ZsFCv3HntmRIV0gyF8IaBd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #c1LrFE3ChCgITnxnzRGvQFAwDRJWcuhL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #KDE2qzI9lI57fWOwsAmWpGXDEfNDVLV1 { display:block;position:relative; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #FOz7gfrqqAMDbwsul48S2QLAg4JRTGn6 {  }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #bSpK4DOxKSyL5NbwR7koHob9BiEhXZro { display:none; }
#Ha8eALwh9cqFJ8glHZMxJyJNATIFyEuZ { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5618125rem;height:4.62446875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:76.56871032715rem;left:15.717329025269rem;display:block; }
#NyKnzpxcuyMWbR5HEOoBgSUb8wMJLUUz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { background-color: transparent; background-image: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container > .video-iframe-container { display: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row > .video-iframe-container { display: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .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); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { border-width: 0; border-radius: 0; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#vgWJxsMAerAdFwZ01kMtvk0rcrMzTbiq { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:6.1079559326172rem;left:18.468570709229rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q38S9D2h7V5I0PNPqvwA1QTTHUeeBbiO { color:rgba(var(--color-secondary-2),1);display:block;width:20.062125rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6148796081543rem;left:12.49733543396rem;height:4.549475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ddHUGIyGVur3MkVQKQG3Vf70hyvQKNVi { z-index:15004;top:1.6148796081543rem;left:34.495738983154rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(var(--color-tertiary-4),0.08) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.812125rem;height:2.9367875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VKT8aTq2zMTMGGLG05fWUeAe7PACEC0z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egfP72pi8GHOo3yJWgpo44Nsib5xSeQN { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5618125rem;height:4.62446875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:60.435014724731rem;left:15.717329025269rem;display:none; }
#nEce5qt7cXH3WZ0yfiBJ4xnzfOwOeXHV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b831bceb-5f94-404e-9ddc-c005e204774e/Backgroundimage2upscaled.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH.adaptive-delivery-prevent-bg, #BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH.lazyload, #BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH.lazyloading { background-image: none; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row .container { border-width: 0; border-radius: 0; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;position:relative;display:none; }#rTMW6A9ZzebpurJJ9qIvk4Ttk47bIsLq { color:#e10c4a;display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:24.045630455017rem;left:3.7485790252686rem;height:7.5915625rem;text-align:center;text-align-last:center;display:block; }
#ZMsfbicnRFnttaOC5lzV5QtTxWX7ac3O { color:#e10c4a;display:block;width:36.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.25rem;left:11.593574523926rem;height:3.9364375rem;text-align:center;text-align-last:center;display:block; }
#CTNsMkTL73uTQ0alusMRApr9rTyQCw38 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.7320327758789rem;left:23.009761810302rem;height:5.625rem;text-align:center;text-align-last:center;display:none; }
#CGEVXvTk701kh2TforZkrLCbiw0ZaRVw { box-sizing:content-box;height:40.5rem;width:59rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.74);background-image:none;top:3.5617895126342rem;left:0.49715805053711rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BFDPMiVu8F7Jqu1iPU8zTt5vwWQRBSwB { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1243125rem;position:absolute;font-family:arial;font-size:3.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.6816396713256rem;left:10.780363082886rem;height:14.8645rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k4XLrATc3w1PbJKfhql0EPcyo69qaTrh { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.1868125rem;height:4.62446875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.10635471344rem;left:17.904829025269rem;display:block; }
#pfxG7armfau0XUW9J06sfKceGm0R61al { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTdsZIzbtiQcgw3RoCz09nGTgSwnIRVi { color:#e10c4a;display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:27.607421875rem;left:15.56178855896rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#KedSfDEfX9mD2JdS8QcE9S9JuW9lWD9a { color:#e10c4a;display:block;width:48.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:39.000351905822rem;left:6.6859016418456rem;height:1.593575rem;text-align:center;text-align-last:center;display:block; }
#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { position:relative;display:none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { border-width: 0; border-radius: 0; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .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; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .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:14.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DJPKJwM8LJ3XndvyV6niz0pcRyN2NFHg { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:3.25rem;left:7.6875rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oAobmcbPpQTIGuhvFbzpktQr18Nl67OB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:12.1875rem;top:5.4375rem;left:5rem;overflow:hidden;display:block; }
#r7eTnQZCLonwifKQ0AvwJQm81lMuOkOZ { 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:3.875rem;width:12.6875rem;top:6.375rem;left:23.5625rem;overflow:hidden;display:block; }
#be9U57iBfTHTankcylMliDgg1m9f2VwC { 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:7.1875rem;width:14.625rem;top:4.75rem;left:40.375rem;overflow:hidden;display:block; }
#TGHhWG4BrdIxcFR3UsnC0OkEIAutqs83 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:32.0625rem;display:none; }
#CJJdv8WLv49TUaqkSRSVXBKTMigGcctM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:18.75rem;display:none; }
#iVzrbeC8pvbcaxn8BbcCULhTTSfX6knc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:20.625rem;display:none; }
#Rvl4fXJcNmLMpgdX3ZJXNeJAWct9299o { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.7320327758789rem;left:23.009761810302rem;height:5.625rem;text-align:center;text-align-last:center;display:none; }
#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD { position:relative;display:none; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD { border-width: 0; border-radius: 0; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .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; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pWJ76KmTTOoPWUCfM5eHGfM8XN23HO59 { color:#e10c4a;display:block;width:36.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.25rem;left:11.593574523926rem;height:3.9375rem;text-align:center;text-align-last:center;display:none; }
#FXHhLFhc7gUScdXg0OlpfQecDZQo94Wz { color:#0b0b0b;display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:12.5625rem;left:23.4375rem;height:15.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wFXqfzcyOP5PytSGV8ZhL1iokRvmNiqk { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:30.25rem;left:28.75rem;height:5.59765625rem;font-style:normal;display:none; }
#DTyHtDTfwheafUl2UDJfO00XsZVwPXk9 { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.7;letter-spacing:0;top:37rem;left:28.75rem;height:6.3613125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.7;letter-spacing:0;top:37rem;left:28.75rem;height:6.3613125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b47dcf7ca0747341f954067a4849dd2c12867d04.svg); }
#fRmg86aW3F4JRhkGhy4mvlT3S8fbSLPa { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.7;letter-spacing:0;top:37rem;left:28.75rem;height:6.3613125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DcLfe2CGzePJLThZtValdbnXEP1OR5Mx { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:4.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.2939453125rem;left:17.404296875rem;display:none; }
#MgZawokt7uinfgqvrhyxmWJ0K1uw60TW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDvxHbCUxmSFXSoOatLgIfLgTHDqgvf4 { box-sizing:content-box;height:31.3125rem;width:34.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffd476;background-image:none;top:16.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:none; }
#dDEJ0IVqbtg6C4tpOqdhcz8aZFy8dX3f { color:#e10c4a;display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:39.3564453125rem;left:6.685546875rem;height:1.59375rem;text-align:center;text-align-last:center;display:none; }
#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { position:relative;display:none; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { border-width: 0; border-radius: 0; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .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; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .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:139.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SDF8Btm9acGTwcCa9XNOBkw4vFQzxDJN { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:7.6875rem;left:12.5rem;height:2.02514375rem;text-align:center;text-align-last:center;display:block; }
#NSTLraffSwOgWQL2G3WLWZThC3JWzI4K { background-color:#0f9ae5;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:83.875rem;left:19.625rem;display:none; }
#UEJ4IVo6d2RSmuX91uVsWgNb4MD7wxH2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#orChdlXCTVGG3zrAlOFGScPN7kNe6VsO { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.5625rem;left:12.5rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tGeKhn0IbHbyNtPdK3hk3oaA0MT15ENd { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:14.5625rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#a4FrV1scoOF141k9xQJnlN3GNivAKQXp { position:absolute;display:block;z-index:15024;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.49946875rem;width:7.4369375rem;top:3.1178979873658rem;left:26.281070709229rem;overflow:hidden;display:block; }
#DMlDRL3Zmux8baHuTZLzXKr9Nruav3au { 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:12.8125rem;width:33.75rem;top:10.31871509552rem;left:3.3797941207886rem;overflow:hidden;display:block; }
#akPy3CRenGypRHEcpLLri9L4SmogUKcT { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:31.8125rem;top:21.518646728943rem;left:27.808034091789rem;overflow:hidden;display:block; }
#nEBmIoMlTZVTzmR2Te4wg4EQ99Woa2h8 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:27.0625rem;top:26.870206844757rem;left:0.65368908602606rem;overflow:hidden;display:block; }
#heVSQ3bLFGgqusA8DarCDTynFDmBzt2F { 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:8.75rem;width:32.625rem;top:38.68696641922rem;left:0.61079502105713rem;overflow:hidden;display:block; }
#N6wxtxb2cp2VFyqDUdXl4hLHX2DN2VpW { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:34.0625rem;top:47.48934173584rem;left:25.845250964956rem;overflow:hidden;display:block; }
#KHlm31ZodmSASL3QSFd9DUgwTE0HlUaB { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:36.8125rem;top:53.300780296326rem;left:0.64630651474rem;overflow:hidden;display:block; }
#UP29hW9cEnSdGSbirc3BxdhHftutsAHS { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4373125rem;width:35.999625rem;top:64.562492370606rem;left:23.999465942382rem;overflow:hidden;display:block; }
#kgpEnDKHBuLPAVlmdEuPLx2Z338rCpmA { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:35.9375rem;top:75.1875rem;left:0.6875rem;overflow:hidden;display:block; }
#mn9QtuQ0TTXdoP3KtriDpdOil7MDOa2E { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.2498125rem;width:37.6873125rem;top:90.499992370606rem;left:20rem;overflow:hidden;display:block; }
#Xzb8e4KR1ckDq2PkMqdOK4FS5yvyJRE0 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6243125rem;width:39.0625rem;top:104.25rem;left:1.5625rem;overflow:hidden;display:block; }
#QwZpsZvca3wu4wpEluZs6yEuScGSBKaQ { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.7493125rem;width:38.0619375rem;top:116.53409194946rem;left:20.248401641846rem;overflow:hidden;display:block; }
#mwhnzlwtMxGl4orBfw5wAiCFTmht0Lgt { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:35.875rem;top:127.48170471191rem;left:2.0672941207886rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fm58oHmAeDhENFUy4GdECPPqhSxQG0Bl { top:1.6875rem;left:16.686717987061rem;width:14.3125rem;height:2.7374203487588rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBDqy0K8rDw9WNm1K9aKDwT6eJyHI2eD { top:4.4375rem;left:12.655006408691rem;width:21.875rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeoELC7ZbleTmMUuGKEwemBp7mkV8JTy { top:5.875rem;left:12.90553855896rem;width:21.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBJiVrU3xnSv5NJCnaw2ENq11Ta4hFJT { display:block; }#kBJiVrU3xnSv5NJCnaw2ENq11Ta4hFJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifeCkP3KE0dGCGcZVzV6ywNQO4Vfx6T7 { top:0.3125rem;left:0rem;width:18.875rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POmRDEBqtBEOViTN7FTvA9pt9h1fOQ4M { width:15.875rem;height:2.4375rem;top:0.375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh71vQ0vWfgJfziWx6rNL8eOSw5xglsk { display:block; }
 }@media only screen and (max-width: 763px) { #Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN { display:block; }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmgIdynKdzHIrlco6PUxD1lT8kJLy2mL { top:31.0625rem;left:0rem;width:36.9375rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtGm9JgapimRNmEHh7i9567qhDvxZGxu { top:21.25rem;left:0rem;width:35rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTw4NDCfRTdUQu0qTavo9OZ1QGrCyspU { top:35.9375rem;left:0rem;width:20rem;height:1.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bH4S5TDaK9t86GZLFZI7hkTtkVe8Ok6E { top:20.125rem;left:0rem;width:47.75rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DymW245V7HOtT1CfDuTy5v5JFTQ8lXfv { top:22.875rem;left:0rem;width:47.75rem;height:7.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSCW7aJs6cCUPTTTAfPazJ26dXiF5frN { width:21.1875rem;height:4.3125rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH0uAEUTn5H8qBTzdDk0hNsi1foEg5N5 { display:block; }
 }@media only screen and (max-width: 763px) { #DVhIArFfMIkMgpPlUFBL3hpTuq4WXPWa { top:34.125rem;left:0rem;width:39.3125rem;height:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvtGBiThyRNkNe9AMMNMCvs1z0yuDpV6 { top:44.1875rem;left:0rem;width:42.9375rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvHi9X5ThBQkXHSiRVLJtqUC8JnyeFlq { top:29.8125rem;left:33.625rem;width:14.125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8xTRImAGfOk0y8hpX5deqNfgBoZpy5X { top:33.5rem;left:38.875rem;width:8.875rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLHVNStzrOSq0y2Fek51XdMeUxHvBblr { top:30.8125rem;left:33.3125rem;width:14.4375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgveua8MfyzR4zkdbta4ttwLHTUeIzAb { top:36.6875rem;left:33.3125rem;width:14.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlHkaSMudsbTg6wingg0zyNE4wy4LUT7 { top:30.5rem;left:0rem;width:28.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo { display:none; }#Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d2ApWv7m9fQ7uPkK6dQR1OfQvKvCtdIl { top:31.0625rem;left:0rem;width:36.9375rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8IdpbUBOgbm3NeZuPapf2i3tBRtt95P { top:21.25rem;left:0rem;width:35rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWSUG8yTtWziav03cTN1QfWZgTfygQhO { top:35.9375rem;left:0rem;width:20rem;height:1.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5UMEelIyn4ed9P9ez29Nmowvg9dfhVc { top:20.125rem;left:0rem;width:47.75rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWCb14gpGrU53VGmCLJAPtsoehutSuqf { top:22.875rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcXBShdm2Ms7lwkuiShClD9tk2nK4xBO { width:21.1875rem;height:4.3125rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2TgCGkL7VXKDhEqMdupeRSeeIig0AHy { display:block; }
 }@media only screen and (max-width: 763px) { #WWpd4xXFqCzy1z6eeGeuwDCHEhp6s4P6 { top:34.125rem;left:0rem;width:39.3125rem;height:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR71K0TUqZMwRM8sgXiaxp1pPsJpwCLF { top:15.625rem;left:0rem;width:20rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVdmiW78cSMIbepUvfTEBVzdvybRAl4e { top:29.8125rem;left:33.625rem;width:14.125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D752qWlU1RuHJeHqQOGQt0AecTNNTBx5 { top:33.5rem;left:38.875rem;width:8.875rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5qZb6uwWZmOiekTKxdpu7O7PDoVFuOS { top:37.9375rem;left:0rem;width:14.4375rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B80ChXbwopF7Em7DVuh8PhswXnHHZDi9 { top:36.6875rem;left:33.3125rem;width:14.4375rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhzJ6SWkSLy4ABq4onXNDMqHTheIoku5 { top:10.125rem;left:0rem;width:20rem;height:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUKLrsIEdhDERdcxDWhOfya6f6pfSupL { width:29.8125rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD { display:none; }#cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z0rrUEaqddp5JHTZofRgB7cvn0UaKsJR { top:31.0625rem;left:0rem;width:36.9375rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdD5TQqCCH8QZrWtLtdT9b4pglusXtOO { top:21.25rem;left:0rem;width:35rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WakOHWc8KniatdkkJFsthyT75XqhAxP1 { top:35.9375rem;left:0rem;width:20rem;height:1.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ovnwblRuCx93OP02MIIt2gin3XawkBoy { top:20.125rem;left:0rem;width:47.75rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow0KvDuPWIDgwPHLKWwlNtC24qwwPP9p { top:22.875rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB5Ile0Upsed9u0DwlI5vZw0pgcQVtpT { width:21.1875rem;height:4.3125rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzTPqOzog7slQIvleKakFDFBuW3TzqXW { display:block; }
 }@media only screen and (max-width: 763px) { #wATGAe4GMfOiFNsO4ZfTH7CulRNS2ciT { top:34.125rem;left:0rem;width:39.3125rem;height:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHTU2bXVSwmw7zDZWF6QTAgTdB71S62O { top:19.5rem;left:0rem;width:17.4375rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWyJVWAud24OWnlT9WSBTh4MbSTgJaz8 { top:29.8125rem;left:33.625rem;width:14.125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e109R7To6TgquulRSsDbOP2vy55TGrRH { top:33.5rem;left:38.875rem;width:8.875rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scBcrsM8Z66wsiZGze4vZmIpLpKiWS3e { top:1.4375rem;left:0rem;width:7.4375rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tob79W701ZclltGRrrQASzSscFN3aGPn { top:10.125rem;left:0rem;width:20rem;height:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4l4xMUdR1TZ4qDTG3cHH702XBc3SBBi { width:29.8125rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S { display:none; }#OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BfutZhsmkigyWlRMOvMiszcNQFJpKXRJ { top:31.0625rem;left:0rem;width:36.9375rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRlhoAr35vTnedtlJEeI3oPOvxImyaDF { top:21.25rem;left:0rem;width:35rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH5HxEfA0FmX6QwU0bty99fQPTXSDnbs { top:35.9375rem;left:0rem;width:20rem;height:1.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhArN8FieTMJAThEnQKpzwiGzuZIdsiL { top:20.125rem;left:0rem;width:47.75rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZrPzul0HMcBmoE3ETnOT1ETsWptDiRe { top:22.875rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlGQAUZ1vrwOgSnSTO56yleaIyNvTgHC { width:21.1875rem;height:4.3125rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt4BTxN5ZaMrKtPFoQTlSZAkR0iFpIX4 { display:block; }
 }@media only screen and (max-width: 763px) { #e5BBtVB81W0lQxlo5N48ez5ZmwP2eXDz { top:34.125rem;left:0rem;width:39.3125rem;height:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSdzGnHIWJBL6JZSPt08kDctRX9wn9cB { top:15.625rem;left:0rem;width:20rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS3aI1ioFdvIi8Gfdmn339Kc26BtrMQl { top:10.125rem;left:0rem;width:20rem;height:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq9oE2dTFE9Q1a9yyk9kWTroTp6ZT05x { top:29.8125rem;left:33.625rem;width:14.125rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTruZt8l8ydlmhkiZPziqe9xrVBgfvd5 { top:1.4375rem;left:0rem;width:7.4375rem;height:1.5rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #s08sTHXfZeWB6JQPZnVQsZ0DRIL2fInK { top:33.5rem;left:38.875rem;width:8.875rem;height:3.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHgSpzDqwrfXTJDfNpEyznSpQu5wlnXD { width:29.8125rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO { display:none; }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tzrwp7kFBwuQTWdlmEP5DaKXx8A6v6LL { top:21rem;left:0rem;width:20rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOXXqIf5i2ya5rvmZFGUzkmxqxW57yNy { top:11.8125rem;left:0rem;width:20rem;height:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czxstdT4LTP9onok8Kp5oL8tTxUiuSeV { top:35.9375rem;left:0rem;width:20rem;height:1.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1kXak6e2muFgz76nFD4AOSxf2uK8Ey5 { top:20.125rem;left:0rem;width:47.75rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twz1vTrG69pxFdx2WUxpxqI8JlFT1cyv { top:13rem;left:0rem;width:19.625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG8G00HfTRvCBuxhlsMgVseTZyl4rW38 { width:21.1875rem;height:4.3125rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0GIMQ45U2J10AyfdcIbdH1tDvzGHGMv { display:block; }
 }@media only screen and (max-width: 763px) { #NTZEHD099CbfuUBfAZMMDrbgNRGGN07F { top:34.125rem;left:0rem;width:39.3125rem;height:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCA9CMaaxWWQsc5X4Altsf4ntJLW6keA { top:25.625rem;left:0rem;width:19rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo3DchOqIWMyOm6mO2UZ9GDZWmOFNpR4 { top:10.125rem;left:0rem;width:20rem;height:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3frCTTClnUGEZATuhK4sDiEa4uxaydn { top:29.8125rem;left:33.625rem;width:14.125rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLAt9T30vEwvEZngZRBiNAQvE58KA493 { top:1.4375rem;left:0rem;width:7.4375rem;height:1.5rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJ9RAqNCkMa7of9iGZH5qSJviG8xtiGw { top:33.5rem;left:38.875rem;width:8.875rem;height:3.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RW0xktkC202LI5tMDuONT8c4w88EfOEO { width:29.8125rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Chh8Tc46sqTzvh0BJbVQscJFMMdfiqtb { top:30.5rem;left:0rem;width:28.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s { display:block; }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s { background-color: transparent; background-image: none; }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .row .container > .video-iframe-container { display: none; }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .row > .video-iframe-container { display: none; }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .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); }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s { border-width: 0; border-radius: 0; }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkKGT4rMR1VeVlGDEJkQagm0UH716UDE { width:6.8125rem;height:6.8125rem;top:3.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SoTkroFyo7fR4L1x9PfbV9IcX8eShLVo { width:9.75rem;height:1.625rem;top:6.25rem;left:8.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xDuheyAKFCSSAbesvOcBvgrP5vanWT5t { width:9.9375rem;height:1.6875rem;top:6.1875rem;left:19.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BtI3Gxmwuau0pZ8s8vtUaG3CDZaW2XnU { width:6.375rem;height:1.9180217315311rem;top:6.0625rem;left:32.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #P02D7y4mKKOds46LZdvTLVCONkhhV1dG { top:2.4375rem;left:0rem;width:47.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbC10CCkSAf5Br8HsFNP71hPvyJCGft6 { width:12.8125rem;height:1.5625rem;top:6.25rem;left:34.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtBEdt9v1JN6Sd6EkGdTMTqgtFRh5vT6 { top:1.5rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPiaoUIwpbkko7GDZzfJ6GGheL53PU68 { top:3.8125rem;left:0rem;width:17rem;height:;font-size:0.9375rem;display:none; }#vPiaoUIwpbkko7GDZzfJ6GGheL53PU68 li:before{  }
 }@media only screen and (max-width: 763px) { #sMhOt9zXN8qsL4dUW2L3cX2Gye7VaxMr { display:none; }#sMhOt9zXN8qsL4dUW2L3cX2Gye7VaxMr { border-width: 0; border-radius: 0; }#sMhOt9zXN8qsL4dUW2L3cX2Gye7VaxMr > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PPTtkBVCWhhCUb4hchOqUSsSz0FghTK7 { width:6.8125rem;height:6.8125rem;top:3.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UNVCx4QfTiuxIFzWyy8AvC5Je2RbcRbp { width:9.75rem;height:1.625rem;top:6.25rem;left:8.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tuBTNz2OGUdXyKE3LQUXe4u6kXeSfFmQ { width:9.9375rem;height:1.6875rem;top:6.1875rem;left:19.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eh5w0zTdSNgdeHHKJSCen9NLt78pUZIb { width:6.375rem;height:1.9180217315311rem;top:6.0625rem;left:32.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #y4uUzEkBq1iFohWIuZvfdi2A6ckbKJDG { top:2.4375rem;left:0rem;width:47.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5paAP5IT2fmT2qRh9TFCtMT0feGux8E { width:12.8125rem;height:1.5625rem;top:6.25rem;left:34.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNXLbbanb1hkFWkRnZMLE0cr9Adsf4nd { top:1.5rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAcHzrPvi9hCbSkaU81Ub3QUGFWLKVRT { top:3.8125rem;left:0rem;width:17rem;height:;font-size:0.8125rem;display:none; }#xAcHzrPvi9hCbSkaU81Ub3QUGFWLKVRT li:before{  }
 }@media only screen and (max-width: 763px) { #mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm { display:block; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOUKnuGpOEi9T0t3T4hFRXfq1fdFPRwN { top:0rem;left:0rem;width:14.5rem;height:6.5344188980975rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb6IVTbfZW3xADmufWTnPNrJA10UIqE8 { top:32.375rem;left:37.125rem;width:10.625rem;height:15.531900660896rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM8i8uJ72nES3sl0qdEGLVHxAnb4FJyz { width:17.5rem;height:2.875rem;top:1.25rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgHMxSh08zuZPDBGEmiQyrot8Vw3TP45 { width:26.9375rem;height:4.0625rem;top:6.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbZXmKPSQfu5CpX7Uo2eR1lhxIsewxed { width:12.875rem;height:1.5625rem;top:10.3125rem;left:11rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfqtwkR1D4r0LSqIeTDvm4dAvu5p8fWH { top:12.8125rem;left:0rem;width:32.0625rem;height:17.901781354029rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnk3Z57bbvqzFTog3dqcs4hUH9RJmEip { top:40.25rem;left:0rem;width:47.75rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSOApFRLwSJ8iczn8ZlyoZdp29sT3Bs6 { width:30.3125rem;height:1.5625rem;top:40.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X01cOXdBZXyIZoxDTsqyTMo4fNb1On8P { width:33.9375rem;height:4.0625rem;top:36.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUxbgCu6wmaTC5XqZyapkxh1LtAEkcMT { top:43.1875rem;left:0rem;width:34.0625rem;height:19.028667378551rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQfdcTmTrMu0T9Tt0bA5zSTVK8xTOV3n { top:65.4375rem;left:0rem;width:34.6875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qivbtlb1TQf79h6R0qyyTiOQw6onLNUR { top:80.1875rem;left:0rem;width:34.5rem;height:19.214747623801rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTicHH7oK8BgHT0FwWacTGTkeFnru787 { top:102.6875rem;left:0rem;width:34.4375rem;height:5.3028759057971rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxDZilDOE92xgwD9o4ho5UxpmZlmkEE6 { width:26.9375rem;height:4.0625rem;top:73.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q221qKPERIzaISnnigvCVn8EvPWZ28KT { width:30.3125rem;height:1.5625rem;top:77.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rteoZdqu2TQ17Vr7tVJdN6DRwVpqgAxK { width:47.75rem;height:3.1875rem;top:110.875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyGrERRMfngUqdkl2FH8l2GP7SrDWqCP { width:28.5rem;height:4.5625rem;top:116.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXcx6d3uVoCTN4XssuDqyPHoKyJoOI8y { display:block; }
 }@media only screen and (max-width: 763px) { #UlAETaacKarzxbQ4DsKRTFzKA0TBEt9d { width:16.5625rem;height:2.375rem;top:69.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZrlpPy8KIik1o82ecknR0q6h3AEQpeU { width:14.6875rem;height:1.5625rem;top:31.8125rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgtN5kgVhRPVDeswIAoOot17iecVnwmR { width:14.4375rem;height:1.5625rem;top:63.9375rem;left:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzAUm9ieqhy0QkcBQu43vNRCwaLm53pk { top:121.4375rem;left:4.5625rem;width:19.3125rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSmqRiwm54bgQKqkIJvZlHuMua4Qv8Ad { width:17.375rem;height:1.0625rem;top:48.875rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiHsbAv4anQraN0oX7Ncn4TxT66dZa6z { width:17.375rem;height:1.0625rem;top:29.0625rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpeLH64SH1kynHH8nbmndPF6Tmo7ac5H { width:45rem;height:3.5625rem;top:5.25rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA { display:block; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxZHB4GwBEhvZKh1qGwnLuTHM4OB9sbi { top:12.4375rem;left:4.375rem;width:39.1875rem;height:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZq6BPTDaAwQAvLS4KQMLwZupyeZ4Rud { top:9rem;left:26.4375rem;width:9.4375rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTGh4nArIbLQTa4KkyTy7Bw1gVXSw5R2 { top:8.875rem;left:38.3125rem;width:9.4375rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sybZs9vD92xIqH1dPXw7oQ2QxA4MFblJ { top:6.375rem;left:25.4375rem;width:9.75rem;height:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhN8x6mzuKrFBxabRqvqyxmB8QDJbe3G { top:6.375rem;left:36.0625rem;width:11.625rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVSbRwrnf8FSf0CRBZHOrexHfLNTVQsC { top:8.9375rem;left:12.25rem;width:9.4375rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa2oxP6FfdJdZpPABmOne93a4gQMH8kA { top:6.4375rem;left:12.25rem;width:9.375rem;height:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqkn0w1WV5crWoX3RFFvQvIHvAy3raLZ { top:1.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbTiaBSH3EXEXTCTsdkb39RhsP9nOwft { top:8.9375rem;left:0rem;width:9.4375rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUCHKt51zdEsAN4NI5UXrPDgJWIg54Pb { top:6.25rem;left:0rem;width:9.0625rem;height:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J { display:block; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQCVvV3P7C2Kxl8hOXAmJ0982JD6HgfJ { width:15.5rem;height:22.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XppDAec8UcaLqvuUSAoKA98vUvs0V0FZ { top:1.5625rem;left:28.370738983154rem;width:8.75rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0FQrcBrH10ArgaypbTFurcOf5bLruCT { display:block; }
 }@media only screen and (max-width: 763px) { #rhW8qTscUoCtD5pSFgaa5lSGVD6dlpLu { width:47.75rem;height:4.0625rem;top:6.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFnN0SopDTLuK5NiLk2q72DLhTlf1d7c { width:29.5rem;height:2.75rem;top:10.875rem;left:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyM6pTcuOltSIqRlUWIa7uJ8DN73I6zJ { top:15.1875rem;left:29.5625rem;width:18.125rem;height:12.021109112215rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJXfyKHdGIvsdTt5xMdibwlGtB5bUBqv { width:20.9375rem;height:1.75rem;top:28.3125rem;left:26.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE6Ep2KzGxq80sIEUzmvEOR3QMb4ngK4 { width:20rem;height:1.75rem;top:28.25rem;left:12.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wevTPGbBLPWNMqprqIXit5NMaFMW7azi { width:17.875rem;height:4.125rem;top:31.5625rem;left:29.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn5A7Fc3NLwc1l1wRNU5EW0XUxtf6PNR { width:18.25rem;height:2.75rem;top:31.5625rem;left:14.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGlMguM1OGa2R9iy0wwzFVptXRe9LmZR { top:4.875rem;left:18.5rem;width:10.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuxo1mlNcVPJpOoBv3TzeV0N0W8PN9WM { width:12.6875rem;height:9.5158582363928rem;top:16.875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBFTz71k10UAOsqlWbu66liir6udGzOU { width:12.3125rem;height:9.5141621463962rem;top:39.125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heh3LwiCtROpq29oZoHomtpd2QKGtIGC { top:41.375rem;left:34.25rem;width:13.4375rem;height:7.4018418914414rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTUFnSSNfxCFpQ3SSFaXEhWM1yKDcfxS { width:19.875rem;height:1.75rem;top:28.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxGSurRDcf7Qlhd3PetBaTNCZXi6oXpJ { width:19.0625rem;height:4.125rem;top:31.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NstuiruAx43132GF9T4HWVRaxE7riPU9 { width:13.5rem;height:9.5187290599984rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THR7Ghd2U0C68zfmB2XxyIRp9T7mqOGP { width:13.3125rem;height:9.5180290876719rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bagtawia7slxmw2VWxTH9RvhTAVFcb3m { width:19.875rem;height:3.5625rem;top:50.0625rem;left:27.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWdagiXxXTM3z2l2vPyvhZV2a7RtNOOb { width:17.5625rem;height:1.75rem;top:50.5rem;left:14.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs03g2iARPvbEXZxzEy8on0v1Kns4aTa { width:19.875rem;height:1.75rem;top:50.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRloApqH1zhi9v2R67gRrf0aCf6FCUMJ { width:18.125rem;height:4.125rem;top:52.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXQgdbNQx87VFTGLZxzTVcq0TBPrTXE6 { width:17.8125rem;height:4.125rem;top:52.5625rem;left:14.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOttSTDQ8kqS5y8xZENgHE9lOHuq0awk { width:19.75rem;height:4.125rem;top:53.625rem;left:28rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTsdeN78PJRfaScrql9MUG6rEaFNdoxa { width:28.5rem;height:4.5625rem;top:60.375rem;left:9.5923290252688rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm3DU5gFeZspdWp9PgifR7WXC34WtqTI { display:block; }
 }@media only screen and (max-width: 763px) { #xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 { display:block; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0luf8FSsONd8b1ANrCsp1FJ0mtR3BFK { top:1.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #VPhqiUTcbAFFFIpEhWcP7d7XKw0J0ool {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TLfgc4AxzwoRx2uL2wmthDlUfFSKsPOv {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #WL2ssCSB2S7Z5P9PhgD0WS0V2BC8xucB {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #k9agDaxe5PINGOOfSegZVmt2AEa74EzT {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TBObPnmbv6oKgWx5KwSgCTvJceHWGt0m {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RdiLWSPhHxrwQCQMnSKJ3Zq4h8OFdC79 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #klzKsTt0vuLIATXF11DLyUF4dck6WbDC {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #SMplQRInMnVWeZy3iwnrg3R3o7D8IGWA {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #oCPT9RTy7WT66KKrETcVb3Zs6XbN4483 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #xcVucsI07eTMKkF0WIFunEXWKmuNurgR {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #apqF8pAtJ1qP32WNE1PSAaKRO7wTiVSy {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #xdmoCIJUi2zxzEVioiSf79atKf2LfSJc {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #zuyJ7vP7nOUehB8ciAeysX1NHEe7W9ZE {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #nAuZqVPSTs0dhRSD1FZLGBMpHmN4rUXe {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #wTAB7Xxma41O0nlsprTHVEWzpXJZw4mL {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #cr6Eta0URukdoE3n3lKyHwtanOnQxXPr {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #pcGo94n1tG5nuv4TPqrPeHpmZ7wp5zwN {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #y0w314Jzg4nv67xtxU4pLaRpsJDmVaAb {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #ObJRqMLT0wFUI6wGi5o4NVPtnosJ98DU {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #g6TiKDpQ4ZPlTRfZQuhuGZCqTBgrEEKJ {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TWBv9m6sokQ4Q1h8SLTBw2tXTLuuRr4q {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #eBF16qmgqIyFTJJUfH4TS7mLuVZ4dDZ4 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #sFTgkMXupi9sPGneslZDlt78v88vfKo4 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #nlITmdGilq9L9TmE2TQrRrJLqtaDT5Kg {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #eJAv0H0VlknUJWgP2iicalBQLmd1UZeM {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #M2T2vqTEhkW88fnQettzJSXSDIgryMPE {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #y2ZaMpyGfsvccrKR8VCeFyGkr3ZnSLLC {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #m0a2RDcDFpzWT6NwuJmCnop3TJTPdZQk {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TAH76nymiK9iKRK8b6EhWo0D37b8theW {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #JH7FtdhzaGBKaC82i12k296ezMETlC2q {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #GqVE0n1lEtguFrSuDpT4MKo8oFtFxDnG {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #iusiTLl4LQSxp33Rc7uBxlpccy9z27ea {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #fG3srA1H6TakSExqWEQ4MpI2geOxD5Xw {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #l3CA4fQ0FsIWeKxAKuCk1K4o0ddpbmkt {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #HpXXhTykMlt0LTcs4QRecAIELoTIUtvG {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #MlN2m0ZoawpEaEowwfqWi5Cn59QhS1qS {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #tR5EFHp8ZHZQ3shyym92MsG3DHFnRS6W {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #zyTl91iii1QXQUIJ7h0Nfk870e6aZX1D {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #UhgN4trKhHWyrZ06RmU4EQpEgBToAzdw {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #LCMMyOe2lTashQXoRqBQQwnMV1lT84r1 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #crWiGf7RziWbPQl9kLrhDKwvfdxOsffX {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #G3V4isHRauSVBSNeH2ENO6H1wETSbU2w {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RF7Of84sSVmBxOhTAITpkIEhhvQeVdT9 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #kIS8CgfQd3qpEK19OOdKe42sGVcNt9JD {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TpWUkTU5cEB2PrDDfhvR3lCekw6bG3Uz {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #ubhNsOJyOSMNEF5XFNPRBSZO6evBgPwg {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #W8pXEgEpf3PVRTuc9Q1sz0w4xJT3nUSp {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #GmQF6A94UTBzbNbKETMzsQrgZGa6FZcF {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #iQ1ZElFHNsK8bA4bAPuFCColV34lT7Pm {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RR50u6ipa83weKwpHzO7hdE43QBIUiVX {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #oO0S1h3Gy0X8KPitfFImcR4aO0z168XM {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #f2gm5R33bMbsvVh7nRue38vpRdFReOcq {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #myfOuNW9JyGq4s3mDwXuNmkNPDPczu1E {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #bTotIKsSz2LglgGfvsIHwTwASPbm2oHD {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #PQwcwOt7wiOzhsmIQV6gJ58HGAsvSQKu {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #PTIn8VamTWxv9GsB4UpozdL74ZflTkxb {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #tiD4pXtTTQRCe5Wol2LAvm6pCIb7lPOx {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #uOmC9OOTTTysyNcookxTekb1GetVzEQd {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #U4ZFSQSQFHaeKIwXs6yfrX5EdyTwltL0 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #emxwmcNrfrJWvoSBcvMHl08uE0vhtlAC {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #BSrNlxiT49ZsFCv3HntmRIV0gyF8IaBd {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #c1LrFE3ChCgITnxnzRGvQFAwDRJWcuhL {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #KDE2qzI9lI57fWOwsAmWpGXDEfNDVLV1 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #FOz7gfrqqAMDbwsul48S2QLAg4JRTGn6 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #bSpK4DOxKSyL5NbwR7koHob9BiEhXZro {  }
 }@media only screen and (max-width: 763px) { #Ha8eALwh9cqFJ8glHZMxJyJNATIFyEuZ { width:28.5rem;height:4.5625rem;top:76.5625rem;left:9.5923290252688rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyKnzpxcuyMWbR5HEOoBgSUb8wMJLUUz { display:block; }
 }@media only screen and (max-width: 763px) { #zyR7nlrGKbqNfknr9JeJPW5pryoUlThM { display:block; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgWJxsMAerAdFwZ01kMtvk0rcrMzTbiq { top:6.0625rem;left:12.343570709229rem;width:23rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q38S9D2h7V5I0PNPqvwA1QTTHUeeBbiO { width:20rem;height:4.5rem;top:1.5625rem;left:6.37233543396rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddHUGIyGVur3MkVQKQG3Vf70hyvQKNVi { top:1.5625rem;left:28.370738983154rem;width:8.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKT8aTq2zMTMGGLG05fWUeAe7PACEC0z { display:block; }
 }@media only screen and (max-width: 763px) { #egfP72pi8GHOo3yJWgpo44Nsib5xSeQN { width:28.5rem;height:4.5625rem;top:60.375rem;left:9.5923290252688rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEce5qt7cXH3WZ0yfiBJ4xnzfOwOeXHV { display:block; }
 }@media only screen and (max-width: 763px) { #BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH { display:block; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTMW6A9ZzebpurJJ9qIvk4Ttk47bIsLq { top:24rem;left:0rem;width:47.75rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMsfbicnRFnttaOC5lzV5QtTxWX7ac3O { top:6.25rem;left:5.4685726165771rem;width:36.75rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTNsMkTL73uTQ0alusMRApr9rTyQCw38 { top:35.9375rem;left:0rem;width:20rem;height:1.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGEVXvTk701kh2TforZkrLCbiw0ZaRVw { top:3.5rem;left:0rem;width:47.75rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFDPMiVu8F7Jqu1iPU8zTt5vwWQRBSwB { top:8.625rem;left:4.6553630828858rem;width:40.0625rem;height:14.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4XLrATc3w1PbJKfhql0EPcyo69qaTrh { width:24.125rem;height:4.5625rem;top:33.0625rem;left:11.779829025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfxG7armfau0XUW9J06sfKceGm0R61al { display:block; }
 }@media only screen and (max-width: 763px) { #UTdsZIzbtiQcgw3RoCz09nGTgSwnIRVi { top:27.5625rem;left:9.4360790252688rem;width:32rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KedSfDEfX9mD2JdS8QcE9S9JuW9lWD9a { top:39rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJPKJwM8LJ3XndvyV6niz0pcRyN2NFHg { top:3.25rem;left:1.5625rem;width:44.375rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAobmcbPpQTIGuhvFbzpktQr18Nl67OB { top:5.4375rem;left:0rem;width:12.1875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7eTnQZCLonwifKQ0AvwJQm81lMuOkOZ { top:6.375rem;left:17.4375rem;width:12.6875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #be9U57iBfTHTankcylMliDgg1m9f2VwC { top:4.75rem;left:33.125rem;width:14.625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGHhWG4BrdIxcFR3UsnC0OkEIAutqs83 { width:32.0625rem;height:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJJdv8WLv49TUaqkSRSVXBKTMigGcctM { width:18.75rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVzrbeC8pvbcaxn8BbcCULhTTSfX6knc { width:20.625rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rvl4fXJcNmLMpgdX3ZJXNeJAWct9299o { top:9.25rem;left:0rem;width:20rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVUAn4n7oroU3yafMZpiOaC9chF5vWVD { display:none; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pWJ76KmTTOoPWUCfM5eHGfM8XN23HO59 { top:6.25rem;left:5.4685726165771rem;width:36.75rem;height:3.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXHhLFhc7gUScdXg0OlpfQecDZQo94Wz { top:5.125rem;left:0rem;width:20rem;height:;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFXqfzcyOP5PytSGV8ZhL1iokRvmNiqk { top:9.8125rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTyHtDTfwheafUl2UDJfO00XsZVwPXk9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }#zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b47dcf7ca0747341f954067a4849dd2c12867d04.svg); }
 }@media only screen and (max-width: 763px) { #fRmg86aW3F4JRhkGhy4mvlT3S8fbSLPa { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcLfe2CGzePJLThZtValdbnXEP1OR5Mx { width:28.5625rem;height:4.625rem;top:33.25rem;left:11.279296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgZawokt7uinfgqvrhyxmWJ0K1uw60TW { display:block; }
 }@media only screen and (max-width: 763px) { #TDvxHbCUxmSFXSoOatLgIfLgTHDqgvf4 { top:16.9375rem;left:0rem;width:34.4375rem;height:31.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDEJ0IVqbtg6C4tpOqdhcz8aZFy8dX3f { top:26.4375rem;left:0rem;width:17.125rem;height:3.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { display:block; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDF8Btm9acGTwcCa9XNOBkw4vFQzxDJN { top:7.625rem;left:6.375rem;width:37.9375rem;height:2rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSTLraffSwOgWQL2G3WLWZThC3JWzI4K { width:20.75rem;height:3.9375rem;top:83.875rem;left:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEJ4IVo6d2RSmuX91uVsWgNb4MD7wxH2 { display:block; }
 }@media only screen and (max-width: 763px) { #orChdlXCTVGG3zrAlOFGScPN7kNe6VsO { top:4.5rem;left:6.375rem;width:36.25rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGeKhn0IbHbyNtPdK3hk3oaA0MT15ENd { top:1.125rem;left:0rem;width:14.5rem;height:6.5345591264938rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4FrV1scoOF141k9xQJnlN3GNivAKQXp { top:3.0625rem;left:20.156070709229rem;width:7.375rem;height:1.4869806329891rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMlDRL3Zmux8baHuTZLzXKr9Nruav3au { top:10.3125rem;left:0rem;width:33.75rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akPy3CRenGypRHEcpLLri9L4SmogUKcT { top:21.5rem;left:15.9375rem;width:31.8125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEBmIoMlTZVTzmR2Te4wg4EQ99Woa2h8 { top:26.8125rem;left:0rem;width:27.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #heVSQ3bLFGgqusA8DarCDTynFDmBzt2F { top:38.625rem;left:0rem;width:32.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6wxtxb2cp2VFyqDUdXl4hLHX2DN2VpW { top:47.4375rem;left:13.6875rem;width:34.0625rem;height:8.3123125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHlm31ZodmSASL3QSFd9DUgwTE0HlUaB { top:53.25rem;left:0rem;width:36.8125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP29hW9cEnSdGSbirc3BxdhHftutsAHS { top:64.5rem;left:11.8125rem;width:35.9375rem;height:11.416978996666rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgpEnDKHBuLPAVlmdEuPLx2Z338rCpmA { top:75.1875rem;left:0rem;width:35.9375rem;height:14.8118125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn9QtuQ0TTXdoP3KtriDpdOil7MDOa2E { top:90.4375rem;left:10.125rem;width:37.625rem;height:14.225708477685rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzb8e4KR1ckDq2PkMqdOK4FS5yvyJRE0 { top:104.25rem;left:0rem;width:39.0625rem;height:12.6243125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwZpsZvca3wu4wpEluZs6yEuScGSBKaQ { top:116.5rem;left:9.75rem;width:38rem;height:10.731820338888rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwhnzlwtMxGl4orBfw5wAiCFTmht0Lgt { top:127.4375rem;left:0rem;width:35.875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fm58oHmAeDhENFUy4GdECPPqhSxQG0Bl { width:8.125rem;height:1.1875rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBDqy0K8rDw9WNm1K9aKDwT6eJyHI2eD { width:7.625rem;height:0.9375rem;top:1.1875rem;left:0.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NeoELC7ZbleTmMUuGKEwemBp7mkV8JTy { width:5.75rem;height:1.125rem;top:0.5rem;left:13.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kBJiVrU3xnSv5NJCnaw2ENq11Ta4hFJT { display:block; }#kBJiVrU3xnSv5NJCnaw2ENq11Ta4hFJT > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifeCkP3KE0dGCGcZVzV6ywNQO4Vfx6T7 { width:18.875rem;height:0.75625rem;top:0.37343597412109rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POmRDEBqtBEOViTN7FTvA9pt9h1fOQ4M { width:12rem;height:1.75rem;top:0.75546884536744rem;left:4rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dh71vQ0vWfgJfziWx6rNL8eOSw5xglsk { display:block; }
 }@media only screen and (max-width: 763px) { #Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55fc3c6c-f14c-4bed-bf5a-5b28d440adc7/liverpool2png.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN.adaptive-delivery-prevent-bg, #Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN.lazyload, #Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN.lazyloading { background-image: none; }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN > .row .container { border-width: 0; border-radius: 0; }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xpbx5fJ2VJybI2eopBIQmtlM3HPWaZNN > .row .container { width:20rem;height:48.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CmgIdynKdzHIrlco6PUxD1lT8kJLy2mL { width:20rem;height:3rem;top:11.706249833107rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtGm9JgapimRNmEHh7i9567qhDvxZGxu { width:20rem;height:1.03125rem;top:2.3125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTw4NDCfRTdUQu0qTavo9OZ1QGrCyspU { width:20rem;height:0;top:35.9375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15005;color:#000000;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #bH4S5TDaK9t86GZLFZI7hkTtkVe8Ok6E { width:20rem;height:31.1875rem;top:-0.12109375rem;left:-0.125rem;z-index:15000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;background-color:rgba(255,255,255,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DymW245V7HOtT1CfDuTy5v5JFTQ8lXfv { width:20rem;height:6.39375rem;top:3.7532558441162rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSCW7aJs6cCUPTTTAfPazJ26dXiF5frN { width:16.25rem;height:2.936525rem;top:17.096093773842rem;left:1.875rem;font-size:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH0uAEUTn5H8qBTzdDk0hNsi1foEg5N5 { display:block; }
 }@media only screen and (max-width: 763px) { #DVhIArFfMIkMgpPlUFBL3hpTuq4WXPWa { width:19.1875rem;height:1.875rem;top:14.706250786781rem;left:0.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvtGBiThyRNkNe9AMMNMCvs1z0yuDpV6 { width:20rem;height:2.0625rem;top:26.815498146057rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvHi9X5ThBQkXHSiRVLJtqUC8JnyeFlq { width:14.125rem;height:9.3125rem;top:37.0341796875rem;left:2.9375rem;z-index:15000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;background-color:rgba(0,0,0,0.97);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Q8xTRImAGfOk0y8hpX5deqNfgBoZpy5X { width:8.875rem;height:3rem;top:40.7373046875rem;left:5.529296875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLHVNStzrOSq0y2Fek51XdMeUxHvBblr { width:14.4375rem;height:2.8125rem;top:37.974217891693rem;left:2.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgveua8MfyzR4zkdbta4ttwLHTUeIzAb { width:14.4375rem;height:1.40625rem;top:43.892578125rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AlHkaSMudsbTg6wingg0zyNE4wy4LUT7 { width:20rem;height:0.125rem;top:47.596542358399rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo { display:none; }#Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo { border-width: 0; border-radius: 0; }#Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo > .row .container { width:20rem;height:25.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55fc3c6c-f14c-4bed-bf5a-5b28d440adc7/liverpool2png.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo > .row .container.adaptive-delivery-prevent-bg, #Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo > .row .container.lazyload, #Tn7Ik2U9mKrW722lzz3NNZHeFG7VzRuo > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #d2ApWv7m9fQ7uPkK6dQR1OfQvKvCtdIl { width:20rem;height:1.3125rem;top:14.25rem;left:0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8IdpbUBOgbm3NeZuPapf2i3tBRtt95P { width:20rem;height:1.03125rem;top:5.8125rem;left:0.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eWSUG8yTtWziav03cTN1QfWZgTfygQhO { width:20rem;height:0;top:35.9375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15005;color:#000000;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #P5UMEelIyn4ed9P9ez29Nmowvg9dfhVc { width:20rem;height:24.375rem;top:1.3125rem;left:0rem;z-index:15000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;background-color:rgba(255,255,255,0.69);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tWCb14gpGrU53VGmCLJAPtsoehutSuqf { width:20rem;height:5.7734375rem;top:7.25rem;left:0.125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qcXBShdm2Ms7lwkuiShClD9tk2nK4xBO { width:16.25rem;height:2.25rem;top:16.3125rem;left:2rem;font-size:1rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2TgCGkL7VXKDhEqMdupeRSeeIig0AHy { display:block; }
 }@media only screen and (max-width: 763px) { #WWpd4xXFqCzy1z6eeGeuwDCHEhp6s4P6 { width:19.1875rem;height:0;top:14.706250786781rem;left:0.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zR71K0TUqZMwRM8sgXiaxp1pPsJpwCLF { width:20rem;height:1.875rem;top:19.125rem;left:0.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVdmiW78cSMIbepUvfTEBVzdvybRAl4e { width:20rem;height:1.6875rem;top:22.375rem;left:0.125rem;z-index:15000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;background-color:rgba(0,0,0,0.97);background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D752qWlU1RuHJeHqQOGQt0AecTNNTBx5 { width:5.4375rem;height:1.59375rem;top:22.375rem;left:7.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5qZb6uwWZmOiekTKxdpu7O7PDoVFuOS { width:7.8125rem;height:0.84375rem;top:22.8125rem;left:0.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B80ChXbwopF7Em7DVuh8PhswXnHHZDi9 { width:7.4375rem;height:0.9375rem;top:22.75rem;left:12.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lhzJ6SWkSLy4ABq4onXNDMqHTheIoku5 { width:20rem;height:1.21875rem;top:13rem;left:0.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OUKLrsIEdhDERdcxDWhOfya6f6pfSupL { top:24.187502861023rem;left:0rem;width:20rem;height:1.625rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55fc3c6c-f14c-4bed-bf5a-5b28d440adc7/liverpool2png.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD.adaptive-delivery-prevent-bg, #cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD.lazyload, #cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD.lazyloading { background-image: none; }#cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD > .row .container { border-width: 0; border-radius: 0; }#cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnCpOJgiPD7fTUoOITODV40Q4SXhw3DD > .row .container { width:20rem;height:25.47917175293rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z0rrUEaqddp5JHTZofRgB7cvn0UaKsJR { width:20rem;height:1.3125rem;top:14.25rem;left:0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdD5TQqCCH8QZrWtLtdT9b4pglusXtOO { width:20rem;height:1.125rem;top:5.8125rem;left:0.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WakOHWc8KniatdkkJFsthyT75XqhAxP1 { width:20rem;height:0;top:35.9375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15005;color:#000000;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ovnwblRuCx93OP02MIIt2gin3XawkBoy { width:20rem;height:23.6875rem;top:1.5rem;left:0rem;z-index:15000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;background-color:rgba(255,255,255,0.69);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ow0KvDuPWIDgwPHLKWwlNtC24qwwPP9p { width:20rem;height:6.1875rem;top:7.25rem;left:0.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AB5Ile0Upsed9u0DwlI5vZw0pgcQVtpT { width:16.25rem;height:2.3125rem;top:16.3125rem;left:2rem;font-size:1rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzTPqOzog7slQIvleKakFDFBuW3TzqXW { display:block; }
 }@media only screen and (max-width: 763px) { #wATGAe4GMfOiFNsO4ZfTH7CulRNS2ciT { width:19.1875rem;height:0;top:14.706250786781rem;left:0.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wHTU2bXVSwmw7zDZWF6QTAgTdB71S62O { width:17.4375rem;height:1.875rem;top:19.500001907349rem;left:1.28125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWyJVWAud24OWnlT9WSBTh4MbSTgJaz8 { width:8.625rem;height:1.6875rem;top:1.375rem;left:0.25rem;z-index:15000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;background-color:rgba(0,0,0,0.97);background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e109R7To6TgquulRSsDbOP2vy55TGrRH { width:5.25rem;height:1.59375rem;top:1.421875rem;left:0.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scBcrsM8Z66wsiZGze4vZmIpLpKiWS3e { width:3.625rem;height:1.5rem;top:1.46875rem;left:5.4375rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tob79W701ZclltGRrrQASzSscFN3aGPn { width:20rem;height:1.21875rem;top:13rem;left:0.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4l4xMUdR1TZ4qDTG3cHH702XBc3SBBi { top:24.04167175293rem;left:0rem;width:20rem;height:1.4375rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S { display:none; }#OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S { border-width: 0; border-radius: 0; }#OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S > .row .container { width:20rem;height:26.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55fc3c6c-f14c-4bed-bf5a-5b28d440adc7/liverpool2png.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S > .row .container.adaptive-delivery-prevent-bg, #OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S > .row .container.lazyload, #OF2grJtITfbhr7ZpPQuLh8f2o4eGbR5S > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #BfutZhsmkigyWlRMOvMiszcNQFJpKXRJ { width:20rem;height:1.3125rem;top:18.375001907349rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fRlhoAr35vTnedtlJEeI3oPOvxImyaDF { width:20rem;height:1.03125rem;top:10.4765625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xH5HxEfA0FmX6QwU0bty99fQPTXSDnbs { width:20rem;height:0;top:35.9375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15005;color:#000000;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #OhArN8FieTMJAThEnQKpzwiGzuZIdsiL { width:20rem;height:17.125rem;top:9.6875rem;left:0rem;z-index:15000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;background-color:rgba(255,255,255,0.69);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZrPzul0HMcBmoE3ETnOT1ETsWptDiRe { width:18.1875rem;height:5.361325rem;top:11.87890625rem;left:0.90625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KlGQAUZ1vrwOgSnSTO56yleaIyNvTgHC { width:16.25rem;height:2.25rem;top:20.250001907349rem;left:1.875rem;font-size:1rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt4BTxN5ZaMrKtPFoQTlSZAkR0iFpIX4 { display:block; }
 }@media only screen and (max-width: 763px) { #e5BBtVB81W0lQxlo5N48ez5ZmwP2eXDz { width:19.1875rem;height:0;top:14.706250786781rem;left:0.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vSdzGnHIWJBL6JZSPt08kDctRX9wn9cB { width:20rem;height:1.875rem;top:23.000001907349rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AS3aI1ioFdvIi8Gfdmn339Kc26BtrMQl { width:20rem;height:1.21875rem;top:17.197916030884rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xq9oE2dTFE9Q1a9yyk9kWTroTp6ZT05x { width:8.625rem;height:1.6875rem;top:0.9375rem;left:0.75rem;z-index:15003;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;background-color:rgba(0,0,0,0.97);background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTruZt8l8ydlmhkiZPziqe9xrVBgfvd5 { width:3.625rem;height:1.5rem;top:1.0625rem;left:5.9375rem;font-size:0.5rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #s08sTHXfZeWB6JQPZnVQsZ0DRIL2fInK { width:5.25rem;height:1.59375rem;top:1rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #gHgSpzDqwrfXTJDfNpEyznSpQu5wlnXD { top:25.375rem;left:0rem;width:20rem;height:1.4375rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO { display:block; }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO { background-color: transparent; background-image: none; }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(200,200,200,0.36); }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO > .row .container > .video-iframe-container { display: none; }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO > .row > .video-iframe-container { display: none; }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(200,200,200,0.36); }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO { border-width: 0; border-radius: 0; }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO > .row .container { width:20rem;height:29rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55fc3c6c-f14c-4bed-bf5a-5b28d440adc7/liverpool2png.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO > .row .container.adaptive-delivery-prevent-bg, #h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO > .row .container.lazyload, #h1wndOtS4kOyMFJyiH1s7dfAAHTrH2NO > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Tzrwp7kFBwuQTWdlmEP5DaKXx8A6v6LL { width:20rem;height:1.125rem;top:21rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOXXqIf5i2ya5rvmZFGUzkmxqxW57yNy { width:20rem;height:1.03125rem;top:11.8125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czxstdT4LTP9onok8Kp5oL8tTxUiuSeV { width:20rem;height:0;top:35.9375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15005;color:#000000;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #m1kXak6e2muFgz76nFD4AOSxf2uK8Ey5 { width:20rem;height:17.8125rem;top:11.0625rem;left:0rem;z-index:15000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;background-color:rgba(255,255,255,0.69);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twz1vTrG69pxFdx2WUxpxqI8JlFT1cyv { width:19.625rem;height:;top:13rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TG8G00HfTRvCBuxhlsMgVseTZyl4rW38 { width:17.875rem;height:2.25rem;top:22.875rem;left:1rem;font-size:1rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0GIMQ45U2J10AyfdcIbdH1tDvzGHGMv { display:block; }
 }@media only screen and (max-width: 763px) { #NTZEHD099CbfuUBfAZMMDrbgNRGGN07F { width:19.1875rem;height:0;top:14.706250786781rem;left:0.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eCA9CMaaxWWQsc5X4Altsf4ntJLW6keA { width:19rem;height:1.875rem;top:25.625rem;left:0.5rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bo3DchOqIWMyOm6mO2UZ9GDZWmOFNpR4 { width:14.4375rem;height:0;top:23.250000953674rem;left:2.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q3frCTTClnUGEZATuhK4sDiEa4uxaydn { width:8.625rem;height:1.6875rem;top:0.9375rem;left:0.75rem;z-index:15003;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;background-color:rgba(0,0,0,0.97);background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLAt9T30vEwvEZngZRBiNAQvE58KA493 { width:3.625rem;height:1.5rem;top:1.0625rem;left:5.9375rem;font-size:0.5rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #RJ9RAqNCkMa7of9iGZH5qSJviG8xtiGw { width:5.25rem;height:1.59375rem;top:1rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #RW0xktkC202LI5tMDuONT8c4w88EfOEO { top:27.5625rem;left:0rem;width:20rem;height:1.4375rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Chh8Tc46sqTzvh0BJbVQscJFMMdfiqtb { width:15.875rem;height:0.125rem;top:20.0625rem;left:2.0625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s { display:block; }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s { background-color: transparent; background-image: none; }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .row .container > .video-iframe-container { display: none; }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .row > .video-iframe-container { display: none; }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .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); }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s { border-width: 0; border-radius: 0; }#WVsUgi9pmrNzhwUA8o4og0E3q7tKMR3s > .row .container { width:20rem;height:17.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkKGT4rMR1VeVlGDEJkQagm0UH716UDE { width:4.5rem;height:4.5rem;top:1.3125rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SoTkroFyo7fR4L1x9PfbV9IcX8eShLVo { width:7.875rem;height:1rem;top:3.0625rem;left:5.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xDuheyAKFCSSAbesvOcBvgrP5vanWT5t { width:5.3125rem;height:0.75rem;top:5.8541717529297rem;left:12.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BtI3Gxmwuau0pZ8s8vtUaG3CDZaW2XnU { width:4.6875rem;height:1.3125rem;top:2.875rem;left:14.653368597838rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #P02D7y4mKKOds46LZdvTLVCONkhhV1dG { width:20rem;height:1.13736875rem;top:1.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #LbC10CCkSAf5Br8HsFNP71hPvyJCGft6 { width:12.8125rem;height:1.0996125rem;top:4.50390625rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtBEdt9v1JN6Sd6EkGdTMTqgtFRh5vT6 { width:20rem;height:1.3808625rem;top:6.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15028;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #vPiaoUIwpbkko7GDZzfJ6GGheL53PU68 { width:17rem;height:5.0625rem;top:8.5625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15029;line-height:1.1;display:block; }#vPiaoUIwpbkko7GDZzfJ6GGheL53PU68 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vPiaoUIwpbkko7GDZzfJ6GGheL53PU68 li:before{  }
 }@media only screen and (max-width: 763px) { #sMhOt9zXN8qsL4dUW2L3cX2Gye7VaxMr { display:none; }#sMhOt9zXN8qsL4dUW2L3cX2Gye7VaxMr { border-width: 0; border-radius: 0; }#sMhOt9zXN8qsL4dUW2L3cX2Gye7VaxMr > .row .container { width:20rem;height:13.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PPTtkBVCWhhCUb4hchOqUSsSz0FghTK7 { width:3.5rem;height:3.5rem;top:8.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UNVCx4QfTiuxIFzWyy8AvC5Je2RbcRbp { width:5.3125rem;height:0.75rem;top:10.3125rem;left:4.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tuBTNz2OGUdXyKE3LQUXe4u6kXeSfFmQ { width:5.3125rem;height:0.75rem;top:10.3125rem;left:10.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eh5w0zTdSNgdeHHKJSCen9NLt78pUZIb { width:3.4375rem;height:1.0625rem;top:10.125rem;left:16.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #y4uUzEkBq1iFohWIuZvfdi2A6ckbKJDG { width:20rem;height:0.9746125rem;top:8.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #o5paAP5IT2fmT2qRh9TFCtMT0feGux8E { width:12.8125rem;height:0.8997375rem;top:11.1875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNXLbbanb1hkFWkRnZMLE0cr9Adsf4nd { width:20rem;height:1.3808625rem;top:1.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15028;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #xAcHzrPvi9hCbSkaU81Ub3QUGFWLKVRT { width:17rem;height:4.51041875rem;top:3.125rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15029;line-height:1.1;display:block; }#xAcHzrPvi9hCbSkaU81Ub3QUGFWLKVRT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xAcHzrPvi9hCbSkaU81Ub3QUGFWLKVRT li:before{  }
 }@media only screen and (max-width: 763px) { #mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm { display:block; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { width:20rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOUKnuGpOEi9T0t3T4hFRXfq1fdFPRwN { width:5.3125rem;height:2.374825rem;top:0.18110466003418rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb6IVTbfZW3xADmufWTnPNrJA10UIqE8 { width:10.625rem;height:15.531900660896rem;top:32.375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QM8i8uJ72nES3sl0qdEGLVHxAnb4FJyz { width:17.5rem;height:2.4375rem;top:3.2421875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgHMxSh08zuZPDBGEmiQyrot8Vw3TP45 { width:20rem;height:2.761725rem;top:10.2353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbZXmKPSQfu5CpX7Uo2eR1lhxIsewxed { width:20rem;height:1.3rem;top:12.9345703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfqtwkR1D4r0LSqIeTDvm4dAvu5p8fWH { height:11.1665625rem;width:20rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnk3Z57bbvqzFTog3dqcs4hUH9RJmEip { width:20rem;height:33.125rem;top:40.25rem;left:0rem;z-index:15000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;background-color:rgba(255,255,255,0.69);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #xSOApFRLwSJ8iczn8ZlyoZdp29sT3Bs6 { width:20rem;height:1.3rem;top:32.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X01cOXdBZXyIZoxDTsqyTMo4fNb1On8P { width:20rem;height:2.5989625rem;top:30rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUxbgCu6wmaTC5XqZyapkxh1LtAEkcMT { height:11.171875rem;width:20rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQfdcTmTrMu0T9Tt0bA5zSTVK8xTOV3n { width:19.1868125rem;height:3.125rem;top:48.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qivbtlb1TQf79h6R0qyyTiOQw6onLNUR { height:11.138125rem;width:20rem;top:58.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTicHH7oK8BgHT0FwWacTGTkeFnru787 { width:18.4375rem;height:2.74946875rem;top:72.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxDZilDOE92xgwD9o4ho5UxpmZlmkEE6 { width:20rem;height:2.76171875rem;top:53.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q221qKPERIzaISnnigvCVn8EvPWZ28KT { width:20rem;height:1.3rem;top:56.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rteoZdqu2TQ17Vr7tVJdN6DRwVpqgAxK { width:20rem;height:1.59895625rem;top:76.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyGrERRMfngUqdkl2FH8l2GP7SrDWqCP { width:17.6873125rem;height:2.5rem;top:79.375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXcx6d3uVoCTN4XssuDqyPHoKyJoOI8y { display:block; }
 }@media only screen and (max-width: 763px) { #UlAETaacKarzxbQ4DsKRTFzKA0TBEt9d { width:17.375rem;height:1.1rem;top:70.25rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZrlpPy8KIik1o82ecknR0q6h3AEQpeU { width:14.6875rem;height:0;top:26.8125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgtN5kgVhRPVDeswIAoOot17iecVnwmR { width:14.43725rem;height:0;top:85.0625rem;left:2.7802734375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzAUm9ieqhy0QkcBQu43vNRCwaLm53pk { width:19.3115rem;height:1.125rem;top:82.4375rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NSmqRiwm54bgQKqkIJvZlHuMua4Qv8Ad { width:17.375rem;height:1.1rem;top:46.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #RiHsbAv4anQraN0oX7Ncn4TxT66dZa6z { width:17.375rem;height:1.1rem;top:27.3369140625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #vpeLH64SH1kynHH8nbmndPF6Tmo7ac5H { width:20rem;height:2rem;top:6.2421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA { background-color:#f8f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container { background-color: transparent; background-image: none; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container > .video-iframe-container { display: none; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row > .video-iframe-container { display: none; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .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); }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container { border-width: 0; border-radius: 0; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJSsELuZNTlUTCaHI21NeKWFd6LmNDIA > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxZHB4GwBEhvZKh1qGwnLuTHM4OB9sbi { width:20rem;height:2.47395625rem;top:14.120203018189rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZq6BPTDaAwQAvLS4KQMLwZupyeZ4Rud { width:9.43625rem;height:1.125rem;top:7.75rem;left:1rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTGh4nArIbLQTa4KkyTy7Bw1gVXSw5R2 { width:9.43625rem;height:1.125rem;top:7.6875rem;left:9.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sybZs9vD92xIqH1dPXw7oQ2QxA4MFblJ { width:9.749625rem;height:2.25rem;top:5.6875rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhN8x6mzuKrFBxabRqvqyxmB8QDJbe3G { width:11.624625rem;height:2.1375rem;top:5.5625rem;left:8.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVSbRwrnf8FSf0CRBZHOrexHfLNTVQsC { width:9.43625rem;height:1.2375rem;top:12.0625rem;left:1.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qa2oxP6FfdJdZpPABmOne93a4gQMH8kA { width:9.375rem;height:4.5rem;top:10.4375rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqkn0w1WV5crWoX3RFFvQvIHvAy3raLZ { width:20rem;height:3.0875rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbTiaBSH3EXEXTCTsdkb39RhsP9nOwft { width:9.43625rem;height:1.125rem;top:12.125rem;left:9.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUCHKt51zdEsAN4NI5UXrPDgJWIg54Pb { width:9.0625rem;height:4.5rem;top:10.4375rem;left:10.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J { display:block; }#oHxsGtUpghT5VokrFE3Sd8ogQoMELx5J > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQCVvV3P7C2Kxl8hOXAmJ0982JD6HgfJ { top:6.5616121292112rem;left:16.062677741051rem;width:3.937325rem;height:5.812325rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XppDAec8UcaLqvuUSAoKA98vUvs0V0FZ { top:76.248577117919rem;left:4.7487569451332rem;width:10.4998125rem;height:2.12446875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #n0FQrcBrH10ArgaypbTFurcOf5bLruCT { display:block; }
 }@media only screen and (max-width: 763px) { #rhW8qTscUoCtD5pSFgaa5lSGVD6dlpLu { width:20rem;height:2.1125rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFnN0SopDTLuK5NiLk2q72DLhTlf1d7c { width:20rem;height:3.4125rem;top:4.8872518539429rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyM6pTcuOltSIqRlUWIa7uJ8DN73I6zJ { width:8.6248125rem;height:5.68714375rem;top:31.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJXfyKHdGIvsdTt5xMdibwlGtB5bUBqv { width:20rem;height:1.4625rem;top:37.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE6Ep2KzGxq80sIEUzmvEOR3QMb4ngK4 { width:20rem;height:1.4625rem;top:26.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wevTPGbBLPWNMqprqIXit5NMaFMW7azi { width:17.87375rem;height:2.4375rem;top:38.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn5A7Fc3NLwc1l1wRNU5EW0XUxtf6PNR { width:18.2493125rem;height:2.4375rem;top:28.0625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGlMguM1OGa2R9iy0wwzFVptXRe9LmZR { width:10.687125rem;height:1.21875rem;top:1.1875rem;left:4.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tuxo1mlNcVPJpOoBv3TzeV0N0W8PN9WM { width:12.6875rem;height:9.5158582363928rem;top:16.875rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBFTz71k10UAOsqlWbu66liir6udGzOU { width:6.312125rem;height:4.874825rem;top:21.0625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heh3LwiCtROpq29oZoHomtpd2QKGtIGC { width:7.3125rem;height:3.9375rem;top:42.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTUFnSSNfxCFpQ3SSFaXEhWM1yKDcfxS { width:19.8739375rem;height:1.4625rem;top:15.025751113892rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxGSurRDcf7Qlhd3PetBaTNCZXi6oXpJ { width:19.0625rem;height:3.65625rem;top:16.487028121948rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NstuiruAx43132GF9T4HWVRaxE7riPU9 { width:6.4994375rem;height:4.562325rem;top:9.7967033386231rem;left:6.7498220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #THR7Ghd2U0C68zfmB2XxyIRp9T7mqOGP { width:7.3748125rem;height:5.24946875rem;top:54.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bagtawia7slxmw2VWxTH9RvhTAVFcb3m { width:19.8739375rem;height:1.21875rem;top:46.75rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWdagiXxXTM3z2l2vPyvhZV2a7RtNOOb { width:17.5625rem;height:auto;top:50.5rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qs03g2iARPvbEXZxzEy8on0v1Kns4aTa { width:19.8748125rem;height:1.4625rem;top:60.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRloApqH1zhi9v2R67gRrf0aCf6FCUMJ { width:18.125rem;height:2.4375rem;top:61.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXQgdbNQx87VFTGLZxzTVcq0TBPrTXE6 { width:17.8125rem;height:auto;top:52.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOttSTDQ8kqS5y8xZENgHE9lOHuq0awk { width:19.74875rem;height:3.65625rem;top:48rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTsdeN78PJRfaScrql9MUG6rEaFNdoxa { width:17.3118125rem;height:2.5rem;top:65.8877825737rem;left:1.343217253685rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm3DU5gFeZspdWp9PgifR7WXC34WtqTI { display:block; }
 }@media only screen and (max-width: 763px) { #xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 { display:block; }#xtbOxdmupHvVBZLZvHEEfZ5LP3GDoFU1 > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0luf8FSsONd8b1ANrCsp1FJ0mtR3BFK { width:20rem;height:4.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-heading-text { font-size:0.875rem;height:auto; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO .accordion-desc-text { font-size:0.8125rem;height:auto; }
#WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO { display:flex;height:auto;width:17.4375rem;top:7.2993469238281rem;left:0.062144875526428rem;gap:0.0625rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem; }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #VPhqiUTcbAFFFIpEhWcP7d7XKw0J0ool {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TLfgc4AxzwoRx2uL2wmthDlUfFSKsPOv {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #WL2ssCSB2S7Z5P9PhgD0WS0V2BC8xucB {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #k9agDaxe5PINGOOfSegZVmt2AEa74EzT {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TBObPnmbv6oKgWx5KwSgCTvJceHWGt0m {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RdiLWSPhHxrwQCQMnSKJ3Zq4h8OFdC79 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #klzKsTt0vuLIATXF11DLyUF4dck6WbDC {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #SMplQRInMnVWeZy3iwnrg3R3o7D8IGWA {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #oCPT9RTy7WT66KKrETcVb3Zs6XbN4483 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #xcVucsI07eTMKkF0WIFunEXWKmuNurgR {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #apqF8pAtJ1qP32WNE1PSAaKRO7wTiVSy {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #xdmoCIJUi2zxzEVioiSf79atKf2LfSJc {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #zuyJ7vP7nOUehB8ciAeysX1NHEe7W9ZE {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #nAuZqVPSTs0dhRSD1FZLGBMpHmN4rUXe {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #wTAB7Xxma41O0nlsprTHVEWzpXJZw4mL {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #cr6Eta0URukdoE3n3lKyHwtanOnQxXPr {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #pcGo94n1tG5nuv4TPqrPeHpmZ7wp5zwN {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #y0w314Jzg4nv67xtxU4pLaRpsJDmVaAb {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #ObJRqMLT0wFUI6wGi5o4NVPtnosJ98DU {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #g6TiKDpQ4ZPlTRfZQuhuGZCqTBgrEEKJ {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TWBv9m6sokQ4Q1h8SLTBw2tXTLuuRr4q {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #eBF16qmgqIyFTJJUfH4TS7mLuVZ4dDZ4 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #sFTgkMXupi9sPGneslZDlt78v88vfKo4 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #nlITmdGilq9L9TmE2TQrRrJLqtaDT5Kg {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #eJAv0H0VlknUJWgP2iicalBQLmd1UZeM {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #M2T2vqTEhkW88fnQettzJSXSDIgryMPE {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #y2ZaMpyGfsvccrKR8VCeFyGkr3ZnSLLC {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #m0a2RDcDFpzWT6NwuJmCnop3TJTPdZQk {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TAH76nymiK9iKRK8b6EhWo0D37b8theW {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #JH7FtdhzaGBKaC82i12k296ezMETlC2q {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #GqVE0n1lEtguFrSuDpT4MKo8oFtFxDnG {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #iusiTLl4LQSxp33Rc7uBxlpccy9z27ea {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #fG3srA1H6TakSExqWEQ4MpI2geOxD5Xw {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #l3CA4fQ0FsIWeKxAKuCk1K4o0ddpbmkt {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #HpXXhTykMlt0LTcs4QRecAIELoTIUtvG {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #MlN2m0ZoawpEaEowwfqWi5Cn59QhS1qS {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #tR5EFHp8ZHZQ3shyym92MsG3DHFnRS6W {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #zyTl91iii1QXQUIJ7h0Nfk870e6aZX1D {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #UhgN4trKhHWyrZ06RmU4EQpEgBToAzdw {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #LCMMyOe2lTashQXoRqBQQwnMV1lT84r1 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #crWiGf7RziWbPQl9kLrhDKwvfdxOsffX {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #G3V4isHRauSVBSNeH2ENO6H1wETSbU2w {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RF7Of84sSVmBxOhTAITpkIEhhvQeVdT9 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #kIS8CgfQd3qpEK19OOdKe42sGVcNt9JD {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #TpWUkTU5cEB2PrDDfhvR3lCekw6bG3Uz {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #ubhNsOJyOSMNEF5XFNPRBSZO6evBgPwg {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #W8pXEgEpf3PVRTuc9Q1sz0w4xJT3nUSp {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #GmQF6A94UTBzbNbKETMzsQrgZGa6FZcF {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #iQ1ZElFHNsK8bA4bAPuFCColV34lT7Pm {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #RR50u6ipa83weKwpHzO7hdE43QBIUiVX {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #oO0S1h3Gy0X8KPitfFImcR4aO0z168XM {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #f2gm5R33bMbsvVh7nRue38vpRdFReOcq {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #myfOuNW9JyGq4s3mDwXuNmkNPDPczu1E {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #bTotIKsSz2LglgGfvsIHwTwASPbm2oHD {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #PQwcwOt7wiOzhsmIQV6gJ58HGAsvSQKu {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #PTIn8VamTWxv9GsB4UpozdL74ZflTkxb {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #tiD4pXtTTQRCe5Wol2LAvm6pCIb7lPOx {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #uOmC9OOTTTysyNcookxTekb1GetVzEQd {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #U4ZFSQSQFHaeKIwXs6yfrX5EdyTwltL0 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #emxwmcNrfrJWvoSBcvMHl08uE0vhtlAC {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #BSrNlxiT49ZsFCv3HntmRIV0gyF8IaBd {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #c1LrFE3ChCgITnxnzRGvQFAwDRJWcuhL {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #KDE2qzI9lI57fWOwsAmWpGXDEfNDVLV1 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #FOz7gfrqqAMDbwsul48S2QLAg4JRTGn6 {  }
 }@media only screen and (max-width: 763px) { #WaTPNaWpGFIigrQuK8T2XEiQIOAT7qnO #bSpK4DOxKSyL5NbwR7koHob9BiEhXZro {  }
 }@media only screen and (max-width: 763px) { #Ha8eALwh9cqFJ8glHZMxJyJNATIFyEuZ { width:19rem;height:4.5625rem;top:76.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyKnzpxcuyMWbR5HEOoBgSUb8wMJLUUz { display:block; }
 }@media only screen and (max-width: 763px) { #zyR7nlrGKbqNfknr9JeJPW5pryoUlThM { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { background-color: transparent; background-image: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container > .video-iframe-container { display: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row > .video-iframe-container { display: none; }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .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); }#zyR7nlrGKbqNfknr9JeJPW5pryoUlThM > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgWJxsMAerAdFwZ01kMtvk0rcrMzTbiq { width:20rem;height:1.40014375rem;top:3.3114356994629rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q38S9D2h7V5I0PNPqvwA1QTTHUeeBbiO { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddHUGIyGVur3MkVQKQG3Vf70hyvQKNVi { top:0.81143569946287rem;left:5.5930395722389rem;width:8.812125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKT8aTq2zMTMGGLG05fWUeAe7PACEC0z { display:block; }
 }@media only screen and (max-width: 763px) { #egfP72pi8GHOo3yJWgpo44Nsib5xSeQN { width:15.5619375rem;height:1.81196875rem;top:0.93235015869138rem;left:2.2185722589493rem;font-size:0.875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #nEce5qt7cXH3WZ0yfiBJ4xnzfOwOeXHV { display:block; }
 }@media only screen and (max-width: 763px) { #BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b831bceb-5f94-404e-9ddc-c005e204774e/Backgroundimage2upscaled.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH.adaptive-delivery-prevent-bg, #BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH.lazyload, #BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH.lazyloading { background-image: none; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row .container { border-width: 0; border-radius: 0; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BcNpQs1Rz2tg0ZJyGFprmywhckc8BTMH > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rTMW6A9ZzebpurJJ9qIvk4Ttk47bIsLq { width:20rem;height:5.99786875rem;top:12.236328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZMsfbicnRFnttaOC5lzV5QtTxWX7ac3O { width:20rem;height:2.0614375rem;top:2.3125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTNsMkTL73uTQ0alusMRApr9rTyQCw38 { width:20rem;height:0;top:35.9375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15005;color:#000000;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #CGEVXvTk701kh2TforZkrLCbiw0ZaRVw { width:20rem;height:24.125rem;top:1.4417610168457rem;left:0rem;z-index:15000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;background-color:rgba(255,255,255,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BFDPMiVu8F7Jqu1iPU8zTt5vwWQRBSwB { width:20rem;height:7.55325rem;top:3.7532558441162rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4XLrATc3w1PbJKfhql0EPcyo69qaTrh { width:16.25rem;height:2.9367875rem;top:20.471412658691rem;left:1.8741121888161rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfxG7armfau0XUW9J06sfKceGm0R61al { display:block; }
 }@media only screen and (max-width: 763px) { #UTdsZIzbtiQcgw3RoCz09nGTgSwnIRVi { width:16.75rem;height:2.43608125rem;top:14.656427383423rem;left:1.5625000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KedSfDEfX9mD2JdS8QcE9S9JuW9lWD9a { width:20rem;height:2.43608125rem;top:26.815498146057rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { border-width: 0; border-radius: 0; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DJPKJwM8LJ3XndvyV6niz0pcRyN2NFHg { width:20rem;height:auto;top:3.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oAobmcbPpQTIGuhvFbzpktQr18Nl67OB { width:12.1875rem;height:5.75rem;top:5.4375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7eTnQZCLonwifKQ0AvwJQm81lMuOkOZ { width:12.6875rem;height:3.875rem;top:6.375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #be9U57iBfTHTankcylMliDgg1m9f2VwC { width:14.625rem;height:7.1875rem;top:4.75rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGHhWG4BrdIxcFR3UsnC0OkEIAutqs83 { top:3.6875rem;left:6.25rem;width:6.5rem;height:2rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CJJdv8WLv49TUaqkSRSVXBKTMigGcctM { top:3.5625rem;left:0.25rem;width:5.5rem;height:2.625rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iVzrbeC8pvbcaxn8BbcCULhTTSfX6knc { top:3.125rem;left:12.6875rem;width:7.0625rem;height:3.4375rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rvl4fXJcNmLMpgdX3ZJXNeJAWct9299o { width:20rem;height:1.21875rem;top:1.4630661010743rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #BVUAn4n7oroU3yafMZpiOaC9chF5vWVD { display:none; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .row .container { width:20rem;height:35.3125rem;background-color:rgba(255,241,229,0.5);background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pWJ76KmTTOoPWUCfM5eHGfM8XN23HO59 { width:20rem;height:2.0625rem;top:0.79456875659525rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #FXHhLFhc7gUScdXg0OlpfQecDZQo94Wz { width:20rem;height:7.21875rem;top:3.044921875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;z-index:15009;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wFXqfzcyOP5PytSGV8ZhL1iokRvmNiqk { width:20rem;height:2.79948125rem;top:11.045272827149rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #DTyHtDTfwheafUl2UDJfO00XsZVwPXk9 { width:17.874625rem;height:1.8059875rem;top:14.624816894531rem;left:1.0617897510529rem;font-size:1.0625rem;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15075;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE { width:17.874625rem;height:4.78125rem;top:16.374649047851rem;left:1.0617897510529rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15074;display:block; }#zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#zaeQKd4VGwLiFgmPxEJQxWxlepX4c6GE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b47dcf7ca0747341f954067a4849dd2c12867d04.svg); }
 }@media only screen and (max-width: 763px) { #fRmg86aW3F4JRhkGhy4mvlT3S8fbSLPa { width:17.874625rem;height:1.7rem;top:21.462539672851rem;left:1.0617897510529rem;font-size:1rem;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15076;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #DcLfe2CGzePJLThZtValdbnXEP1OR5Mx { width:18.4375rem;height:3.125rem;top:23.935897827149rem;left:0.78125rem;font-size:0.9375rem;z-index:15018;background-color:#30e122;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MgZawokt7uinfgqvrhyxmWJ0K1uw60TW { display:block; }
 }@media only screen and (max-width: 763px) { #TDvxHbCUxmSFXSoOatLgIfLgTHDqgvf4 { width:20rem;height:5rem;top:28.249649047851rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #dDEJ0IVqbtg6C4tpOqdhcz8aZFy8dX3f { width:17.1244375rem;height:3.65625rem;top:28.874649047851rem;left:1.4373222589493rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { display:none; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container { width:20rem;height:105rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SDF8Btm9acGTwcCa9XNOBkw4vFQzxDJN { width:20rem;height:1.125rem;top:7.9044723510744rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NSTLraffSwOgWQL2G3WLWZThC3JWzI4K { width:13.125rem;height:2.75rem;top:50.6240234375rem;left:3.4375rem;font-size:0.8125rem;z-index:15012;background-color:#14d02e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #UEJ4IVo6d2RSmuX91uVsWgNb4MD7wxH2 { display:block; }
 }@media only screen and (max-width: 763px) { #orChdlXCTVGG3zrAlOFGScPN7kNe6VsO { width:20rem;height:4.8739375rem;top:2.5301914215088rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGeKhn0IbHbyNtPdK3hk3oaA0MT15ENd { width:4.25rem;height:1.8125rem;top:0.74840211868287rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4FrV1scoOF141k9xQJnlN3GNivAKQXp { width:7.3739375rem;height:1.48615rem;top:1.0999641418457rem;left:6.3121448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMlDRL3Zmux8baHuTZLzXKr9Nruav3au { width:20rem;height:7.5925925925925rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akPy3CRenGypRHEcpLLri9L4SmogUKcT { width:20rem;height:11.158979235389rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEBmIoMlTZVTzmR2Te4wg4EQ99Woa2h8 { width:20rem;height:5.1267791693707rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heVSQ3bLFGgqusA8DarCDTynFDmBzt2F { width:20rem;height:5.3640977108713rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6wxtxb2cp2VFyqDUdXl4hLHX2DN2VpW { width:20rem;height:4.9396683112549rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHlm31ZodmSASL3QSFd9DUgwTE0HlUaB { width:20rem;height:5.5005594312986rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP29hW9cEnSdGSbirc3BxdhHftutsAHS { width:20rem;height:6.3541286888406rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgpEnDKHBuLPAVlmdEuPLx2Z338rCpmA { width:20rem;height:8.2430956521737rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn9QtuQ0TTXdoP3KtriDpdOil7MDOa2E { width:20rem;height:7.5621271747619rem;top:74.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzb8e4KR1ckDq2PkMqdOK4FS5yvyJRE0 { width:20rem;height:6.463648rem;top:83.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwZpsZvca3wu4wpEluZs6yEuScGSBKaQ { width:20rem;height:5.6483264941518rem;top:91.212703918456rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwhnzlwtMxGl4orBfw5wAiCFTmht0Lgt { width:20rem;height:5.7838537538045rem;top:98.110785168456rem;left:0rem;display:block; }
 }