.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:224,241,244;--color-primary-1:163,212,223;--color-primary-2:101,183,201;--color-primary-3:63,165,188;--color-primary-4:10,53,87;--color-secondary-0:245,255,204;--color-secondary-1:226,255,102;--color-secondary-2:206,255,0;--color-secondary-3:177,218,12;--color-secondary-4:41,51,0;--color-tertiary-0:255,255,255;--color-tertiary-1:77,77,77;--color-tertiary-2:51,51,51;--color-tertiary-3:47,45,45;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vArI6JwzTTqk4UctfrlKbG1ydHJJAzOM { 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; }#vArI6JwzTTqk4UctfrlKbG1ydHJJAzOM > .row .container { background-color: transparent; background-image: none; }#vArI6JwzTTqk4UctfrlKbG1ydHJJAzOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vArI6JwzTTqk4UctfrlKbG1ydHJJAzOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vArI6JwzTTqk4UctfrlKbG1ydHJJAzOM > .row .container > .video-iframe-container { display: none; }#vArI6JwzTTqk4UctfrlKbG1ydHJJAzOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vArI6JwzTTqk4UctfrlKbG1ydHJJAzOM > .row > .video-iframe-container { display: none; }#vArI6JwzTTqk4UctfrlKbG1ydHJJAzOM > .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); }#vArI6JwzTTqk4UctfrlKbG1ydHJJAzOM > .row .container { border-width: 0; border-radius: 0; }#vArI6JwzTTqk4UctfrlKbG1ydHJJAzOM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vArI6JwzTTqk4UctfrlKbG1ydHJJAzOM > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#VTsGTuwBWHDgz2aJWovHQge0QAQpNmuV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:11.125rem;top:1.0625rem;left:20.43515586853rem;overflow:hidden;display:block; }
#xiIIe61V51cZnTvODBEgfwT3LnOSoUwH { 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:5rem;width:5.25rem;top:0rem;left:33.308591842651rem;overflow:hidden;display:block; }
#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME { 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; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container { background-color: transparent; background-image: none; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container > .video-iframe-container { display: none; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row > .video-iframe-container { display: none; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .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); }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container { border-width: 0; border-radius: 0; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:60rem;position:relative;display:block; }#ldJRdkkEp89KA4q1WZD4T12yPv20fE6l { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.7375001907349rem;left:12.70546913147rem;height:4.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FOFIrk6IVrlmID9kHDx5go8hTa77S4bF { color:rgba(var(--color-secondary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),1);top:0.625rem;left:10.64296913147rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8Z4eZOMMT3GB7pvXsog6w5iXxKsEteq { color:rgba(var(--color-secondary-3),1);display:block;width:36.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:8.4000005722044rem;left:11.90625rem;height:4.4692375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GatuJFOSZBLT2qawoSWIWCgGFXhhrDSI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.875rem;width:46.125rem;top:14.09375rem;left:8.4375rem;display:block; }
#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e893466c-3cd6-4abc-bc8b-6ddddb6c812f/tonastronobozy22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK.adaptive-delivery-prevent-bg, #Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK.lazyload, #Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK.lazyloading { background-image: none; }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .row .container { background-color: transparent; background-image: none; }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .row .container > .video-iframe-container { display: none; }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .row > .video-iframe-container { display: none; }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .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); }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .row .container { border-width: 0; border-radius: 0; }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#Cpr3XK43N7g883MARWVSrXxoIlrMUm8S { 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:38.5625rem;width:41.625rem;top:0rem;left:7.8125rem;overflow:hidden;display:block; }
#DXcHB7lull3Tkb3WAXJcQgwk4vGp9GRs { position:absolute;display:block;z-index:15010;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.125rem;width:2.125rem;top:33.3125rem;left:57.875rem;overflow:hidden;display:block; }
#WNJx0mksQITMdvqKxe1nGbIMCMZ2bcfG { 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:37.9375rem;width:43.6875rem;display:none; }
#pQVeTscTgTcK4N9BvNwuNPUScI7IGlST { 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; }#pQVeTscTgTcK4N9BvNwuNPUScI7IGlST > .row .container { background-color: transparent; background-image: none; }#pQVeTscTgTcK4N9BvNwuNPUScI7IGlST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQVeTscTgTcK4N9BvNwuNPUScI7IGlST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQVeTscTgTcK4N9BvNwuNPUScI7IGlST > .row .container > .video-iframe-container { display: none; }#pQVeTscTgTcK4N9BvNwuNPUScI7IGlST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQVeTscTgTcK4N9BvNwuNPUScI7IGlST > .row > .video-iframe-container { display: none; }#pQVeTscTgTcK4N9BvNwuNPUScI7IGlST > .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); }#pQVeTscTgTcK4N9BvNwuNPUScI7IGlST > .row .container { border-width: 0; border-radius: 0; }#pQVeTscTgTcK4N9BvNwuNPUScI7IGlST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQVeTscTgTcK4N9BvNwuNPUScI7IGlST > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:60rem;position:relative;display:block; }#qlHV2nb8RNZB3H6Pf0z8RmJmBbrZRNkP { color:rgba(var(--color-tertiary-3),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.875rem;left:4.5rem;height:4.22168125rem;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; }
#LaciuExSEmlv2cVBPQP5Ghp8VPm6RLqE { color:rgba(var(--color-tertiary-3),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.356250762939rem;left:4.5rem;height:4.22168125rem;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; }
#F1O53Bpft11m1uUBTAVw9Id4QZ2tZNgy { color:rgba(var(--color-tertiary-3),1);display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.93593788147rem;left:4.5rem;height:4.22168125rem;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; }
#t7Fu86afDrJtksGJV5QModdcDKU2eJVZ { color:rgba(var(--color-secondary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:0rem;left:0rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xHwyK7whwNgBTsTFXrGtSRlLAX5IoUH9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat: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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:4.8125rem;width:52.25rem;top:4.6875004768372rem;left:2.26171875rem;display:block; }
#Vu7thrUV4QwwZsLsmgCBcGbkVrdx1222 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat: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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:4.8125rem;width:52.25rem;top:10.062500476837rem;left:2.1124992370606rem;display:block; }
#l5CeFqooiVv36NsJhnp07gxRl5CnX0IB { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat: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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:4.8125rem;width:52.25rem;top:15.642187595367rem;left:2.1124992370606rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/d8471484-80c8-4c8c-a0a6-b857c5f157b4/b493ac98548a440c841f12fd62c23051.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:63.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .row .container { background-color: transparent; background-image: none; }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .row .container > .video-iframe-container { display: none; }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .row > .video-iframe-container { display: none; }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .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); }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .row .container { border-width: 0; border-radius: 0; }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;overflow:visible;position:relative;display:block; }#S6fIwe1RZQU0I12Cu50wlazoN0I5GVf2 { color:rgba(var(--color-secondary-2),1);display:block;width:56.4975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.56005859375rem;left:1.75048828125rem;height:4.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ngmWJ2sKM1UO0CMHPb9dsbRGO5ZLE1yw { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:6.896484375rem;left:7.87353515625rem;height:3.07324375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nkAZ9B5AvqZm1k3FpcZsgEPJKzB2Eqf6 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:18.3125rem;left:17.5625rem;height:2.175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WfbXyzzfOHmEzgtMJUN09Zvh9G9B4z6l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:18.5625rem;left:14.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #000000); }
#TnhRw6Jl2yrNHkNv11wElbnwTN8cqyx6 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1850625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:22.49853515625rem;left:17.59130859375rem;height:2.173825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KQnmrDspOFg0eSUMvlCwOfsPoMhGREwI { background-color:#e81c20;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:25.3125rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.24951171875rem;left:17.34375rem;display:block; }
#Qb0XkZQMLpOnLCLCqiVb3TuWZnG2N6IV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2Ma6J8NmhnHcZvcFRUzfWmXmMOSNu0n { position:absolute;display:block;z-index:15039;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.6245rem;width:10.6245rem;top:26.24853515625rem;left:48.5625rem;overflow:hidden;display:block; }
#DNtxRArDDtAk1rXO4XgpTbPinteuhi3E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:23.14013671875rem;left:14.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #000000); }
#n538cBDJgE1iprv0AgTsrIoxFJCVfi1q { color:rgba(var(--color-secondary-2),1);display:block;width:43.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.1875rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:11.0068359375rem;left:7.87353515625rem;height:4.60546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U6a3C2J8t2HwQ2TW8Gfw677gs3xJxsAO { color:#e81c20;display:block;width:56.4975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.1875rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),1);top:9.9697265625rem;left:2.7802734375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UIpJMJUyOmzJectA1EoSdqPmWpIn2AxS { 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; }#UIpJMJUyOmzJectA1EoSdqPmWpIn2AxS > .row .container { background-color: transparent; background-image: none; }#UIpJMJUyOmzJectA1EoSdqPmWpIn2AxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIpJMJUyOmzJectA1EoSdqPmWpIn2AxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIpJMJUyOmzJectA1EoSdqPmWpIn2AxS > .row .container > .video-iframe-container { display: none; }#UIpJMJUyOmzJectA1EoSdqPmWpIn2AxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIpJMJUyOmzJectA1EoSdqPmWpIn2AxS > .row > .video-iframe-container { display: none; }#UIpJMJUyOmzJectA1EoSdqPmWpIn2AxS > .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); }#UIpJMJUyOmzJectA1EoSdqPmWpIn2AxS > .row .container { border-width: 0; border-radius: 0; }#UIpJMJUyOmzJectA1EoSdqPmWpIn2AxS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UIpJMJUyOmzJectA1EoSdqPmWpIn2AxS > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;position:relative;display:block; }#TwKc1PvmAayeXw6eJy8FTHCXbVDWfavb { color:rgba(var(--color-secondary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.375rem;left:0rem;height:5.11875rem;font-style:normal;display:block; }
#emmo7BMpXK27DS5wN4faTZrxTFVQQNfL { color:rgba(var(--color-tertiary-4),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.28750038147rem;left:22.125rem;height:3.98144375rem;display:block; }
#CcVIDIDAKGlaN9DZQNKpwr01MAJ9aBGH { 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; }#CcVIDIDAKGlaN9DZQNKpwr01MAJ9aBGH > .row .container { background-color: transparent; background-image: none; }#CcVIDIDAKGlaN9DZQNKpwr01MAJ9aBGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcVIDIDAKGlaN9DZQNKpwr01MAJ9aBGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcVIDIDAKGlaN9DZQNKpwr01MAJ9aBGH > .row .container > .video-iframe-container { display: none; }#CcVIDIDAKGlaN9DZQNKpwr01MAJ9aBGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcVIDIDAKGlaN9DZQNKpwr01MAJ9aBGH > .row > .video-iframe-container { display: none; }#CcVIDIDAKGlaN9DZQNKpwr01MAJ9aBGH > .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); }#CcVIDIDAKGlaN9DZQNKpwr01MAJ9aBGH > .row .container { border-width: 0; border-radius: 0; }#CcVIDIDAKGlaN9DZQNKpwr01MAJ9aBGH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcVIDIDAKGlaN9DZQNKpwr01MAJ9aBGH > .row .container { font-size:0.875rem;font-family:arial;height:68.875rem;width:60rem;position:relative;display:block; }#anrLw3H8TythQfl2U9wB3cf2RMPNUSH0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:38.0625rem;left:21.186719894409rem;height:4.7109375rem;text-align:center;text-align-last:center;display:block; }
#RmWBTkmBaJzgHXkOTOF5Gdefr7xDBgxX { color:rgba(var(--color-secondary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:30.6875rem;left:21.186719894409rem;height:6.8232375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c53Txh2ZOxcUp2LLRevqt2iN4XmbXvoK { color:rgba(var(--color-secondary-3),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:14.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:15.52499961853rem;left:25.061719894409rem;height:18.85rem;font-style:normal;display:block; }
#VLJexiEOP9GoqM9KhJ6VpTV8TZrZUUV6 { 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:20.75rem;width:20.75rem;top:2.6625022888184rem;left:0rem;overflow:hidden;display:block; }
#yzvhXRf1gPvygh0dPyO9mTklb7DPTHwz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:20.3125rem;top:1.3351440429688E-5rem;left:19.842969894409rem;overflow:hidden;display:block; }
#AxvMtgxXe2HmsOnbiTGQOUIL5f2N7uOi { 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:21.3125rem;width:21.3125rem;top:1.0000019073486rem;left:38.687498092651rem;overflow:hidden;display:block; }
#pCckWMVTh4UI8JecX7bF1JIRQJuWoisK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:20.375rem;top:23.362502098084rem;left:0rem;overflow:hidden;display:block; }
#leTRNw0bM3JRO4XRwSexE8WGWfFVwu8t { 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:20.3125rem;width:20.3125rem;top:43.687502861023rem;left:0rem;overflow:hidden;display:block; }
#AyKCOKiGnHIv1VoiuZV30rE2gtELoNzX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.375rem;top:47.500002384186rem;left:20.092969894409rem;overflow:hidden;display:block; }
#XValBK4cXyiLnOMea9KxqnegXUm6Uou0 { 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:20.625rem;width:20.625rem;top:40.312502861023rem;left:39.374998092651rem;overflow:hidden;display:block; }
#KIp1ugalfIPNV3U4TIW5bRgn6MTmUAhZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:20.125rem;top:21.312502861023rem;left:39.874998092651rem;overflow:hidden;display:block; }
#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/56flOb9y/ucniowie4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv.adaptive-delivery-prevent-bg, #cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv.lazyload, #cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv.lazyloading { background-image: none; }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .row .container { background-color: transparent; background-image: none; }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .row .container > .video-iframe-container { display: none; }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .row > .video-iframe-container { display: none; }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .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); }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .row .container { border-width: 0; border-radius: 0; }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;position:relative;display:block; }#Te6Fy321zeKHXMUoz44rmF9E17Uhsezp { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),1);top:5rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;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:block; }
#TbLXDLKnWVwTtL98FIJlO5oCuUwNVsUo { box-sizing:content-box;color:#e4c431;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1246875rem;width:3.1246875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15004;top:9.4312505722044rem;left:22.310625076294rem;display:block; }
#Dc6aOq1O4k8Nm3S9inK8fvIO9kWby1yR { box-sizing:content-box;color:#e4c431;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1246875rem;width:3.1246875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15005;top:9.4321880340575rem;left:25.372503280639rem;display:block; }
#HMQb3QoMuQvCe322gWVwzWi4y2IgAxkr { box-sizing:content-box;color:#e4c431;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1246875rem;width:3.1246875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15006;top:9.4331254959106rem;left:28.436250686646rem;display:block; }
#XdVeVLOSaVCEBuzLiPwiMcRKbzi6a7WC { box-sizing:content-box;color:#e4c431;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1246875rem;width:3.1246875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15007;top:9.4340629577638rem;left:31.559064865113rem;display:block; }
#Lewl2dfqmqkPXx4FWaPv13mmsFIMuhFr { box-sizing:content-box;color:#e4c431;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1246875rem;width:3.1246875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15008;top:9.4359376430513rem;left:34.686563491821rem;display:block; }
#p0AuGuAdsC94Cdobq3RRM2XUW9x5wtDf { color:rgba(var(--color-tertiary-3),1);display:block;width:59.9990625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8206243515014rem;left:0rem;height:1.70625rem;text-align:center;text-align-last:center;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:block; }
#Tr7vb8U3ueCThruataz2hAzc3TM7b8nS { background-color:#e81c20;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.996875rem;height:3.62265625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.6875rem;left:21.50156211853rem;display:block; }
#NlFfOq5KpoD952MnpxAnagVqGMigoIfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdgHRNudeV6kzTlP3tPRoelV0xx04rCQ { 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; }#mdgHRNudeV6kzTlP3tPRoelV0xx04rCQ > .row .container { background-color: transparent; background-image: none; }#mdgHRNudeV6kzTlP3tPRoelV0xx04rCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdgHRNudeV6kzTlP3tPRoelV0xx04rCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdgHRNudeV6kzTlP3tPRoelV0xx04rCQ > .row .container > .video-iframe-container { display: none; }#mdgHRNudeV6kzTlP3tPRoelV0xx04rCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdgHRNudeV6kzTlP3tPRoelV0xx04rCQ > .row > .video-iframe-container { display: none; }#mdgHRNudeV6kzTlP3tPRoelV0xx04rCQ > .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); }#mdgHRNudeV6kzTlP3tPRoelV0xx04rCQ > .row .container { border-width: 0; border-radius: 0; }#mdgHRNudeV6kzTlP3tPRoelV0xx04rCQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdgHRNudeV6kzTlP3tPRoelV0xx04rCQ > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#TsW0VLhZhHDfuc9QrNuFE8OJLB43fKOl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:1.96875rem;left:12.21249961853rem;display:block; }
#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca4f5247-f59b-401f-8b05-44c131ad1cb4/DSC_7258.JPG");background-position:top center !important;background-repeat:repeat-y !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; }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw.adaptive-delivery-prevent-bg, #FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw.lazyload, #FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw.lazyloading { background-image: none; }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .row .container { background-color: transparent; background-image: none; }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.57); }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .row .container > .video-iframe-container { display: none; }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.57); }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .row > .video-iframe-container { display: none; }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .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); }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .row .container { border-width: 0; border-radius: 0; }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw::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; }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .row .container { font-size:0.875rem;font-family:arial;height:137.375rem;width:60rem;position:relative;display:block; }#wIDuo80d2BDl57zcCTz9qeEgZHXpQ8o1 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:6.375rem;width:60rem;top:0rem;left:0rem;display:block; }
#p4QvgNqnZU8hCWRS3hTdbScbSmeLazK4 { color:rgba(var(--color-primary-3),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:1.13671875rem;left:0.93515586853025rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mQFNXliHVPmL2R0Utxkm4vBXzvt3XPaZ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:3.6875rem;width:45.375rem;top:5.6687502861023rem;left:0.93437576293944rem;display:block; }
#d5MME9OlXXJqGrdBkLdzFSyiDkVztX5v { color:rgba(var(--color-primary-3),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:6.375rem;left:1.75rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MkamcPJkCeCpzDG6nJqI36Z7yl2qeV6S { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-2),1);border-left:0.375rem solid rgba(var(--color-secondary-2),1);border-right:0.375rem solid rgba(var(--color-secondary-2),1);border-bottom:0.375rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:6.25rem;width:20rem;top:11.625rem;left:33.125rem;display:block; }
#KeXSwgbCDuZQVQWFbZso1CQFkoZD1Xmv { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-2),1);border-left:0.375rem solid rgba(var(--color-secondary-2),1);border-right:0.375rem solid rgba(var(--color-secondary-2),1);border-bottom:0.375rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:17.875rem;width:22.875rem;top:14.9375rem;left:31.5625rem;display:block; }
#is4KUBTSaLrhev98yEUNGVsOcL4L3ZFH { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:13.0625rem;left:33.5625rem;height:4.122075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oRMmGODLot3MIbaZn7yFHUkk0US5LmVl { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-2),1);border-left:0.375rem solid rgba(var(--color-secondary-2),1);border-right:0.375rem solid rgba(var(--color-secondary-2),1);border-bottom:0.375rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:13.9375rem;width:22.8125rem;top:94.25rem;left:6.1875rem;display:block; }
#A6c6rTSUE4kX6RXMJrzDDTGQAe2VLTbA { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-2),1);border-left:0.375rem solid rgba(var(--color-secondary-2),1);border-right:0.375rem solid rgba(var(--color-secondary-2),1);border-bottom:0.375rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:3.6875rem;width:19.0625rem;top:90.625rem;left:8.125rem;display:block; }
#Os0EFHzdmrb11b7rCTahSXrqPKwI4vKc { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:91.5625rem;left:8.0625rem;height:2.74805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fn5zOuUrpykvggxMkWkRhR73u7MZgECT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-2),1);border-left:0.375rem solid rgba(var(--color-secondary-2),1);border-right:0.375rem solid rgba(var(--color-secondary-2),1);border-bottom:0.375rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:13.8125rem;width:22.875rem;top:117.125rem;left:28.9375rem;display:block; }
#cxtGJXwm9tLONKzstAH0pWxWT9naoZz4 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-2),1);border-left:0.375rem solid rgba(var(--color-secondary-2),1);border-right:0.375rem solid rgba(var(--color-secondary-2),1);border-bottom:0.375rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:3.6875rem;width:20rem;top:113.6875rem;left:30.25rem;display:block; }
#vA7KHHugyE2KPxEh0yItTltHUwbNgpdC { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:114.4375rem;left:31.125rem;height:2.74805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u5ky9kaKdQ8rK1zCZM7EnhNwmClHDea5 { color:#0b5669;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:19.5625rem;left:32.5625rem;height:13.5rem;text-align:center;text-align-last:center;display:block; }
#Tt7rlN0rpypSRx9KMaKtAwE1btuVzJ2r { color:#0b5669;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:95.9375rem;left:7.3125rem;height:12rem;text-align:center;text-align-last:center;display:block; }
#eoEohBvNX8Gd478zcQO6PvJ54uZ4OphH { color:#0b5669;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:118.4375rem;left:29.625rem;height:12rem;text-align:center;text-align-last:center;display:block; }
#Zu6uX5slMzXJOuDCOkrABlrzTKHF2Jnh { color:#0b5669;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:107.375rem;left:5rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#rEdSegxPK5Xi9VURnkpwPWQLHkrfQPes { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-2),1);border-left:0.375rem solid rgba(var(--color-secondary-2),1);border-right:0.375rem solid rgba(var(--color-secondary-2),1);border-bottom:0.375rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:3.6875rem;width:20rem;top:39.75rem;left:6.1875rem;display:block; }
#TlpCARRIb2gZfDOTMBXIrCW7Vq7lyWGs { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-2),1);border-left:0.375rem solid rgba(var(--color-secondary-2),1);border-right:0.375rem solid rgba(var(--color-secondary-2),1);border-bottom:0.375rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:16.0625rem;width:23.4375rem;top:44.125rem;left:4.625rem;display:block; }
#WPm5IdaEQsRfLgu9sxl3eUKmkBbK3WEV { color:#0b5669;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:45.0625rem;left:6.75rem;height:0;text-align:center;text-align-last:center;display:block; }
#u2gkwS2DJw8Gh2sTRVtZfZPVCvUqO8pD { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:41.3125rem;left:7rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rrfwCOOqPAwtWBXZ5HyEIPGWnpwZBlfm { color:#0b5669;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:45.3125rem;left:5.5rem;height:15rem;text-align:center;text-align-last:center;display:block; }
#ACXsSayke06foqHVVl4hMtkshzXz7qXT { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-2),1);border-left:0.375rem solid rgba(var(--color-secondary-2),1);border-right:0.375rem solid rgba(var(--color-secondary-2),1);border-bottom:0.375rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:3.6875rem;width:20rem;top:66.8125rem;left:35.5625rem;display:block; }
#zIw0kvXWeZTMNqxgLkTtywbnzySuOPw4 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-2),1);border-left:0.375rem solid rgba(var(--color-secondary-2),1);border-right:0.375rem solid rgba(var(--color-secondary-2),1);border-bottom:0.375rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:11.6875rem;width:22.875rem;top:72.25rem;left:33.5625rem;display:block; }
#HKQx9Eu6qK5TEVUJMkD52A6VfulJQhGS { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:68.375rem;left:36rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#frAQ9Qb7GPeHDNbGfxtquDB0uKcbkM3X { color:#0b5669;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:73.125rem;left:34.125rem;height:10.5rem;text-align:center;text-align-last:center;display:block; }
#T1KTWUzpADfOTzy4Z8gAZWST8H5zvL5b { background-color:#e81c20;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.996125rem;height:3.62109375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:132.375rem;left:29.75rem;display:block; }
#BTzm1DsFNG2kVh4D4iJype5cuRaBIzoi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tMmhAbt6x7NX3KpXqRiSMV6GbfA2B0KB { 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:11.625rem;width:11.625rem;top:0rem;left:47.874219894409rem;overflow:hidden;display:block; }
#lZrW2vOG1w3RDptGKvWZrEb5yaKxTdyP { color:rgba(var(--color-primary-3),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:3.6625003814698rem;left:48.186719894409rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FCnigZaWvzr8zF05Fk4wBh2TnThJIJAh { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:7.1375007629394rem;left:49.311719894409rem;height:2.74805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOMVo4T61LsdcvXWlDzoOZXcZffO5yo6 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:28.875rem;left:24.9375rem;overflow:hidden;display:block; }
#PNIJFkWX5qmfba9hP4gm4TxoN5ryV16b { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:30.9375rem;left:25.5rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MNbGTIqFdUp53WtvKTvA9wv3pHHmKCbm { color:rgba(var(--color-primary-3),1);display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:32.3125rem;left:25.5625rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ipzGKJynsupHkgBd47J2u5DnWsxMib37 { 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:8.25rem;width:8.25rem;top:120.3125rem;left:51.75rem;overflow:hidden;display:block; }
#QaO61IFJk8hthJiAcAvCT1RXPvSL95Dq { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:122.5625rem;left:52.3125rem;height:1.921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J6wZp6QnMdQwmTL37nGpMdWpiph9FvbW { color:rgba(var(--color-primary-3),1);display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:124.375rem;left:52.5625rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#phKKX1ceGXa5HeRwszrn8kn7gXDyb9hi { 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:24.5625rem;width:24.5625rem;top:110.71875rem;left:3rem;overflow:hidden;display:block; }
#zWgEa7gVH27KoUlnTBRaP7WKmbcqMxX6 { 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:22.5rem;width:22.5rem;top:39.75rem;left:32.5rem;overflow:hidden;display:block; }
#SWZNMZDsfud7Hb9RoaTNQwfJxylm5y5n { 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:26.3125rem;width:26.3125rem;top:8.6484375rem;left:2.8125rem;overflow:hidden;display:block; }
#LAbKgWKrUd982AbBezElNPbpzzzL159J { 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:24.5625rem;width:24.5625rem;top:87.46875rem;left:33.5625rem;overflow:hidden;display:block; }
#emzc7bOGTggdxlrzGU8UEcotrTh2WaDP { position:absolute;display:block;z-index:15037;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:24.5625rem;width:24.5625rem;top:65rem;left:5.6875rem;overflow:hidden;display:block; }
#T1WbQGnaDO0SOcXsqOiT7TBVSmKIXopH { 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:7.5rem;width:7.5rem;top:129.71875rem;left:51.5625rem;overflow:hidden;display:block; }
#MGBftomaPK19PUGzQ3XllIz4haiuObwe { 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; }#MGBftomaPK19PUGzQ3XllIz4haiuObwe > .row .container { background-color: transparent; background-image: none; }#MGBftomaPK19PUGzQ3XllIz4haiuObwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGBftomaPK19PUGzQ3XllIz4haiuObwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGBftomaPK19PUGzQ3XllIz4haiuObwe > .row .container > .video-iframe-container { display: none; }#MGBftomaPK19PUGzQ3XllIz4haiuObwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGBftomaPK19PUGzQ3XllIz4haiuObwe > .row > .video-iframe-container { display: none; }#MGBftomaPK19PUGzQ3XllIz4haiuObwe > .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); }#MGBftomaPK19PUGzQ3XllIz4haiuObwe > .row .container { border-width: 0; border-radius: 0; }#MGBftomaPK19PUGzQ3XllIz4haiuObwe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGBftomaPK19PUGzQ3XllIz4haiuObwe > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:60rem;position:relative;display:block; }#AkfdQbgJWaTTgLNa4BJrW7N3s5kO0VwZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:41.6875rem;width:57.375rem;top:0.875rem;left:1.25rem;display:block; }
#dZMTE2pmsJ08SX7CpFurXfwOQEENs0ZV { color:rgba(var(--color-secondary-3),1);display:block;width:41.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);top:4.3125rem;left:2.4249992370606rem;height:4.4692375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ub4yLgrzPWptCrTTPBBhPfZx7gDL5Xh6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:15.6875rem;top:9.5rem;left:1.25rem;overflow:hidden;display:block; }
#AsHVZuUe3cP9DGuei2M2plTUMVxcuvrU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:15.125rem;top:9.5rem;left:14.6875rem;overflow:hidden;display:block; }
#vEIbG4vhndO942EX8qxPrKlLZmf2feCS { position:absolute;display:block;z-index:15010;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.125rem;width:15.125rem;top:12.5rem;left:24.875rem;overflow:hidden;display:block; }
#ZXRrBT7QzuT7Uv60EL2VaCu2zmNBtFNc { position:absolute;display:block;z-index:15011;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.3125rem;width:15.125rem;top:18.75rem;left:18.875rem;overflow:hidden;display:block; }
#Lt4seUuRTNH3DRVGTDIahNXAKnJp9dTp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:16.75rem;top:22.1875rem;left:24.5625rem;overflow:hidden;display:block; }
#zM7IPtZSlEAuK9gVg2Okm0Z6rWd2OUin { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:23.8125rem;top:25.875rem;left:34.875rem;overflow:hidden;display:block; }
#PBtIwks3NTHlyBZAqLivMZlFNv7M4Q7v { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:8.875rem;top:25.75rem;left:48.25rem;overflow:hidden;display:block; }
#ElsRqkZ64SP691Fg8TRyDmSOtmuFriyG { position:absolute;display:block;z-index:15013;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.0625rem;width:7.3125rem;top:27.625rem;left:5.4375rem;overflow:hidden;display:block; }
#lJbTcCTRCuNPuPx4G1KddrfmvyANNzuw { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:7.0625rem;top:24.625rem;left:13.65625rem;overflow:hidden;display:block; }
#TKydICffXZ6gLZmlUdRf3odASJkq33DS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.6625003814698rem;left:43.375001907349rem;height:24.3105625rem;display:block; }#TKydICffXZ6gLZmlUdRf3odASJkq33DS li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#TKydICffXZ6gLZmlUdRf3odASJkq33DS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8KVh6abv/tick.png); }
#DGJ3HWAN3pvO0DtOidmKpUT1IpzoQizc { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1.9375rem;left:3.4375rem;height:1.78125rem;text-align:left;text-align-last:left;display:block; }
#byAb14mFANB3P43CLckGIC6NsRW1w3or { position:absolute;display:block;z-index:15015;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.75rem;width:10.75rem;top:32.5625rem;left:28.25rem;overflow:hidden;display:block; }
#Vxg6sZ4ryC70JVNu8LfQUayAbp1xoLkN { position:absolute;display:block;z-index:15016;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.75rem;width:10.75rem;top:28.9375rem;left:18.375rem;overflow:hidden;display:block; }
#aX3eCTZobEuFyRwThsPsunKPZ661OC4O { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2rem;width:15.1875rem;top:1.8125rem;left:2.4375rem;display:block; }
#ufbMkOGUCNoRtmdfLp6EFaTlBn4KP3pA { color:#e81c20;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:8.78125rem;left:31.72421836853rem;height:5.3625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RxEFU3ryAzPSuLeAAPUIJ5q1SXTS6BRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.92);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; }#RxEFU3ryAzPSuLeAAPUIJ5q1SXTS6BRO > .row .container { background-color: transparent; background-image: none; }#RxEFU3ryAzPSuLeAAPUIJ5q1SXTS6BRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxEFU3ryAzPSuLeAAPUIJ5q1SXTS6BRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxEFU3ryAzPSuLeAAPUIJ5q1SXTS6BRO > .row .container > .video-iframe-container { display: none; }#RxEFU3ryAzPSuLeAAPUIJ5q1SXTS6BRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxEFU3ryAzPSuLeAAPUIJ5q1SXTS6BRO > .row > .video-iframe-container { display: none; }#RxEFU3ryAzPSuLeAAPUIJ5q1SXTS6BRO > .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); }#RxEFU3ryAzPSuLeAAPUIJ5q1SXTS6BRO > .row .container { border-width: 0; border-radius: 0; }#RxEFU3ryAzPSuLeAAPUIJ5q1SXTS6BRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RxEFU3ryAzPSuLeAAPUIJ5q1SXTS6BRO > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#xcx6z1XOVmid1x3K4HmIenmhCxxWQuL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.0625rem;left:-6.625rem;height:3.0878875rem;text-align:center;text-align-last:center;display:block; }
#tEskJ3KOkFlK8VTTMqlWTsrblKTrMWSv { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.1875rem;left:8.5625rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ry8clkqnlPh1fyxuZPUCvXx5UDbhpokc { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.125rem;left:-5.1875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#EOhdvMk6vpmTX3FZidyLw7kyioMqmmpS { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5rem;left:-2.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#GMVakF3LrPSCvTLH2REbizvJDL9BxMNm { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.375rem;left:-3.8125rem;height:1.62305rem;text-align:left;text-align-last:left;display:block; }
#uW464eEi3ADfBUDN2n7mzs3xE4qTwQE8 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.5rem;left:10rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dEkKPfxaCSynfgoCnsyT6LcOo31OOCVt { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.3125rem;left:7.6875rem;height:1.62305rem;text-align:left;text-align-last:left;display:block; }
#vaUIsDrWlLIhXopSZIbbMSReySTfKnOX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.6875rem;left:7.6875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#saogFeoyiMHSrM8fWDyyhcR8oOpHRzJQ { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.1875rem;left:21rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1Mm0mUEq1EfkyaNkiLCEVmJPFd1SLKP { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:6.6875rem;left:21rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#UTND3W2XUNg6yAwGgrORm2DQo4Nf07hf { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.4375rem;left:22.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#DnRtAJiLsHWOQBHBdTO7wzeDZhCMTKLx { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:8.3125rem;left:19.125rem;height:1.62305rem;text-align:left;text-align-last:left;display:block; }
#DkGnfTiiEZvvmRtSxMwSc1yNxQmnnMwQ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.1875rem;left:53.4375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tlsWxTxKbMEtrrikC9pe6mIBeCvHfzqT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:6.6875rem;left:52.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#JTeAzcvErPqC17oqfxJylWVDIVJg3IRp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:8.375rem;left:50.375rem;height:1.62305rem;text-align:center;text-align-last:center;display:block; }
#Hh3GVafSbeeEqSM3UcbZKsqI71ZpfxpU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:8.5rem;left:52.3125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#WaRoGhhhLlS5Bu0tEL7L7l3e5obQxfxk { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.6875rem;top:0.6875rem;left:0.0625rem;display:block; }
#zKLyGdkmFeqsSnioBZeq4zOib58ms1VM { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:37.625rem;top:5.875rem;left:0.0625rem;display:block; }
#nM4uG78nnULDbv9mvMPpri8fhaITsPlr { position:absolute;display:block;z-index:15064;background-color:rgba(0,0,0,0);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.0625rem dashed #b0c431;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.3125rem;width:0.1875rem;top:0.6875rem;left:4.9375rem;display:block; }
#uvJGxI0IDBtXpQTlHTzSgt06tsStHLcL { position:absolute;display:block;z-index:15065;background-color:rgba(0,0,0,0);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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:1.125rem;left:17.4375rem;display:block; }
#RDTZCKVZqEzJRfnEqSteWFs43eo98yT7 { position:absolute;display:block;z-index:15066;background-color:rgba(0,0,0,0);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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:0.8125rem;left:30.1875rem;display:block; }
#FFZ2ue1EQGR97QwSC9tDpDWm2rtrSbT2 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:60rem;top:1.60546875rem;left:0rem;display:none; }
#bhD8uNLCeqvNhu3oGJpudmfQ5oMukP8W { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.34);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:60rem;top:12.0498046875rem;left:0rem;display:none; }
#CRbx4kWPWzCGKRqgcfGPdIUETceddwWw { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:-4.875rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#NngmFkZnyvhZibTOTzzUofawQTZzamPU { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.625rem;left:7.9375rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#awZoT1WzLCvT4bRc9iKV7ZohOUST5JTZ { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:4.6875rem;left:20.125rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#xNec09BBwWMPu1MpPvCGl0POFkycibRJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:4.5rem;left:52.625rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#FXMguINq7RUegO3N0rrb5ARfptkiNeH6 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:6.6875rem;left:32.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#BngWkfcgHE2ikUwpCEowQKyZD3Uue2bG { color:rgba(var(--color-tertiary-4),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:8.375rem;left:31.375rem;height:1.62305rem;text-align:left;text-align-last:left;display:block; }
#Mg9xcFKoRDclAS5h2PzHV6i8lh5zWzVN { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:4.5rem;left:31.8125rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#cymTFAL0N8L94llp6MQEIVZvg9hSKspG { color:#f6fbff;display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.1875rem;left:33.0625rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mX7JEfWzaIMWQQZWkkUFdb8JiJAa3QUK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:8.5rem;left:34.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Mc3Qds1EoWy1cP5StisGTAQF3KPmFx2S { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:8.375rem;left:43.5rem;height:1.62305rem;text-align:left;text-align-last:left;display:block; }
#L2PDFP69s7k2XqPDT6BhTNTxPLTH2d5k { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:6.6875rem;left:44.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Nhlksa9vMhFVDSAFIu8VHlT4WsCF9tZ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.1875rem;left:44.875rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJQrmHiKsrmc8dzn4fq2nDsNMHhf34QF { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:4.4375rem;left:44rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#eycq01GHSt9fkhQLJdITJEcMxDS7dAeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:8.5rem;left:46.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#eW03T7JezkrFCUhcPbP2Pwp9BFQBVhSJ { position:absolute;display:block;z-index:15019;background-color:#0b5669;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:43.0625rem;top:0.625rem;left:24.1875rem;display:block; }
#qHazlPcJgnzS831bEloTxgK6fpKnnTQt { position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:44.4375rem;top:5.875rem;left:22.8125rem;display:block; }
#x0oTb0bGsrq6z5d4QJ1t8Dc00GnmFbbb { position:absolute;display:block;z-index:15084;background-color:rgba(0,0,0,0);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.0625rem dashed #b0c431;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.3125rem;width:0.1875rem;top:0.6875rem;left:42.25rem;display:block; }
#RGOJhfAkxlQvEFrf62exu64JTEeakPAy { position:absolute;display:block;z-index:15085;background-color:rgba(0,0,0,0);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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:0.875rem;left:54.75rem;display:block; }
#mFg8IJ7ToistO4oHvu54HmrAfAA7dM7y { position:absolute;display:block;z-index:15086;background-color:rgba(0,0,0,0);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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:1.1875rem;left:60rem;display:block; }
#UiLuKNPRchqQTuihmhmUXpLh8ixOiXlk { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:44.75rem;top:0.6875rem;left:-7.25rem;display:block; }
#BpOR7l5Wz9iedeszuO6l1JJuq6vR6ewZ { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:60rem;top:5.875rem;left:-7.25rem;display:block; }
#cPBpIMmkO9xgQISWxGRu3Nx8IH9RuEqt { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.0869125rem;text-align:left;text-align-last:left;display:none; }
#u2XdTmB6E8Ru5Ef4VBMXhH06frNk5xmm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.0869125rem;text-align:left;text-align-last:left;display:none; }
#t5ud74dkuTqH1dhGlJlg0lTvb2nWhNO5 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:44.75rem;top:1.625rem;left:-7.3125rem;display:none; }
#vKd8LZz6gd3neQi80AtsBZzCs8Jf1Rde { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6187505722046rem;left:20.0625rem;height:1.05625rem;text-align:left;text-align-last:left;display:none; }
#TQOxOpn5ABgbLUAsoZO4coIXfDcKPX7Q { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6187505722046rem;left:20.0625rem;height:1.05625rem;text-align:left;text-align-last:left;display:none; }
#Q63mOAQBnhwLteKyWsTAeXWmGcUVrKJx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:-4.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:none; }
#y5tAEAzNc1Ek9RMlcZB6sK9wL5XanNyb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:-4.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:none; }
#WLn4IrCOVvbPKm3hzxZPLG2gQmo1sgC1 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:9.25rem;left:19.75rem;height:1.625rem;text-align:left;text-align-last:left;display:none; }
#tTGSr1O7BzobZSxv3xxwvQTG0XxOPa12 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.375rem;left:22.25rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#lAqdBwvt9kAdD0NUR7fV7xvDd3n8TlUS { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6187505722046rem;left:20.0625rem;height:1.05625rem;text-align:left;text-align-last:left;display:none; }
#LcWFDAeUuQtlgc4cX7CgzZlo3IXAd3ct { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:-4.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:none; }
#DCzpF3gb7SnQWa6ICh9IwTTgP4qqnAqr { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:60rem;top:1.60546875rem;left:0rem;display:none; }
#eJ1aNkrFJEdp8elCFhToeuryXaTL1zO1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:-4.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:none; }
#Q42oU5LhPN4XUWkvFCXAfyaFMw7dyAaR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:-4.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:none; }
#dBBkyPSxyet8TpfFCNXiTZUZtxQDFagT { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:9.3125rem;left:32.125001907349rem;height:1.625rem;text-align:left;text-align-last:left;display:none; }
#Ib2FJIIBTuaRgiPL4E0p8APPTZ3dGkU4 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.4375rem;left:34.5rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#Z2FWD6TeyhGg3pPv2Nce2ewL6ZPl5EK5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:-4.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:none; }
#PVOzPvsoosNOyNUC6cpcxaowiLhgUFzt { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:9.3125rem;left:32.125001907349rem;height:1.625rem;text-align:left;text-align-last:left;display:none; }
#ptDsOMx9Imc84DlWUolnummt9r15WmdR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.4375rem;left:34.5rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#RdoWtqH74uRwgrD4CP6xnh5BRuDKDT67 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:-4.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:none; }
#EmmdHTbqtOgOu3mLRfBcdxX6UeAUHU8U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.92);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; }#EmmdHTbqtOgOu3mLRfBcdxX6UeAUHU8U > .row .container { background-color: transparent; background-image: none; }#EmmdHTbqtOgOu3mLRfBcdxX6UeAUHU8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmmdHTbqtOgOu3mLRfBcdxX6UeAUHU8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmmdHTbqtOgOu3mLRfBcdxX6UeAUHU8U > .row .container > .video-iframe-container { display: none; }#EmmdHTbqtOgOu3mLRfBcdxX6UeAUHU8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmmdHTbqtOgOu3mLRfBcdxX6UeAUHU8U > .row > .video-iframe-container { display: none; }#EmmdHTbqtOgOu3mLRfBcdxX6UeAUHU8U > .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); }#EmmdHTbqtOgOu3mLRfBcdxX6UeAUHU8U > .row .container { border-width: 0; border-radius: 0; }#EmmdHTbqtOgOu3mLRfBcdxX6UeAUHU8U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmmdHTbqtOgOu3mLRfBcdxX6UeAUHU8U > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#H3mZttTyWW4oCbFLIwAi1rlg6if36IUw { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.4828128814698rem;left:11.67421913147rem;height:3.0878875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vAtGHaTIWKI78sS964Nn6lTsbgRK7lc9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.2546882629394rem;left:26.500001907349rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ISBnZNIOD5Ssz2KW1mRf6OhstiyTdXg8 { color:#faf1f3;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.2546882629394rem;left:38.937501907349rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGnr9X4LN9BXLKVdBz5VTbhQ4zkWBuNX { 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:11rem;width:7.75rem;top:2.25rem;left:52.237501144409rem;overflow:hidden;display:block; }
#Xc8HRbsheRvfMc0GET9DBQ5vzUfAcRNT { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:60rem;top:1.60546875rem;left:0rem;display:none; }
#sQ2MIsQ7ghmB1sFIT8B1Qt1i3UUSBlDT { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.34);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:60rem;top:12.0498046875rem;left:0rem;display:none; }
#OOZHIgsprLHcEAPmTVxWiMcxGMNPzJZo { position:absolute;display:block;z-index:15086;background-color:rgba(0,0,0,0);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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:2.125rem;left:59.9375rem;display:block; }
#oBDdonhx6Sxtg4kKlgXNfPcVAbCKwW74 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:7.8117198944094rem;left:29.125001907349rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#K6UHWK3dPR0zxE0yZ8OTfvLzbLHQ953L { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:10.13671875rem;left:24.6123046875rem;height:1.62305rem;text-align:left;text-align-last:left;display:block; }
#vJs6f1ngkoStVQB1JdStipAxWyPHIolI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:10.300018310547rem;left:28.249219894409rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hSzGhtcorLdaXM6IuX4qaq7tH3F2rug6 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:7.8117198944094rem;left:14rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#GVERiXrnBQmymK5QnrD6PSBlN5qxgHmN { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:10.125rem;left:11.125rem;height:1.62305rem;text-align:left;text-align-last:left;display:block; }
#wU3NJzpzoxRGnJCTsNfSTNoMK25GtzT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:10.3125rem;left:14.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#VCGeyHLUrP2P6ZtiddpTCR5QaFw0LDtf { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:7.8117198944094rem;left:41.811719894409rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#iTTDmK0ocRLcT5xThTB2UxPSF7AkK5LC { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:10.13671875rem;left:39.65625rem;height:1.62305rem;text-align:left;text-align-last:left;display:block; }
#O63MV4M9m93eLB7gNa9l10gIU6iWF2UK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:10.300018310547rem;left:43.062501907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#eI9rIr7g2TTytVMr6nh9C0WZBsmutlQF { position:absolute;display:block;z-index:15104;background-color:rgba(0,0,0,0);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.0625rem dashed #b0c431;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.3125rem;width:0.0625rem;top:1.5492186546326rem;left:37.561719894409rem;display:block; }
#F8lh7p4WTsDZQn9igUP0nENfZzIxe5Pv { position:absolute;display:block;z-index:15103;background-color:rgba(0,0,0,0);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.0625rem dashed #b0c431;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.3125rem;width:0.1875rem;top:2.4820313453674rem;left:22.875001907349rem;display:block; }
#bfTVV5kAsROXrFecZPTiDmHWnxvCT0EG { position:absolute;display:block;z-index:15038;background-color:#0b5669;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:42.5625rem;top:2.125rem;left:8.23671913147rem;display:block; }
#m8GUln9uUoCmD5hIWX1QV1lU0I06l3in { position:absolute;display:block;z-index:15039;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:42.3125rem;top:7.3742370605469rem;left:8.42421913147rem;display:block; }
#SctGynPg5Jhacp1DNd1suHWzUDT2NuGq { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:5.5703125rem;left:11.54921913147rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#F8WG7mElrSEdUp5FDwUC38QQXeCFQPJ7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:5.5703125rem;left:25.487501144409rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#UJ2VFepZ7XAT6FdHJODRPvPPUtE4E64J { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:5.5703125rem;left:38.812501907349rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#Qkl7D9LuanDKfZdhouh73BgWhuRRQBLx { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:7.75rem;top:1.78125rem;left:0.53671836853027rem;overflow:hidden;display:block; }
#JneXQE3qqOreI88NrAqoIRVKSZ8gwTPG { background-color:#e81c20;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.996875rem;height:3.62265625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.499999523163rem;left:21.50156211853rem;display:block; }
#pCrkWkk8JyDae7cEDuGfTJe51dXPqPnE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yln3E0JaPCrkboWBezTJtzsQCahIBWTA { position:absolute;display:block;z-index:15038;background-color:#0b5669;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:42.5625rem;top:2.125rem;left:8.23671913147rem;display:none; }
#r6c5eIvQ8DroxFK6aGTcEWEdACgFWTRE { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:10.125rem;left:11.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:none; }
#N0sTXqemsiau97gLqiVwG0r5irqsybHg { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:10.125rem;left:11.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:none; }
#TABn9ZRdOXVtMNxszeT2EnftpaDT6TkU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:10.3125rem;left:14.5rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#OLpiTXstdbIJR6JnIZIqECOfzamKOsKn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:-4.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:none; }
#mDs1UaeiTS5gichp9ATyCcvH2HVNKdmn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:-4.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:none; }
#xp1CWKDZ71vsdgoTiFESs9la5a6Fvbqb { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:10.3125rem;left:14.5rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#omSWOq5q1VZ1C8VDCwnskXV1MHfVaWoE { 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; }#omSWOq5q1VZ1C8VDCwnskXV1MHfVaWoE > .row .container { background-color: transparent; background-image: none; }#omSWOq5q1VZ1C8VDCwnskXV1MHfVaWoE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omSWOq5q1VZ1C8VDCwnskXV1MHfVaWoE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omSWOq5q1VZ1C8VDCwnskXV1MHfVaWoE > .row .container > .video-iframe-container { display: none; }#omSWOq5q1VZ1C8VDCwnskXV1MHfVaWoE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omSWOq5q1VZ1C8VDCwnskXV1MHfVaWoE > .row > .video-iframe-container { display: none; }#omSWOq5q1VZ1C8VDCwnskXV1MHfVaWoE > .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); }#omSWOq5q1VZ1C8VDCwnskXV1MHfVaWoE > .row .container { border-width: 0; border-radius: 0; }#omSWOq5q1VZ1C8VDCwnskXV1MHfVaWoE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#omSWOq5q1VZ1C8VDCwnskXV1MHfVaWoE > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#UqxCTWSJF09gC9boBLNDA850aXce0rCp { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:44.0625rem;width:57.375rem;top:0.875rem;left:1.25rem;display:block; }
#W7elZGfZmWppqGud4Th7plkkcmt7QNFN { color:rgba(var(--color-secondary-3),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);top:4.3125rem;left:8.48671913147rem;height:4.4692375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rUkL06o40n2I7BoJLmLSfuSp3gZHc9tT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.8125rem;left:42.625001907349rem;height:10.151375rem;display:block; }#rUkL06o40n2I7BoJLmLSfuSp3gZHc9tT li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#rUkL06o40n2I7BoJLmLSfuSp3gZHc9tT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8KVh6abv/tick.png); }
#BiX96amUh40eQibrzVvQFJhUVHv2VT4i { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:2.5812530517578rem;left:2.0804691314698rem;height:1.78125rem;text-align:left;text-align-last:left;display:block; }
#TsMvXZS8501ed05mWXJFoten1Ep28D6c { color:#e81c20;display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:7.30517578125rem;left:32.0859375rem;height:5.3625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xFBq1uhLwlMsPuZ0aikdoQXoNNoBMSD2 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2rem;width:13.8125rem;top:2.5500030517578rem;left:1.8929691314698rem;display:block; }
#czHe97WwaOFzs3MPD6qIkphZRZdKCObl { 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:32.25rem;width:40.375rem;top:12.5712890625rem;left:4.4853515625rem;overflow:hidden;display:block; }
#audHgcTyg3hncwpUsr0noOwCJysksU5C { 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:35.1875rem;width:35.1875rem;top:8.5562500953675rem;left:5.7250003814697rem;overflow:hidden;display:block; }
#DFXiNs5wdTbbKA1H8sTrTll35HgOzCUK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#DFXiNs5wdTbbKA1H8sTrTll35HgOzCUK > .row .container { background-color: transparent; background-image: none; }#DFXiNs5wdTbbKA1H8sTrTll35HgOzCUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFXiNs5wdTbbKA1H8sTrTll35HgOzCUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFXiNs5wdTbbKA1H8sTrTll35HgOzCUK > .row .container > .video-iframe-container { display: none; }#DFXiNs5wdTbbKA1H8sTrTll35HgOzCUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFXiNs5wdTbbKA1H8sTrTll35HgOzCUK > .row > .video-iframe-container { display: none; }#DFXiNs5wdTbbKA1H8sTrTll35HgOzCUK > .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); }#DFXiNs5wdTbbKA1H8sTrTll35HgOzCUK > .row .container { border-width: 0; border-radius: 0; }#DFXiNs5wdTbbKA1H8sTrTll35HgOzCUK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DFXiNs5wdTbbKA1H8sTrTll35HgOzCUK > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#l3Bk204HlHFvfc0qunsRTo19e7kTOzRm { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:0.87498664855956rem;left:3.46875rem;height:3.3295875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sLa5msndTMKfsf9Wg7I8Itd6sGHmCF7r { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:4.1875rem;left:29.125rem;overflow:hidden;display:block; }
#cfNy0kggsQTwT5UgRppEuTJT7PIDCBtR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:4.5rem;left:31.0625rem;overflow:hidden;display:block; }
#JWHMGcJOFVgogfw7UlnJpE7v0uDW1ewL { position:absolute;display:block;z-index:15020;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.1875rem;width:1.1875rem;top:4.5625rem;left:27.75rem;overflow:hidden;display:block; }
#zlAxD0uco2T4ZX5WMyQSiWMvxqNl7z5P { position:absolute;display:block;z-index:15015;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.1875rem;width:1.1875rem;top:5.6312503814697rem;left:0.4375rem;overflow:hidden;display:block; }
#azCOqXsULhzTZIsMcLbHLG72nkh1yAqO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:4.4992187023163rem;left:57.625001907349rem;overflow:hidden;display:block; }
#Woy3Wmdo10gNI7k6FUfMVkB9TlOKyQhz { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:1.1648302078247rem;left:52.799997329712rem;overflow:hidden;display:block; }
#l66Dbm3EN4O0pvqe4xONO7MgbVE4Xlaf { position:absolute;display:block;z-index:15013;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.4375rem;width:1.4375rem;top:2.8179686069489rem;left:56.531251907349rem;overflow:hidden;display:block; }
#oFcAK8rkym1XTialfInqA2OrlL7ufHKs { position:absolute;display:block;z-index:15020;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.1875rem;width:1.1875rem;top:11.925000429154rem;left:57.625001907349rem;overflow:hidden;display:block; }
#KDO42pN9IDtze241oOUTSPTA4shcxP8U { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:11.925000190735rem;left:0rem;overflow:hidden;display:block; }
#NGJ94yxkwoiCBCZoBbECOCtKTOHk7uQK { 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:2.75rem;width:2.75rem;top:15.250000238419rem;left:55.549997329712rem;overflow:hidden;display:block; }
#gImEEv1oRiFFU6IXPthZVcuenyrTT5a7 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:0.87343764305113rem;left:1.625rem;overflow:hidden;display:block; }
#uxZFqQ2pJqAO2CFclvLOfy8k4hMlvP5u { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:9.3125002384187rem;left:0rem;overflow:hidden;display:block; }
#kSTSGfN7qTcDTLIdGeQ7TJhtABLCO5s5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.5rem;left:8.3125rem; }
#XGK69a28EP7MgXG1AG0gyCqcBNflebzx { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.375rem;left:1.0625rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PA5DSUVJ6D1awuTq9ZfKBvffbZT20igW { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:11.75rem;left:1.125rem;height:3.49805rem;text-align:center;text-align-last:center;display:block; }
#SJPKvH7oUdZJI6Nzs9AaoIWTBaCwN1eU { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:12.5rem;width:12.875rem;top:4.1875rem;left:3.75rem;display:block; }
#d1yKAJz4G55uRiqZQIgdrZ12bZTBSM1R { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:12.5rem;width:12.875rem;top:6.8125rem;left:22.9375rem;display:block; }
#uElpOrC0mVmWqtAHC5HstxvkHeOzCT9q { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:12.5rem;width:12.875rem;top:4.1875rem;left:43.25rem;display:block; }
#zyBxamFbvS1WN5hmJfHMGzyF7Dp0NduO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:7.8125rem;left:27.625rem; }
#frZQ8mUGDmXl0pHrgWSK8wL6O3B6JHzI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.4375rem;left:20.25rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kXCJvKFrBOCVA4FlBHao8TQfPd2VxSpO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:13.8125rem;left:20.25rem;height:3.49805rem;text-align:center;text-align-last:center;display:block; }
#gPlT0HBxXRtcmNZwBFSOhdOOKHDyXVIS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.75rem;left:47.8125rem; }
#mamuI4GFx9qbv3M962UfEl8Pyn38Tzmv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.8125rem;left:41.625rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v5LO1BFO2I3OexCfTumSrKxB8wr93PPy { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:12.625rem;left:41.5rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#wqRD340fP37qEGHUHaZhCHImcxTBeffA { 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; }#wqRD340fP37qEGHUHaZhCHImcxTBeffA > .row .container { background-color: transparent; background-image: none; }#wqRD340fP37qEGHUHaZhCHImcxTBeffA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqRD340fP37qEGHUHaZhCHImcxTBeffA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqRD340fP37qEGHUHaZhCHImcxTBeffA > .row .container > .video-iframe-container { display: none; }#wqRD340fP37qEGHUHaZhCHImcxTBeffA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqRD340fP37qEGHUHaZhCHImcxTBeffA > .row > .video-iframe-container { display: none; }#wqRD340fP37qEGHUHaZhCHImcxTBeffA > .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); }#wqRD340fP37qEGHUHaZhCHImcxTBeffA > .row .container { border-width: 0; border-radius: 0; }#wqRD340fP37qEGHUHaZhCHImcxTBeffA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wqRD340fP37qEGHUHaZhCHImcxTBeffA > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#v7MGyCMg5WBqUUFW6qEMpW7yFfQQDNfi { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6859375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:1.8710956573486rem;left:0rem;height:15.19335rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rVb5N1MImMT79oh9aBlWMRwSwRsGUNZL { position:absolute;display:block;z-index:15007;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:4.6875rem;width:12.8734375rem;top:20.185939788818rem;left:16.054689407349rem;overflow:hidden;display:block; }
#SahcPueXsKeRyoTDKWy0UQHLr4sQhuKT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:20.6875rem;top:0.78125190734863rem;left:36.06093788147rem;overflow:hidden;display:block; }
#MLzFiHFFbt3Rb2ahrqpQ0ux3hV3xc32u { background-color:#e81c20;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.996875rem;height:3.62265625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.12734413147rem;left:21.187501907349rem;display:block; }
#aFxOp7zafcdSndAxwtIOSleK9Cpkl81v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CkDVHLcLIVqZXQnlpx4MWrGNtBiaigtL { 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; }#CkDVHLcLIVqZXQnlpx4MWrGNtBiaigtL > .row .container { background-color: transparent; background-image: none; }#CkDVHLcLIVqZXQnlpx4MWrGNtBiaigtL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkDVHLcLIVqZXQnlpx4MWrGNtBiaigtL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkDVHLcLIVqZXQnlpx4MWrGNtBiaigtL > .row .container > .video-iframe-container { display: none; }#CkDVHLcLIVqZXQnlpx4MWrGNtBiaigtL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkDVHLcLIVqZXQnlpx4MWrGNtBiaigtL > .row > .video-iframe-container { display: none; }#CkDVHLcLIVqZXQnlpx4MWrGNtBiaigtL > .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); }#CkDVHLcLIVqZXQnlpx4MWrGNtBiaigtL > .row .container { border-width: 0; border-radius: 0; }#CkDVHLcLIVqZXQnlpx4MWrGNtBiaigtL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CkDVHLcLIVqZXQnlpx4MWrGNtBiaigtL > .row .container { font-size:0.875rem;font-family:arial;height:81.5rem;width:60rem;position:relative;display:block; }#Z8KJwFvRTSocopqGwIcJWrvREe48CIlI { 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:20.3125rem;width:20.3125rem;top:1.34765625rem;left:0.5625rem;overflow:hidden;display:block; }
#oHNmqFcqKrlhS18rydF6xlS0wrva0rhl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:19.5625rem;top:21.660157203674rem;left:0rem;overflow:hidden;display:block; }
#AETwE5iM9nGroNKAdnTGZS3g22nbo5Sg { 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:19.4375rem;width:19.5rem;top:41.249219894409rem;left:20.249219894409rem;overflow:hidden;display:block; }
#zhXStqndZm3qoxFh77AOpTlpgdWxwvkf { 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:19.5rem;width:19.5625rem;top:1.7539067268372rem;left:20.874219894409rem;overflow:hidden;display:block; }
#cROhBElVd1BrU90ZPzAwek2GmJG7ZOtv { 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:19.6875rem;width:19.75rem;top:41.249219894409rem;left:40.249998092651rem;overflow:hidden;display:block; }
#goOeFvaVapdO17L4NbErpraEzJaZizeK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:22.312500953674rem;left:40.999998092651rem;overflow:hidden;display:block; }
#FGXUTHT7gt1rendZcEkMWhcptT3kJBlA { 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:19.5rem;width:19.5rem;top:41.249218940735rem;left:0rem;overflow:hidden;display:block; }
#l7F4ds8UJxMP9QBlDHDDs1cBydinCOEC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:19.5rem;top:1.7539067268372rem;left:40.499998092651rem;overflow:hidden;display:block; }
#MQGWnhzQAmW3RCnvHTM0el0EZNVWeFc5 { 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:19.5rem;width:19.5rem;top:22.030469179154rem;left:21.54921913147rem;overflow:hidden;display:block; }
#HTDe9RaB0nGEweQWUmCucXJ7BqFlmTaK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:19.5rem;top:60.686458587646rem;left:0rem;overflow:hidden;display:block; }
#TUd4hACR1iMKW4oubgDbvn81QsG86E7Z { 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:19.5rem;width:19.5rem;top:60.686717987061rem;left:20.250001907349rem;overflow:hidden;display:block; }
#H6yvzKVkZAENwaiXlnAmyTb3CUfu67ni { position:absolute;display:block;z-index:15007;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:19.875rem;width:19.875rem;top:60.686717987061rem;left:40.125001907349rem;overflow:hidden;display:block; }
#QUGqeAObgNr5GC438gIgosu95Lf9LCOV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#QUGqeAObgNr5GC438gIgosu95Lf9LCOV > .row .container { background-color: transparent; background-image: none; }#QUGqeAObgNr5GC438gIgosu95Lf9LCOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUGqeAObgNr5GC438gIgosu95Lf9LCOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUGqeAObgNr5GC438gIgosu95Lf9LCOV > .row .container > .video-iframe-container { display: none; }#QUGqeAObgNr5GC438gIgosu95Lf9LCOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUGqeAObgNr5GC438gIgosu95Lf9LCOV > .row > .video-iframe-container { display: none; }#QUGqeAObgNr5GC438gIgosu95Lf9LCOV > .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); }#QUGqeAObgNr5GC438gIgosu95Lf9LCOV > .row .container { border-width: 0; border-radius: 0; }#QUGqeAObgNr5GC438gIgosu95Lf9LCOV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QUGqeAObgNr5GC438gIgosu95Lf9LCOV > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#nZUAa8D5dlFO0MnxnhFJ5uuOOsusM0vT { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:0.87498664855956rem;left:3.46875rem;height:3.3295875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w0UCTumkqRyC42tMfOh68MvTWGZmUQPV { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:4.1875rem;left:29.125rem;overflow:hidden;display:block; }
#xhoHCANO9bUOIPVweVXebdaia2CRTPFe { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:4.5rem;left:31.0625rem;overflow:hidden;display:block; }
#ak1WxPaeRgTAt8TU4XT3Jtu127zcsgFq { position:absolute;display:block;z-index:15020;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.1875rem;width:1.1875rem;top:4.5625rem;left:27.75rem;overflow:hidden;display:block; }
#TOrU5wqS4JTvFq7K4asNqnXWL4716UG0 { position:absolute;display:block;z-index:15015;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.1875rem;width:1.1875rem;top:5.6312503814697rem;left:0.4375rem;overflow:hidden;display:block; }
#POqNE1WGzzAclG6nnTLTKQ9nBqNpJ4zb { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:4.4992187023163rem;left:57.625001907349rem;overflow:hidden;display:block; }
#lnDWJU798XdCeoT64LaToDrTm9xEddOa { position:absolute;display:block;z-index:15013;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.4375rem;width:1.4375rem;top:2.8179686069489rem;left:56.531251907349rem;overflow:hidden;display:block; }
#bT7W5u8TyAcghOLdh2Pw0UHPJbBObH6z { position:absolute;display:block;z-index:15020;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.1875rem;width:1.1875rem;top:4.8625001907349rem;left:53.787504196167rem;overflow:hidden;display:block; }
#dzFmL99Ks0P4Jleih6AR8CUDIlMca941 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:1.3515634536743rem;left:1.1437492370606rem;overflow:hidden;display:block; }
#kXwQvxa31uayLxLQxkZIq6b68F5vHxK4 { 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:2.75rem;width:2.75rem;top:5.6875009536743rem;left:54.925001144409rem;overflow:hidden;display:block; }
#m65rI0qKUuzHJrwk13khyBK2wT0WmPD6 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:4.2054700851441rem;left:1.625rem;overflow:hidden;display:block; }
#cpnrVpOPRRGL7bh9x4gZ8A4eynQaitMO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:4.3750009536743rem;left:26.875001907349rem;overflow:hidden;display:block; }
#fExOiAeAkoBLBQdATeoAn91CUf8Pd2GB { 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; }#fExOiAeAkoBLBQdATeoAn91CUf8Pd2GB > .row .container { background-color: transparent; background-image: none; }#fExOiAeAkoBLBQdATeoAn91CUf8Pd2GB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fExOiAeAkoBLBQdATeoAn91CUf8Pd2GB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fExOiAeAkoBLBQdATeoAn91CUf8Pd2GB > .row .container > .video-iframe-container { display: none; }#fExOiAeAkoBLBQdATeoAn91CUf8Pd2GB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fExOiAeAkoBLBQdATeoAn91CUf8Pd2GB > .row > .video-iframe-container { display: none; }#fExOiAeAkoBLBQdATeoAn91CUf8Pd2GB > .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); }#fExOiAeAkoBLBQdATeoAn91CUf8Pd2GB > .row .container { border-width: 0; border-radius: 0; }#fExOiAeAkoBLBQdATeoAn91CUf8Pd2GB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fExOiAeAkoBLBQdATeoAn91CUf8Pd2GB > .row .container { font-size:0.875rem;font-family:arial;height:115.8125rem;width:60rem;position:relative;display:block; }#Vd28Qfyg7efwR063zfiu5eTr3Nm8UxQZ { 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:20.3125rem;width:20.3125rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#Ahi2qsuonxQtArVEypIHw9x0nkw968EJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:19.5rem;top:24.125rem;left:0rem;overflow:hidden;display:block; }
#wNE3fTMKgshSyWanr48H9kzoZH493MVQ { 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:19.25rem;width:19.25rem;top:69.549999237062rem;left:0rem;overflow:hidden;display:block; }
#gE0MU6gtsTeWdDIr7TgyzXrbxfItnvVv { 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:19.5rem;width:19.5rem;top:0.68749904632569rem;left:21.250001907349rem;overflow:hidden;display:block; }
#fupnaqRpmp4UT7IxtJ9HlGi8hlKC8R00 { 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:19.5rem;width:19.5rem;top:46rem;left:0rem;overflow:hidden;display:block; }
#NT358CapRNd4VDIX5aMBiOWOT1ZRWsgs { 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:19.5rem;width:19.5rem;top:24.125rem;left:20.25rem;overflow:hidden;display:block; }
#dbXJzEox9uUUXGLXCnUfTPtR6Gp0meZb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:19.5rem;top:69.425003051756rem;left:20.250001907349rem;overflow:hidden;display:block; }
#c9SdWlimCVGixJ6GHWZrC0hdrNusFw0o { 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:19.5rem;width:19.5rem;top:0.68750001490119rem;left:40.500001907349rem;overflow:hidden;display:block; }
#wOFc3VRndRT2Q1Szba4uoSsID2QSHD7d { 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:19.4375rem;width:19.4375rem;top:46.0625rem;left:40.5625rem;overflow:hidden;display:block; }
#NLT7yPI5SKbcupc0xyCGA9lZZqCCxDtM { 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:19.4375rem;width:19.4375rem;top:68.5rem;left:40.375rem;overflow:hidden;display:block; }
#xZMbc5Ma8CPqwxfSTF17yTrvuppD1xmh { position:absolute;display:block;z-index:15007;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:19.5rem;width:19.5rem;top:24.125001430511rem;left:40.500001907349rem;overflow:hidden;display:block; }
#dIqTzGiVAWH7ng9GqOTP84H7XQhmTviH { 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:19.5rem;width:19.5rem;top:45.737501144409rem;left:20.250001907349rem;overflow:hidden;display:block; }
#XtNMBy2ZAyTFbAz2mf09gNIUEpCTVpti { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.0625rem;width:29.3125rem;top:21rem;left:3.125rem;display:block; }
#Dh7xGERuUhy7VtaQhRASWtfhwcTAWWNp { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:21.3125rem;left:3.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L6L7VyIxAPsyDrtpXim7ObTDFElSyOIn { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.0625rem;width:39.9375rem;top:42.987500190735rem;left:-7.5750007629394rem;display:block; }
#T2WnbWo6wG6MMR9DwQfqUuKXT5C6FpbL { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:43.300001144409rem;left:-6.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JS75KW59TTTxxM8yb9HO1KGMPBptW5BK { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:65.68750190735rem;left:3.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mixerdsztwktMPSePETNfaPgzEpnpXEy { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:88.25rem;left:23.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtRZwO0zqPXaIVX9PdvQBwz98oKHLTbK { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:86.487499237062rem;left:41.000001907349rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cQvQ1bKNn3NQ5b2wQpWI8JuGAmleX4XD { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:86.8125rem;left:-3.5rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTuC5QNEr0ECoSvlIMmtsnTWQTTsshZx { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:65.675001144406rem;left:38.937501907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#chmytipu0TfZFrheUkvNxWpSACcCSC1e { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:43.300001144409rem;left:40.875001907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x3GT8UHKTZob3KxN9BGBzNtZLZZLGIlT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.0625rem;width:17.25rem;top:42.987501144409rem;left:42.625001907349rem;display:block; }
#Qbt4eki7y7OUWXdkWQnD0l5UqBvKBoIo { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:21.000000759959rem;left:37.875001907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D9k1SEFwx6GVeSwcQ0ku08tA3nJ9P2Xg { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.0625rem;width:21.875rem;top:20.62421874702rem;left:38.125001907349rem;display:block; }
#vkVwiAKNVN5Xk3SB2bMpx9Ft0umtm7N4 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.0625rem;width:20.5625rem;top:65.425001144406rem;left:39.17421913147rem;display:block; }
#uwyTX87LwoV1aoOS29h2ergTlfaRqHQS { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.0625rem;width:17.125rem;top:87.9375rem;left:22.4375rem;display:block; }
#OqgTQ7oJM5kF9W7KnilXGGw2TFsvwvxE { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.0625rem;width:23.125rem;top:86.5rem;left:-4.1875rem;display:block; }
#piasvHOzoBCzryiMzQc2sJeSUO2eSvUF { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.6875rem;width:16.5625rem;top:86.4375rem;left:41.968751907349rem;display:block; }
#qhLygi6aBcoTbTVyfuhaTivG8w5wXoe9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.0625rem;width:33.375rem;top:65.362501144406rem;left:3.125rem;display:block; }
#gHGeByXphozyNn6D07VcS9M8vox5QX45 { 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:19.25rem;width:19.25rem;top:94.12500190735rem;left:21.375001907349rem;overflow:hidden;display:block; }
#im64BwCSVMoTPfTVBGCRKGiZl8te9mGL { 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:19.25rem;width:19.25rem;top:95.50000190735rem;left:2.0499992370606rem;overflow:hidden;display:block; }
#L2bJFQqLvuk7nkMIG4xxxMUaCKPUwUFg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.25rem;top:94.56250190735rem;left:40.750001907349rem;overflow:hidden;display:block; }
#ALA0h2S0f8GFxe8vcRzHRD014Ji4deSg { color:rgba(var(--color-tertiary-0),1);display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:112.36250114441rem;left:7.71875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILm6XQp9ILQXQ28PEX7SnGVf6MM5TxS1 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.0625rem;width:50.8125rem;top:112.05000114441rem;left:6.8750019073488rem;display:block; }
#T6wxRrtLmFTTIJb1nhLT8k2gao1IOSnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.86);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; }#T6wxRrtLmFTTIJb1nhLT8k2gao1IOSnk > .row .container { background-color: transparent; background-image: none; }#T6wxRrtLmFTTIJb1nhLT8k2gao1IOSnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6wxRrtLmFTTIJb1nhLT8k2gao1IOSnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6wxRrtLmFTTIJb1nhLT8k2gao1IOSnk > .row .container > .video-iframe-container { display: none; }#T6wxRrtLmFTTIJb1nhLT8k2gao1IOSnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6wxRrtLmFTTIJb1nhLT8k2gao1IOSnk > .row > .video-iframe-container { display: none; }#T6wxRrtLmFTTIJb1nhLT8k2gao1IOSnk > .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); }#T6wxRrtLmFTTIJb1nhLT8k2gao1IOSnk > .row .container { border-width: 0; border-radius: 0; }#T6wxRrtLmFTTIJb1nhLT8k2gao1IOSnk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6wxRrtLmFTTIJb1nhLT8k2gao1IOSnk > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:60rem;position:relative;display:block; }#d7gs15sXAn6wqtukT8HTts05Lgl5zRpV { box-sizing:content-box;color:rgba(var(--color-tertiary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:4.1875rem;left:25.4375rem;display:block; }
#dfvtcHAMATwDoeHzPxPEyZXcpZCpAbW5 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:18.090937912464rem;left:28.499063491821rem;height:9.597625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hqoAUI7WXrWU3qau1DlmgCOrxTdaqPBS { box-sizing:content-box;color:rgba(var(--color-tertiary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.1246875rem;width:3.1246875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:18.090937912464rem;left:25.436250686646rem;display:block; }
#udfTciwZP3yQHdbi2CwKO8QkTuI6p3Ux { box-sizing:content-box;color:rgba(var(--color-tertiary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.1246875rem;width:3.1246875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:28.999688446522rem;left:25.436250686646rem;display:block; }
#rqoSwNLLu0uNvaJKHWdEZlFvflvaxKMS { box-sizing:content-box;color:rgba(var(--color-tertiary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.1246875rem;width:3.1246875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:11.998125374317rem;left:25.436250686646rem;display:block; }
#mJsPVvD4iHMzGI6T3zRIG6luDBh0T1TK { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:12.25rem;width:12.3125rem;top:21.468750953674rem;left:-0.75rem;overflow:hidden;display:block; }
#bThpLWqmXwvNdEenaZTKhZ1w9XabFT1E { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:13.8125rem;width:13.875rem;top:35.748438835144rem;left:18.874219894409rem;overflow:hidden;display:block; }
#V4OcSwztUFJqyvwBJQSBiHtbFBlqVHxE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:12.625rem;width:12.625rem;top:36.342188835144rem;left:33.34921836853rem;overflow:hidden;display:block; }
#e27U8JC8fwmbJN50Iga4dpTyB9TDKzHV { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:14.9375rem;width:14.9375rem;top:34.592188835144rem;left:1.8742179870606rem;overflow:hidden;display:block; }
#A33O9AC2kur9In52t6DN3wslBZhdn3gp { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:11rem;width:11rem;top:2.2500004768372rem;left:12.125rem;overflow:hidden;display:block; }
#SrvIs9tsQDSOoKe173VQXerWIGkBMdr6 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:0.96843719482425rem;left:26.186876296997rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I1yXgTyUHBDAHgCrSMWbJTWTN6Ea1VVL { color:rgba(var(--color-tertiary-2),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:4.4375rem;left:28.875rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hTvdvG8cTxbanLBIlxwDndCMhUeiHess { color:rgba(var(--color-tertiary-2),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:12.591562569141rem;left:28.874063491821rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lzCHJzndDXa9s6LNwoDSCsb6TuX0fq3b { color:rgba(var(--color-tertiary-2),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:28.999688446522rem;left:28.874063491821rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tqFsooqMuy6zmd2a3XyWTXeRtXygy1kD { color:rgba(var(--color-tertiary-2),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:6.2878011465075rem;left:28.874063491821rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZhLpby5zMu1GFm9UIKTxRrFCA0zuUTyr { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:9.75rem;width:9.75rem;top:25.68593788147rem;left:11.5625rem;overflow:hidden;display:block; }
#UqI1FdBoW9JPFMK09yFZiNHPV1SEL7nd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:13.125rem;width:13.125rem;top:1.2500004768372rem;left:0rem;overflow:hidden;display:block; }
#GfLJ7LvK7IeJQk5q0XUshFNR413dtEL6 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:11rem;width:11rem;top:14.152343273163rem;left:8.6875rem;overflow:hidden;display:block; }
#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .row .container { background-color: transparent; background-image: none; }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .row .container > .video-iframe-container { display: none; }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .row > .video-iframe-container { display: none; }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .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); }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .row .container { border-width: 0; border-radius: 0; }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:60rem;position:relative;display:block; }#CHdvlG9gbICOlax7GVi2r2NI0iix4LTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:2.1875rem;left:0rem;height:6.501rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtJV3On6Pm29U4vqnSxL7U9ihAuhI5aw { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:56.25rem;top:1.1875rem;left:-12.1875rem;display:block; }
#h4sNdOiQHFnqfoVnJFmvpbac7TthGKnZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.28125rem;left:0.5625rem;height:4.5498rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v01gTynwNQIS06fmapu0I8eF0OlhFxUi { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:6.03125rem;left:0.5625rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pukfrslxxJ3HJpnWFzUzrDBzccKgRTGI { position:absolute;display:block;z-index:15007;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.9375rem;width:16.625rem;top:2.1875rem;left:26.75rem;overflow:hidden;display:block; }
#EUsvQOTo43VS8ibmmklimprd2CNKML8B { position:absolute;display:block;z-index:14996;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.5rem;width:22.8125rem;top:1.1875rem;left:36.9375rem;overflow:hidden;display:block; }
#FnNGnZsqTEAzwTS62T0huGSJI91lMUcN { position:absolute;display:block;z-index:15015;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:21.25rem;width:20.6875rem;top:14.5rem;left:0rem;overflow:hidden;display:block; }
#i8zl3eW5kJ5eQyO039OuWspcM1GXRby0 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:20.5rem;top:14.5rem;left:21.8125rem;overflow:hidden;display:block; }
#wOAm11Wlu557rsncxhSJAKc3hVTaTNTU { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:20.75rem;top:32.5625rem;left:4.5625rem;overflow:hidden;display:block; }
#BOS06fOoXSe4XxI8yguxLBthgJDmlfQ2 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:16.75rem;top:14.5rem;left:43.25rem;overflow:hidden;display:block; }
#BhkAPfwA8X1lk1hXNkK0QA0679SK3nDk { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:14.125rem;top:28.8125rem;left:27.396484375rem;overflow:hidden;display:block; }
#fZ1eVoITNB6t9S57JNtbMc3lMe7ltX6w { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:11.375rem;top:37.875rem;left:45.3125rem;overflow:hidden;display:block; }
#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Iunt3e7K/zobacz_wi_cej.png");background-position:center !important;background-repeat:no-repeat !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; }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4.adaptive-delivery-prevent-bg, #TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4.lazyload, #TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4.lazyloading { background-image: none; }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .row .container { background-color: transparent; background-image: none; }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .row .container > .video-iframe-container { display: none; }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .row > .video-iframe-container { display: none; }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .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); }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .row .container { border-width: 0; border-radius: 0; }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:60rem;position:relative;display:block; }#UfTQhPcFV3i64heTzPEyEudyDuzoAAsn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.19) ;height:19.1875rem;width:34.5rem;top:24.302734375rem;left:13.936809501263rem;display:block; }
#ad8KOzcI1DT7hZMpnqorzaDv9gaJA7pC { color:#e81c20;display:block;width:36.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2846870422363rem;left:1.0621891021729rem;height:3.9rem;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;text-align:left;text-align-last:left;display:block; }
#JiTZR5kQNQ7Z1hwNaZ8tsMAJSoD9q5Cb { background-color:#e81c20;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.996875rem;height:3.62265625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:46.407032012939rem;left:22.687501907349rem;display:block; }
#R3BAG0XPmrKZKpxuqoTRqHcgKuxUZhgq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VIISB2fThDCZzOuLQ46KqAqeIZsADETl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.86);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; }#VIISB2fThDCZzOuLQ46KqAqeIZsADETl > .row .container { background-color: transparent; background-image: none; }#VIISB2fThDCZzOuLQ46KqAqeIZsADETl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIISB2fThDCZzOuLQ46KqAqeIZsADETl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIISB2fThDCZzOuLQ46KqAqeIZsADETl > .row .container > .video-iframe-container { display: none; }#VIISB2fThDCZzOuLQ46KqAqeIZsADETl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIISB2fThDCZzOuLQ46KqAqeIZsADETl > .row > .video-iframe-container { display: none; }#VIISB2fThDCZzOuLQ46KqAqeIZsADETl > .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); }#VIISB2fThDCZzOuLQ46KqAqeIZsADETl > .row .container { border-width: 0; border-radius: 0; }#VIISB2fThDCZzOuLQ46KqAqeIZsADETl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VIISB2fThDCZzOuLQ46KqAqeIZsADETl > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:60rem;position:relative;display:block; }#n5d0Hb7DdZkn3AfHMlFhaHmQK4kAaRhd { color:rgba(var(--color-tertiary-4),1);display:block;width:33.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:2.6868751049042rem;left:0rem;height:3.2504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cvkMlUwtUDLHcsXRflLdgHOXl3AFNzQo { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:7.1201171875rem;left:0rem;height:16.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rXlBMg51hG8ZACMN9DNLGHFqF6FFvsvH { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3740625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.1868751049042rem;left:0rem;height:1.54394375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tlbb8EO3kNGk8ofcJiD9OQG0iFM2sQkt { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:23.681640625rem;left:0rem;height:10.1543125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Tlbb8EO3kNGk8ofcJiD9OQG0iFM2sQkt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tlbb8EO3kNGk8ofcJiD9OQG0iFM2sQkt li:before{  }
#Izwl03rrugvwLyXCUodz2Q58ch8eldPG { position:absolute;display:block;z-index:15015;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:18.0625rem;width:12.75rem;top:25.901250839233rem;left:47.250005722046rem;overflow:hidden;display:block; }
#TFlGyIVxLkWBTfk2OZH1WN1ucTsqUT77 { position:absolute;display:block;z-index:15015;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.9996875rem;width:16.2496875rem;top:0.68437480926512rem;left:43.749380111694rem;overflow:hidden;display:block; }
#LIhDAOaKhkeCsoq0oqvHc52zAKHKHqfB { position:absolute;display:block;z-index:15016;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.9375rem;width:19rem;top:38.02734375rem;left:1.060546875rem;overflow:hidden;display:block; }
#gvIFHFeCW4eTqKIWhF8nnky2ot7mT1Av { position:absolute;display:block;z-index:15016;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.6875rem;width:12.6875rem;top:31.873046875rem;left:33.435546875rem;overflow:hidden;display:block; }
#Q1XTOyiTkbotpGLTEFByNH5Rs7B0ktDv { position:absolute;display:block;z-index:15017;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.4375rem;width:12.625rem;top:33.6494140625rem;left:19.18359375rem;overflow:hidden;display:block; }
#qqBuTlHdPB4mc3WH0UtuEnXJfMBcDfIz { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.061875rem;width:12.7490625rem;top:10.571279525757rem;left:29.371877670288rem;overflow:hidden;display:block; }
#pyA5slcZzv4acNVVU8vpT2DmkUP3d77X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.85);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; }#pyA5slcZzv4acNVVU8vpT2DmkUP3d77X > .row .container { background-color: transparent; background-image: none; }#pyA5slcZzv4acNVVU8vpT2DmkUP3d77X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyA5slcZzv4acNVVU8vpT2DmkUP3d77X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyA5slcZzv4acNVVU8vpT2DmkUP3d77X > .row .container > .video-iframe-container { display: none; }#pyA5slcZzv4acNVVU8vpT2DmkUP3d77X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyA5slcZzv4acNVVU8vpT2DmkUP3d77X > .row > .video-iframe-container { display: none; }#pyA5slcZzv4acNVVU8vpT2DmkUP3d77X > .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); }#pyA5slcZzv4acNVVU8vpT2DmkUP3d77X > .row .container { border-width: 0; border-radius: 0; }#pyA5slcZzv4acNVVU8vpT2DmkUP3d77X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pyA5slcZzv4acNVVU8vpT2DmkUP3d77X > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#T0RC0I8x8LwMElclWERMGWUNrZVBl9eH { color:rgba(var(--color-tertiary-3),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.46875rem;left:1.3388671875rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTyg00i7DRt8cwTrJLBd45esuEIhwEEV { color:rgba(var(--color-secondary-3),1);display:block;width:58.4371875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.0081253051758rem;left:0.77906227111819rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BXMkcz88kFqRat8BFQNc2nFuTiMktN21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.92);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; }#BXMkcz88kFqRat8BFQNc2nFuTiMktN21 > .row .container { background-color: transparent; background-image: none; }#BXMkcz88kFqRat8BFQNc2nFuTiMktN21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXMkcz88kFqRat8BFQNc2nFuTiMktN21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXMkcz88kFqRat8BFQNc2nFuTiMktN21 > .row .container > .video-iframe-container { display: none; }#BXMkcz88kFqRat8BFQNc2nFuTiMktN21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXMkcz88kFqRat8BFQNc2nFuTiMktN21 > .row > .video-iframe-container { display: none; }#BXMkcz88kFqRat8BFQNc2nFuTiMktN21 > .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); }#BXMkcz88kFqRat8BFQNc2nFuTiMktN21 > .row .container { border-width: 0; border-radius: 0; }#BXMkcz88kFqRat8BFQNc2nFuTiMktN21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXMkcz88kFqRat8BFQNc2nFuTiMktN21 > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;position:relative;display:block; }#OZNdxPTEWvpExv6h7XK9ZgJHpWqHP3t8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;top:24.6201171875rem;left:4.28125rem;overflow:hidden;display:block; }
#WLEU4P4x9szXik79rleJmo0NJgX0NJ8M { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:5.5576171875rem;left:1.25rem;height:17.9883125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZRvo498ZqWebolT6gttHnBTB3SbHmFOT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:28.4375rem;top:0.9326171875rem;left:0.7158203125rem;display:block; }
#O0h3L6tLgnFsr5T5BKy6REgsgsNWvBMC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:28.4375rem;left:31.1875rem;height:17.98825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xq1d99TzlM7X70242Td5N355q1beEUyG { color:rgba(var(--color-tertiary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.75rem;left:4.1875rem;height:2.51875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K5cvBBIsdobUqnQfkxxTpyqc2ve5WP6N { color:rgba(var(--color-tertiary-3),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.0625rem;left:35.1826171875rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JkXtt1dw7H8dlRLSq3ghLCq0ZVkvoMTz { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:28.4375rem;top:22.9951171875rem;left:30.78125rem;display:block; }
#IaAWwUqdWnDU1ESQcQWdSqZcSSdCiw5d { position:absolute;display:block;z-index:15010;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:21.125rem;width:21.125rem;top:1.7500004768372rem;left:34.436719894409rem;overflow:hidden;display:block; }
#pAbDAsBDcUAE5CWtNhm1Wd8xuPVoryhI { 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; }#pAbDAsBDcUAE5CWtNhm1Wd8xuPVoryhI > .row .container { background-color: transparent; background-image: none; }#pAbDAsBDcUAE5CWtNhm1Wd8xuPVoryhI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAbDAsBDcUAE5CWtNhm1Wd8xuPVoryhI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAbDAsBDcUAE5CWtNhm1Wd8xuPVoryhI > .row .container > .video-iframe-container { display: none; }#pAbDAsBDcUAE5CWtNhm1Wd8xuPVoryhI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAbDAsBDcUAE5CWtNhm1Wd8xuPVoryhI > .row > .video-iframe-container { display: none; }#pAbDAsBDcUAE5CWtNhm1Wd8xuPVoryhI > .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); }#pAbDAsBDcUAE5CWtNhm1Wd8xuPVoryhI > .row .container { border-width: 0; border-radius: 0; }#pAbDAsBDcUAE5CWtNhm1Wd8xuPVoryhI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pAbDAsBDcUAE5CWtNhm1Wd8xuPVoryhI > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#oiXTqQgxTHBcJ3zAQblF9wq2OW95wdRT { color:rgba(var(--color-tertiary-3),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3118743896488rem;left:1.4987506866455rem;height:4.22168125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TenrkBs6t0bXE3E7cE6RbpWb6Ir8CdWv { color:rgba(var(--color-secondary-3),1);display:block;width:58.4371875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.0081253051758rem;left:0.77906227111819rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h39CLLGXSmsIhnd19OTGkeT2a1HGPyCR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#h39CLLGXSmsIhnd19OTGkeT2a1HGPyCR > .row .container { background-color: transparent; background-image: none; }#h39CLLGXSmsIhnd19OTGkeT2a1HGPyCR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h39CLLGXSmsIhnd19OTGkeT2a1HGPyCR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h39CLLGXSmsIhnd19OTGkeT2a1HGPyCR > .row .container > .video-iframe-container { display: none; }#h39CLLGXSmsIhnd19OTGkeT2a1HGPyCR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h39CLLGXSmsIhnd19OTGkeT2a1HGPyCR > .row > .video-iframe-container { display: none; }#h39CLLGXSmsIhnd19OTGkeT2a1HGPyCR > .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); }#h39CLLGXSmsIhnd19OTGkeT2a1HGPyCR > .row .container { border-width: 0; border-radius: 0; }#h39CLLGXSmsIhnd19OTGkeT2a1HGPyCR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h39CLLGXSmsIhnd19OTGkeT2a1HGPyCR > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:60rem;position:relative;display:block; }#GNHma7csp3QyrO4tq6rQTOIgThKp4Sst { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:16.4375rem;width:26.875rem;top:1.4375rem;left:2.0625rem;display:block; }
#VlkXIt4iWkoAR6wJylez7M4DnS6scZHH { color:rgba(var(--color-tertiary-1),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5624771118164rem;left:3.5rem;height:8.11525rem;display:block; }
#GpBeTyp0pXakOxBcrTgT3O0AdJJ1alc2 { 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:3.5625rem;width:3.5625rem;top:0rem;left:3.5rem;overflow:hidden;display:block; }
#cVkCzxCQ9eCGAeeA8zJtuCq3s7L0hqPQ { color:#069090;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.099977493286rem;left:3.46875rem;height:3.8994125rem;font-style:normal;display:block; }
#aII1iRrZfsyL8i5mZvxxmXFEp3ZZc475 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #069090;border-left:0.0625rem solid #069090;border-right:0.0625rem solid #069090;border-bottom:0.0625rem solid #069090;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.5625rem;width:26.875rem;top:1.4375rem;left:31rem;display:block; }
#u5eTbKRTzARsLrzQMgvTdZ0JZdoM7dLL { 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:2.25rem;width:2.25rem;top:0.6875rem;left:32.1875rem;overflow:hidden;display:block; }
#aEfGxmpN508hGnKpoMSHxgWLL2Nhbi5m { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:32.4375rem;height:4.86914375rem;display:block; }
#QdKETTOEKnFLJZmlVNSOaTQ3taxPOcLt { color:#069090;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.3125rem;left:32.4375rem;height:1.95rem;font-style:normal;display:block; }
#kKaFXfS7cgVw8GC76qpLgRU6QGT7moqx { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #069090;border-left:0.0625rem solid #069090;border-right:0.0625rem solid #069090;border-bottom:0.0625rem solid #069090;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.5625rem;width:26.875rem;top:14.9375rem;left:31.0625rem;display:block; }
#cyUSoSOawQbyJyPWXKfXyAB3t4DCL2tO { color:#069090;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.5625rem;left:32.46875rem;height:1.95rem;font-style:normal;display:block; }
#lw57Qb00O5MZhXw53Semaxi1vcFmMs7I { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17rem;left:32.46875rem;height:6.4921875rem;display:block; }
#fmoWfTBugD8NMz5CykiHhswavPxxzSm3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:14.1875rem;left:32.25rem;overflow:hidden;display:block; }
#J69MlBKlKU6Ux644BEMR0br5zwZlk9Hl { background-color:#e81c20;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.996875rem;height:3.62265625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:20.98984336853rem;left:6.5007820129394rem;display:block; }
#gaRdGx7oh3qoD2s815zOzuquXZwL0LJL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0gCrTo7JGpenO9tJLzroLlIQ6QJDtag { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.83);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; }#a0gCrTo7JGpenO9tJLzroLlIQ6QJDtag > .row .container { background-color: transparent; background-image: none; }#a0gCrTo7JGpenO9tJLzroLlIQ6QJDtag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0gCrTo7JGpenO9tJLzroLlIQ6QJDtag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0gCrTo7JGpenO9tJLzroLlIQ6QJDtag > .row .container > .video-iframe-container { display: none; }#a0gCrTo7JGpenO9tJLzroLlIQ6QJDtag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0gCrTo7JGpenO9tJLzroLlIQ6QJDtag > .row > .video-iframe-container { display: none; }#a0gCrTo7JGpenO9tJLzroLlIQ6QJDtag > .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); }#a0gCrTo7JGpenO9tJLzroLlIQ6QJDtag > .row .container { border-width: 0; border-radius: 0; }#a0gCrTo7JGpenO9tJLzroLlIQ6QJDtag > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0gCrTo7JGpenO9tJLzroLlIQ6QJDtag > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;position:relative;display:block; }#Naek06eedL50NBuxuAscgDQpFkl3nTzl { color:rgba(var(--color-secondary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),1);top:2.7568359375rem;left:0rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfLIoLmlv2P4k6OxFO83mJqS8b4WW4lo { color:rgba(var(--color-tertiary-3),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8734376430512rem;left:3.90625rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwQShLteAKVQXeBTKn4LqQVfVy1bL3mQ { 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; }#OwQShLteAKVQXeBTKn4LqQVfVy1bL3mQ > .row .container { background-color: transparent; background-image: none; }#OwQShLteAKVQXeBTKn4LqQVfVy1bL3mQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwQShLteAKVQXeBTKn4LqQVfVy1bL3mQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwQShLteAKVQXeBTKn4LqQVfVy1bL3mQ > .row .container > .video-iframe-container { display: none; }#OwQShLteAKVQXeBTKn4LqQVfVy1bL3mQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwQShLteAKVQXeBTKn4LqQVfVy1bL3mQ > .row > .video-iframe-container { display: none; }#OwQShLteAKVQXeBTKn4LqQVfVy1bL3mQ > .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); }#OwQShLteAKVQXeBTKn4LqQVfVy1bL3mQ > .row .container { border-width: 0; border-radius: 0; }#OwQShLteAKVQXeBTKn4LqQVfVy1bL3mQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwQShLteAKVQXeBTKn4LqQVfVy1bL3mQ > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#dD8bvpil8NS3e0faAULaICDwqESkT6BW { 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:19.75rem;width:19.75rem;top:0.623046875rem;left:0.5625rem;overflow:hidden;display:block; }
#sybXRTLyw7vmSUqEvE0aLbEO10cAAy8r { position:absolute;display:block;z-index:15013;height:12.4375rem;width:6.875rem;top:4.1875rem;left:2.1875rem;display:block; }
#cnJklh8NlShT4C6VLkROyTcEU7zKEbGM { position:absolute;display:block;z-index:15014;height:12.3125rem;width:7.375rem;top:4.1875rem;left:11.25rem;display:block; }
#RIi7SnStttOFJMfen3WqKZNLXx6IVlHV { position:absolute;display:block;z-index:15015;height:12.1875rem;width:7.3125rem;top:4.1875rem;left:21.9375rem;display:block; }
#g8KoyENmPxrITDqtOMctV6aT4u4TDgEP { position:absolute;display:block;z-index:15014;height:12.25rem;width:6.625rem;top:4.1875rem;left:31rem;display:block; }
#mqMI0i6lT3uViBFEtZTuHeLtxl3yea2l { position:absolute;display:block;z-index:15015;height:12.375rem;width:6.875rem;top:4.216796875rem;left:41.5rem;display:block; }
#vUk8huhRrUVTENOq9K46gAAtdv8BMD65 { position:absolute;display:block;z-index:15015;height:12.1875rem;width:6.6875rem;top:4.1875rem;left:50.75rem;display:block; }
#CENXFqgGikRCXxXNfKKta64zzbWGmT4m { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:19.75rem;top:0.623046875rem;left:20.25rem;overflow:hidden;display:block; }
#uotor5f86A5ixwUGQl7UNNTLGowiPsDe { 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:19.75rem;width:19.75rem;top:0.623046875rem;left:39.9375rem;overflow:hidden;display:block; }
#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { 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; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { background-color: transparent; background-image: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container > .video-iframe-container { display: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container { display: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .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); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { border-width: 0; border-radius: 0; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;position:relative;display:block; }#arzK17soJTEEFM86AgGIRQJuk2QXN934 { color:rgba(var(--color-secondary-3),1);display:block;width:22.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:4.1742188930511rem;left:19.717969894409rem;height:;font-style:normal;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;display:block; }
#MTic2u8hr0SVZMnyrnsnLld9ivQ3P6PT { box-sizing:content-box;color:#ffd300;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:21.5625rem;left:25.5625rem;display:block; }
#xZFuWzliWgGzv6JBt3AGCLMIHR9oQd7x { box-sizing:content-box;color:#ffd300;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:21.5625rem;left:27.625rem;display:block; }
#dwqEh5AKI9bhqpZHxi4Da75NdC1zk3iM { box-sizing:content-box;color:#ffd300;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:21.5625rem;left:29.6875rem;display:block; }
#RSVuxTeFVOx8ReRn1KSnhyTDVViGgeUC { box-sizing:content-box;color:#ffd300;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:21.5625rem;left:31.8125rem;display:block; }
#AzSxyEXwsDz5ykxOoeDhQnJQsLS1UTpk { box-sizing:content-box;color:#ffd300;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:21.5625rem;left:34.0625rem;display:block; }
#T4gcz8ySUAp1lznzRElA2SJicRUSn4X9 { color:rgba(var(--color-tertiary-1),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.75rem;left:15.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fq5d4tPZREmUMmIQ986NMpLckI8k0S01 { position:absolute;display:block;z-index:15013;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.25rem;width:14.25rem;top:1.1750001907349rem;left:5.265625rem;overflow:hidden;display:block; }
#TsZlkINGexGSWHeQTFigXSTSSHcMKkJv { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:14.25rem;top:16.5rem;left:5.2664051055908rem;overflow:hidden;display:block; }
#enZOR0cJAORN28WwCkfgk2FBHa3U7I9D { position:absolute;display:block;z-index:15015;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.1875rem;width:14.25rem;top:1.2062501907349rem;left:43.9375rem;overflow:hidden;display:block; }
#rtyhgoUm1TR25lIE6i2EsRxNGsC8EXnZ { position:absolute;display:block;z-index:15016;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.1875rem;width:14.25rem;top:17.643751144409rem;left:44.952344894409rem;overflow:hidden;display:block; }
#rifQMwzELfCdcT0pxyEX1f221liJXOpt { color:rgba(var(--color-secondary-3),1);display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:10.3125rem;left:19.0625rem;height:10.171875rem;font-style:normal;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;display:block; }
#zGSkCQlfVAWZIH3ZsevItBFiHLUtmMHs { background-color:#e81c20;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.996875rem;height:3.62265625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.114841461182rem;left:22.25156211853rem;display:block; }
#R4RH5yw7MiepySTdrR5aJ4PTCwoUgt1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .row .container { background-color: transparent; background-image: none; }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .row .container > .video-iframe-container { display: none; }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .row > .video-iframe-container { display: none; }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .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); }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .row .container { border-width: 0; border-radius: 0; }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#O6CE8tnhIyaadEXI4JZb3x8CzX2LnuNW { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6591796875rem;left:1.53125rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Riewo6cf4TDwIXnqUgGETTdi2qJK3dxP { 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:5.75rem;width:16.875rem;top:0.875rem;left:32.9990234375rem;overflow:hidden;display:block; }
#EuBawKc1IAQVUTPXre6Dz9CkWv0USbXx { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.83984375rem;left:1.53125rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vArI6JwzTTqk4UctfrlKbG1ydHJJAzOM { display:block; }#vArI6JwzTTqk4UctfrlKbG1ydHJJAzOM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTsGTuwBWHDgz2aJWovHQge0QAQpNmuV { width:11.125rem;height:3.625rem;top:1.0625rem;left:14.31015586853rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiIIe61V51cZnTvODBEgfwT3LnOSoUwH { width:5.25rem;height:5rem;top:0rem;left:27.183591842651rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME { display:block; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldJRdkkEp89KA4q1WZD4T12yPv20fE6l { width:15rem;height:0;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOFIrk6IVrlmID9kHDx5go8hTa77S4bF { width:15rem;height:0;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Z4eZOMMT3GB7pvXsog6w5iXxKsEteq { width:15rem;height:0;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GatuJFOSZBLT2qawoSWIWCgGFXhhrDSI { width:46.125rem;height:25.875rem;top:14.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK { display:block; }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cpr3XK43N7g883MARWVSrXxoIlrMUm8S { top:0rem;left:1.6875rem;width:41.625rem;height:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXcHB7lull3Tkb3WAXJcQgwk4vGp9GRs { top:33.3125rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNJx0mksQITMdvqKxe1nGbIMCMZ2bcfG { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQVeTscTgTcK4N9BvNwuNPUScI7IGlST { display:block; }#pQVeTscTgTcK4N9BvNwuNPUScI7IGlST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlHV2nb8RNZB3H6Pf0z8RmJmBbrZRNkP { width:47.75rem;height:;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaciuExSEmlv2cVBPQP5Ghp8VPm6RLqE { width:47.75rem;height:4.1875rem;top:10.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1O53Bpft11m1uUBTAVw9Id4QZ2tZNgy { width:47.75rem;height:4.25rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Fu86afDrJtksGJV5QModdcDKU2eJVZ { width:15rem;height:0;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHwyK7whwNgBTsTFXrGtSRlLAX5IoUH9 { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu7thrUV4QwwZsLsmgCBcGbkVrdx1222 { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5CeFqooiVv36NsJhnp07gxRl5CnX0IB { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN { display:block; }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6fIwe1RZQU0I12Cu50wlazoN0I5GVf2 { width:47.75rem;height:4.25rem;top:1.5rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngmWJ2sKM1UO0CMHPb9dsbRGO5ZLE1yw { width:43.75rem;height:3.0625rem;top:6.875rem;left:1.74853515625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkAZ9B5AvqZm1k3FpcZsgEPJKzB2Eqf6 { width:34.125rem;height:2.125rem;top:18.3125rem;left:11.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfbXyzzfOHmEzgtMJUN09Zvh9G9B4z6l { width:1.5625rem;height:1.5625rem;top:18.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnhRw6Jl2yrNHkNv11wElbnwTN8cqyx6 { width:34.125rem;height:2.125rem;top:22.4375rem;left:11.46630859375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQnmrDspOFg0eSUMvlCwOfsPoMhGREwI { width:25.3125rem;height:5.25rem;top:28.1875rem;left:11.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb0XkZQMLpOnLCLCqiVb3TuWZnG2N6IV { display:block; }
 }@media only screen and (max-width: 763px) { #U2Ma6J8NmhnHcZvcFRUzfWmXmMOSNu0n { width:10.5625rem;height:10.5625rem;top:26.1875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNtxRArDDtAk1rXO4XgpTbPinteuhi3E { width:1.5625rem;height:1.5625rem;top:23.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n538cBDJgE1iprv0AgTsrIoxFJCVfi1q { width:43.5625rem;height:4.5625rem;top:11rem;left:1.74853515625rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6a3C2J8t2HwQ2TW8Gfw677gs3xJxsAO { width:47.75rem;height:;top:9.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIpJMJUyOmzJectA1EoSdqPmWpIn2AxS { display:block; }#UIpJMJUyOmzJectA1EoSdqPmWpIn2AxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwKc1PvmAayeXw6eJy8FTHCXbVDWfavb { width:47.75rem;height:5.0625rem;top:1.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emmo7BMpXK27DS5wN4faTZrxTFVQQNfL { width:37.875rem;height:3.9375rem;top:7.25rem;left:9.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcVIDIDAKGlaN9DZQNKpwr01MAJ9aBGH { display:block; }#CcVIDIDAKGlaN9DZQNKpwr01MAJ9aBGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anrLw3H8TythQfl2U9wB3cf2RMPNUSH0 { width:17.625rem;height:4.6875rem;top:38.0625rem;left:15.061719894409rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmWBTkmBaJzgHXkOTOF5Gdefr7xDBgxX { width:19.1875rem;height:6.8125rem;top:30.6875rem;left:15.061719894409rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c53Txh2ZOxcUp2LLRevqt2iN4XmbXvoK { width:11.4375rem;height:18.8125rem;top:15.5rem;left:18.936458587646rem;font-size:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLJexiEOP9GoqM9KhJ6VpTV8TZrZUUV6 { width:20.75rem;height:20.75rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzvhXRf1gPvygh0dPyO9mTklb7DPTHwz { width:20.3125rem;height:20.3125rem;top:0rem;left:13.717969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxvMtgxXe2HmsOnbiTGQOUIL5f2N7uOi { width:21.3125rem;height:21.3125rem;top:1rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCckWMVTh4UI8JecX7bF1JIRQJuWoisK { width:20.375rem;height:20.375rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leTRNw0bM3JRO4XRwSexE8WGWfFVwu8t { width:20.3125rem;height:20.3125rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyKCOKiGnHIv1VoiuZV30rE2gtELoNzX { width:21.375rem;height:21.375rem;top:47.5rem;left:13.967969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #XValBK4cXyiLnOMea9KxqnegXUm6Uou0 { width:20.625rem;height:20.625rem;top:40.3125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIp1ugalfIPNV3U4TIW5bRgn6MTmUAhZ { width:20.125rem;height:20.125rem;top:21.3125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv { display:block; }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te6Fy321zeKHXMUoz44rmF9E17Uhsezp { width:47.75rem;height:;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbLXDLKnWVwTtL98FIJlO5oCuUwNVsUo { width:3.0625rem;height:3.0625rem;top:9.375rem;left:16.185625076294rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc6aOq1O4k8Nm3S9inK8fvIO9kWby1yR { width:3.0625rem;height:3.0625rem;top:9.375rem;left:19.247503280639rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMQb3QoMuQvCe322gWVwzWi4y2IgAxkr { width:3.0625rem;height:3.0625rem;top:9.375rem;left:22.311250686646rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdVeVLOSaVCEBuzLiPwiMcRKbzi6a7WC { width:3.0625rem;height:3.0625rem;top:9.375rem;left:25.434064865113rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lewl2dfqmqkPXx4FWaPv13mmsFIMuhFr { width:3.0625rem;height:3.0625rem;top:9.375rem;left:28.561563491821rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0AuGuAdsC94Cdobq3RRM2XUW9x5wtDf { width:47.75rem;height:;top:1.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7vb8U3ueCThruataz2hAzc3TM7b8nS { width:16.9375rem;height:3.5625rem;top:14.6875rem;left:15.37656211853rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlFfOq5KpoD952MnpxAnagVqGMigoIfA { display:block; }
 }@media only screen and (max-width: 763px) { #mdgHRNudeV6kzTlP3tPRoelV0xx04rCQ { display:block; }#mdgHRNudeV6kzTlP3tPRoelV0xx04rCQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsW0VLhZhHDfuc9QrNuFE8OJLB43fKOl { width:40rem;height:22.5rem;top:1.9375rem;left:6.0874996185303rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw { display:block; }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIDuo80d2BDl57zcCTz9qeEgZHXpQ8o1 { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4QvgNqnZU8hCWRS3hTdbScbSmeLazK4 { width:42.5625rem;height:3.875rem;top:1.125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQFNXliHVPmL2R0Utxkm4vBXzvt3XPaZ { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5MME9OlXXJqGrdBkLdzFSyiDkVztX5v { width:47.75rem;height:2.25rem;top:6.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkamcPJkCeCpzDG6nJqI36Z7yl2qeV6S { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeXSwgbCDuZQVQWFbZso1CQFkoZD1Xmv { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #is4KUBTSaLrhev98yEUNGVsOcL4L3ZFH { width:19.875rem;height:4.125rem;top:13.0625rem;left:27.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRMmGODLot3MIbaZn7yFHUkk0US5LmVl { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6c6rTSUE4kX6RXMJrzDDTGQAe2VLTbA { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os0EFHzdmrb11b7rCTahSXrqPKwI4vKc { width:19.875rem;height:2.75rem;top:91.5625rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn5zOuUrpykvggxMkWkRhR73u7MZgECT { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxtGJXwm9tLONKzstAH0pWxWT9naoZz4 { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA7KHHugyE2KPxEh0yItTltHUwbNgpdC { width:19.875rem;height:2.75rem;top:114.4375rem;left:25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5ky9kaKdQ8rK1zCZM7EnhNwmClHDea5 { top:19.5625rem;left:25.8125rem;width:21.9375rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7rlN0rpypSRx9KMaKtAwE1btuVzJ2r { top:95.9375rem;left:1.1875rem;width:20.1875rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoEohBvNX8Gd478zcQO6PvJ54uZ4OphH { top:118.4375rem;left:23.5rem;width:21.9375rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu6uX5slMzXJOuDCOkrABlrzTKHF2Jnh { top:107.375rem;left:0rem;width:21.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEdSegxPK5Xi9VURnkpwPWQLHkrfQPes { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlpCARRIb2gZfDOTMBXIrCW7Vq7lyWGs { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPm5IdaEQsRfLgu9sxl3eUKmkBbK3WEV { top:45.0625rem;left:0.625rem;width:21.9375rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2gkwS2DJw8Gh2sTRVtZfZPVCvUqO8pD { width:19.875rem;height:1.375rem;top:41.3125rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrfwCOOqPAwtWBXZ5HyEIPGWnpwZBlfm { top:45.3125rem;left:0rem;width:22.125rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACXsSayke06foqHVVl4hMtkshzXz7qXT { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIw0kvXWeZTMNqxgLkTtywbnzySuOPw4 { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKQx9Eu6qK5TEVUJMkD52A6VfulJQhGS { width:19.875rem;height:1.375rem;top:68.375rem;left:27.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #frAQ9Qb7GPeHDNbGfxtquDB0uKcbkM3X { top:73.125rem;left:25.625rem;width:22.125rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1KTWUzpADfOTzy4Z8gAZWST8H5zvL5b { width:16.9375rem;height:3.5625rem;top:132.375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTzm1DsFNG2kVh4D4iJype5cuRaBIzoi { display:block; }
 }@media only screen and (max-width: 763px) { #tMmhAbt6x7NX3KpXqRiSMV6GbfA2B0KB { width:11.625rem;height:11.625rem;top:0rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZrW2vOG1w3RDptGKvWZrEb5yaKxTdyP { width:11rem;height:3.5625rem;top:3.625rem;left:36.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCnigZaWvzr8zF05Fk4wBh2TnThJIJAh { width:8.75rem;height:2.75rem;top:7.125rem;left:39rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOMVo4T61LsdcvXWlDzoOZXcZffO5yo6 { width:8.25rem;height:8.25rem;top:28.875rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNIJFkWX5qmfba9hP4gm4TxoN5ryV16b { width:7.6875rem;height:1.375rem;top:30.9375rem;left:19.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNbGTIqFdUp53WtvKTvA9wv3pHHmKCbm { width:7.0625rem;height:2.625rem;top:32.3125rem;left:19.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipzGKJynsupHkgBd47J2u5DnWsxMib37 { width:8.25rem;height:8.25rem;top:120.3125rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaO61IFJk8hthJiAcAvCT1RXPvSL95Dq { width:7.6875rem;height:1.875rem;top:122.5625rem;left:40.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6wZp6QnMdQwmTL37nGpMdWpiph9FvbW { width:7.0625rem;height:2.625rem;top:124.375rem;left:40.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phKKX1ceGXa5HeRwszrn8kn7gXDyb9hi { width:24.5625rem;height:24.5625rem;top:110.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWgEa7gVH27KoUlnTBRaP7WKmbcqMxX6 { width:22.5rem;height:22.5rem;top:39.75rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWZNMZDsfud7Hb9RoaTNQwfJxylm5y5n { width:26.3125rem;height:26.3125rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAbKgWKrUd982AbBezElNPbpzzzL159J { width:24.5625rem;height:24.5625rem;top:87.4375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emzc7bOGTggdxlrzGU8UEcotrTh2WaDP { width:24.5625rem;height:24.5625rem;top:65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1WbQGnaDO0SOcXsqOiT7TBVSmKIXopH { width:7.5rem;height:7.5rem;top:129.6875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGBftomaPK19PUGzQ3XllIz4haiuObwe { display:block; }#MGBftomaPK19PUGzQ3XllIz4haiuObwe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkfdQbgJWaTTgLNa4BJrW7N3s5kO0VwZ { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZMTE2pmsJ08SX7CpFurXfwOQEENs0ZV { width:15rem;height:0;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub4yLgrzPWptCrTTPBBhPfZx7gDL5Xh6 { width:15.6875rem;height:19.625rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsHVZuUe3cP9DGuei2M2plTUMVxcuvrU { width:15.125rem;height:15.125rem;top:9.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEIbG4vhndO942EX8qxPrKlLZmf2feCS { width:15.125rem;height:15.125rem;top:12.5rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXRrBT7QzuT7Uv60EL2VaCu2zmNBtFNc { width:15.125rem;height:11.3125rem;top:18.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt4seUuRTNH3DRVGTDIahNXAKnJp9dTp { width:16.75rem;height:16.75rem;top:22.1875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM7IPtZSlEAuK9gVg2Okm0Z6rWd2OUin { width:23.8125rem;height:16.875rem;top:25.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBtIwks3NTHlyBZAqLivMZlFNv7M4Q7v { width:8.875rem;height:11.875rem;top:25.75rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElsRqkZ64SP691Fg8TRyDmSOtmuFriyG { width:7.3125rem;height:10.0625rem;top:27.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJbTcCTRCuNPuPx4G1KddrfmvyANNzuw { width:7.0625rem;height:10.0625rem;top:24.625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKydICffXZ6gLZmlUdRf3odASJkq33DS { width:12.6875rem;height:0;top:15.5rem;left:1.15625rem;display:block; }#TKydICffXZ6gLZmlUdRf3odASJkq33DS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8KVh6abv/tick.png); }
 }@media only screen and (max-width: 763px) { #DGJ3HWAN3pvO0DtOidmKpUT1IpzoQizc { top:1.9375rem;left:0rem;width:15.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #byAb14mFANB3P43CLckGIC6NsRW1w3or { width:10.75rem;height:10.75rem;top:32.5625rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxg6sZ4ryC70JVNu8LfQUayAbp1xoLkN { width:10.75rem;height:10.75rem;top:28.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX3eCTZobEuFyRwThsPsunKPZ661OC4O { width:15.1875rem;height:2rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufbMkOGUCNoRtmdfLp6EFaTlBn4KP3pA { top:8.75rem;left:19.5625rem;width:12.1875rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxEFU3ryAzPSuLeAAPUIJ5q1SXTS6BRO { display:block; }#RxEFU3ryAzPSuLeAAPUIJ5q1SXTS6BRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcx6z1XOVmid1x3K4HmIenmhCxxWQuL2 { top:1.0625rem;left:0rem;width:12.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEskJ3KOkFlK8VTTMqlWTsrblKTrMWSv { top:1.1875rem;left:2.4375rem;width:6rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry8clkqnlPh1fyxuZPUCvXx5UDbhpokc { top:7.125rem;left:0rem;width:10.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOhdvMk6vpmTX3FZidyLw7kyioMqmmpS { top:8.5rem;left:0rem;width:10rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVakF3LrPSCvTLH2REbizvJDL9BxMNm { top:8.3125rem;left:0rem;width:7.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW464eEi3ADfBUDN2n7mzs3xE4qTwQE8 { top:8.5rem;left:3.875rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEkKPfxaCSynfgoCnsyT6LcOo31OOCVt { top:8.25rem;left:1.5625rem;width:3.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaUIsDrWlLIhXopSZIbbMSReySTfKnOX { top:6.6875rem;left:1.5625rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #saogFeoyiMHSrM8fWDyyhcR8oOpHRzJQ { top:1.1875rem;left:14.875rem;width:5.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Mm0mUEq1EfkyaNkiLCEVmJPFd1SLKP { top:6.6875rem;left:14.875001907349rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTND3W2XUNg6yAwGgrORm2DQo4Nf07hf { top:8.4375rem;left:16.1875rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnRtAJiLsHWOQBHBdTO7wzeDZhCMTKLx { top:8.25rem;left:13rem;width:4.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkGnfTiiEZvvmRtSxMwSc1yNxQmnnMwQ { top:1.1875rem;left:33.6875rem;width:14.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlsWxTxKbMEtrrikC9pe6mIBeCvHfzqT { top:6.6875rem;left:31.3125rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTeAzcvErPqC17oqfxJylWVDIVJg3IRp { top:8.3125rem;left:32rem;width:15.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh3GVafSbeeEqSM3UcbZKsqI71ZpfxpU { top:8.5rem;left:35rem;width:12.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaRoGhhhLlS5Bu0tEL7L7l3e5obQxfxk { top:0.6875rem;left:0rem;width:37.6875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKLyGdkmFeqsSnioBZeq4zOib58ms1VM { top:5.875rem;left:0rem;width:37.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM4uG78nnULDbv9mvMPpri8fhaITsPlr { top:0.6875rem;left:0rem;width:0.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvJGxI0IDBtXpQTlHTzSgt06tsStHLcL { top:1.125rem;left:11.3125rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDTZCKVZqEzJRfnEqSteWFs43eo98yT7 { top:0.8125rem;left:24.0625rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFZ2ue1EQGR97QwSC9tDpDWm2rtrSbT2 { top:1.5625rem;left:0rem;width:47.75rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhD8uNLCeqvNhu3oGJpudmfQ5oMukP8W { top:12rem;left:0rem;width:47.75rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRbx4kWPWzCGKRqgcfGPdIUETceddwWw { top:4.25rem;left:0rem;width:13.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NngmFkZnyvhZibTOTzzUofawQTZzamPU { top:4.625rem;left:1.8125rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awZoT1WzLCvT4bRc9iKV7ZohOUST5JTZ { top:4.6875rem;left:14rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNec09BBwWMPu1MpPvCGl0POFkycibRJ { top:4.5rem;left:29.875rem;width:17.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXMguINq7RUegO3N0rrb5ARfptkiNeH6 { top:6.6875rem;left:26.125001907349rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BngWkfcgHE2ikUwpCEowQKyZD3Uue2bG { top:8.3125rem;left:25.2490234375rem;width:4.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg9xcFKoRDclAS5h2PzHV6i8lh5zWzVN { top:4.5rem;left:25.6875rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cymTFAL0N8L94llp6MQEIVZvg9hSKspG { top:1.1875rem;left:26.9375rem;width:5.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX7JEfWzaIMWQQZWkkUFdb8JiJAa3QUK { top:8.5rem;left:28.4375rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc3Qds1EoWy1cP5StisGTAQF3KPmFx2S { top:8.3125rem;left:37.375rem;width:4.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2PDFP69s7k2XqPDT6BhTNTxPLTH2d5k { top:6.6875rem;left:38.000001907349rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhlksa9vMhFVDSAFIu8VHlT4WsCF9tZ5 { top:1.1875rem;left:38.75rem;width:6.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJQrmHiKsrmc8dzn4fq2nDsNMHhf34QF { top:4.4375rem;left:37.875rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eycq01GHSt9fkhQLJdITJEcMxDS7dAeJ { top:8.5rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW03T7JezkrFCUhcPbP2Pwp9BFQBVhSJ { top:0.625rem;left:4.6875rem;width:43.0625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHazlPcJgnzS831bEloTxgK6fpKnnTQt { top:5.875rem;left:3.3125rem;width:44.4375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0oTb0bGsrq6z5d4QJ1t8Dc00GnmFbbb { top:0.6875rem;left:36.125rem;width:0.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGOJhfAkxlQvEFrf62exu64JTEeakPAy { top:0.875rem;left:47.625rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFg8IJ7ToistO4oHvu54HmrAfAA7dM7y { top:1.1875rem;left:47.625rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiLuKNPRchqQTuihmhmUXpLh8ixOiXlk { top:0.6875rem;left:0rem;width:44.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpOR7l5Wz9iedeszuO6l1JJuq6vR6ewZ { top:5.875rem;left:0rem;width:47.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPBpIMmkO9xgQISWxGRu3Nx8IH9RuEqt { top:2.6875rem;left:0rem;width:16.875rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2XdTmB6E8Ru5Ef4VBMXhH06frNk5xmm { top:1.875rem;left:0rem;width:16.875rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5ud74dkuTqH1dhGlJlg0lTvb2nWhNO5 { top:1.625rem;left:0rem;width:44.75rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vKd8LZz6gd3neQi80AtsBZzCs8Jf1Rde { top:2.75rem;left:0rem;width:9rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQOxOpn5ABgbLUAsoZO4coIXfDcKPX7Q { top:9.8125rem;left:0rem;width:9rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q63mOAQBnhwLteKyWsTAeXWmGcUVrKJx { top:25.0625rem;left:0.31249988079071rem;width:7.125rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5tAEAzNc1Ek9RMlcZB6sK9wL5XanNyb { top:19.5rem;left:0.20625007152558rem;width:7.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLn4IrCOVvbPKm3hzxZPLG2gQmo1sgC1 { top:20.8125rem;left:0rem;width:4.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTGSr1O7BzobZSxv3xxwvQTG0XxOPa12 { top:9.375rem;left:16.125rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAqdBwvt9kAdD0NUR7fV7xvDd3n8TlUS { top:33.3125rem;left:0rem;width:9rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcWFDAeUuQtlgc4cX7CgzZlo3IXAd3ct { top:27.125rem;left:0.31249988079071rem;width:7.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCzpF3gb7SnQWa6ICh9IwTTgP4qqnAqr { top:1.5625rem;left:0rem;width:47.75rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJ1aNkrFJEdp8elCFhToeuryXaTL1zO1 { top:41.375rem;left:0.31249988079071rem;width:7.125rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q42oU5LhPN4XUWkvFCXAfyaFMw7dyAaR { top:35.1875rem;left:0.31249988079071rem;width:7.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBBkyPSxyet8TpfFCNXiTZUZtxQDFagT { top:36.5rem;left:0rem;width:3.75rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ib2FJIIBTuaRgiPL4E0p8APPTZ3dGkU4 { top:9.4375rem;left:28.375rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2FWD6TeyhGg3pPv2Nce2ewL6ZPl5EK5 { top:27.125rem;left:0.31249988079071rem;width:7.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVOzPvsoosNOyNUC6cpcxaowiLhgUFzt { top:44.9375rem;left:0rem;width:3.75rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptDsOMx9Imc84DlWUolnummt9r15WmdR { top:9.4375rem;left:28.375rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdoWtqH74uRwgrD4CP6xnh5BRuDKDT67 { top:11.75rem;left:0.31249988079071rem;width:7.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmmdHTbqtOgOu3mLRfBcdxX6UeAUHU8U { display:block; }#EmmdHTbqtOgOu3mLRfBcdxX6UeAUHU8U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3mZttTyWW4oCbFLIwAi1rlg6if36IUw { top:2.4375rem;left:5.5492191314697rem;width:8.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAtGHaTIWKI78sS964Nn6lTsbgRK7lc9 { top:3.25rem;left:20.375001907349rem;width:8.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISBnZNIOD5Ssz2KW1mRf6OhstiyTdXg8 { top:3.25rem;left:32.812501907349rem;width:8.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGnr9X4LN9BXLKVdBz5VTbhQ4zkWBuNX { top:2.25rem;left:40rem;width:7.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc8HRbsheRvfMc0GET9DBQ5vzUfAcRNT { top:1.5625rem;left:0rem;width:47.75rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQ2MIsQ7ghmB1sFIT8B1Qt1i3UUSBlDT { top:12rem;left:0rem;width:47.75rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOZHIgsprLHcEAPmTVxWiMcxGMNPzJZo { top:2.125rem;left:47.625rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBDdonhx6Sxtg4kKlgXNfPcVAbCKwW74 { top:7.75rem;left:23.000001907349rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6UHWK3dPR0zxE0yZ8OTfvLzbLHQ953L { top:10.125rem;left:18.4873046875rem;width:4.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJs6f1ngkoStVQB1JdStipAxWyPHIolI { top:10.25rem;left:22.124219894409rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSzGhtcorLdaXM6IuX4qaq7tH3F2rug6 { top:7.75rem;left:7.875rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVERiXrnBQmymK5QnrD6PSBlN5qxgHmN { top:10.125rem;left:4.9990234375rem;width:4.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU3NJzpzoxRGnJCTsNfSTNoMK25GtzT5 { top:10.3125rem;left:8.375rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCGeyHLUrP2P6ZtiddpTCR5QaFw0LDtf { top:7.75rem;left:35.686719894409rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTDmK0ocRLcT5xThTB2UxPSF7AkK5LC { top:10.125rem;left:33.53125rem;width:4.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O63MV4M9m93eLB7gNa9l10gIU6iWF2UK { top:10.25rem;left:36.937501907349rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI9rIr7g2TTytVMr6nh9C0WZBsmutlQF { top:1.5rem;left:31.436719894409rem;width:0.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8lh7p4WTsDZQn9igUP0nENfZzIxe5Pv { top:2.4375rem;left:16.750001907349rem;width:0.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfTVV5kAsROXrFecZPTiDmHWnxvCT0EG { top:2.125rem;left:2.1117191314698rem;width:42.5625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8GUln9uUoCmD5hIWX1QV1lU0I06l3in { top:7.3125rem;left:2.2992191314698rem;width:42.3125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SctGynPg5Jhacp1DNd1suHWzUDT2NuGq { top:5.5625rem;left:5.4242191314697rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8WG7mElrSEdUp5FDwUC38QQXeCFQPJ7 { top:5.5625rem;left:19.362501144409rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ2VFepZ7XAT6FdHJODRPvPPUtE4E64J { top:5.5625rem;left:32.687501907349rem;width:9rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkl7D9LuanDKfZdhouh73BgWhuRRQBLx { top:1.75rem;left:0rem;width:7.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #JneXQE3qqOreI88NrAqoIRVKSZ8gwTPG { width:16.9375rem;height:3.5625rem;top:14.4375rem;left:15.37656211853rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCrkWkk8JyDae7cEDuGfTJe51dXPqPnE { display:block; }
 }@media only screen and (max-width: 763px) { #yln3E0JaPCrkboWBezTJtzsQCahIBWTA { top:2.125rem;left:2.1117191314698rem;width:42.5625rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6c5eIvQ8DroxFK6aGTcEWEdACgFWTRE { top:13.5625rem;left:0rem;width:3.75rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0sTXqemsiau97gLqiVwG0r5irqsybHg { top:20.8125rem;left:0rem;width:3.75rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TABn9ZRdOXVtMNxszeT2EnftpaDT6TkU { top:10.3125rem;left:8.375rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLpiTXstdbIJR6JnIZIqECOfzamKOsKn { top:27.125rem;left:0.31249988079071rem;width:7.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDs1UaeiTS5gichp9ATyCcvH2HVNKdmn { top:27.125rem;left:0.31249988079071rem;width:7.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xp1CWKDZ71vsdgoTiFESs9la5a6Fvbqb { top:10.3125rem;left:8.375rem;width:7.75rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #omSWOq5q1VZ1C8VDCwnskXV1MHfVaWoE { display:block; }#omSWOq5q1VZ1C8VDCwnskXV1MHfVaWoE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqxCTWSJF09gC9boBLNDA850aXce0rCp { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7elZGfZmWppqGud4Th7plkkcmt7QNFN { width:15rem;height:0;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUkL06o40n2I7BoJLmLSfuSp3gZHc9tT { width:12.6875rem;height:0;top:15.5rem;left:1.15625rem;display:block; }#rUkL06o40n2I7BoJLmLSfuSp3gZHc9tT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8KVh6abv/tick.png); }
 }@media only screen and (max-width: 763px) { #BiX96amUh40eQibrzVvQFJhUVHv2VT4i { top:2.5625rem;left:0.017969131469726rem;width:13.9375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsMvXZS8501ed05mWXJFoten1Ep28D6c { top:7.25rem;left:21.8125rem;width:9.9375rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFBq1uhLwlMsPuZ0aikdoQXoNNoBMSD2 { width:13.8125rem;height:2rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czHe97WwaOFzs3MPD6qIkphZRZdKCObl { width:40.375rem;height:32.25rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #audHgcTyg3hncwpUsr0noOwCJysksU5C { width:35.1875rem;height:35.1875rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFXiNs5wdTbbKA1H8sTrTll35HgOzCUK { display:block; }#DFXiNs5wdTbbKA1H8sTrTll35HgOzCUK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3Bk204HlHFvfc0qunsRTo19e7kTOzRm { top:0.8125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLa5msndTMKfsf9Wg7I8Itd6sGHmCF7r { top:4.1875rem;left:23rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfNy0kggsQTwT5UgRppEuTJT7PIDCBtR { top:4.5rem;left:24.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWHMGcJOFVgogfw7UlnJpE7v0uDW1ewL { top:4.5625rem;left:21.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlAxD0uco2T4ZX5WMyQSiWMvxqNl7z5P { top:5.625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azCOqXsULhzTZIsMcLbHLG72nkh1yAqO { top:4.4375rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Woy3Wmdo10gNI7k6FUfMVkB9TlOKyQhz { top:1.125rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l66Dbm3EN4O0pvqe4xONO7MgbVE4Xlaf { top:2.8125rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFcAK8rkym1XTialfInqA2OrlL7ufHKs { top:11.875rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDO42pN9IDtze241oOUTSPTA4shcxP8U { top:11.875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGJ94yxkwoiCBCZoBbECOCtKTOHk7uQK { top:15.25rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gImEEv1oRiFFU6IXPthZVcuenyrTT5a7 { top:0.8125rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxZFqQ2pJqAO2CFclvLOfy8k4hMlvP5u { top:9.3125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSTSGfN7qTcDTLIdGeQ7TJhtABLCO5s5 { top:5.5rem;left:2.1875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGK69a28EP7MgXG1AG0gyCqcBNflebzx { top:9.375rem;left:0rem;width:18.25rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA5DSUVJ6D1awuTq9ZfKBvffbZT20igW { top:11.75rem;left:0rem;width:18.1875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJPKvH7oUdZJI6Nzs9AaoIWTBaCwN1eU { top:4.1875rem;left:0rem;width:12.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1yKAJz4G55uRiqZQIgdrZ12bZTBSM1R { top:6.8125rem;left:16.8125rem;width:12.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uElpOrC0mVmWqtAHC5HstxvkHeOzCT9q { top:4.1875rem;left:34.875rem;width:12.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyBxamFbvS1WN5hmJfHMGzyF7Dp0NduO { top:7.8125rem;left:21.5rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frZQ8mUGDmXl0pHrgWSK8wL6O3B6JHzI { top:11.4375rem;left:14.125rem;width:18.25rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXCJvKFrBOCVA4FlBHao8TQfPd2VxSpO { top:13.8125rem;left:14.125rem;width:18.1875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPlT0HBxXRtcmNZwBFSOhdOOKHDyXVIS { top:5.75rem;left:41.6875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mamuI4GFx9qbv3M962UfEl8Pyn38Tzmv { top:9.75rem;left:31.375rem;width:16.3125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5LO1BFO2I3OexCfTumSrKxB8wr93PPy { top:12.625rem;left:31.25rem;width:16.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqRD340fP37qEGHUHaZhCHImcxTBeffA { display:block; }#wqRD340fP37qEGHUHaZhCHImcxTBeffA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7MGyCMg5WBqUUFW6qEMpW7yFfQQDNfi { width:29.625rem;height:15.1875rem;top:1.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVb5N1MImMT79oh9aBlWMRwSwRsGUNZL { width:12.8125rem;height:4.6653113241898rem;top:20.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SahcPueXsKeRyoTDKWy0UQHLr4sQhuKT { width:20.6875rem;height:27.625rem;top:0.75rem;left:26.87343788147rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLzFiHFFbt3Rb2ahrqpQ0ux3hV3xc32u { width:16.9375rem;height:3.5625rem;top:31.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFxOp7zafcdSndAxwtIOSleK9Cpkl81v { display:block; }
 }@media only screen and (max-width: 763px) { #CkDVHLcLIVqZXQnlpx4MWrGNtBiaigtL { display:block; }#CkDVHLcLIVqZXQnlpx4MWrGNtBiaigtL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8KJwFvRTSocopqGwIcJWrvREe48CIlI { width:20.3125rem;height:20.3125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNmqFcqKrlhS18rydF6xlS0wrva0rhl { width:19.5625rem;height:19.5rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AETwE5iM9nGroNKAdnTGZS3g22nbo5Sg { width:19.5rem;height:19.4375rem;top:41.1875rem;left:14.124219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhXStqndZm3qoxFh77AOpTlpgdWxwvkf { width:19.5625rem;height:19.5rem;top:1.75rem;left:14.749219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #cROhBElVd1BrU90ZPzAwek2GmJG7ZOtv { width:19.75rem;height:19.6875rem;top:41.1875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #goOeFvaVapdO17L4NbErpraEzJaZizeK { width:18.9375rem;height:18.9375rem;top:22.3125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGXUTHT7gt1rendZcEkMWhcptT3kJBlA { width:19.5rem;height:19.5rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7F4ds8UJxMP9QBlDHDDs1cBydinCOEC { width:19.5rem;height:19.5rem;top:1.75rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQGWnhzQAmW3RCnvHTM0el0EZNVWeFc5 { width:19.5rem;height:19.5rem;top:22rem;left:15.42421913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDe9RaB0nGEweQWUmCucXJ7BqFlmTaK { width:19.5rem;height:19.5rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUd4hACR1iMKW4oubgDbvn81QsG86E7Z { width:19.5rem;height:19.5rem;top:60.625rem;left:14.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6yvzKVkZAENwaiXlnAmyTb3CUfu67ni { width:19.875rem;height:19.875rem;top:60.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUGqeAObgNr5GC438gIgosu95Lf9LCOV { display:block; }#QUGqeAObgNr5GC438gIgosu95Lf9LCOV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZUAa8D5dlFO0MnxnhFJ5uuOOsusM0vT { top:0.8125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0UCTumkqRyC42tMfOh68MvTWGZmUQPV { top:4.1875rem;left:23rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhoHCANO9bUOIPVweVXebdaia2CRTPFe { top:4.5rem;left:24.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak1WxPaeRgTAt8TU4XT3Jtu127zcsgFq { top:4.5625rem;left:21.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOrU5wqS4JTvFq7K4asNqnXWL4716UG0 { top:5.625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POqNE1WGzzAclG6nnTLTKQ9nBqNpJ4zb { top:4.4375rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnDWJU798XdCeoT64LaToDrTm9xEddOa { top:2.8125rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7W5u8TyAcghOLdh2Pw0UHPJbBObH6z { top:4.8125rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzFmL99Ks0P4Jleih6AR8CUDIlMca941 { top:1.3125rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXwQvxa31uayLxLQxkZIq6b68F5vHxK4 { top:5.6875rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m65rI0qKUuzHJrwk13khyBK2wT0WmPD6 { top:4.1875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpnrVpOPRRGL7bh9x4gZ8A4eynQaitMO { top:4.375rem;left:20.750001907349rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fExOiAeAkoBLBQdATeoAn91CUf8Pd2GB { display:block; }#fExOiAeAkoBLBQdATeoAn91CUf8Pd2GB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vd28Qfyg7efwR063zfiu5eTr3Nm8UxQZ { width:20.3125rem;height:20.3125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahi2qsuonxQtArVEypIHw9x0nkw968EJ { width:19.5rem;height:19.5rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNE3fTMKgshSyWanr48H9kzoZH493MVQ { width:19.25rem;height:19.25rem;top:69.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE0MU6gtsTeWdDIr7TgyzXrbxfItnvVv { width:19.5rem;height:19.5rem;top:0.625rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fupnaqRpmp4UT7IxtJ9HlGi8hlKC8R00 { width:19.5rem;height:19.5rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT358CapRNd4VDIX5aMBiOWOT1ZRWsgs { width:19.5rem;height:19.5rem;top:24.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbXJzEox9uUUXGLXCnUfTPtR6Gp0meZb { width:19.5rem;height:19.5rem;top:69.375rem;left:14.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9SdWlimCVGixJ6GHWZrC0hdrNusFw0o { width:19.5rem;height:19.5rem;top:0.6875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOFc3VRndRT2Q1Szba4uoSsID2QSHD7d { width:19.4375rem;height:19.4375rem;top:46.0625rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLT7yPI5SKbcupc0xyCGA9lZZqCCxDtM { width:19.4375rem;height:19.4375rem;top:68.5rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZMbc5Ma8CPqwxfSTF17yTrvuppD1xmh { width:19.5rem;height:19.5rem;top:24.125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIqTzGiVAWH7ng9GqOTP84H7XQhmTviH { width:19.5rem;height:19.5rem;top:45.6875rem;left:14.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtNMBy2ZAyTFbAz2mf09gNIUEpCTVpti { width:29.3125rem;height:3.0625rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh7xGERuUhy7VtaQhRASWtfhwcTAWWNp { top:21.3125rem;left:0rem;width:27.625rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6L7VyIxAPsyDrtpXim7ObTDFElSyOIn { width:39.9375rem;height:3.0625rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2WnbWo6wG6MMR9DwQfqUuKXT5C6FpbL { top:43.25rem;left:0rem;width:39.5rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS75KW59TTTxxM8yb9HO1KGMPBptW5BK { top:65.6875rem;left:0rem;width:34.6875rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mixerdsztwktMPSePETNfaPgzEpnpXEy { top:88.25rem;left:17rem;width:15.9375rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtRZwO0zqPXaIVX9PdvQBwz98oKHLTbK { top:86.4375rem;left:28.75rem;width:19rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQvQ1bKNn3NQ5b2wQpWI8JuGAmleX4XD { top:86.8125rem;left:0rem;width:21.5rem;height:7.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTuC5QNEr0ECoSvlIMmtsnTWQTTsshZx { top:65.625rem;left:27.1875rem;width:20.5625rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chmytipu0TfZFrheUkvNxWpSACcCSC1e { top:43.25rem;left:20.125rem;width:19rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3GT8UHKTZob3KxN9BGBzNtZLZZLGIlT { width:17.25rem;height:3.0625rem;top:42.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbt4eki7y7OUWXdkWQnD0l5UqBvKBoIo { top:21rem;left:25.625rem;width:22.125rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9k1SEFwx6GVeSwcQ0ku08tA3nJ9P2Xg { width:21.875rem;height:3.0625rem;top:20.5625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkVwiAKNVN5Xk3SB2bMpx9Ft0umtm7N4 { width:20.5625rem;height:3.0625rem;top:65.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwyTX87LwoV1aoOS29h2ergTlfaRqHQS { width:17.125rem;height:3.0625rem;top:87.9375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqgTQ7oJM5kF9W7KnilXGGw2TFsvwvxE { width:23.125rem;height:8.0625rem;top:86.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piasvHOzoBCzryiMzQc2sJeSUO2eSvUF { width:16.5625rem;height:5.6875rem;top:86.4375rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhLygi6aBcoTbTVyfuhaTivG8w5wXoe9 { width:33.375rem;height:3.0625rem;top:65.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHGeByXphozyNn6D07VcS9M8vox5QX45 { width:19.25rem;height:19.25rem;top:94.125rem;left:15.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #im64BwCSVMoTPfTVBGCRKGiZl8te9mGL { width:19.25rem;height:19.25rem;top:95.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2bJFQqLvuk7nkMIG4xxxMUaCKPUwUFg { width:19.25rem;height:19.25rem;top:94.5625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALA0h2S0f8GFxe8vcRzHRD014Ji4deSg { top:112.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILm6XQp9ILQXQ28PEX7SnGVf6MM5TxS1 { width:47.75rem;height:3.0625rem;top:112rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6wxRrtLmFTTIJb1nhLT8k2gao1IOSnk { display:block; }#T6wxRrtLmFTTIJb1nhLT8k2gao1IOSnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7gs15sXAn6wqtukT8HTts05Lgl5zRpV { width:3.125rem;height:3.125rem;top:4.1875rem;left:19.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfvtcHAMATwDoeHzPxPEyZXcpZCpAbW5 { width:31.5rem;height:9.5rem;top:18.0625rem;left:16.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqoAUI7WXrWU3qau1DlmgCOrxTdaqPBS { width:3.0625rem;height:3.0625rem;top:18.0625rem;left:19.311250686646rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udfTciwZP3yQHdbi2CwKO8QkTuI6p3Ux { width:3.0625rem;height:3.0625rem;top:28.9375rem;left:19.311250686646rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqoSwNLLu0uNvaJKHWdEZlFvflvaxKMS { width:3.0625rem;height:3.0625rem;top:11.9375rem;left:19.311250686646rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJsPVvD4iHMzGI6T3zRIG6luDBh0T1TK { width:12.3125rem;height:12.25rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bThpLWqmXwvNdEenaZTKhZ1w9XabFT1E { width:13.875rem;height:13.8125rem;top:35.6875rem;left:12.749219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4OcSwztUFJqyvwBJQSBiHtbFBlqVHxE { width:12.625rem;height:12.625rem;top:36.3125rem;left:27.22421836853rem;display:block; }
 }@media only screen and (max-width: 763px) { #e27U8JC8fwmbJN50Iga4dpTyB9TDKzHV { width:14.9375rem;height:14.9375rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A33O9AC2kur9In52t6DN3wslBZhdn3gp { width:11rem;height:11rem;top:2.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrvIs9tsQDSOoKe173VQXerWIGkBMdr6 { width:33.375rem;height:2.75rem;top:0.9375rem;left:14.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1yXgTyUHBDAHgCrSMWbJTWTN6Ea1VVL { width:31.125rem;height:6.75rem;top:4.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTvdvG8cTxbanLBIlxwDndCMhUeiHess { width:31.125rem;height:4.4375rem;top:12.5625rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzCHJzndDXa9s6LNwoDSCsb6TuX0fq3b { width:31.125rem;height:6.75rem;top:28.9375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqFsooqMuy6zmd2a3XyWTXeRtXygy1kD { width:31.125rem;height:2.1875rem;top:6.25rem;left:16.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhLpby5zMu1GFm9UIKTxRrFCA0zuUTyr { width:9.75rem;height:9.75rem;top:25.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqI1FdBoW9JPFMK09yFZiNHPV1SEL7nd { width:13.125rem;height:13.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfLJ7LvK7IeJQk5q0XUshFNR413dtEL6 { width:11rem;height:11rem;top:14.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB { display:block; }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .row .container { width:47.75rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHdvlG9gbICOlax7GVi2r2NI0iix4LTZ { width:47.75rem;height:7.5rem;top:8.875rem;left:0rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vtJV3On6Pm29U4vqnSxL7U9ihAuhI5aw { width:47.75rem;height:12.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4sNdOiQHFnqfoVnJFmvpbac7TthGKnZ { width:47.75rem;height:7.5rem;top:8.875rem;left:0rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #v01gTynwNQIS06fmapu0I8eF0OlhFxUi { width:15.3125rem;height:2.25rem;top:6rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pukfrslxxJ3HJpnWFzUzrDBzccKgRTGI { width:16.625rem;height:9.9375rem;top:2.1875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUsvQOTo43VS8ibmmklimprd2CNKML8B { width:22.8125rem;height:12.5rem;top:1.1875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnNGnZsqTEAzwTS62T0huGSJI91lMUcN { width:20.6875rem;height:21.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8zl3eW5kJ5eQyO039OuWspcM1GXRby0 { width:20.5rem;height:13.5rem;top:14.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOAm11Wlu557rsncxhSJAKc3hVTaTNTU { width:20.75rem;height:15.1875rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOS06fOoXSe4XxI8yguxLBthgJDmlfQ2 { width:16.75rem;height:22.4375rem;top:14.5rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhkAPfwA8X1lk1hXNkK0QA0679SK3nDk { width:14.125rem;height:19rem;top:28.8125rem;left:21.271484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ1eVoITNB6t9S57JNtbMc3lMe7ltX6w { width:11.375rem;height:9.9375rem;top:37.875rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 { display:block; }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfTQhPcFV3i64heTzPEyEudyDuzoAAsn { width:34.5rem;height:19.1875rem;top:24.25rem;left:7.8118095012625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad8KOzcI1DT7hZMpnqorzaDv9gaJA7pC { width:36.5625rem;height:3.875rem;top:2.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiTZR5kQNQ7Z1hwNaZ8tsMAJSoD9q5Cb { width:16.9375rem;height:3.5625rem;top:46.375rem;left:16.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3BAG0XPmrKZKpxuqoTRqHcgKuxUZhgq { display:block; }
 }@media only screen and (max-width: 763px) { #VIISB2fThDCZzOuLQ46KqAqeIZsADETl { display:block; }#VIISB2fThDCZzOuLQ46KqAqeIZsADETl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5d0Hb7DdZkn3AfHMlFhaHmQK4kAaRhd { width:33.375rem;height:3.1875rem;top:2.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvkMlUwtUDLHcsXRflLdgHOXl3AFNzQo { width:27.9375rem;height:15.75rem;top:7.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXlBMg51hG8ZACMN9DNLGHFqF6FFvsvH { width:27.3125rem;height:1.5rem;top:1.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlbb8EO3kNGk8ofcJiD9OQG0iFM2sQkt { width:26.5625rem;height:10rem;top:23.625rem;left:0rem;font-size:0.9375rem;display:block; }#Tlbb8EO3kNGk8ofcJiD9OQG0iFM2sQkt li:before{  }
 }@media only screen and (max-width: 763px) { #Izwl03rrugvwLyXCUodz2Q58ch8eldPG { width:12.75rem;height:18.0625rem;top:25.875rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFlGyIVxLkWBTfk2OZH1WN1ucTsqUT77 { width:16.1875rem;height:22.911667772457rem;top:0.625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIhDAOaKhkeCsoq0oqvHc52zAKHKHqfB { width:19rem;height:7.9375rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvIFHFeCW4eTqKIWhF8nnky2ot7mT1Av { width:12.6875rem;height:12.6875rem;top:31.8125rem;left:27.310546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1XTOyiTkbotpGLTEFByNH5Rs7B0ktDv { width:12.625rem;height:11.4375rem;top:33.625rem;left:13.05859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqBuTlHdPB4mc3WH0UtuEnXJfMBcDfIz { width:12.6875rem;height:17.974658063093rem;top:10.5625rem;left:23.246877670288rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyA5slcZzv4acNVVU8vpT2DmkUP3d77X { display:block; }#pyA5slcZzv4acNVVU8vpT2DmkUP3d77X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0RC0I8x8LwMElclWERMGWUNrZVBl9eH { width:47.75rem;height:2.0625rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTyg00i7DRt8cwTrJLBd45esuEIhwEEV { width:15rem;height:0;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXMkcz88kFqRat8BFQNc2nFuTiMktN21 { display:block; }#BXMkcz88kFqRat8BFQNc2nFuTiMktN21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZNdxPTEWvpExv6h7XK9ZgJHpWqHP3t8 { width:21.125rem;height:21.125rem;top:24.5625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLEU4P4x9szXik79rleJmo0NJgX0NJ8M { width:27.4375rem;height:17.5rem;top:5.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRvo498ZqWebolT6gttHnBTB3SbHmFOT { width:28.4375rem;height:23.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0h3L6tLgnFsr5T5BKy6REgsgsNWvBMC { width:28.8125rem;height:18rem;top:28.4375rem;left:18.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq1d99TzlM7X70242Td5N355q1beEUyG { width:23.9375rem;height:2.5rem;top:1.75rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5cvBBIsdobUqnQfkxxTpyqc2ve5WP6N { width:21.625rem;height:2.5rem;top:24.0625rem;left:25.9951171875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkXtt1dw7H8dlRLSq3ghLCq0ZVkvoMTz { width:28.4375rem;height:23.6875rem;top:22.9375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaAWwUqdWnDU1ESQcQWdSqZcSSdCiw5d { width:21.125rem;height:21.125rem;top:1.75rem;left:25.249219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAbDAsBDcUAE5CWtNhm1Wd8xuPVoryhI { display:block; }#pAbDAsBDcUAE5CWtNhm1Wd8xuPVoryhI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiXTqQgxTHBcJ3zAQblF9wq2OW95wdRT { width:47.75rem;height:4.125rem;top:8.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TenrkBs6t0bXE3E7cE6RbpWb6Ir8CdWv { width:15rem;height:0;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h39CLLGXSmsIhnd19OTGkeT2a1HGPyCR { display:block; }#h39CLLGXSmsIhnd19OTGkeT2a1HGPyCR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNHma7csp3QyrO4tq6rQTOIgThKp4Sst { width:23.125rem;height:25rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlkXIt4iWkoAR6wJylez7M4DnS6scZHH { width:20.875rem;height:0;top:9.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpBeTyp0pXakOxBcrTgT3O0AdJJ1alc2 { width:3.5625rem;height:3.5625rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVkCzxCQ9eCGAeeA8zJtuCq3s7L0hqPQ { width:20.875rem;height:0;top:15.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aII1iRrZfsyL8i5mZvxxmXFEp3ZZc475 { width:23.1875rem;height:11.5625rem;top:1.4375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5eTbKRTzARsLrzQMgvTdZ0JZdoM7dLL { width:2.25rem;height:2.25rem;top:0.6875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEfGxmpN508hGnKpoMSHxgWLL2Nhbi5m { width:22.375rem;height:0;top:4.1875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdKETTOEKnFLJZmlVNSOaTQ3taxPOcLt { width:22.4375rem;height:0;top:9.3125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKaFXfS7cgVw8GC76qpLgRU6QGT7moqx { width:23.1875rem;height:11.5625rem;top:14.9375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyUSoSOawQbyJyPWXKfXyAB3t4DCL2tO { width:22.5rem;height:0;top:22.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw57Qb00O5MZhXw53Semaxi1vcFmMs7I { width:22.5rem;height:0;top:17.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmoWfTBugD8NMz5CykiHhswavPxxzSm3 { width:2.25rem;height:2.25rem;top:14.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J69MlBKlKU6Ux644BEMR0br5zwZlk9Hl { width:16.9375rem;height:3.5625rem;top:20.9375rem;left:3.4382820129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaRdGx7oh3qoD2s815zOzuquXZwL0LJL { display:block; }
 }@media only screen and (max-width: 763px) { #a0gCrTo7JGpenO9tJLzroLlIQ6QJDtag { display:block; }#a0gCrTo7JGpenO9tJLzroLlIQ6QJDtag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Naek06eedL50NBuxuAscgDQpFkl3nTzl { width:15rem;height:0;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfLIoLmlv2P4k6OxFO83mJqS8b4WW4lo { width:47.75rem;height:2.0625rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwQShLteAKVQXeBTKn4LqQVfVy1bL3mQ { display:block; }#OwQShLteAKVQXeBTKn4LqQVfVy1bL3mQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dD8bvpil8NS3e0faAULaICDwqESkT6BW { width:19.75rem;height:19.75rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sybXRTLyw7vmSUqEvE0aLbEO10cAAy8r { width:6.875rem;height:12.4375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnJklh8NlShT4C6VLkROyTcEU7zKEbGM { width:7.375rem;height:12.3125rem;top:4.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIi7SnStttOFJMfen3WqKZNLXx6IVlHV { width:7.3125rem;height:12.1875rem;top:4.1875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8KoyENmPxrITDqtOMctV6aT4u4TDgEP { width:6.625rem;height:12.25rem;top:4.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqMI0i6lT3uViBFEtZTuHeLtxl3yea2l { width:6.875rem;height:12.375rem;top:4.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUk8huhRrUVTENOq9K46gAAtdv8BMD65 { width:6.6875rem;height:12.1875rem;top:4.1875rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CENXFqgGikRCXxXNfKKta64zzbWGmT4m { width:19.75rem;height:19.75rem;top:0.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uotor5f86A5ixwUGQl7UNNTLGowiPsDe { width:19.75rem;height:19.75rem;top:0.625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arzK17soJTEEFM86AgGIRQJuk2QXN934 { width:22.375rem;height:;top:4.125rem;left:1.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTic2u8hr0SVZMnyrnsnLld9ivQ3P6PT { width:2.125rem;height:2.125rem;top:21.5625rem;left:21.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZFuWzliWgGzv6JBt3AGCLMIHR9oQd7x { width:2.125rem;height:2.125rem;top:21.5625rem;left:21.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwqEh5AKI9bhqpZHxi4Da75NdC1zk3iM { width:2.125rem;height:2.125rem;top:21.5625rem;left:21.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSVuxTeFVOx8ReRn1KSnhyTDVViGgeUC { width:2.125rem;height:2.125rem;top:21.5625rem;left:23.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzSxyEXwsDz5ykxOoeDhQnJQsLS1UTpk { width:2.125rem;height:2.125rem;top:21.5625rem;left:24.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4gcz8ySUAp1lznzRElA2SJicRUSn4X9 { width:29.9375rem;height:2.4375rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq5d4tPZREmUMmIQ986NMpLckI8k0S01 { width:14.25rem;height:14.25rem;top:1.125rem;left:2.203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsZlkINGexGSWHeQTFigXSTSSHcMKkJv { width:14.25rem;height:14.1875rem;top:16.5rem;left:2.2039051055908rem;display:block; }
 }@media only screen and (max-width: 763px) { #enZOR0cJAORN28WwCkfgk2FBHa3U7I9D { width:14.25rem;height:14.1875rem;top:1.1875rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtyhgoUm1TR25lIE6i2EsRxNGsC8EXnZ { width:14.25rem;height:14.1875rem;top:17.625rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rifQMwzELfCdcT0pxyEX1f221liJXOpt { width:24.875rem;height:10.125rem;top:10.3125rem;left:0rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGSkCQlfVAWZIH3ZsevItBFiHLUtmMHs { width:16.9375rem;height:3.5625rem;top:27.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4RH5yw7MiepySTdrR5aJ4PTCwoUgt1D { display:block; }
 }@media only screen and (max-width: 763px) { #NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 { display:block; }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6CE8tnhIyaadEXI4JZb3x8CzX2LnuNW { width:29.3125rem;height:1.8125rem;top:3.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Riewo6cf4TDwIXnqUgGETTdi2qJK3dxP { width:16.875rem;height:5.75rem;top:0.875rem;left:26.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuBawKc1IAQVUTPXre6Dz9CkWv0USbXx { width:29.25rem;height:1.8125rem;top:1.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #vArI6JwzTTqk4UctfrlKbG1ydHJJAzOM { display:block; }#vArI6JwzTTqk4UctfrlKbG1ydHJJAzOM > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTsGTuwBWHDgz2aJWovHQge0QAQpNmuV { width:8.6875rem;height:2.875rem;top:0.6875rem;left:0.59296870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiIIe61V51cZnTvODBEgfwT3LnOSoUwH { width:3.8125rem;height:3.625rem;top:0.6875rem;left:11.875000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME { display:block; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldJRdkkEp89KA4q1WZD4T12yPv20fE6l { width:19.997625rem;height:5.3625rem;top:5.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOFIrk6IVrlmID9kHDx5go8hTa77S4bF { width:17.8125rem;height:4.063475rem;top:0.8125rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Z4eZOMMT3GB7pvXsog6w5iXxKsEteq { width:17.25rem;height:5.1972625rem;top:11.56875038147rem;left:1.3750001192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GatuJFOSZBLT2qawoSWIWCgGFXhhrDSI { height:11.219512195122rem;width:20rem;top:16.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1ca7c91e-5412-4a14-846a-6484e2a45d03/Projektbeznazwy9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK.adaptive-delivery-prevent-bg, #Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK.lazyload, #Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK.lazyloading { background-image: none; }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .row .container { background-color: transparent; background-image: none; }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .row .container > .video-iframe-container { display: none; }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .row > .video-iframe-container { display: none; }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .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); }#Ekqp8xKn1pmZXsmczTkPD9xQXHyQuioK > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cpr3XK43N7g883MARWVSrXxoIlrMUm8S { width:19.6875rem;height:18.25rem;top:29.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXcHB7lull3Tkb3WAXJcQgwk4vGp9GRs { width:2.125rem;height:2.125rem;top:66.0556625rem;left:17.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNJx0mksQITMdvqKxe1nGbIMCMZ2bcfG { top:15.999988555908rem;left:4.5312498807907rem;width:13.1875rem;height:11.4375rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pQVeTscTgTcK4N9BvNwuNPUScI7IGlST { display:block; }#pQVeTscTgTcK4N9BvNwuNPUScI7IGlST > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlHV2nb8RNZB3H6Pf0z8RmJmBbrZRNkP { width:17.9375rem;height:3.89795rem;top:3.2679748535156rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaciuExSEmlv2cVBPQP5Ghp8VPm6RLqE { width:18.375rem;height:3.89795rem;top:9.1937561035156rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1O53Bpft11m1uUBTAVw9Id4QZ2tZNgy { width:18.375rem;height:3.89795rem;top:14.943756103516rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Fu86afDrJtksGJV5QModdcDKU2eJVZ { width:15.75rem;height:2.0317375rem;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHwyK7whwNgBTsTFXrGtSRlLAX5IoUH9 { width:20rem;height:4.8125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu7thrUV4QwwZsLsmgCBcGbkVrdx1222 { width:20rem;height:4.8125rem;top:8.7374992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5CeFqooiVv36NsJhnp07gxRl5CnX0IB { width:20rem;height:4.8125rem;top:14.487499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#3fa5bc;background-image:url("https://images.assets-landingi.com/uc/b0225098-596a-4af8-8f1a-9bb169f2c7c5/ChatGPTImage18maj202612_35_19.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN { background-color:#3fa5bc;background-image:none;display:block; }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .row .container { background-color: transparent; background-image: none; }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .row .container > .video-iframe-container { display: none; }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .row > .video-iframe-container { display: none; }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .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); }#r7ctSarvlRsgKyzHK1B5dmX7OweuFgZN > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6fIwe1RZQU0I12Cu50wlazoN0I5GVf2 { width:19.6875rem;height:4.8rem;top:3.87451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;text-shadow:0.1875rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ngmWJ2sKM1UO0CMHPb9dsbRGO5ZLE1yw { width:19.9995rem;height:4.34765625rem;top:10.51318359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;text-shadow:0.1875rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #nkAZ9B5AvqZm1k3FpcZsgEPJKzB2Eqf6 { width:19.9995rem;height:4.34765625rem;top:26.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;text-shadow:0.1875rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #WfbXyzzfOHmEzgtMJUN09Zvh9G9B4z6l { display:flex;width:1.6245125rem;height:1.6245125rem;top:22.5615234375rem;left:9.18603515625rem; }
 }@media only screen and (max-width: 763px) { #TnhRw6Jl2yrNHkNv11wElbnwTN8cqyx6 { width:15.8730625rem;height:3.75rem;top:38.18701171875rem;left:2.62353515625rem;text-align:center;text-align-last:center;font-size:1.5625rem;text-shadow:0.1875rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #KQnmrDspOFg0eSUMvlCwOfsPoMhGREwI { width:19.9980625rem;height:4.6875rem;top:44.185546875rem;left:0.00146484375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb0XkZQMLpOnLCLCqiVb3TuWZnG2N6IV { display:block; }
 }@media only screen and (max-width: 763px) { #U2Ma6J8NmhnHcZvcFRUzfWmXmMOSNu0n { width:3.3120125rem;height:3.3120125rem;top:0.65478515625rem;left:8.34228515625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #DNtxRArDDtAk1rXO4XgpTbPinteuhi3E { display:flex;width:1.561525rem;height:1.561525rem;top:33.5185546875rem;left:9.0615234375rem; }
 }@media only screen and (max-width: 763px) { #n538cBDJgE1iprv0AgTsrIoxFJCVfi1q { width:19.9980625rem;height:1.85595625rem;top:19.0927734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6a3C2J8t2HwQ2TW8Gfw677gs3xJxsAO { width:19.9980625rem;height:0;top:15.39111328125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;text-shadow:0.1875rem 0.125rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #UIpJMJUyOmzJectA1EoSdqPmWpIn2AxS { display:block; }#UIpJMJUyOmzJectA1EoSdqPmWpIn2AxS > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwKc1PvmAayeXw6eJy8FTHCXbVDWfavb { width:18.8125rem;height:4.7109375rem;top:0.79843759536744rem;left:0.59375rem;font-size:1.8125rem;text-shadow:0.125rem 0.125rem 0.0625rem #000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emmo7BMpXK27DS5wN4faTZrxTFVQQNfL { width:20rem;height:1.86875rem;top:6.4500007629394rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CcVIDIDAKGlaN9DZQNKpwr01MAJ9aBGH { display:block; }#CcVIDIDAKGlaN9DZQNKpwr01MAJ9aBGH > .row .container { width:20rem;height:141.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anrLw3H8TythQfl2U9wB3cf2RMPNUSH0 { width:17.625rem;height:4.7109375rem;top:8.6749992370606rem;left:1.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmWBTkmBaJzgHXkOTOF5Gdefr7xDBgxX { width:14.0625rem;height:5.1972625rem;top:2.5593748092651rem;left:5.9375rem;font-size:2rem;text-shadow:0.125rem 0.125rem 0.125rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #c53Txh2ZOxcUp2LLRevqt2iN4XmbXvoK { width:6.6875rem;height:10.31875rem;top:0rem;left:0rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLJexiEOP9GoqM9KhJ6VpTV8TZrZUUV6 { width:14.75rem;height:14.75rem;top:121.43750190735rem;left:2.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzvhXRf1gPvygh0dPyO9mTklb7DPTHwz { width:15.0625rem;height:15.0625rem;top:14.375000476837rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxvMtgxXe2HmsOnbiTGQOUIL5f2N7uOi { width:15.9375rem;height:15.9375rem;top:28.837500572204rem;left:2.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCckWMVTh4UI8JecX7bF1JIRQJuWoisK { width:15.125rem;height:15.125rem;top:106.36250114441rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #leTRNw0bM3JRO4XRwSexE8WGWfFVwu8t { width:15.875rem;height:15.875rem;top:90.537501335144rem;left:2.9875000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyKCOKiGnHIv1VoiuZV30rE2gtELoNzX { width:15.875rem;height:15.875rem;top:74.712501525881rem;left:2.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XValBK4cXyiLnOMea9KxqnegXUm6Uou0 { width:15.625rem;height:15.625rem;top:60.337501525879rem;left:3.2375000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIp1ugalfIPNV3U4TIW5bRgn6MTmUAhZ { width:15.5625rem;height:15.5625rem;top:44.775001525879rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv { background-color:transparent;background-image:url("https://images.assets-landingi.com/bddhfqe0/bg_sectio_1v2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv.adaptive-delivery-prevent-bg, #cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv.lazyload, #cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv.lazyloading { background-image: none; }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .row .container { background-color: transparent; background-image: none; }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(63,165,188,0.35); }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .row .container > .video-iframe-container { display: none; }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(63,165,188,0.35); }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .row > .video-iframe-container { display: none; }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .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); }#cD4ETHTISpeEDq3ZTDPNNI3e7hwdTFhv > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te6Fy321zeKHXMUoz44rmF9E17Uhsezp { width:15.3125rem;height:3.9rem;top:3.1054706573486rem;left:2.3437501192093rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TbLXDLKnWVwTtL98FIJlO5oCuUwNVsUo { width:3.125rem;height:3.125rem;top:7.75rem;left:2.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc6aOq1O4k8Nm3S9inK8fvIO9kWby1yR { width:3.125rem;height:3.125rem;top:7.75rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMQb3QoMuQvCe322gWVwzWi4y2IgAxkr { width:3.125rem;height:3.125rem;top:7.75rem;left:5.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdVeVLOSaVCEBuzLiPwiMcRKbzi6a7WC { width:3.125rem;height:3.125rem;top:7.75rem;left:8.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lewl2dfqmqkPXx4FWaPv13mmsFIMuhFr { width:3.0625rem;height:3.0625rem;top:7.8125rem;left:14.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0AuGuAdsC94Cdobq3RRM2XUW9x5wtDf { width:19.999rem;height:1.54394375rem;top:0.60546875rem;left:0.0009765625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7vb8U3ueCThruataz2hAzc3TM7b8nS { width:19.6875rem;height:3.5625rem;top:12.68701171875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlFfOq5KpoD952MnpxAnagVqGMigoIfA { display:block; }
 }@media only screen and (max-width: 763px) { #mdgHRNudeV6kzTlP3tPRoelV0xx04rCQ { display:block; }#mdgHRNudeV6kzTlP3tPRoelV0xx04rCQ > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsW0VLhZhHDfuc9QrNuFE8OJLB43fKOl { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca4f5247-f59b-401f-8b05-44c131ad1cb4/DSC_7258.JPG");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw.adaptive-delivery-prevent-bg, #FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw.lazyload, #FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw.lazyloading { background-image: none; }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .row .container { background-color: transparent; background-image: none; }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.57); }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .row .container > .video-iframe-container { display: none; }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.57); }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .row > .video-iframe-container { display: none; }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .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); }#FqQ7NoHP03cMPTl2N0TFZGWVXDbf6eZw > .row .container { width:20rem;height:264.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIDuo80d2BDl57zcCTz9qeEgZHXpQ8o1 { width:20rem;height:6.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4QvgNqnZU8hCWRS3hTdbScbSmeLazK4 { width:20rem;height:5.1972625rem;top:1.5249938964844rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQFNXliHVPmL2R0Utxkm4vBXzvt3XPaZ { width:20rem;height:5rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5MME9OlXXJqGrdBkLdzFSyiDkVztX5v { width:20rem;height:3.41015625rem;top:8.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkamcPJkCeCpzDG6nJqI36Z7yl2qeV6S { width:19.25rem;height:6.25rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeXSwgbCDuZQVQWFbZso1CQFkoZD1Xmv { width:19.25rem;height:14.25rem;top:176.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #is4KUBTSaLrhev98yEUNGVsOcL4L3ZFH { width:16.875rem;height:4.122075rem;top:40.75rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRMmGODLot3MIbaZn7yFHUkk0US5LmVl { width:19.25rem;height:19.5625rem;top:44.875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #A6c6rTSUE4kX6RXMJrzDDTGQAe2VLTbA { width:19.25rem;height:3.6875rem;top:173.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os0EFHzdmrb11b7rCTahSXrqPKwI4vKc { width:19.875rem;height:2.74805rem;top:174.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn5zOuUrpykvggxMkWkRhR73u7MZgECT { width:19.25rem;height:15.5625rem;top:222.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxtGJXwm9tLONKzstAH0pWxWT9naoZz4 { width:19.25rem;height:3.6875rem;top:218.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA7KHHugyE2KPxEh0yItTltHUwbNgpdC { width:19.875rem;height:2.74805rem;top:219.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5ky9kaKdQ8rK1zCZM7EnhNwmClHDea5 { width:18.25rem;height:18rem;top:46.3125rem;left:0.875rem;font-size:1rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7rlN0rpypSRx9KMaKtAwE1btuVzJ2r { width:19.75rem;height:12rem;top:178.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoEohBvNX8Gd478zcQO6PvJ54uZ4OphH { width:18.3125rem;height:15rem;top:223rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu6uX5slMzXJOuDCOkrABlrzTKHF2Jnh { width:20rem;height:1.5rem;top:184.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEdSegxPK5Xi9VURnkpwPWQLHkrfQPes { width:19.25rem;height:3.6875rem;top:87.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlpCARRIb2gZfDOTMBXIrCW7Vq7lyWGs { width:19.25rem;height:19.625rem;top:90.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPm5IdaEQsRfLgu9sxl3eUKmkBbK3WEV { width:20rem;height:0;top:179.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2gkwS2DJw8Gh2sTRVtZfZPVCvUqO8pD { width:19.875rem;height:1.375rem;top:88.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrfwCOOqPAwtWBXZ5HyEIPGWnpwZBlfm { width:19.4375rem;height:18rem;top:91.6875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACXsSayke06foqHVVl4hMtkshzXz7qXT { width:19.25rem;height:3.6875rem;top:132.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIw0kvXWeZTMNqxgLkTtywbnzySuOPw4 { width:19.25rem;height:13.8125rem;top:136.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKQx9Eu6qK5TEVUJMkD52A6VfulJQhGS { width:19.875rem;height:1.375rem;top:134.3125rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #frAQ9Qb7GPeHDNbGfxtquDB0uKcbkM3X { width:18.875rem;height:12rem;top:137.8125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1KTWUzpADfOTzy4Z8gAZWST8H5zvL5b { width:19.0625rem;height:3.5625rem;top:258.62255859375rem;left:0.59326171875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTzm1DsFNG2kVh4D4iJype5cuRaBIzoi { display:block; }
 }@media only screen and (max-width: 763px) { #tMmhAbt6x7NX3KpXqRiSMV6GbfA2B0KB { width:11.625rem;height:11.625rem;top:11.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZrW2vOG1w3RDptGKvWZrEb5yaKxTdyP { width:11rem;height:3.575rem;top:15.175000190735rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCnigZaWvzr8zF05Fk4wBh2TnThJIJAh { width:8.75rem;height:2.74805rem;top:18.6875rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOMVo4T61LsdcvXWlDzoOZXcZffO5yo6 { width:7.25rem;height:7.25rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNIJFkWX5qmfba9hP4gm4TxoN5ryV16b { width:7.6875rem;height:1.375rem;top:38.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNbGTIqFdUp53WtvKTvA9wv3pHHmKCbm { width:7.0625rem;height:2.6rem;top:40rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipzGKJynsupHkgBd47J2u5DnWsxMib37 { width:8.25rem;height:8.25rem;top:212.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaO61IFJk8hthJiAcAvCT1RXPvSL95Dq { width:7.6875rem;height:1.921875rem;top:214.75rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6wZp6QnMdQwmTL37nGpMdWpiph9FvbW { width:7.0625rem;height:2.6rem;top:216.5625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #phKKX1ceGXa5HeRwszrn8kn7gXDyb9hi { width:20rem;height:20rem;top:192.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWgEa7gVH27KoUlnTBRaP7WKmbcqMxX6 { width:20rem;height:20rem;top:66.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWZNMZDsfud7Hb9RoaTNQwfJxylm5y5n { width:20rem;height:20rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAbKgWKrUd982AbBezElNPbpzzzL159J { width:20rem;height:20rem;top:152.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emzc7bOGTggdxlrzGU8UEcotrTh2WaDP { width:20rem;height:20rem;top:111.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1WbQGnaDO0SOcXsqOiT7TBVSmKIXopH { width:15.687rem;height:15.687rem;top:240.685546875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGBftomaPK19PUGzQ3XllIz4haiuObwe { display:block; }#MGBftomaPK19PUGzQ3XllIz4haiuObwe > .row .container { width:20rem;height:107.499rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkfdQbgJWaTTgLNa4BJrW7N3s5kO0VwZ { width:19.75rem;height:33.3125rem;top:-0.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZMTE2pmsJ08SX7CpFurXfwOQEENs0ZV { width:19.3125rem;height:6.17285rem;top:2.5625rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub4yLgrzPWptCrTTPBBhPfZx7gDL5Xh6 { width:15.6875rem;height:19.625rem;top:31.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsHVZuUe3cP9DGuei2M2plTUMVxcuvrU { width:15.125rem;height:15.125rem;top:48.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEIbG4vhndO942EX8qxPrKlLZmf2feCS { width:11.125rem;height:11.125rem;top:57.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXRrBT7QzuT7Uv60EL2VaCu2zmNBtFNc { width:13.9375rem;height:10.375rem;top:64.625rem;left:3.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Lt4seUuRTNH3DRVGTDIahNXAKnJp9dTp { width:16.75rem;height:16.75rem;top:73.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM7IPtZSlEAuK9gVg2Okm0Z6rWd2OUin { width:20rem;height:14.173228346457rem;top:85.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBtIwks3NTHlyBZAqLivMZlFNv7M4Q7v { width:8.875rem;height:11.875rem;top:85.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElsRqkZ64SP691Fg8TRyDmSOtmuFriyG { width:7.3125rem;height:10.0625rem;top:62.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJbTcCTRCuNPuPx4G1KddrfmvyANNzuw { width:7.0625rem;height:10.0625rem;top:64.75rem;left:12.375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #TKydICffXZ6gLZmlUdRf3odASJkq33DS { width:17.125rem;height:20.584rem;top:11.33749961853rem;left:1.4375rem;font-size:1rem;display:block; }#TKydICffXZ6gLZmlUdRf3odASJkq33DS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8KVh6abv/tick.png); }
 }@media only screen and (max-width: 763px) { #DGJ3HWAN3pvO0DtOidmKpUT1IpzoQizc { width:14.125rem;height:1.5rem;top:0rem;left:2.9375001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #byAb14mFANB3P43CLckGIC6NsRW1w3or { width:10.75rem;height:10.75rem;top:96.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxg6sZ4ryC70JVNu8LfQUayAbp1xoLkN { width:10.75rem;height:10.75rem;top:72.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX3eCTZobEuFyRwThsPsunKPZ661OC4O { width:20rem;height:2.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufbMkOGUCNoRtmdfLp6EFaTlBn4KP3pA { width:4.875rem;height:2.6rem;top:8.7374992370606rem;left:7.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxEFU3ryAzPSuLeAAPUIJ5q1SXTS6BRO { display:block; }#RxEFU3ryAzPSuLeAAPUIJ5q1SXTS6BRO > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcx6z1XOVmid1x3K4HmIenmhCxxWQuL2 { width:7.625rem;height:0;top:2.33203125rem;left:2.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEskJ3KOkFlK8VTTMqlWTsrblKTrMWSv { width:6rem;height:0;top:50.5625rem;left:13.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ry8clkqnlPh1fyxuZPUCvXx5UDbhpokc { width:7.125rem;height:1.3rem;top:4.3125rem;left:6.4374998807906rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOhdvMk6vpmTX3FZidyLw7kyioMqmmpS { width:7.75rem;height:1.05625rem;top:6.125rem;left:10.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GMVakF3LrPSCvTLH2REbizvJDL9BxMNm { width:3.8125rem;height:1.62305rem;top:5.875rem;left:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW464eEi3ADfBUDN2n7mzs3xE4qTwQE8 { width:7.75rem;height:0;top:55.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEkKPfxaCSynfgoCnsyT6LcOo31OOCVt { width:3.8125rem;height:0;top:56.625rem;left:8.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaUIsDrWlLIhXopSZIbbMSReySTfKnOX { width:7.75rem;height:0;top:48rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #saogFeoyiMHSrM8fWDyyhcR8oOpHRzJQ { width:13.3125rem;height:1.54394375rem;top:15.568750858307rem;left:3.3437498807907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Mm0mUEq1EfkyaNkiLCEVmJPFd1SLKP { width:6rem;height:2.6rem;top:8.7562499046325rem;left:1.5000001192093rem;font-size:1rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #UTND3W2XUNg6yAwGgrORm2DQo4Nf07hf { width:7.75rem;height:1.05625rem;top:13.3125rem;left:10.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DnRtAJiLsHWOQBHBdTO7wzeDZhCMTKLx { width:4.6875rem;height:1.62305rem;top:13.0625rem;left:5.3124998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkGnfTiiEZvvmRtSxMwSc1yNxQmnnMwQ { width:12.4375rem;height:1.54394375rem;top:39.243751049042rem;left:4.2687500715256rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlsWxTxKbMEtrrikC9pe6mIBeCvHfzqT { width:7.75rem;height:0;top:60.0625rem;left:2.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTeAzcvErPqC17oqfxJylWVDIVJg3IRp { width:3.8125rem;height:0;top:61.75rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hh3GVafSbeeEqSM3UcbZKsqI71ZpfxpU { width:7.75rem;height:0;top:61.875rem;left:4.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WaRoGhhhLlS5Bu0tEL7L7l3e5obQxfxk { width:20rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKLyGdkmFeqsSnioBZeq4zOib58ms1VM { width:20rem;height:3.6875rem;top:11.306250095367rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM4uG78nnULDbv9mvMPpri8fhaITsPlr { width:0.0625rem;height:15.6875rem;top:58.75rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvJGxI0IDBtXpQTlHTzSgt06tsStHLcL { width:0.0625rem;height:15.6875rem;top:1.25rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDTZCKVZqEzJRfnEqSteWFs43eo98yT7 { width:0.0625rem;height:15.6875rem;top:1.25rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFZ2ue1EQGR97QwSC9tDpDWm2rtrSbT2 { width:20rem;height:4.1875rem;top:30.806251049042rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bhD8uNLCeqvNhu3oGJpudmfQ5oMukP8W { width:20rem;height:4.1875rem;top:26.636719703674rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #CRbx4kWPWzCGKRqgcfGPdIUETceddwWw { width:9rem;height:1.05625rem;top:13.36874961853rem;left:5.4999998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NngmFkZnyvhZibTOTzzUofawQTZzamPU { width:9rem;height:1.05625rem;top:32.300000190735rem;left:11rem;font-size:0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #awZoT1WzLCvT4bRc9iKV7ZohOUST5JTZ { width:9rem;height:1.05625rem;top:17.375000476837rem;left:5.4999998807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNec09BBwWMPu1MpPvCGl0POFkycibRJ { width:9rem;height:1.05625rem;top:34.159375190735rem;left:11rem;font-size:0.8125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #FXMguINq7RUegO3N0rrb5ARfptkiNeH6 { width:3.4375rem;height:2.6rem;top:32.178124904632rem;left:1.5000001192093rem;font-size:1rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #BngWkfcgHE2ikUwpCEowQKyZD3Uue2bG { width:3.8125rem;height:1.62305rem;top:28.543750286103rem;left:5.4999998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg9xcFKoRDclAS5h2PzHV6i8lh5zWzVN { width:9rem;height:1.05625rem;top:33.293749809265rem;left:0rem;font-size:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #cymTFAL0N8L94llp6MQEIVZvg9hSKspG { width:15.25rem;height:1.54394375rem;top:23.543750286103rem;left:2.3750001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX7JEfWzaIMWQQZWkkUFdb8JiJAa3QUK { width:7.75rem;height:1.05625rem;top:28.828124523163rem;left:9.3125003576281rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mc3Qds1EoWy1cP5StisGTAQF3KPmFx2S { width:3.8125rem;height:0;top:46.3125rem;left:15.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2PDFP69s7k2XqPDT6BhTNTxPLTH2d5k { width:7.75rem;height:0;top:58.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nhlksa9vMhFVDSAFIu8VHlT4WsCF9tZ5 { width:14.875rem;height:1.54394375rem;top:31.300000667572rem;left:3.1125000715256rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJQrmHiKsrmc8dzn4fq2nDsNMHhf34QF { width:9rem;height:1.05625rem;top:14.61874961853rem;left:9.5rem;font-size:0.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #eycq01GHSt9fkhQLJdITJEcMxDS7dAeJ { width:7.75rem;height:0;top:51.4375rem;left:7.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eW03T7JezkrFCUhcPbP2Pwp9BFQBVhSJ { width:20rem;height:3.6875rem;top:22.968749523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHazlPcJgnzS831bEloTxgK6fpKnnTQt { width:20rem;height:3.5625rem;top:42.999218940735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0oTb0bGsrq6z5d4QJ1t8Dc00GnmFbbb { width:0.1875rem;height:10.3125rem;top:0.6875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGOJhfAkxlQvEFrf62exu64JTEeakPAy { width:0.0625rem;height:10.3125rem;top:0.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mFg8IJ7ToistO4oHvu54HmrAfAA7dM7y { width:0.0625rem;height:10.3125rem;top:1.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiLuKNPRchqQTuihmhmUXpLh8ixOiXlk { width:20rem;height:3.8125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpOR7l5Wz9iedeszuO6l1JJuq6vR6ewZ { width:20rem;height:3.9375rem;top:19.031250476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPBpIMmkO9xgQISWxGRu3Nx8IH9RuEqt { width:16.875rem;height:1.54394375rem;top:8.1250004768369rem;left:2.0812500715256rem;font-size:1.1875rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2XdTmB6E8Ru5Ef4VBMXhH06frNk5xmm { width:16.875rem;height:1.54394375rem;top:0.54687541723251rem;left:3.1250001192093rem;font-size:1.1875rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5ud74dkuTqH1dhGlJlg0lTvb2nWhNO5 { width:20rem;height:3.8125rem;top:15.312500476837rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #vKd8LZz6gd3neQi80AtsBZzCs8Jf1Rde { width:9rem;height:1.05625rem;top:2.3687500953674rem;left:5.4999998807907rem;font-size:0.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TQOxOpn5ABgbLUAsoZO4coIXfDcKPX7Q { width:9rem;height:1.05625rem;top:9.8562502861025rem;left:5.4999998807907rem;font-size:0.8125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Q63mOAQBnhwLteKyWsTAeXWmGcUVrKJx { width:10.125rem;height:1.05625rem;top:25.087500095367rem;left:5.3124998807907rem;font-size:0.8125rem;z-index:15087;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #y5tAEAzNc1Ek9RMlcZB6sK9wL5XanNyb { width:7.125rem;height:1.3rem;top:19.556251108646rem;left:6.3312500715256rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #WLn4IrCOVvbPKm3hzxZPLG2gQmo1sgC1 { width:4.25rem;height:1.62305rem;top:20.856246948243rem;left:5.4374998807907rem;font-size:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #tTGSr1O7BzobZSxv3xxwvQTG0XxOPa12 { width:7.75rem;height:1.05625rem;top:21.140624582768rem;left:9.8750003576281rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #lAqdBwvt9kAdD0NUR7fV7xvDd3n8TlUS { width:9rem;height:1.05625rem;top:33.356250286103rem;left:5.4999998807907rem;font-size:0.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #LcWFDAeUuQtlgc4cX7CgzZlo3IXAd3ct { width:7.125rem;height:1.3rem;top:27.181251049042rem;left:6.4374998807906rem;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #DCzpF3gb7SnQWa6ICh9IwTTgP4qqnAqr { width:20rem;height:4.3125rem;top:38.686719417572rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #eJ1aNkrFJEdp8elCFhToeuryXaTL1zO1 { width:9.8125rem;height:1.05625rem;top:41.412536621094rem;left:6.4374998807906rem;font-size:0.8125rem;z-index:15088;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q42oU5LhPN4XUWkvFCXAfyaFMw7dyAaR { width:7.125rem;height:1.3rem;top:35.215625286103rem;left:6.4374998807906rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #dBBkyPSxyet8TpfFCNXiTZUZtxQDFagT { width:3.8125rem;height:1.62305rem;top:36.515624523163rem;left:5.4999998807907rem;font-size:1.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #Ib2FJIIBTuaRgiPL4E0p8APPTZ3dGkU4 { width:7.75rem;height:1.05625rem;top:36.800000667572rem;left:9.5625003576281rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Z2FWD6TeyhGg3pPv2Nce2ewL6ZPl5EK5 { width:7.125rem;height:1.3rem;top:43.547657012939rem;left:6.3124998807906rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #PVOzPvsoosNOyNUC6cpcxaowiLhgUFzt { width:3.8125rem;height:1.62305rem;top:44.985153198243rem;left:5.4999998807907rem;font-size:1.25rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #ptDsOMx9Imc84DlWUolnummt9r15WmdR { width:7.75rem;height:1.05625rem;top:45.327331542969rem;left:9.2062505483625rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #RdoWtqH74uRwgrD4CP6xnh5BRuDKDT67 { width:7.125rem;height:1.3rem;top:11.811719417572rem;left:6.4374998807906rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #EmmdHTbqtOgOu3mLRfBcdxX6UeAUHU8U { display:block; }#EmmdHTbqtOgOu3mLRfBcdxX6UeAUHU8U > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3mZttTyWW4oCbFLIwAi1rlg6if36IUw { width:14.5625rem;height:1.54394375rem;top:0.62421798706055rem;left:2.7187501192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vAtGHaTIWKI78sS964Nn6lTsbgRK7lc9 { width:8.75rem;height:1.54394375rem;top:8.6304688453675rem;left:5.4999998807907rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ISBnZNIOD5Ssz2KW1mRf6OhstiyTdXg8 { width:8.75rem;height:1.54394375rem;top:16.08359336853rem;left:5.6249998807907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGnr9X4LN9BXLKVdBz5VTbhQ4zkWBuNX { width:7.75rem;height:11rem;top:41.6748046875rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xc8HRbsheRvfMc0GET9DBQ5vzUfAcRNT { width:20rem;height:3.875rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #sQ2MIsQ7ghmB1sFIT8B1Qt1i3UUSBlDT { width:20rem;height:3.4375rem;top:19.09375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #OOZHIgsprLHcEAPmTVxWiMcxGMNPzJZo { width:0.0625rem;height:10.3125rem;top:2.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBDdonhx6Sxtg4kKlgXNfPcVAbCKwW74 { width:7.75rem;height:0;top:62.0625rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6UHWK3dPR0zxE0yZ8OTfvLzbLHQ953L { width:3.8125rem;height:0;top:67.1125rem;left:13.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJs6f1ngkoStVQB1JdStipAxWyPHIolI { width:7.75rem;height:0;top:67.2375rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSzGhtcorLdaXM6IuX4qaq7tH3F2rug6 { width:7.75rem;height:1.3rem;top:4.79296875rem;left:6.1249998807907rem;font-size:1rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #GVERiXrnBQmymK5QnrD6PSBlN5qxgHmN { width:3.8125rem;height:1.62305rem;top:6.0929689407349rem;left:8.0937503576281rem;font-size:1.25rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #wU3NJzpzoxRGnJCTsNfSTNoMK25GtzT5 { width:7.75rem;height:1.05625rem;top:13.870313644409rem;left:9.5812505483625rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #VCGeyHLUrP2P6ZtiddpTCR5QaFw0LDtf { width:7.75rem;height:0;top:62.0625rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTTDmK0ocRLcT5xThTB2UxPSF7AkK5LC { width:3.8125rem;height:0;top:67.1125rem;left:16.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O63MV4M9m93eLB7gNa9l10gIU6iWF2UK { width:7.75rem;height:0;top:67.2375rem;left:12.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eI9rIr7g2TTytVMr6nh9C0WZBsmutlQF { width:0.0625rem;height:10.3125rem;top:1.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8lh7p4WTsDZQn9igUP0nENfZzIxe5Pv { width:0.1875rem;height:10.3125rem;top:2.4375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfTVV5kAsROXrFecZPTiDmHWnxvCT0EG { width:20rem;height:3.8125rem;top:8.1461029052738rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #m8GUln9uUoCmD5hIWX1QV1lU0I06l3in { width:20rem;height:4.125rem;top:0rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #SctGynPg5Jhacp1DNd1suHWzUDT2NuGq { width:9rem;height:1.05625rem;top:2.1664066314698rem;left:5.4999998807907rem;font-size:0.8125rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #F8WG7mElrSEdUp5FDwUC38QQXeCFQPJ7 { width:9rem;height:1.05625rem;top:10.354687690735rem;left:5.4999998807907rem;font-size:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #UJ2VFepZ7XAT6FdHJODRPvPPUtE4E64J { width:9rem;height:1.05625rem;top:17.62734413147rem;left:5.4999998807907rem;font-size:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Qkl7D9LuanDKfZdhouh73BgWhuRRQBLx { width:7.75rem;height:11rem;top:1.75rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JneXQE3qqOreI88NrAqoIRVKSZ8gwTPG { width:18.8125rem;height:3.5625rem;top:23.6220703125rem;left:0.40576171875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCrkWkk8JyDae7cEDuGfTJe51dXPqPnE { display:block; }
 }@media only screen and (max-width: 763px) { #yln3E0JaPCrkboWBezTJtzsQCahIBWTA { width:20rem;height:3.4375rem;top:15.48984336853rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #r6c5eIvQ8DroxFK6aGTcEWEdACgFWTRE { width:3.8125rem;height:1.62305rem;top:13.5859375rem;left:5.4999998807907rem;font-size:1.25rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #N0sTXqemsiau97gLqiVwG0r5irqsybHg { width:3.8125rem;height:1.62305rem;top:20.875rem;left:5.4999998807907rem;font-size:1.25rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #TABn9ZRdOXVtMNxszeT2EnftpaDT6TkU { width:7.75rem;height:1.05625rem;top:21.158599853516rem;left:9.5812505483625rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #OLpiTXstdbIJR6JnIZIqECOfzamKOsKn { width:7.125rem;height:1.3rem;top:12.270313262939rem;left:6.3124998807906rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #mDs1UaeiTS5gichp9ATyCcvH2HVNKdmn { width:7.125rem;height:1.3rem;top:19.53125rem;left:6.1874998807907rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xp1CWKDZ71vsdgoTiFESs9la5a6Fvbqb { width:7.75rem;height:1.05625rem;top:6.37734413147rem;left:12.250000357628rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #omSWOq5q1VZ1C8VDCwnskXV1MHfVaWoE { display:block; }#omSWOq5q1VZ1C8VDCwnskXV1MHfVaWoE > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqxCTWSJF09gC9boBLNDA850aXce0rCp { width:18.75rem;height:21.5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7elZGfZmWppqGud4Th7plkkcmt7QNFN { width:19.3125rem;height:3.0875rem;top:3.2374992370606rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUkL06o40n2I7BoJLmLSfuSp3gZHc9tT { width:17.125rem;height:8.368625rem;top:9.6249990463256rem;left:1.4375rem;font-size:1rem;display:block; }#rUkL06o40n2I7BoJLmLSfuSp3gZHc9tT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8KVh6abv/tick.png); }
 }@media only screen and (max-width: 763px) { #BiX96amUh40eQibrzVvQFJhUVHv2VT4i { width:19.0625rem;height:1.0004875rem;top:0.46794509887695rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TsMvXZS8501ed05mWXJFoten1Ep28D6c { width:4.5625rem;height:2.5996125rem;top:6.0249996185303rem;left:7.71875rem;font-size:2rem;text-shadow:0.125rem 0.0625rem 0.0625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #xFBq1uhLwlMsPuZ0aikdoQXoNNoBMSD2 { width:20rem;height:2.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czHe97WwaOFzs3MPD6qIkphZRZdKCObl { width:19.875rem;height:15.875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #audHgcTyg3hncwpUsr0noOwCJysksU5C { width:20rem;height:20rem;top:21.094791412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFXiNs5wdTbbKA1H8sTrTll35HgOzCUK { display:block; }#DFXiNs5wdTbbKA1H8sTrTll35HgOzCUK > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3Bk204HlHFvfc0qunsRTo19e7kTOzRm { width:20rem;height:4.54980625rem;top:0.81249427795412rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sLa5msndTMKfsf9Wg7I8Itd6sGHmCF7r { width:1.8125rem;height:1.8125rem;top:8.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfNy0kggsQTwT5UgRppEuTJT7PIDCBtR { width:1.1875rem;height:1.1875rem;top:8.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWHMGcJOFVgogfw7UlnJpE7v0uDW1ewL { width:1.1875rem;height:1.1875rem;top:8.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlAxD0uco2T4ZX5WMyQSiWMvxqNl7z5P { width:1.1875rem;height:1.1875rem;top:23.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #azCOqXsULhzTZIsMcLbHLG72nkh1yAqO { width:2.375rem;height:2.375rem;top:32.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Woy3Wmdo10gNI7k6FUfMVkB9TlOKyQhz { width:2.75rem;height:2.75rem;top:23.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l66Dbm3EN4O0pvqe4xONO7MgbVE4Xlaf { width:1.4375rem;height:1.4375rem;top:19.125rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFcAK8rkym1XTialfInqA2OrlL7ufHKs { width:1.1875rem;height:1.1875rem;top:12.0625rem;left:1.6875rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #KDO42pN9IDtze241oOUTSPTA4shcxP8U { width:2.375rem;height:2.375rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGJ94yxkwoiCBCZoBbECOCtKTOHk7uQK { width:2.75rem;height:2.75rem;top:6.625rem;left:17.25rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #gImEEv1oRiFFU6IXPthZVcuenyrTT5a7 { width:4.5rem;height:4.5rem;top:47.3125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxZFqQ2pJqAO2CFclvLOfy8k4hMlvP5u { width:1.4375rem;height:1.4375rem;top:35.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSTSGfN7qTcDTLIdGeQ7TJhtABLCO5s5 { display:flex;width:3.8125rem;height:3.8125rem;top:12.0625rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #XGK69a28EP7MgXG1AG0gyCqcBNflebzx { width:18.25rem;height:2.35625rem;top:15.75rem;left:0.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA5DSUVJ6D1awuTq9ZfKBvffbZT20igW { width:18.1875rem;height:3.49805rem;top:18.09375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJPKvH7oUdZJI6Nzs9AaoIWTBaCwN1eU { width:12.875rem;height:12.5rem;top:10.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1yKAJz4G55uRiqZQIgdrZ12bZTBSM1R { width:12.875rem;height:12.5rem;top:24.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uElpOrC0mVmWqtAHC5HstxvkHeOzCT9q { width:12.875rem;height:12.5rem;top:38.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyBxamFbvS1WN5hmJfHMGzyF7Dp0NduO { display:flex;width:3.5625rem;height:3.5625rem;top:26.4375rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #frZQ8mUGDmXl0pHrgWSK8wL6O3B6JHzI { width:18.25rem;height:2.35625rem;top:30rem;left:0.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXCJvKFrBOCVA4FlBHao8TQfPd2VxSpO { width:18.1875rem;height:3.49805rem;top:32.4375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPlT0HBxXRtcmNZwBFSOhdOOKHDyXVIS { display:flex;width:3.3125rem;height:3.3125rem;top:40.25rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #mamuI4GFx9qbv3M962UfEl8Pyn38Tzmv { width:18.25rem;height:2.35625rem;top:44.0625rem;left:0.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5LO1BFO2I3OexCfTumSrKxB8wr93PPy { width:18.1875rem;height:1.75rem;top:46.418750762939rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqRD340fP37qEGHUHaZhCHImcxTBeffA { display:block; }#wqRD340fP37qEGHUHaZhCHImcxTBeffA > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7MGyCMg5WBqUUFW6qEMpW7yFfQQDNfi { width:19.875rem;height:7.5996rem;top:21.375rem;left:0.18281257152558rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVb5N1MImMT79oh9aBlWMRwSwRsGUNZL { width:7rem;height:2.5625rem;top:29.050001144409rem;left:6.4999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #SahcPueXsKeRyoTDKWy0UQHLr4sQhuKT { width:15.1875rem;height:20.5625rem;top:0rem;left:2.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLzFiHFFbt3Rb2ahrqpQ0ux3hV3xc32u { width:16.9375rem;height:3.5625rem;top:32.862426757812rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFxOp7zafcdSndAxwtIOSleK9Cpkl81v { display:block; }
 }@media only screen and (max-width: 763px) { #CkDVHLcLIVqZXQnlpx4MWrGNtBiaigtL { display:block; }#CkDVHLcLIVqZXQnlpx4MWrGNtBiaigtL > .row .container { width:20rem;height:250.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8KJwFvRTSocopqGwIcJWrvREe48CIlI { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNmqFcqKrlhS18rydF6xlS0wrva0rhl { width:19.5625rem;height:19.5rem;top:64rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AETwE5iM9nGroNKAdnTGZS3g22nbo5Sg { width:19.5rem;height:19.4375rem;top:105.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhXStqndZm3qoxFh77AOpTlpgdWxwvkf { width:19.5625rem;height:19.5rem;top:22.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cROhBElVd1BrU90ZPzAwek2GmJG7ZOtv { width:19.75rem;height:19.6875rem;top:146.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goOeFvaVapdO17L4NbErpraEzJaZizeK { width:18.9375rem;height:18.9375rem;top:167.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGXUTHT7gt1rendZcEkMWhcptT3kJBlA { width:19.5rem;height:19.5rem;top:84.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7F4ds8UJxMP9QBlDHDDs1cBydinCOEC { width:19.5rem;height:19.5rem;top:43.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQGWnhzQAmW3RCnvHTM0el0EZNVWeFc5 { width:19.5rem;height:19.5rem;top:126.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTDe9RaB0nGEweQWUmCucXJ7BqFlmTaK { width:19.5rem;height:19.5rem;top:188.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUd4hACR1iMKW4oubgDbvn81QsG86E7Z { width:19.5rem;height:19.5rem;top:208.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6yvzKVkZAENwaiXlnAmyTb3CUfu67ni { width:20rem;height:20rem;top:229.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUGqeAObgNr5GC438gIgosu95Lf9LCOV { display:block; }#QUGqeAObgNr5GC438gIgosu95Lf9LCOV > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZUAa8D5dlFO0MnxnhFJ5uuOOsusM0vT { width:20rem;height:4.54980625rem;top:2.5375003814698rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #w0UCTumkqRyC42tMfOh68MvTWGZmUQPV { width:1.1875rem;height:1.1875rem;top:1.3500003814698rem;left:1.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhoHCANO9bUOIPVweVXebdaia2CRTPFe { width:1.1875rem;height:1.1875rem;top:7.0875005722044rem;left:9.4062503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak1WxPaeRgTAt8TU4XT3Jtu127zcsgFq { width:1.1875rem;height:1.1875rem;top:1.6625003814698rem;left:4.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOrU5wqS4JTvFq7K4asNqnXWL4716UG0 { width:1.1875rem;height:1.1875rem;top:7.0875005722044rem;left:15.125000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #POqNE1WGzzAclG6nnTLTKQ9nBqNpJ4zb { width:1.25rem;height:1.25rem;top:0.78749990463256rem;left:7.3750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnDWJU798XdCeoT64LaToDrTm9xEddOa { width:1.0625rem;height:1.0625rem;top:7.66250038147rem;left:18.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7W5u8TyAcghOLdh2Pw0UHPJbBObH6z { width:1.1875rem;height:1.1875rem;top:1.3500003814698rem;left:9.7375005483625rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #dzFmL99Ks0P4Jleih6AR8CUDIlMca941 { width:1.125rem;height:1.125rem;top:7.66250038147rem;left:3.4999998807907rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #kXwQvxa31uayLxLQxkZIq6b68F5vHxK4 { width:1.375rem;height:1.375rem;top:0.88125038146975rem;left:12.062500357628rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #m65rI0qKUuzHJrwk13khyBK2wT0WmPD6 { width:1.375rem;height:1.375rem;top:1.2562503814698rem;left:17.237499594688rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #cpnrVpOPRRGL7bh9x4gZ8A4eynQaitMO { width:1.4375rem;height:1.4375rem;top:7.66250038147rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fExOiAeAkoBLBQdATeoAn91CUf8Pd2GB { display:block; }#fExOiAeAkoBLBQdATeoAn91CUf8Pd2GB > .row .container { width:20rem;height:328.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vd28Qfyg7efwR063zfiu5eTr3Nm8UxQZ { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahi2qsuonxQtArVEypIHw9x0nkw968EJ { width:19.5rem;height:19.5rem;top:41.3125rem;left:0.49921870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNE3fTMKgshSyWanr48H9kzoZH493MVQ { width:19.4375rem;height:19.4375rem;top:125.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE0MU6gtsTeWdDIr7TgyzXrbxfItnvVv { width:19.5rem;height:19.5rem;top:22.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fupnaqRpmp4UT7IxtJ9HlGi8hlKC8R00 { width:19.5rem;height:19.5rem;top:83.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT358CapRNd4VDIX5aMBiOWOT1ZRWsgs { width:19.5rem;height:19.5rem;top:63.5625rem;left:0.49921870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbXJzEox9uUUXGLXCnUfTPtR6Gp0meZb { width:19.5rem;height:19.5rem;top:241.51250076294rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9SdWlimCVGixJ6GHWZrC0hdrNusFw0o { width:19.5rem;height:19.5rem;top:149.91875004768rem;left:0.49921870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOFc3VRndRT2Q1Szba4uoSsID2QSHD7d { width:19.4375rem;height:19.4375rem;top:196rem;left:0.56171870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLT7yPI5SKbcupc0xyCGA9lZZqCCxDtM { width:19.4375rem;height:19.4375rem;top:218.71250057221rem;left:0.56171870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZMbc5Ma8CPqwxfSTF17yTrvuppD1xmh { width:19.5rem;height:19.5rem;top:173.125rem;left:0.49921870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIqTzGiVAWH7ng9GqOTP84H7XQhmTviH { width:19.5rem;height:19.5rem;top:105.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtNMBy2ZAyTFbAz2mf09gNIUEpCTVpti { width:20rem;height:4.6875rem;top:102rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Dh7xGERuUhy7VtaQhRASWtfhwcTAWWNp { width:14.25rem;height:4.063475rem;top:19.3125rem;left:2.6390625238419rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #L6L7VyIxAPsyDrtpXim7ObTDFElSyOIn { width:20rem;height:4.5625rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2WnbWo6wG6MMR9DwQfqUuKXT5C6FpbL { width:18.5625rem;height:4.063475rem;top:59.550001144409rem;left:1.4375001192093rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #JS75KW59TTTxxM8yb9HO1KGMPBptW5BK { width:15.125rem;height:3.73535rem;top:102.4375rem;left:2.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #mixerdsztwktMPSePETNfaPgzEpnpXEy { width:15.9375rem;height:1.86875rem;top:261.01250076294rem;left:2.0312501192093rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #OtRZwO0zqPXaIVX9PdvQBwz98oKHLTbK { width:13.5rem;height:3.73535rem;top:236.90625rem;left:3.2500001192093rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #cQvQ1bKNn3NQ5b2wQpWI8JuGAmleX4XD { width:19.3125rem;height:5.603025rem;top:143.92812538147rem;left:0.34375rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #zTuC5QNEr0ECoSvlIMmtsnTWQTTsshZx { width:15rem;height:1.86875rem;top:215.921875rem;left:2.5000001192093rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #chmytipu0TfZFrheUkvNxWpSACcCSC1e { width:19rem;height:1.86875rem;top:192.625rem;left:0.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #x3GT8UHKTZob3KxN9BGBzNtZLZZLGIlT { width:17.25rem;height:3.0625rem;top:192.02812576294rem;left:1.3750001192093rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Qbt4eki7y7OUWXdkWQnD0l5UqBvKBoIo { width:18.9375rem;height:1.86875rem;top:169.1687502861rem;left:0.53125rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #D9k1SEFwx6GVeSwcQ0ku08tA3nJ9P2Xg { width:20rem;height:6.375rem;top:143.54374980926rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkVwiAKNVN5Xk3SB2bMpx9Ft0umtm7N4 { width:16rem;height:3.0625rem;top:215.32498168945rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwyTX87LwoV1aoOS29h2ergTlfaRqHQS { width:13.125rem;height:3.0625rem;top:260.41562461853rem;left:3.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqgTQ7oJM5kF9W7KnilXGGw2TFsvwvxE { width:20rem;height:5.125rem;top:59.018751144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piasvHOzoBCzryiMzQc2sJeSUO2eSvUF { width:16.5625rem;height:4rem;top:236.77499389649rem;left:1.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhLygi6aBcoTbTVyfuhaTivG8w5wXoe9 { width:17.1875rem;height:3.4375rem;top:168.50003051757rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHGeByXphozyNn6D07VcS9M8vox5QX45 { width:19.25rem;height:19.25rem;top:289.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #im64BwCSVMoTPfTVBGCRKGiZl8te9mGL { width:19.25rem;height:19.25rem;top:263.47812557221rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2bJFQqLvuk7nkMIG4xxxMUaCKPUwUFg { width:19.25rem;height:19.25rem;top:308.8125rem;left:0.74921870231631rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALA0h2S0f8GFxe8vcRzHRD014Ji4deSg { width:16.5625rem;height:5.603025rem;top:283.3125rem;left:1.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ILm6XQp9ILQXQ28PEX7SnGVf6MM5TxS1 { width:17.6875rem;height:6.8125rem;top:282.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6wxRrtLmFTTIJb1nhLT8k2gao1IOSnk { display:block; }#T6wxRrtLmFTTIJb1nhLT8k2gao1IOSnk > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7gs15sXAn6wqtukT8HTts05Lgl5zRpV { width:3.125rem;height:3.125rem;top:20.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfvtcHAMATwDoeHzPxPEyZXcpZCpAbW5 { width:20rem;height:8.496125rem;top:41.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqoAUI7WXrWU3qau1DlmgCOrxTdaqPBS { width:3.125rem;height:3.125rem;top:38.5625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udfTciwZP3yQHdbi2CwKO8QkTuI6p3Ux { width:3.125rem;height:3.125rem;top:51.4375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqoSwNLLu0uNvaJKHWdEZlFvflvaxKMS { width:3.125rem;height:3.125rem;top:30.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJsPVvD4iHMzGI6T3zRIG6luDBh0T1TK { width:6.375rem;height:6.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bThpLWqmXwvNdEenaZTKhZ1w9XabFT1E { width:8.25rem;height:8.25rem;top:64.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4OcSwztUFJqyvwBJQSBiHtbFBlqVHxE { width:6.75rem;height:6.75rem;top:65rem;left:12.531250357628rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #e27U8JC8fwmbJN50Iga4dpTyB9TDKzHV { width:7.9375rem;height:7.9375rem;top:2.5625rem;left:6.3749998807906rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #A33O9AC2kur9In52t6DN3wslBZhdn3gp { width:6.375rem;height:6.375rem;top:0.625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrvIs9tsQDSOoKe173VQXerWIGkBMdr6 { width:20rem;height:3.74706875rem;top:16.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1yXgTyUHBDAHgCrSMWbJTWTN6Ea1VVL { width:14.9375rem;height:6.369125rem;top:23.3125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTvdvG8cTxbanLBIlxwDndCMhUeiHess { width:17.625rem;height:3.18456875rem;top:33.9375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzCHJzndDXa9s6LNwoDSCsb6TuX0fq3b { width:20rem;height:4.77685625rem;top:54.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqFsooqMuy6zmd2a3XyWTXeRtXygy1kD { width:20rem;height:1.78125rem;top:58.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhLpby5zMu1GFm9UIKTxRrFCA0zuUTyr { width:7.5625rem;height:7.5625rem;top:59.768750190735rem;left:6.2187498807907rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #UqI1FdBoW9JPFMK09yFZiNHPV1SEL7nd { width:8.1875rem;height:8.1875rem;top:7.5804686546325rem;left:11.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfLJ7LvK7IeJQk5q0XUshFNR413dtEL6 { width:6.75rem;height:6.75rem;top:9.0679688453675rem;left:2.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB { background-color:#3fa5bc;background-image:none;display:block; }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .row .container { background-color: transparent; background-image: none; }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .row .container > .video-iframe-container { display: none; }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .row > .video-iframe-container { display: none; }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .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); }#cXmWT396Jnsrg3l2vTCSH4Mc7DOFBQXB > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHdvlG9gbICOlax7GVi2r2NI0iix4LTZ { width:15.8125rem;height:3.500975rem;top:7.9375rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtJV3On6Pm29U4vqnSxL7U9ihAuhI5aw { width:20rem;height:11.25rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4sNdOiQHFnqfoVnJFmvpbac7TthGKnZ { width:18.75rem;height:3.25rem;top:13.59375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v01gTynwNQIS06fmapu0I8eF0OlhFxUi { width:15.3125rem;height:1.5922875rem;top:11.75rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pukfrslxxJ3HJpnWFzUzrDBzccKgRTGI { width:10.375rem;height:6.125rem;top:0.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUsvQOTo43VS8ibmmklimprd2CNKML8B { width:20rem;height:10.958rem;top:19.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnNGnZsqTEAzwTS62T0huGSJI91lMUcN { width:10.4375rem;height:10.75rem;top:30.8203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8zl3eW5kJ5eQyO039OuWspcM1GXRby0 { width:12.4375rem;height:8.1875rem;top:39.42578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOAm11Wlu557rsncxhSJAKc3hVTaTNTU { width:12.1875rem;height:8.9375rem;top:48.5068359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOS06fOoXSe4XxI8yguxLBthgJDmlfQ2 { width:8.625rem;height:11.6875rem;top:30.8203125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhkAPfwA8X1lk1hXNkK0QA0679SK3nDk { width:8.1875rem;height:11.0625rem;top:44.3818359375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ1eVoITNB6t9S57JNtbMc3lMe7ltX6w { width:9.9375rem;height:8.625rem;top:54.14453125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Iunt3e7K/zobacz_wi_cej.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4.adaptive-delivery-prevent-bg, #TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4.lazyload, #TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4.lazyloading { background-image: none; }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .row .container { background-color: transparent; background-image: none; }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .row .container > .video-iframe-container { display: none; }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .row > .video-iframe-container { display: none; }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .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); }#TWWlbziNDcP5iXgVOd2CnUrlU95JRMT4 > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfTQhPcFV3i64heTzPEyEudyDuzoAAsn { height:6rem;width:11.25rem;top:7.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad8KOzcI1DT7hZMpnqorzaDv9gaJA7pC { width:9.875rem;height:3.0878875rem;top:0.875rem;left:2rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiTZR5kQNQ7Z1hwNaZ8tsMAJSoD9q5Cb { width:16.9375rem;height:3.5625rem;top:14.6875rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3BAG0XPmrKZKpxuqoTRqHcgKuxUZhgq { display:block; }
 }@media only screen and (max-width: 763px) { #VIISB2fThDCZzOuLQ46KqAqeIZsADETl { display:block; }#VIISB2fThDCZzOuLQ46KqAqeIZsADETl > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5d0Hb7DdZkn3AfHMlFhaHmQK4kAaRhd { width:18.75rem;height:4.38574375rem;top:3.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvkMlUwtUDLHcsXRflLdgHOXl3AFNzQo { width:20rem;height:14.0625rem;top:8.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXlBMg51hG8ZACMN9DNLGHFqF6FFvsvH { width:18.75rem;height:2.4375rem;top:0.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlbb8EO3kNGk8ofcJiD9OQG0iFM2sQkt { width:16.375rem;height:8.2793125rem;top:23.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#Tlbb8EO3kNGk8ofcJiD9OQG0iFM2sQkt li:before{  }
 }@media only screen and (max-width: 763px) { #Izwl03rrugvwLyXCUodz2Q58ch8eldPG { width:6.125rem;height:8.875rem;top:46.064453125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFlGyIVxLkWBTfk2OZH1WN1ucTsqUT77 { width:9rem;height:12.75rem;top:32.2919921875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIhDAOaKhkeCsoq0oqvHc52zAKHKHqfB { width:12.375rem;height:5.125rem;top:47.939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvIFHFeCW4eTqKIWhF8nnky2ot7mT1Av { width:7.6875rem;height:7.6875rem;top:56.9384765625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1XTOyiTkbotpGLTEFByNH5Rs7B0ktDv { width:9.125rem;height:8.3125rem;top:56.6259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqBuTlHdPB4mc3WH0UtuEnXJfMBcDfIz { width:9rem;height:12.8125rem;top:32.2607421875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyA5slcZzv4acNVVU8vpT2DmkUP3d77X { display:block; }#pyA5slcZzv4acNVVU8vpT2DmkUP3d77X > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0RC0I8x8LwMElclWERMGWUNrZVBl9eH { width:20rem;height:1.3rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTyg00i7DRt8cwTrJLBd45esuEIhwEEV { width:19.999rem;height:4.38574375rem;top:0.9560546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXMkcz88kFqRat8BFQNc2nFuTiMktN21 { display:block; }#BXMkcz88kFqRat8BFQNc2nFuTiMktN21 > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZNdxPTEWvpExv6h7XK9ZgJHpWqHP3t8 { width:10.5625rem;height:10.5625rem;top:21.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLEU4P4x9szXik79rleJmo0NJgX0NJ8M { width:19.8125rem;height:13.9892625rem;top:4.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ZRvo498ZqWebolT6gttHnBTB3SbHmFOT { width:20rem;height:14.75rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0h3L6tLgnFsr5T5BKy6REgsgsNWvBMC { width:20rem;height:15.3881875rem;top:33.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq1d99TzlM7X70242Td5N355q1beEUyG { width:20rem;height:1.95rem;top:1.70703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5cvBBIsdobUqnQfkxxTpyqc2ve5WP6N { width:20rem;height:2.51875rem;top:19.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkXtt1dw7H8dlRLSq3ghLCq0ZVkvoMTz { width:20rem;height:26.75rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaAWwUqdWnDU1ESQcQWdSqZcSSdCiw5d { width:20rem;height:20rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAbDAsBDcUAE5CWtNhm1Wd8xuPVoryhI { display:block; }#pAbDAsBDcUAE5CWtNhm1Wd8xuPVoryhI > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiXTqQgxTHBcJ3zAQblF9wq2OW95wdRT { width:18.6875rem;height:4.875rem;top:5.6875rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TenrkBs6t0bXE3E7cE6RbpWb6Ir8CdWv { width:19.999rem;height:4.063475rem;top:1.0810546875rem;left:0.0009765625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h39CLLGXSmsIhnd19OTGkeT2a1HGPyCR { display:block; }#h39CLLGXSmsIhnd19OTGkeT2a1HGPyCR > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNHma7csp3QyrO4tq6rQTOIgThKp4Sst { width:20rem;height:12.75rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlkXIt4iWkoAR6wJylez7M4DnS6scZHH { width:18.75rem;height:6.8994375rem;top:4.4375rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpBeTyp0pXakOxBcrTgT3O0AdJJ1alc2 { width:3.5rem;height:3.5rem;top:0.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVkCzxCQ9eCGAeeA8zJtuCq3s7L0hqPQ { width:20rem;height:1.38125rem;top:11.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aII1iRrZfsyL8i5mZvxxmXFEp3ZZc475 { width:19.875rem;height:9.6875rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5eTbKRTzARsLrzQMgvTdZ0JZdoM7dLL { width:2.25rem;height:2.25rem;top:16.4375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEfGxmpN508hGnKpoMSHxgWLL2Nhbi5m { width:18.75rem;height:4.13964375rem;top:19.28125rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdKETTOEKnFLJZmlVNSOaTQ3taxPOcLt { width:20rem;height:1.38125rem;top:24.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKaFXfS7cgVw8GC76qpLgRU6QGT7moqx { width:19.875rem;height:11.8125rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyUSoSOawQbyJyPWXKfXyAB3t4DCL2tO { width:20rem;height:1.38125rem;top:37.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw57Qb00O5MZhXw53Semaxi1vcFmMs7I { width:18.75rem;height:6.8994125rem;top:30.34375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmoWfTBugD8NMz5CykiHhswavPxxzSm3 { width:2.25rem;height:2.25rem;top:27.5rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J69MlBKlKU6Ux644BEMR0br5zwZlk9Hl { width:16.9375rem;height:3.5625rem;top:41.35rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaRdGx7oh3qoD2s815zOzuquXZwL0LJL { display:block; }
 }@media only screen and (max-width: 763px) { #a0gCrTo7JGpenO9tJLzroLlIQ6QJDtag { display:block; }#a0gCrTo7JGpenO9tJLzroLlIQ6QJDtag > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Naek06eedL50NBuxuAscgDQpFkl3nTzl { width:19.999rem;height:4.063475rem;top:0.7685546875rem;left:0.0009765625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfLIoLmlv2P4k6OxFO83mJqS8b4WW4lo { width:20rem;height:2.6rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwQShLteAKVQXeBTKn4LqQVfVy1bL3mQ { display:block; }#OwQShLteAKVQXeBTKn4LqQVfVy1bL3mQ > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dD8bvpil8NS3e0faAULaICDwqESkT6BW { width:19.875rem;height:19.875rem;top:1.17578125rem;left:0.09375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sybXRTLyw7vmSUqEvE0aLbEO10cAAy8r { width:4.0625rem;height:7.3125rem;top:4.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnJklh8NlShT4C6VLkROyTcEU7zKEbGM { width:4rem;height:7.375rem;top:4.5rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIi7SnStttOFJMfen3WqKZNLXx6IVlHV { width:4.125rem;height:7.4375rem;top:24.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8KoyENmPxrITDqtOMctV6aT4u4TDgEP { width:3.8125rem;height:6.875rem;top:24.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqMI0i6lT3uViBFEtZTuHeLtxl3yea2l { width:3.9375rem;height:7.125rem;top:44.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUk8huhRrUVTENOq9K46gAAtdv8BMD65 { width:3.8125rem;height:7rem;top:44.4375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CENXFqgGikRCXxXNfKKta64zzbWGmT4m { width:20rem;height:20rem;top:21.05078125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uotor5f86A5ixwUGQl7UNNTLGowiPsDe { width:20rem;height:20rem;top:41.05078125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arzK17soJTEEFM86AgGIRQJuk2QXN934 { width:20rem;height:1.7504875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTic2u8hr0SVZMnyrnsnLld9ivQ3P6PT { width:2.125rem;height:2.125rem;top:4rem;left:4.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZFuWzliWgGzv6JBt3AGCLMIHR9oQd7x { width:2.125rem;height:2.125rem;top:4rem;left:7rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwqEh5AKI9bhqpZHxi4Da75NdC1zk3iM { width:2.125rem;height:2.125rem;top:4rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSVuxTeFVOx8ReRn1KSnhyTDVViGgeUC { width:2.125rem;height:2.125rem;top:4rem;left:11.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzSxyEXwsDz5ykxOoeDhQnJQsLS1UTpk { width:2.125rem;height:2.125rem;top:4rem;left:13.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4gcz8ySUAp1lznzRElA2SJicRUSn4X9 { width:20rem;height:1.86875rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq5d4tPZREmUMmIQ986NMpLckI8k0S01 { width:14.25rem;height:14.25rem;top:9.93125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsZlkINGexGSWHeQTFigXSTSSHcMKkJv { width:14.25rem;height:14.1875rem;top:25.43125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enZOR0cJAORN28WwCkfgk2FBHa3U7I9D { width:14.25rem;height:14.1875rem;top:45.96875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtyhgoUm1TR25lIE6i2EsRxNGsC8EXnZ { width:14.25rem;height:14.1875rem;top:61.40625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rifQMwzELfCdcT0pxyEX1f221liJXOpt { width:20rem;height:3.85rem;top:40.86875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGSkCQlfVAWZIH3ZsevItBFiHLUtmMHs { width:18.875rem;height:3.5625rem;top:76.8427734375rem;left:0.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4RH5yw7MiepySTdrR5aJ4PTCwoUgt1D { display:block; }
 }@media only screen and (max-width: 763px) { #NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 { background-color:#3fa5bc;background-image:none;display:block; }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .row .container { background-color: transparent; background-image: none; }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .row .container > .video-iframe-container { display: none; }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .row > .video-iframe-container { display: none; }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .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); }#NRSXdJDqa39wHK0LhdaggG0MNuOwSmU7 > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6CE8tnhIyaadEXI4JZb3x8CzX2LnuNW { width:20rem;height:1.21875rem;top:6.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Riewo6cf4TDwIXnqUgGETTdi2qJK3dxP { width:8.9375rem;height:2.875rem;top:0.5625rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuBawKc1IAQVUTPXre6Dz9CkWv0USbXx { width:20rem;height:1.21875rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }