.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:#ffffff;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; }
#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ce302f0-7de9-4921-ac55-fb58ba2230ee/manchesterskylineupscale.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; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z.adaptive-delivery-prevent-bg, #qVTrTPdLApUaVTg0khTRATEOk9kQOv3z.lazyload, #qVTrTPdLApUaVTg0khTRATEOk9kQOv3z.lazyloading { background-image: none; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row .container { background-color: transparent; background-image: none; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,0,2,0.03); }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row .container > .video-iframe-container { display: none; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .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); }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row > .video-iframe-container { display: none; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .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); }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row .container { border-width: 0; border-radius: 0; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z::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; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:block; }#V3UtLZTqDZBd5hMN1elK7GVNVlb24CyS { 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.15698125rem;text-align:left;text-align-last:left;display:block; }
#rkZyIemhAlGNzbfwcAMWOn0SBN4Jl2VX { 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.68823125rem;text-align:left;text-align-last:left;display:block; }
#R1wJkxUeHoU3ciuJOxawkSJp3XNClSVf { 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; }
#yZJg9yEV7ZocP8K6xWoEJKQgvAI2vIXA { 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; }
#owTLubsnyJtflOgOCfmRSXssFrDg5SS0 { 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.287625rem;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; }
#DpZp37XEz1680ipsRSXXWcC9I1McREV1 { 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; }
#E92ktweEihtZfe5GUx58L6cM975RJNW4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIikVt1EF5gKtBeu3gTREhDd34nrF00q { 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; }
#AllxyDNnT0cTkCK11XV1lukfxAlBoVev { 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; }
#aHyvCvT0OyZ0fb8ou9QLZtwX3vaaGRx2 { 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; }
#W8EEcBsaN8fOUmxbRTwf5gCCD3HHyLNG { 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; }
#WOCtLyDsPKdCAee6sXBzGpnpm0BtGpTe { 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; }
#pn8qwnhTOmoah01kCZbaQQ5XgCwWsBxQ { 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; }
#I12FemFeRKSdMzpMPL46d9APpF9kiIF4 { 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; }
#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 { z-index:;position:relative;display:block; }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 { background-color: transparent; background-image: none; }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .row .container > .video-iframe-container { display: none; }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .row > .video-iframe-container { display: none; }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .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); }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 { border-width: 0; border-radius: 0; }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .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; }#PzqdtRTTH5gaJ9i3sI3Tla2MVyMhUohM { 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; }
#urhWKVkp1LAo55XMWrDXzxO4EOvOnR14 { 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; }
#e4VrMhi8UdGhRNON3T48KCfPWei94RXI { 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; }
#LtPurEa2F9Ov8kVnaTEaradbafoaKfEN { 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; }
#o0tLCvUf2Ft8nBXTgvBTtss2iOGHRyhE { 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; }
#ek6ctqtckZOdGS7TXm40mCh1wC35pXK9 { 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.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp { 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; }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row .container { background-color: transparent; background-image: none; }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row .container > .video-iframe-container { display: none; }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row > .video-iframe-container { display: none; }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .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); }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row .container { border-width: 0; border-radius: 0; }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#T4b3wCwsK9Q2SXWvMEGfWVLeG2zaUUZT { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.11962890625rem;left:0.716796875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:132.25rem;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:5.3125rem;width:11.9375rem;top:0rem;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:38.56201171875rem;left:49.3125rem;overflow:hidden;display:block; }
#QM8i8uJ72nES3sl0qdEGLVHxAnb4FJyz { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.2939453125rem;left:11.935546875rem;height:2.5996125rem;text-align:left;text-align-last:left;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:16.9375rem;left:13.9375rem;display:block; }
#qnk3Z57bbvqzFTog3dqcs4hUH9RJmEip { box-sizing:content-box;height:35.1875rem;width:60rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.34);background-image:none;top:40.7490234375rem;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; }
#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:47.37451171875rem;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:69.12451171875rem;left:12.31201171875rem;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:86.3125rem;left:12.31201171875rem;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:108.8125rem;left:12.49951171875rem;overflow:hidden;display:block; }
#rteoZdqu2TQ17Vr7tVJdN6DRwVpqgAxK { color:rgba(var(--color-tertiary-3),1);display:block;width:54.8125rem;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:116.9365234375rem;left:3.81201171875rem;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:30.5625rem;height:4.6245125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:122.1865234375rem;left:14.7158203125rem;display:block; }
#cXcx6d3uVoCTN4XssuDqyPHoKyJoOI8y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTSf1ktUzHkI4p1PRik6ODwlCvWg3TNa { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VbWIT8J3Z7B1ZivyihZKercM11kac70M { 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:15023;line-height:1.3;letter-spacing:0;top:10.560546875rem;left:13.0283203125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cexlTRegNiEoCTBrThfNvak85ZMGxwgD { 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.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I7BArJ9D3DbvXytRSeRhiRlbeEBgbqph { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:14.78125rem;left:21.1240234375rem;height:1.5996125rem;font-style:normal;display:block; }
#ZsZS02KANyeqvgwi4GUMhTs0h0WuO7qv { color:rgba(var(--color-tertiary-3),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:35.78125rem;left:20.1865234375rem;height:1.5rem;font-style:normal;display:block; }
#LdT0tP6AHRLyGxQtnPKyiWmpVBIQlMpw { 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:15025;line-height:1.3;letter-spacing:0;top:40.99951171875rem;left:12.9990234375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDAmruukT5OxN5Kv1FtXwf2799A4fcV8 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:45.0615234375rem;left:21.12158203125rem;height:1.5996125rem;font-style:normal;display:block; }
#Op4aXWCrx5PtCrzctThgOviyqbzebxdA { color:rgba(var(--color-tertiary-3),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:67.0927734375rem;left:23.99853515625rem;height:1.5rem;font-style:normal;display:block; }
#FUxQl6muXxkQwIFUruqInKUcDQJmViaZ { color:rgba(var(--color-tertiary-3),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:106.36181640625rem;left:18.216796875rem;height:1.5rem;font-style:normal;display:block; }
#Npr37i4BUfOadgJqnspTf5OUoWAmqzda { 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:15025;line-height:1.3;letter-spacing:0;top:78.93701171875rem;left:12.9990234375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AWdBvnnZDWJCa9yfqw33reidkoskzlvJ { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:83.52490234375rem;left:21.7470703125rem;height:1.5996125rem;font-style:normal;display:block; }
#MsrEPmhII5xztNtOGQmswAXRbVTvShQg { color:#e10c4a;display:block;width:19.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:127.5625rem;left:20.30859375rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#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:12.5625rem;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; }#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:8.625rem;left:13.125rem;height:1.57470625rem;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:6rem;left:12.125rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#XhN8x6mzuKrFBxabRqvqyxmB8QDJbe3G { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15029;line-height:1.8;letter-spacing:0;top:6.5625rem;left:39.875rem;height:3.0358875rem;text-align:center;text-align-last:center;display:block; }
#fVSbRwrnf8FSf0CRBZHOrexHfLNTVQsC { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4983125rem;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.5625rem;left:26.6875rem;height:1.57470625rem;text-align:center;text-align-last:center;display:block; }
#qa2oxP6FfdJdZpPABmOne93a4gQMH8kA { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15025;line-height:1.8;letter-spacing:0;top:6rem;left:25.6875rem;height:6.071775rem;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:2.4375rem;left:3.9375rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#memhZdD1iWTbur1wk758BaaPXRq0OdyO { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.8;letter-spacing:0;top:8.75rem;left:40.75rem;height:1.57470625rem;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.7858875rem;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.7858875rem;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.7858875rem;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.571775rem;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.7858875rem;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.7858875rem;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:#6d9be1;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.67480625rem;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.40014375rem;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.550775rem;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; }
#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; }
#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; }
#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.6875rem;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) { #qVTrTPdLApUaVTg0khTRATEOk9kQOv3z { display:block; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3UtLZTqDZBd5hMN1elK7GVNVlb24CyS { top:31.0625rem;left:0rem;width:36.9375rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkZyIemhAlGNzbfwcAMWOn0SBN4Jl2VX { top:21.25rem;left:0rem;width:34.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1wJkxUeHoU3ciuJOxawkSJp3XNClSVf { top:35.9375rem;left:0rem;width:20rem;height:1.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZJg9yEV7ZocP8K6xWoEJKQgvAI2vIXA { top:20.125rem;left:0rem;width:47.75rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owTLubsnyJtflOgOCfmRSXssFrDg5SS0 { top:22.875rem;left:0rem;width:47.75rem;height:7.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpZp37XEz1680ipsRSXXWcC9I1McREV1 { width:21.1875rem;height:4.3125rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E92ktweEihtZfe5GUx58L6cM975RJNW4 { display:block; }
 }@media only screen and (max-width: 763px) { #TIikVt1EF5gKtBeu3gTREhDd34nrF00q { top:34.125rem;left:0rem;width:39.25rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AllxyDNnT0cTkCK11XV1lukfxAlBoVev { top:44.1875rem;left:0rem;width:42.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHyvCvT0OyZ0fb8ou9QLZtwX3vaaGRx2 { top:29.8125rem;left:33.625rem;width:14.125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8EEcBsaN8fOUmxbRTwf5gCCD3HHyLNG { 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) { #WOCtLyDsPKdCAee6sXBzGpnpm0BtGpTe { 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) { #pn8qwnhTOmoah01kCZbaQQ5XgCwWsBxQ { 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) { #I12FemFeRKSdMzpMPL46d9APpF9kiIF4 { top:29.75rem;left:0rem;width:34.3125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 { display:block; }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 { background-color: transparent; background-image: none; }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .row .container > .video-iframe-container { display: none; }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .row > .video-iframe-container { display: none; }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .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); }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 { border-width: 0; border-radius: 0; }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .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) { #PzqdtRTTH5gaJ9i3sI3Tla2MVyMhUohM { 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) { #urhWKVkp1LAo55XMWrDXzxO4EOvOnR14 { 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) { #e4VrMhi8UdGhRNON3T48KCfPWei94RXI { 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) { #LtPurEa2F9Ov8kVnaTEaradbafoaKfEN { 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) { #o0tLCvUf2Ft8nBXTgvBTtss2iOGHRyhE { top:2.4375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek6ctqtckZOdGS7TXm40mCh1wC35pXK9 { width:12.8125rem;height:1.5625rem;top:6.25rem;left:34.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp { display:block; }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4b3wCwsK9Q2SXWvMEGfWVLeG2zaUUZT { top:2.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@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:11.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb6IVTbfZW3xADmufWTnPNrJA10UIqE8 { top:38.5rem;left:37.125rem;width:10.625rem;height:15.53186247273rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM8i8uJ72nES3sl0qdEGLVHxAnb4FJyz { width:37.5rem;height:2.5625rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfqtwkR1D4r0LSqIeTDvm4dAvu5p8fWH { top:16.9375rem;left:0rem;width:32.0625rem;height:17.901748086947rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnk3Z57bbvqzFTog3dqcs4hUH9RJmEip { top:40.6875rem;left:0rem;width:47.75rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUxbgCu6wmaTC5XqZyapkxh1LtAEkcMT { top:47.3125rem;left:0rem;width:34.0625rem;height:19.027889453219rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQfdcTmTrMu0T9Tt0bA5zSTVK8xTOV3n { top:69.0625rem;left:0rem;width:34.6875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qivbtlb1TQf79h6R0qyyTiOQw6onLNUR { top:86.3125rem;left:0rem;width:34.5rem;height:19.215246734083rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTicHH7oK8BgHT0FwWacTGTkeFnru787 { top:108.8125rem;left:0rem;width:34.5rem;height:5.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #rteoZdqu2TQ17Vr7tVJdN6DRwVpqgAxK { width:47.75rem;height:3.1875rem;top:116.875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyGrERRMfngUqdkl2FH8l2GP7SrDWqCP { width:30.5625rem;height:4.5625rem;top:122.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXcx6d3uVoCTN4XssuDqyPHoKyJoOI8y { display:block; }
 }@media only screen and (max-width: 763px) { #eTSf1ktUzHkI4p1PRik6ODwlCvWg3TNa { display:none; }
 }@media only screen and (max-width: 763px) { #VbWIT8J3Z7B1ZivyihZKercM11kac70M { width:33.9375rem;height:4.0625rem;top:10.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cexlTRegNiEoCTBrThfNvak85ZMGxwgD { width:45rem;height:3.5625rem;top:5.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7BArJ9D3DbvXytRSeRhiRlbeEBgbqph { width:17.75rem;height:1.5625rem;top:14.75rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsZS02KANyeqvgwi4GUMhTs0h0WuO7qv { width:19.625rem;height:1.5rem;top:35.75rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdT0tP6AHRLyGxQtnPKyiWmpVBIQlMpw { width:33.9375rem;height:4.0625rem;top:40.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAmruukT5OxN5Kv1FtXwf2799A4fcV8 { width:17.6875rem;height:1.5625rem;top:45rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op4aXWCrx5PtCrzctThgOviyqbzebxdA { width:12rem;height:1.5rem;top:67.0625rem;left:11.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUxQl6muXxkQwIFUruqInKUcDQJmViaZ { width:23.5625rem;height:1.5rem;top:106.3125rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npr37i4BUfOadgJqnspTf5OUoWAmqzda { width:33.9375rem;height:6.0625rem;top:78.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWdBvnnZDWJCa9yfqw33reidkoskzlvJ { width:16.5rem;height:1.5625rem;top:83.5rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsrEPmhII5xztNtOGQmswAXRbVTvShQg { top:127.5625rem;left:4.5625rem;width:19.3125rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@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) { #OZq6BPTDaAwQAvLS4KQMLwZupyeZ4Rud { top:8.625rem;left:7rem;width:9.4375rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sybZs9vD92xIqH1dPXw7oQ2QxA4MFblJ { top:6rem;left:6rem;width:9.8125rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhN8x6mzuKrFBxabRqvqyxmB8QDJbe3G { top:6.5625rem;left:33.75rem;width:11.3125rem;height:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVSbRwrnf8FSf0CRBZHOrexHfLNTVQsC { top:8.5625rem;left:20.5625rem;width:9.4375rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa2oxP6FfdJdZpPABmOne93a4gQMH8kA { top:6rem;left:19.5625rem;width:10.8125rem;height:6.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqkn0w1WV5crWoX3RFFvQvIHvAy3raLZ { top:2.4375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #memhZdD1iWTbur1wk758BaaPXRq0OdyO { top:8.75rem;left:34.625rem;width:9.4375rem;height:1.5625rem;font-size:0.6875rem;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.5rem;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) { #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) { #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) { #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:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fm58oHmAeDhENFUy4GdECPPqhSxQG0Bl { width:8.125rem;height:1.1875rem;top:0.40553283691406rem;left:5.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBDqy0K8rDw9WNm1K9aKDwT6eJyHI2eD { width:20rem;height:1.03125rem;top:1.7805328369141rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NeoELC7ZbleTmMUuGKEwemBp7mkV8JTy { width:20rem;height:1.125rem;top:2.7487640380859rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVTrTPdLApUaVTg0khTRATEOk9kQOv3z { 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/5ce302f0-7de9-4921-ac55-fb58ba2230ee/manchesterskylineupscale.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z.adaptive-delivery-prevent-bg, #qVTrTPdLApUaVTg0khTRATEOk9kQOv3z.lazyload, #qVTrTPdLApUaVTg0khTRATEOk9kQOv3z.lazyloading { background-image: none; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row .container { background-color: transparent; background-image: none; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(200,200,200,0.36); }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row .container > .video-iframe-container { display: none; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(200,200,200,0.36); }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row > .video-iframe-container { display: none; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .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); }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row .container { border-width: 0; border-radius: 0; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z::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; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVTrTPdLApUaVTg0khTRATEOk9kQOv3z > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3UtLZTqDZBd5hMN1elK7GVNVlb24CyS { width:20rem;height:2.99805rem;top:12.236328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkZyIemhAlGNzbfwcAMWOn0SBN4Jl2VX { 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) { #R1wJkxUeHoU3ciuJOxawkSJp3XNClSVf { 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) { #yZJg9yEV7ZocP8K6xWoEJKQgvAI2vIXA { 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) { #owTLubsnyJtflOgOCfmRSXssFrDg5SS0 { width:20rem;height:6.390375rem;top:3.7532558441162rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpZp37XEz1680ipsRSXXWcC9I1McREV1 { 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) { #E92ktweEihtZfe5GUx58L6cM975RJNW4 { display:block; }
 }@media only screen and (max-width: 763px) { #TIikVt1EF5gKtBeu3gTREhDd34nrF00q { width:16.75rem;height:4.87793125rem;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) { #AllxyDNnT0cTkCK11XV1lukfxAlBoVev { width:20rem;height:2.4389625rem;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) { #aHyvCvT0OyZ0fb8ou9QLZtwX3vaaGRx2 { width:14.125rem;height:9.3125rem;top:37.562686230469rem;left:2.9375rem;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) { #W8EEcBsaN8fOUmxbRTwf5gCCD3HHyLNG { width:8.875rem;height:3rem;top:41.265811230469rem;left:5.529296875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOCtLyDsPKdCAee6sXBzGpnpm0BtGpTe { width:14.4375rem;height:2.8125rem;top:33.500186230469rem;left:2.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pn8qwnhTOmoah01kCZbaQQ5XgCwWsBxQ { width:14.4375rem;height:1.40625rem;top:44.421084667969rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I12FemFeRKSdMzpMPL46d9APpF9kiIF4 { width:20rem;height:1.21948125rem;top:30.500186230469rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 { display:block; }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 { background-color: transparent; background-image: none; }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .row .container > .video-iframe-container { display: none; }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .row > .video-iframe-container { display: none; }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .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); }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 { border-width: 0; border-radius: 0; }#vu1pRz8xW06NuBRwKdXqQTi17LgX3ut3 > .row .container { width:20rem;height:37.1875rem;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) { #PzqdtRTTH5gaJ9i3sI3Tla2MVyMhUohM { width:1.875rem;height:1.875rem;top:15.125rem;left:5.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) { #urhWKVkp1LAo55XMWrDXzxO4EOvOnR14 { width:9.75rem;height:1.625rem;top:18.1875rem;left:5.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) { #e4VrMhi8UdGhRNON3T48KCfPWei94RXI { width:7.375rem;height:1.25rem;top:21.375rem;left:5.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) { #LtPurEa2F9Ov8kVnaTEaradbafoaKfEN { width:6rem;height:1.9375rem;top:24.5625rem;left:5.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) { #o0tLCvUf2Ft8nBXTgvBTtss2iOGHRyhE { width:20rem;height:3.0859375rem;top:27.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ek6ctqtckZOdGS7TXm40mCh1wC35pXK9 { width:12.8125rem;height:1.5996125rem;top:32.0859375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp { 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; }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row .container { background-color: transparent; background-image: none; }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row .container > .video-iframe-container { display: none; }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row > .video-iframe-container { display: none; }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .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); }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row .container { border-width: 0; border-radius: 0; }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cBqdA1TEKh6eT3G8ysTGTzDJUnWow4qp > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4b3wCwsK9Q2SXWvMEGfWVLeG2zaUUZT { width:20rem;height:6.8213125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm { display:block; }#mBnT9cdqgxc2cfqn431rxI8cbz7Thbhm > .row .container { width:20rem;height:119.125rem;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.53186247273rem;top:38.5rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QM8i8uJ72nES3sl0qdEGLVHxAnb4FJyz { width:17.5rem;height:7.3095625rem;top:3.8050427429199rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfqtwkR1D4r0LSqIeTDvm4dAvu5p8fWH { height:11.1665625rem;width:20rem;top:11.09730052948rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnk3Z57bbvqzFTog3dqcs4hUH9RJmEip { width:20rem;height:35.1875rem;top:40.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;display:none; }
 }@media only screen and (max-width: 763px) { #xUxbgCu6wmaTC5XqZyapkxh1LtAEkcMT { height:11.17275rem;width:20rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQfdcTmTrMu0T9Tt0bA5zSTVK8xTOV3n { width:19.1868125rem;height:3.125rem;top:43.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qivbtlb1TQf79h6R0qyyTiOQw6onLNUR { height:11.138125rem;width:20rem;top:53.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTicHH7oK8BgHT0FwWacTGTkeFnru787 { width:18.4375rem;height:2.74946875rem;top:67.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rteoZdqu2TQ17Vr7tVJdN6DRwVpqgAxK { width:20rem;height:2.698975rem;top:71.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyGrERRMfngUqdkl2FH8l2GP7SrDWqCP { width:17.6873125rem;height:2.5rem;top:78rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXcx6d3uVoCTN4XssuDqyPHoKyJoOI8y { display:block; }
 }@media only screen and (max-width: 763px) { #eTSf1ktUzHkI4p1PRik6ODwlCvWg3TNa { top:25.941937446594rem;left:0rem;width:20rem;height:22.75rem;z-index:14999;background-color:rgba(227,227,227,0.29);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VbWIT8J3Z7B1ZivyihZKercM11kac70M { width:20rem;height:6.09375rem;top:90.19925rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cexlTRegNiEoCTBrThfNvak85ZMGxwgD { width:20rem;height:7.202125rem;top:81.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7BArJ9D3DbvXytRSeRhiRlbeEBgbqph { width:17.75rem;height:1.5996125rem;top:97.543rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsZS02KANyeqvgwi4GUMhTs0h0WuO7qv { width:19.625rem;height:1.5rem;top:100.3926125rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdT0tP6AHRLyGxQtnPKyiWmpVBIQlMpw { width:20rem;height:auto;top:40.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAmruukT5OxN5Kv1FtXwf2799A4fcV8 { width:17.6875rem;height:auto;top:45rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op4aXWCrx5PtCrzctThgOviyqbzebxdA { width:12rem;height:auto;top:67.0625rem;left:4rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUxQl6muXxkQwIFUruqInKUcDQJmViaZ { width:20rem;height:2.99805rem;top:112.44144375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npr37i4BUfOadgJqnspTf5OUoWAmqzda { width:20rem;height:5.1953125rem;top:103.1426125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWdBvnnZDWJCa9yfqw33reidkoskzlvJ { width:16.5rem;height:1.5996125rem;top:109.59183125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsrEPmhII5xztNtOGQmswAXRbVTvShQg { width:19.3125rem;height:1.21948125rem;top:116.69144375rem;left:0.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;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:20.9375rem;position:relative;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) { #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.13745rem;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.23730625rem;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.0859375rem;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) { #memhZdD1iWTbur1wk758BaaPXRq0OdyO { width:9.4375rem;height:1.23730625rem;top:16.1875rem;left:5.25rem;font-size:0.6875rem;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.11230625rem;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.4130875rem;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.4624rem;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.4624rem;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.4624rem;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.6547875rem;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.4624rem;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.6547875rem;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.7973625rem;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) { #BVUAn4n7oroU3yafMZpiOaC9chF5vWVD { display:block; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD { background-color: transparent; background-image: none; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .row .container > .video-iframe-container { display: none; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .row > .video-iframe-container { display: none; }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .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); }#BVUAn4n7oroU3yafMZpiOaC9chF5vWVD > .row .container { width:20rem;height:35.3125rem;background-color:rgba(255,241,229,0.5);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWJ76KmTTOoPWUCfM5eHGfM8XN23HO59 { width:20rem;height:2.06055rem;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.798825rem;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.80575rem;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.77905rem;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.69921875rem;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.65844375rem;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) { #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) { #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; }
 }