.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:245,237,227;--color-primary-1:229,216,200;--color-primary-2:227,179,64;--color-primary-3:177,139,115;--color-primary-4:240,53,27;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:190,190,190;--color-tertiary-2:133,136,139;--color-tertiary-3:80,82,83;--color-tertiary-4:51,56,62;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:transparent;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); }#y32qTVwkHRPggZORinaTne3QbHGk4luO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#y32qTVwkHRPggZORinaTne3QbHGk4luO > .row .container { background-color: transparent; background-image: none; }#y32qTVwkHRPggZORinaTne3QbHGk4luO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y32qTVwkHRPggZORinaTne3QbHGk4luO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y32qTVwkHRPggZORinaTne3QbHGk4luO > .row .container > .video-iframe-container { display: none; }#y32qTVwkHRPggZORinaTne3QbHGk4luO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y32qTVwkHRPggZORinaTne3QbHGk4luO > .row > .video-iframe-container { display: none; }#y32qTVwkHRPggZORinaTne3QbHGk4luO > .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); }#y32qTVwkHRPggZORinaTne3QbHGk4luO > .row .container { border-width: 0; border-radius: 0; }#y32qTVwkHRPggZORinaTne3QbHGk4luO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y32qTVwkHRPggZORinaTne3QbHGk4luO > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#rE6IfDcdJxtTITMSvoGkJ4uiewHfk13O { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:21.5rem;display:block; }
#B29J6ZEWaGPNxCr23dOz1nqLLVsGascQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#we0PCPy8cfi6gK7Dn0cgxthVIrz2bSap { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:28rem;display:block; }
#lPpMxJlhmqvu9ZLOyuFAiTlnbEraKQB2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uGfOvxOZ4uPJFBFmO60FVugGF3UHEoN3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:41.625rem;display:none; }
#p4HmPD3UrQnm4y4rp5al31x409TbFS50 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u8AADiDbG0ik7994HPb8faJxqWTw9Efe { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3052082061768rem;left:51.313545227051rem;display:block; }
#Rov2mCfmJzCAdrg7Cqs59wtrOhBWHTsk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ac3SdJa70VL98qnzU1AqyB5Ef2lSwUls { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:42.4375rem;display:block; }
#JAeksHSymn1UMsPV5gsTGn4rTpWoblF9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iy7Np4X8hZ6SPClFnJ0C1KRDLxU2HmB5 { 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:3.25rem;width:6.9375rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#Fr7bbFBokiKoUs07wQTeTZvuTTTEc4Xs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:35.1875rem;display:block; }
#f6N21IZyCLXtDuCJq0zQgR0x72083TK8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8a9ed270-fe4a-49bd-8925-479dd7e1635b/landingpierwszybaner.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:40.625rem;width:60rem;overflow:visible;position:relative;display:block; }#FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:5rem;left:3.71875rem;height:;font-style:italic;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; }
#IxAgqmOHVr79FFT7KBLEzP3QrC7SaPTF { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.9375rem;left:4.90625rem;height:7.352941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tPctyKNBOaPhDv1iAnQ62Zn7ke7c46XG { color:rgba(var(--color-primary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:11.3125rem;left:2.0625rem;height:6.17647025rem;font-style:italic;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; }
#BegmcMbGhEuCx3tdD04OyIKHeEqlKl37 { background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:34.875rem;left:9.75rem;display:block; }
#feel35ChGgKrNNWT0fv2Bg52wTHaXgcm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzcoeZV4X0hzvKJ3JSthl9hdQABITyxV { 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:26.5rem;width:27.5625rem;top:10.0625rem;left:32.4375rem;overflow:hidden;display:block; }
#a4lbFRgDnmeglsZF9qIwIuIBQcDEO0yO { color:rgba(var(--color-primary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:18.3125rem;left:3.8125rem;height:4.2647056875rem;font-style:italic;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; }
#l9eBiu6Kkeih6OII6uy67gS0b13EX4n7 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:2.25rem;left:2.59375rem;height:2.1323528125rem;font-style:italic;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; }
#UzwTcpphp00OZB5HsWpC4ywptch55vAh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.94);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; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container { background-color: transparent; background-image: none; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container > .video-iframe-container { display: none; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row > .video-iframe-container { display: none; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .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); }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container { border-width: 0; border-radius: 0; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:60rem;position:relative;display:block; }#FhDfz91ibKhlswVXdUb66ZprsyzxBDe4 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.56);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: none;height:0.125rem;width:22.0625rem;top:10.25rem;left:18.1875rem;display:block; }
#u1PTIXrWxEp69lVF9PiHZdRgIuApfqdl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.875rem;width:38.625rem;top:13.5625rem;left:0rem;display:block; }
#n2cwFQp3or71iyV5uT47R1ALzlX5N2CZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.9375rem;left:44.625rem;height:5.2941174375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sqvpz6eJhuTumLbnu8LyTDxxOoECcizt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.8466796875rem;left:44.8125rem;height:3.9705881875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JaorfCKMRh1JINQmhKqBGnK6b6EkbmSu { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29.625rem;left:44.625rem;height:7.9411764375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tFSyueo3whVhL3g3bJIxSZ3PgxSqDJNT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.25rem;left:44.8125rem;height:5.2941174375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EMrbGWgdp2wtQezTR4ngsocvtU60qkRg { background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:38.1875rem;left:41.375rem;display:block; }
#zZk2blWx9qxUQpIRZ1LhLWa4VOZZJIz7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hvGcT42vQ5WDaMIMow5L4MQvtNFJcmZD { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5rem;left:0rem;height:4.0441174375rem;font-style:italic;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; }
#AcTeofV5Xf7SGgAV8UvGG1XZGCUdsRXC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:12.25rem;left:41.375rem; }
#WmeLFBqi92bmbFf3wCERnO9bNbk6huJF { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:17.8466796875rem;left:41.375rem; }
#irQ4RlTrbMXiT6iKWU1AZ9syMF1NvC3c { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:23.75rem;left:41.375rem; }
#NyagM0u6QtxC32kr33zXPKv7AN9mUDKV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:29.625rem;left:41.375rem; }
#h8Twc7eyDkdz3fSW4aktV7Pyap1lMyA1 { 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:26.375rem;width:27.4375rem;top:54.5rem;left:32.419057377049rem;overflow:hidden;display:block; }
#FaIU7oa8a94iDwsztcOvsxGvp207RbkQ { 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/sGPbydyL/02.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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; }#FaIU7oa8a94iDwsztcOvsxGvp207RbkQ.adaptive-delivery-prevent-bg, #FaIU7oa8a94iDwsztcOvsxGvp207RbkQ.lazyload, #FaIU7oa8a94iDwsztcOvsxGvp207RbkQ.lazyloading { background-image: none; }#FaIU7oa8a94iDwsztcOvsxGvp207RbkQ > .row .container { background-color: transparent; background-image: none; }#FaIU7oa8a94iDwsztcOvsxGvp207RbkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaIU7oa8a94iDwsztcOvsxGvp207RbkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaIU7oa8a94iDwsztcOvsxGvp207RbkQ > .row .container > .video-iframe-container { display: none; }#FaIU7oa8a94iDwsztcOvsxGvp207RbkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaIU7oa8a94iDwsztcOvsxGvp207RbkQ > .row > .video-iframe-container { display: none; }#FaIU7oa8a94iDwsztcOvsxGvp207RbkQ > .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); }#FaIU7oa8a94iDwsztcOvsxGvp207RbkQ > .row .container { border-width: 0; border-radius: 0; }#FaIU7oa8a94iDwsztcOvsxGvp207RbkQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FaIU7oa8a94iDwsztcOvsxGvp207RbkQ > .row .container { font-size:0.875rem;font-family:arial;height:61.8125rem;width:60rem;position:relative;display:block; }#ffByVDTdIoopQXnhEz0y5FIC1yl1URbT { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),0.56);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: none;height:0.125rem;width:24.6875rem;top:10.3125rem;left:0rem;display:block; }
#rXGtNNwd34EW7ruDRcqraIPf1QvzZC5h { color:rgba(var(--color-primary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:;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; }
#Ab86LpLFCJxpbOnl7le6LbkoBsq41kz2 { color:rgba(var(--color-primary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0rem;height:3.235294125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dbnqaGIsW64T23TJbsDQrkiCfbSMnO9x { color:rgba(var(--color-primary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:15.90625rem;left:0rem;height:7.9411761875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PEGOAuSkk53esLiswLGshF1JgD6D0aIT { color:rgba(var(--color-primary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:23.3125rem;left:0rem;height:9.92647075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cf2KLb1STkTs14qPwtE4aKrBrMEgE59G { color:rgba(var(--color-primary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:39.40625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Cf2KLb1STkTs14qPwtE4aKrBrMEgE59G li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cf2KLb1STkTs14qPwtE4aKrBrMEgE59G li:before{  }
#Hmp4vXtmWfQCWJDNpXD2fza57mXiGa1w { background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:55.65625rem;left:37.53125rem;display:block; }
#tbTl0PTQK5UsOAWgbgAXE4ReTtrfeT73 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tpgm3UaiuWPTpQG8i4rZcAvBVguqX5yF { color:rgba(var(--color-primary-0),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:33.34375rem;left:0rem;height:3.9705881875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q5yrXsHTam6u7xHWRJosK76eUWMu42so { color:rgba(var(--color-primary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:39.40625rem;left:37.1875rem;height:15.8823528125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wJFd8tnxL9T0qD41n5m7Ae1QsFTgt4qo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.94);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; }#wJFd8tnxL9T0qD41n5m7Ae1QsFTgt4qo > .row .container { background-color: transparent; background-image: none; }#wJFd8tnxL9T0qD41n5m7Ae1QsFTgt4qo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJFd8tnxL9T0qD41n5m7Ae1QsFTgt4qo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJFd8tnxL9T0qD41n5m7Ae1QsFTgt4qo > .row .container > .video-iframe-container { display: none; }#wJFd8tnxL9T0qD41n5m7Ae1QsFTgt4qo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJFd8tnxL9T0qD41n5m7Ae1QsFTgt4qo > .row > .video-iframe-container { display: none; }#wJFd8tnxL9T0qD41n5m7Ae1QsFTgt4qo > .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); }#wJFd8tnxL9T0qD41n5m7Ae1QsFTgt4qo > .row .container { border-width: 0; border-radius: 0; }#wJFd8tnxL9T0qD41n5m7Ae1QsFTgt4qo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wJFd8tnxL9T0qD41n5m7Ae1QsFTgt4qo > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:60rem;position:relative;display:block; }#SpUQWEifhfTghACl1P2eeFXWJzzN8GTg { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.56);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: none;height:0.125rem;width:22.0625rem;top:7.375rem;left:18.1875rem;display:block; }
#FFtyKIkvWxHT530CcqsWcLv5GPMEXbRr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.875rem;width:38.625rem;top:19.5625rem;left:10.6875rem;display:block; }
#IGH5W1ABN26TAGwSzhUHQS0FdsRgAzmw { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:8.088234875rem;font-style:italic;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; }
#QLGrF87owL8WJE87TDATWm0TesB49ug8 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:10.4375rem;left:10.25rem;height:5.9558820625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk { 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; }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row .container { background-color: transparent; background-image: none; }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row .container > .video-iframe-container { display: none; }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row > .video-iframe-container { display: none; }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .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); }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row .container { border-width: 0; border-radius: 0; }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#VnydoQp596fPhNoOEaCFRyCrEOJJuXkr { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),0.56);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: none;height:0.125rem;width:22.0625rem;top:6.625rem;left:18.96875rem;display:block; }
#uOUbmOhvcs2WvTG1rxTk3t3a3WhoiUrq { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:4.0441174375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fz7l4HDBo4xqNl9ECoePeBSlsfTBukfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fz7l4HDBo4xqNl9ECoePeBSlsfTBukfT > .row .container { background-color: transparent; background-image: none; }#fz7l4HDBo4xqNl9ECoePeBSlsfTBukfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz7l4HDBo4xqNl9ECoePeBSlsfTBukfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz7l4HDBo4xqNl9ECoePeBSlsfTBukfT > .row .container > .video-iframe-container { display: none; }#fz7l4HDBo4xqNl9ECoePeBSlsfTBukfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz7l4HDBo4xqNl9ECoePeBSlsfTBukfT > .row > .video-iframe-container { display: none; }#fz7l4HDBo4xqNl9ECoePeBSlsfTBukfT > .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); }#fz7l4HDBo4xqNl9ECoePeBSlsfTBukfT > .row .container { border-width: 0; border-radius: 0; }#fz7l4HDBo4xqNl9ECoePeBSlsfTBukfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fz7l4HDBo4xqNl9ECoePeBSlsfTBukfT > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:60rem;position:relative;display:block; }#D4s8orDMWpQ60nPqxT16SWGlGF21ZmZ3 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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:18.1875rem;top:3.125rem;left:0.875rem;display:block; }
#Qq48aiG5IrggzxoiTlnOtERRvHSqsBXy { color:rgba(var(--color-primary-4),1);display:block;width:3.625rem;position:absolute;font-family:"times new roman";font-size:7.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5rem;left:1.6875rem;height:9.7058820625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g0msT0DGzpvs7cp6qGWQy26XyI9poMZs { color:rgba(var(--color-primary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.25rem;left:6rem;height:3.235294125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HkfE1V4bd7wLMWRAk0l82cTayenp8bNH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8125rem;left:6rem;height:5.2941174375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BkscyIWNvxSgKVM8BStGykwdUcKlGMrH { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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:18.1875rem;top:3.125rem;left:20.9375rem;display:block; }
#sl4JIsKeOXyxM0HPuPzEUem8TmenrTyF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.8125rem;left:26.0625rem;height:3.9705881875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#obCzmHNsRDy7acXJ5Zl964MtuHCcr415 { color:rgba(var(--color-primary-4),1);display:block;width:3.625rem;position:absolute;font-family:"times new roman";font-size:7.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5rem;left:21.75rem;height:9.7058820625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhWKIOF4orJA0oCD2a8vRuVBmTfD5p0k { color:rgba(var(--color-primary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.25rem;left:26.0625rem;height:3.235294125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ii81RI7hgIHHCgADHdGax9fVixyLOEu4 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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:18.1875rem;top:3.125rem;left:40.9375rem;display:block; }
#ue7XJrmgioonJ2gaOt1y0Tr3KUo6DKmb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.25rem;left:46.0625rem;height:5.2941174375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sMJsTUhgbd0edMbDvmbyXyplrDcWKoTg { color:rgba(var(--color-primary-4),1);display:block;width:3.625rem;position:absolute;font-family:"times new roman";font-size:7.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.5rem;left:41.75rem;height:9.7058820625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JppA2Q9GGeAKkiGBTzlwMryz1RGWXmKp { color:rgba(var(--color-primary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.25rem;left:46.0625rem;height:1.6176470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EXvemNs7C9qPIQ101cw9unnAOJ2FNi9l { background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.03125rem;left:37.53125rem;display:none; }
#Cd5BIFlyT8Nr9wf6fApwmFUy1LXU9J4v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EosqIPQ3H17u68ogvIOX6eZsI80idJKP { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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:18.1875rem;top:17.4375rem;left:0.8125rem;display:block; }
#pk84DTriDU4dXlfGzwTMTiNDhUkzttSF { color:rgba(var(--color-primary-1),1);display:block;width:3.625rem;position:absolute;font-family:"times new roman";font-size:7.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.8125rem;left:1.625rem;height:9.7058820625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWdLI9pCaHoxwbzKsWDKPX01z0axq90E { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:23.5625rem;left:5.9375rem;height:5.2941174375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aaoUKnzxSTQGZLynggoU0wKgGARa5vs2 { color:rgba(var(--color-primary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20.5625rem;left:5.9375rem;height:1.6176470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TOR0kfMlyHWsb8s3Acps1wU0xEuyKHSm { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);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:18.1875rem;top:17.4375rem;left:20.875rem;display:block; }
#ka5TTgEUaULTPD7zeRhozNqTrSW2oiGc { color:rgba(var(--color-primary-0),1);display:block;width:3.625rem;position:absolute;font-family:"times new roman";font-size:7.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.8125rem;left:21.6875rem;height:9.7058820625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WOtf32lePxMUNhvA5zu5XuKzC4lc0Ua4 { color:rgba(var(--color-primary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:23.5625rem;left:26rem;height:6.6176466875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nq1K5bE21DXs0TA9tOOVR1BtN2cU7P77 { color:rgba(var(--color-primary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.5625rem;left:26rem;height:3.235294125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vvanBI9F8RmmpdKM9QZvu4Z4pDlRe2hi { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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:18.1875rem;top:31.8125rem;left:0.8125rem;display:block; }
#G28Be2TbpSkRuT5xLnlqlphewATIhVvc { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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:18.1875rem;top:31.8125rem;left:20.8125rem;display:block; }
#VDqbbNvmWemtU4bcB0yvF6hT5rn5Ww5K { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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:18.1875rem;top:17.4375rem;left:40.875rem;display:block; }
#ONR7GFJoPRNTSHUz60V7ST2ek0vkysmE { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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:18.1875rem;top:31.8125rem;left:40.8125rem;display:block; }
#Mt04VhlbKxUMpODquBIP8NJt9NAGsnxR { color:rgba(var(--color-primary-1),1);display:block;width:3.625rem;position:absolute;font-family:"times new roman";font-size:7.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:18.8125rem;left:41.6875rem;height:9.7058820625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ObMMLpsHa8WfBvInEhJqRwARDcVqv2qo { color:rgba(var(--color-primary-4),1);display:block;width:3.625rem;position:absolute;font-family:"times new roman";font-size:7.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:32.6875rem;left:1.625rem;height:9.7058820625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gdQDld6VKBU5od6ufOVdvD6e02mPLsLh { color:rgba(var(--color-primary-4),1);display:block;width:3.625rem;position:absolute;font-family:"times new roman";font-size:7.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:32.6875rem;left:21.6875rem;height:9.7058820625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHtK0zC92PG1O4uB0mqBoKCBeI3AmeF7 { color:rgba(var(--color-primary-4),1);display:block;width:3.625rem;position:absolute;font-family:"times new roman";font-size:7.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:32.6875rem;left:42.5rem;height:9.7058820625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qywlgW4MHEHCu5tvvMe6t2AzaqG991Ek { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:23.5625rem;left:46rem;height:5.2941174375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ABLLmd11AZNyWNI8rWwhEzZ5Qn9E2ZaS { color:rgba(var(--color-primary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:20.5625rem;left:46rem;height:3.235294125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VhyQGg8CvVpWF4e2S0UlitBwEtFhu8oL { color:rgba(var(--color-primary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:34.9375rem;left:5.9375rem;height:1.6176470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eD2VK4UXDiff8fHF1kQow79nd537F27S { color:rgba(var(--color-primary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:34.9375rem;left:26rem;height:1.6176470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZMemJ0WOm2AU1325ZOUOVbaObXpeDL07 { color:rgba(var(--color-primary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:34.9375rem;left:47rem;height:3.235294125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X4NrceVmlrxQgK4XWzi6VEl0Tq7nWZ5f { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:37.8125rem;left:5.9375rem;height:3.9705881875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S1XQiiUenZDDuZcsHyFq61LxVkBWmSRE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:37.8125rem;left:26rem;height:3.9705881875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VriNg1T1KVO3CGhKca0WJqprqP4xFb91 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:38.375rem;left:46.9375rem;height:3.9705881875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK { 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/sGPbydyL/02.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK.adaptive-delivery-prevent-bg, #cKfLT0705DITOikCT6Nhf5c2UwH3BgZK.lazyload, #cKfLT0705DITOikCT6Nhf5c2UwH3BgZK.lazyloading { background-image: none; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row .container { background-color: transparent; background-image: none; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row .container > .video-iframe-container { display: none; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row > .video-iframe-container { display: none; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .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); }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row .container { border-width: 0; border-radius: 0; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:60rem;position:relative;display:block; }#L3zoXzmEcQNeQsI5R97M5TETzwXbAd4E { 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:41.4375rem;width:40.5625rem;top:4.375rem;left:19.4375rem;overflow:hidden;display:block; }
#eTtblkrsDZ3kbc8zymha15NPW95eh0ia { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),0.56);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: none;height:0.125rem;width:24.6875rem;top:10.3125rem;left:0rem;display:block; }
#QgX6cUeTyPPJxtPTLL83TV6VJrn1LeTZ { color:rgba(var(--color-primary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:4.0441174375rem;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; }
#x9t2BiQCJ552XP60Nrpbve6btDVobBQl { color:rgba(var(--color-primary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0rem;height:3.235294125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Clbh0vhsZw0rxDkZd10gc9doW77aDmMV { color:rgba(var(--color-primary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:16.1875rem;left:0rem;height:2.2058823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hF7wyLCIC4ekR6WxedQeffVUcBPGszdP { color:rgba(var(--color-primary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:19.90625rem;left:0rem;height:9.9264705rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lSsKmclhkbBPFpvVS9i3ZKfT8JUFA68P { color:rgba(var(--color-primary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:27.75rem;left:0rem;height:19.8529403125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mv8wFslspAAgfHu5FsHIU4iTKQuILwzD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.94);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; }#Mv8wFslspAAgfHu5FsHIU4iTKQuILwzD > .row .container { background-color: transparent; background-image: none; }#Mv8wFslspAAgfHu5FsHIU4iTKQuILwzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv8wFslspAAgfHu5FsHIU4iTKQuILwzD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv8wFslspAAgfHu5FsHIU4iTKQuILwzD > .row .container > .video-iframe-container { display: none; }#Mv8wFslspAAgfHu5FsHIU4iTKQuILwzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv8wFslspAAgfHu5FsHIU4iTKQuILwzD > .row > .video-iframe-container { display: none; }#Mv8wFslspAAgfHu5FsHIU4iTKQuILwzD > .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); }#Mv8wFslspAAgfHu5FsHIU4iTKQuILwzD > .row .container { border-width: 0; border-radius: 0; }#Mv8wFslspAAgfHu5FsHIU4iTKQuILwzD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mv8wFslspAAgfHu5FsHIU4iTKQuILwzD > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:60rem;position:relative;display:block; }#TWzdgcKqrU9etoHRDGp2C7uAf6cnotWb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.56);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: none;height:0.125rem;width:22.0625rem;top:8.625rem;left:18.25rem;display:block; }
#TsTiNyHO3RSdxRsAX4slJpC1uM5fapOa { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.5625rem;left:6.4375rem;height:2.64705875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a5uEzgNlM8AkVuImLsDtTm9T4CTnnSTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.0625rem;left:6.4375rem;height:1.6176470625rem;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; }
#JqKSBOGzKL8obkUAGygWRn0hTMKR2wi7 { background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:37.3125rem;left:37.3125rem;display:block; }
#ciivLLiDO0EqmAGBcNWgNnBb3ZAXpFkh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KroZeaJ50bFeIzE7wkh28kbxQQDrrlB6 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:;font-style:italic;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; }
#oAbzvN3xkGOFSRg1WTw6QOoDrGLV38uy { 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:19.125rem;width:19.875rem;top:13.375rem;left:36.125rem;overflow:hidden;display:block; }
#HtvN5VDfhwoeFkiTe583mRyvAqaUkclX { color:rgba(var(--color-primary-4),1);display:block;width:12.125rem;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:33.75rem;left:40.125rem;height:1.911764625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UClkBNWAR0RaiwwPTNKtI4TCFeiAafh2 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0.56);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: none;height:0.125rem;width:7.5rem;top:13.3125rem;left:6.4375rem;display:block; }
#lGTi4uuMqnGhrsWkLS2uuT72Kp500KCU { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.625rem;left:6.4375rem;height:2.64705875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PVsD6fuWtqHzac7WKGWcq0P8s4MtJupc { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.75rem;left:6.4375rem;height:2.64705875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DHT270SyxEFyInXJmaxW4zK7cxeQJ2S9 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.5rem;left:6.4375rem;height:1.323529375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w68UMRtrSPDy4pHpKGu7nU0gtFLFQ6ZA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.94);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#w68UMRtrSPDy4pHpKGu7nU0gtFLFQ6ZA > .row .container { border-width: 0; border-radius: 0; }#w68UMRtrSPDy4pHpKGu7nU0gtFLFQ6ZA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w68UMRtrSPDy4pHpKGu7nU0gtFLFQ6ZA > .row .container { font-size:0.875rem;font-family:arial;height:69.0625rem;width:60rem;position:relative;display:none; }#UdJPSJpnNABqrkFU2TIuZup16p2UrTsW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.56);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: none;height:0.125rem;width:22.0625rem;top:10.25rem;left:18.1875rem;display:block; }
#NOULcHZu9r5g2wzTPLE9nMcKr7WTbvOB { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.875rem;left:10.53125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgs2tS8SZ226Oka3LtyyREByDsvF8gds { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.4375rem;left:10.78125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oJinLPzne5ozLdEReQJDCJG9tDIOlzFb { background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:60.125rem;left:37.125rem;display:block; }
#l8iQkXkas3OC3m0UA2WTfv5stQByLAZ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l47S0DPPufGshfyQGAexyOGaNmVEIQNf { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:8.125rem;font-style:italic;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; }
#sGZCgXvORodkDvnpVEQt9Q0HX5D6wluh { 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:13.5rem;width:13.5rem;top:39.1875rem;left:32rem;overflow:hidden;display:block; }
#rfLzle7iVJBHNmkvoQzrb9xcuuMIfqPd { 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:13.8125rem;width:13.8125rem;top:39.03125rem;left:45.5rem;overflow:hidden;display:block; }
#ElNI2K5Fx0VTnSCDQJbpHlFZiFuu8aFK { 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:16.125rem;width:16.75rem;top:22rem;left:37.5rem;overflow:hidden;display:block; }
#A9p2efsfsi23SRUAbQWwR0IsS2UIrL6T { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5rem;height:1.625rem;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; }
#kFRkVOoXB6CaXw2G6zFI6q18Nm9HWfrg { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.56);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: none;height:0.125rem;width:13.75rem;top:24.8125rem;left:2.5rem;display:block; }
#aVXShthZEyps20T8sD7lSz9VprwA3xri { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.75rem;left:2.5rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GLPa5hNUUoQlkUePMbdORqwPKKshZQmF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.75rem;left:2.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwkKhCs3hKy8VoW7JA85a4c4rPZSAe8p { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:33.25rem;left:2.5rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#agi4gc1ruMhwRrUNiRIs760hw7K1ClsV { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:37.25rem;left:2.5rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HrgPtBPonqTMnfeIu6TrXzWcDkVKVo5X { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:41.125rem;left:2.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zDJbTmzwxDmQgvGhexcsinRvoogZ9TWS { color:rgba(var(--color-primary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:55.0625rem;left:37.8125rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rFNfh6BC6AbDikQP7gO0O2qsQcwgW9Go { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:44.0625rem;left:2.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xK10WXtM3E58bZk1Oiopp0JhNoRR1AQU { color:rgba(var(--color-primary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:64.625rem;left:37.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uhypm8eTpr4hu8F2GzZ3scM9GwhUx5ar { 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/uc/2369a03b-e5c1-4ca6-870a-ff9577fe0f33/landingpierwszybaner.png");background-position:top 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:none; }#Uhypm8eTpr4hu8F2GzZ3scM9GwhUx5ar.adaptive-delivery-prevent-bg, #Uhypm8eTpr4hu8F2GzZ3scM9GwhUx5ar.lazyload, #Uhypm8eTpr4hu8F2GzZ3scM9GwhUx5ar.lazyloading { background-image: none; }#Uhypm8eTpr4hu8F2GzZ3scM9GwhUx5ar > .row .container { border-width: 0; border-radius: 0; }#Uhypm8eTpr4hu8F2GzZ3scM9GwhUx5ar > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uhypm8eTpr4hu8F2GzZ3scM9GwhUx5ar > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:60rem;position:relative;display:none; }#AMTiaXfyvlOXzd73vZ0olzR0O093HpoC { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:4.0625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#C8s1l1aSqJnCBPF0Tqm2hurTV0NxgHyq { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),0.56);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: none;height:0.125rem;width:22.0625rem;top:11.3125rem;left:19rem;display:block; }
#XrgKv8Cs6RiGTesTDK1GeXoJuceDNR3H { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);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.625rem;width:10.0625rem;top:15.75rem;left:1.1875rem;display:block; }
#DwEmO1OpT9tyvwaW7N2DRTUKLGOGK02R { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/6a51aUcf/01.png");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: none;height:8.625rem;width:10.125rem;top:14.5625rem;left:0rem;display:block; }#DwEmO1OpT9tyvwaW7N2DRTUKLGOGK02R.adaptive-delivery-prevent-bg, #DwEmO1OpT9tyvwaW7N2DRTUKLGOGK02R.lazyload, #DwEmO1OpT9tyvwaW7N2DRTUKLGOGK02R.lazyloading { background-image: none; }
#N5zGTtpnU8QbBqrsffpTl1ToMlueOM1S { color:rgba(var(--color-primary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14rem;left:12.9375rem;height:2.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#rZn24G1ps67T9Lcs7EKa2MKTWAczMRTP { color:rgba(var(--color-tertiary-1),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17rem;left:12.9375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ELtQBvaulzZmgkx0LVbCQnRaFJBbEXtt { color:rgba(var(--color-tertiary-1),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:29.8125rem;left:21.625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FAEESOTdqLy6UNGVoNUMUr0fvQ6w4eoR { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);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.625rem;width:10.0625rem;top:28.5625rem;left:48.8125rem;display:block; }
#iMvZ9i0LisS4tEGIK3VJ1xeuC7HGScWx { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/U9CbPqT0/02.png");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: none;height:8.625rem;width:10.125rem;top:27.5rem;left:49.875rem;display:block; }#iMvZ9i0LisS4tEGIK3VJ1xeuC7HGScWx.adaptive-delivery-prevent-bg, #iMvZ9i0LisS4tEGIK3VJ1xeuC7HGScWx.lazyload, #iMvZ9i0LisS4tEGIK3VJ1xeuC7HGScWx.lazyloading { background-image: none; }
#mFh1iDThz1vy0rCzSzwymkrdS4trSgzp { color:rgba(var(--color-primary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:26.8125rem;left:21.625rem;height:2.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#zJMnyUobv1AeA1whI3GR4rcTA2rxFKZk { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:23.0625rem;left:12.9375rem; }
#xaPXWs9Hv1fxcLIL15SI0mvMl6kPzsD7 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:23.0625rem;left:15.0625rem; }
#nzFqdulideoccZhJl79tUULtgBeacdbw { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:23.0625rem;left:17.1875rem; }
#Hr9S1lkRzTEKymrX0IqoWKMwSePWBbho { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:23.0625rem;left:19.3125rem; }
#A3safp7XLKsmfS6G8DlrkeaQ2f0yDex0 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:23.0625rem;left:21.4375rem; }
#wE5zAimwCfXxdc0qQflBbKgvdc2KJTzc { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:35.875rem;left:25.875rem; }
#IdgRgeaSpztp32PhBPTKKTFV6eGV5KFx { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:35.875rem;left:28rem; }
#HrT6DxFzO32ixpcxzKHmM8wvmgNTw6gx { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:35.875rem;left:30.125rem; }
#GBsKd92ZCtI7qPPSnTvou8NHu4mcR0qt { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:35.875rem;left:23.75rem; }
#EfgdzQcusIHTgrqhr0FFxockHDU3CCp6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:35.875rem;left:21.625rem; }
#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH { 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; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row .container { background-color: transparent; background-image: none; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row .container > .video-iframe-container { display: none; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row > .video-iframe-container { display: none; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .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); }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row .container { border-width: 0; border-radius: 0; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#X0ts8Ho9qZu3eiteM6Eo83IR1PsCnzDT { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:4.0441174375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q7FwlsbT5I7lFT7fehESczLTep5JErdn { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:4.0441174375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xVvbK7pSTMnDLNdpKEgnFwHwlGDUXMhH { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),0.5);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: none;height:0.125rem;width:22.0625rem;top:10.9375rem;left:20rem;display:block; }
#BwMqSrL9QTUvMAkcduEThWWWAGyxVXwG { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.125rem;left:21.375rem;height:1.6176470625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#kN1VXFWIayKOBk8uDETcillsMspbotLI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15014;opacity:1;top:15.875rem;left:17.3125rem; }
#LpMACcxmLC3ZgbVqDum9odGTgnzA20Xp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18.625rem;left:17.125rem; }
#GulSvpF3sFqNWTGfHrxSBurIv6k0bULs { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.125rem;left:21.375rem;height:1.6176470625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ad6hgUfqqQfyLIhEGLNv90hIkw5H1XKG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:22.25rem;left:17.125rem; }
#AP3TFBIpzIkTUBJOxlMR84TT1XikBAxJ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.6875rem;left:21.375rem;height:1.6176470625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#cX221nRwCvEWJsMDkSrWElAhdnoOya5J { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.5625rem;left:21rem;height:2.1323528125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#rB9IOkQa1pPh2X7D1qO89eE5H9v25f4q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:25.5625rem;left:17.375rem; }
#zyGmBmcGLORzZXIxNN5xlaRWRr2KrwoW { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.75rem;left:21.375rem;height:1.6176470625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y32qTVwkHRPggZORinaTne3QbHGk4luO { display:block; }#y32qTVwkHRPggZORinaTne3QbHGk4luO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rE6IfDcdJxtTITMSvoGkJ4uiewHfk13O { width:6.5rem;height:2.1875rem;top:1.1875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B29J6ZEWaGPNxCr23dOz1nqLLVsGascQ { display:block; }
 }@media only screen and (max-width: 763px) { #we0PCPy8cfi6gK7Dn0cgxthVIrz2bSap { width:6.5rem;height:2.1875rem;top:1.1875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPpMxJlhmqvu9ZLOyuFAiTlnbEraKQB2 { display:block; }
 }@media only screen and (max-width: 763px) { #uGfOvxOZ4uPJFBFmO60FVugGF3UHEoN3 { width:6.5rem;height:2.1875rem;top:1.375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4HmPD3UrQnm4y4rp5al31x409TbFS50 { display:block; }
 }@media only screen and (max-width: 763px) { #u8AADiDbG0ik7994HPb8faJxqWTw9Efe { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rov2mCfmJzCAdrg7Cqs59wtrOhBWHTsk { display:block; }
 }@media only screen and (max-width: 763px) { #ac3SdJa70VL98qnzU1AqyB5Ef2lSwUls { width:6.5rem;height:2.1875rem;top:1.1875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAeksHSymn1UMsPV5gsTGn4rTpWoblF9 { display:block; }
 }@media only screen and (max-width: 763px) { #Iy7Np4X8hZ6SPClFnJ0C1KRDLxU2HmB5 { width:6.9375rem;height:3.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr7bbFBokiKoUs07wQTeTZvuTTTEc4Xs { width:6.5rem;height:2.1875rem;top:1.1875rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6N21IZyCLXtDuCJq0zQgR0x72083TK8 { 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) { #FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { width:29.5625rem;height:;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxAgqmOHVr79FFT7KBLEzP3QrC7SaPTF { width:27.1875rem;height:7.25rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPctyKNBOaPhDv1iAnQ62Zn7ke7c46XG { width:29.5625rem;height:6.25rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BegmcMbGhEuCx3tdD04OyIKHeEqlKl37 { width:17.5rem;height:2.75rem;top:34.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feel35ChGgKrNNWT0fv2Bg52wTHaXgcm { display:block; }
 }@media only screen and (max-width: 763px) { #RzcoeZV4X0hzvKJ3JSthl9hdQABITyxV { top:10.0625rem;left:20.1875rem;width:27.5625rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4lbFRgDnmeglsZF9qIwIuIBQcDEO0yO { width:29.5625rem;height:2.1875rem;top:18.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9eBiu6Kkeih6OII6uy67gS0b13EX4n7 { width:29.5625rem;height:2.1875rem;top:2.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzwTcpphp00OZB5HsWpC4ywptch55vAh { display:block; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhDfz91ibKhlswVXdUb66ZprsyzxBDe4 { width:22.0625rem;height:0.125rem;top:10.25rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1PTIXrWxEp69lVF9PiHZdRgIuApfqdl { width:38.625rem;height:22.875rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2cwFQp3or71iyV5uT47R1ALzlX5N2CZ { width:14rem;height:4.125rem;top:23.9375rem;left:33.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqvpz6eJhuTumLbnu8LyTDxxOoECcizt { width:13.625rem;height:4.125rem;top:17.8125rem;left:34.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaorfCKMRh1JINQmhKqBGnK6b6EkbmSu { width:13.125rem;height:6.875rem;top:29.625rem;left:34.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFSyueo3whVhL3g3bJIxSZ3PgxSqDJNT { width:11.875rem;height:4.125rem;top:12.25rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMrbGWgdp2wtQezTR4ngsocvtU60qkRg { width:17.5rem;height:2.75rem;top:38.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZk2blWx9qxUQpIRZ1LhLWa4VOZZJIz7 { display:block; }
 }@media only screen and (max-width: 763px) { #hvGcT42vQ5WDaMIMow5L4MQvtNFJcmZD { width:47.75rem;height:;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcTeofV5Xf7SGgAV8UvGG1XZGCUdsRXC { width:2.5rem;height:2.5rem;top:12.25rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmeLFBqi92bmbFf3wCERnO9bNbk6huJF { width:2.5rem;height:2.5rem;top:17.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irQ4RlTrbMXiT6iKWU1AZ9syMF1NvC3c { width:2.5rem;height:2.5rem;top:23.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyagM0u6QtxC32kr33zXPKv7AN9mUDKV { width:2.5rem;height:2.5rem;top:29.625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Twc7eyDkdz3fSW4aktV7Pyap1lMyA1 { top:54.5rem;left:7.9375rem;width:27.4375rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaIU7oa8a94iDwsztcOvsxGvp207RbkQ { display:block; }#FaIU7oa8a94iDwsztcOvsxGvp207RbkQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffByVDTdIoopQXnhEz0y5FIC1yl1URbT { width:24.6875rem;height:0.125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXGtNNwd34EW7ruDRcqraIPf1QvzZC5h { width:31.5625rem;height:;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab86LpLFCJxpbOnl7le6LbkoBsq41kz2 { width:31.5625rem;height:3.25rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbnqaGIsW64T23TJbsDQrkiCfbSMnO9x { width:25.3125rem;height:6rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEGOAuSkk53esLiswLGshF1JgD6D0aIT { width:24.1875rem;height:8rem;top:23.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf2KLb1STkTs14qPwtE4aKrBrMEgE59G { width:31.5625rem;height:;top:39.375rem;left:0rem;font-size:1rem;display:block; }#Cf2KLb1STkTs14qPwtE4aKrBrMEgE59G li:before{  }
 }@media only screen and (max-width: 763px) { #Hmp4vXtmWfQCWJDNpXD2fza57mXiGa1w { width:17.5rem;height:2.75rem;top:55.625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbTl0PTQK5UsOAWgbgAXE4ReTtrfeT73 { display:block; }
 }@media only screen and (max-width: 763px) { #Tpgm3UaiuWPTpQG8i4rZcAvBVguqX5yF { width:30.6875rem;height:4rem;top:33.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5yrXsHTam6u7xHWRJosK76eUWMu42so { width:22.8125rem;height:14rem;top:39.375rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJFd8tnxL9T0qD41n5m7Ae1QsFTgt4qo { display:block; }#wJFd8tnxL9T0qD41n5m7Ae1QsFTgt4qo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpUQWEifhfTghACl1P2eeFXWJzzN8GTg { width:22.0625rem;height:0.125rem;top:7.375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFtyKIkvWxHT530CcqsWcLv5GPMEXbRr { width:38.625rem;height:22.875rem;top:19.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGH5W1ABN26TAGwSzhUHQS0FdsRgAzmw { width:47.75rem;height:4.0625rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLGrF87owL8WJE87TDATWm0TesB49ug8 { width:37.9375rem;height:6rem;top:10.4375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbb4W35r4osiCigHDwRUJGoUHgUGuKMk { display:block; }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnydoQp596fPhNoOEaCFRyCrEOJJuXkr { width:22.0625rem;height:0.125rem;top:6.625rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOUbmOhvcs2WvTG1rxTk3t3a3WhoiUrq { width:47.75rem;height:4.0625rem;top:1.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz7l4HDBo4xqNl9ECoePeBSlsfTBukfT { display:block; }#fz7l4HDBo4xqNl9ECoePeBSlsfTBukfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4s8orDMWpQ60nPqxT16SWGlGF21ZmZ3 { width:18.1875rem;height:12.5rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq48aiG5IrggzxoiTlnOtERRvHSqsBXy { width:3.625rem;height:9.75rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0msT0DGzpvs7cp6qGWQy26XyI9poMZs { width:10.375rem;height:3.25rem;top:6.25rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkfE1V4bd7wLMWRAk0l82cTayenp8bNH { width:12.3125rem;height:5.5rem;top:9.8125rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkscyIWNvxSgKVM8BStGykwdUcKlGMrH { width:18.1875rem;height:12.5rem;top:3.125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl4JIsKeOXyxM0HPuPzEUem8TmenrTyF { width:12.3125rem;height:4.125rem;top:9.8125rem;left:19.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obCzmHNsRDy7acXJ5Zl964MtuHCcr415 { width:3.625rem;height:9.75rem;top:4.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhWKIOF4orJA0oCD2a8vRuVBmTfD5p0k { width:10.375rem;height:3.25rem;top:6.25rem;left:19.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii81RI7hgIHHCgADHdGax9fVixyLOEu4 { width:18.1875rem;height:12.5rem;top:3.125rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue7XJrmgioonJ2gaOt1y0Tr3KUo6DKmb { width:12.3125rem;height:5.5rem;top:9.25rem;left:35.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMJsTUhgbd0edMbDvmbyXyplrDcWKoTg { width:3.625rem;height:9.75rem;top:4.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JppA2Q9GGeAKkiGBTzlwMryz1RGWXmKp { width:10.375rem;height:1.625rem;top:6.25rem;left:35.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXvemNs7C9qPIQ101cw9unnAOJ2FNi9l { width:17.5rem;height:2.75rem;top:40rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cd5BIFlyT8Nr9wf6fApwmFUy1LXU9J4v { display:block; }
 }@media only screen and (max-width: 763px) { #EosqIPQ3H17u68ogvIOX6eZsI80idJKP { width:18.1875rem;height:12.5rem;top:17.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pk84DTriDU4dXlfGzwTMTiNDhUkzttSF { width:3.625rem;height:9.75rem;top:18.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWdLI9pCaHoxwbzKsWDKPX01z0axq90E { width:12.3125rem;height:5.5rem;top:23.5625rem;left:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaoUKnzxSTQGZLynggoU0wKgGARa5vs2 { width:10.375rem;height:1.625rem;top:20.5625rem;left:3.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOR0kfMlyHWsb8s3Acps1wU0xEuyKHSm { width:18.1875rem;height:12.5rem;top:17.4375rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ka5TTgEUaULTPD7zeRhozNqTrSW2oiGc { width:3.625rem;height:9.75rem;top:18.8125rem;left:15.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOtf32lePxMUNhvA5zu5XuKzC4lc0Ua4 { width:12.3125rem;height:5.5rem;top:23.5625rem;left:19.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nq1K5bE21DXs0TA9tOOVR1BtN2cU7P77 { width:10.375rem;height:1.625rem;top:20.5625rem;left:19.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvanBI9F8RmmpdKM9QZvu4Z4pDlRe2hi { width:18.1875rem;height:12.5rem;top:31.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G28Be2TbpSkRuT5xLnlqlphewATIhVvc { width:18.1875rem;height:12.5rem;top:31.8125rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDqbbNvmWemtU4bcB0yvF6hT5rn5Ww5K { width:18.1875rem;height:12.5rem;top:17.4375rem;left:29.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONR7GFJoPRNTSHUz60V7ST2ek0vkysmE { width:18.1875rem;height:12.5rem;top:31.8125rem;left:29.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mt04VhlbKxUMpODquBIP8NJt9NAGsnxR { width:3.625rem;height:9.75rem;top:18.8125rem;left:31.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObMMLpsHa8WfBvInEhJqRwARDcVqv2qo { width:3.625rem;height:9.75rem;top:32.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdQDld6VKBU5od6ufOVdvD6e02mPLsLh { width:3.625rem;height:9.75rem;top:32.6875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHtK0zC92PG1O4uB0mqBoKCBeI3AmeF7 { width:3.625rem;height:9.75rem;top:32.6875rem;left:32.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qywlgW4MHEHCu5tvvMe6t2AzaqG991Ek { width:12.3125rem;height:5.5rem;top:23.5625rem;left:35.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABLLmd11AZNyWNI8rWwhEzZ5Qn9E2ZaS { width:10.375rem;height:1.625rem;top:20.5625rem;left:35.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhyQGg8CvVpWF4e2S0UlitBwEtFhu8oL { width:10.375rem;height:1.625rem;top:34.9375rem;left:3.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eD2VK4UXDiff8fHF1kQow79nd537F27S { width:10.375rem;height:1.625rem;top:34.9375rem;left:19.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMemJ0WOm2AU1325ZOUOVbaObXpeDL07 { width:10.375rem;height:3.25rem;top:34.9375rem;left:36.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4NrceVmlrxQgK4XWzi6VEl0Tq7nWZ5f { width:12.3125rem;height:4.125rem;top:37.8125rem;left:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1XQiiUenZDDuZcsHyFq61LxVkBWmSRE { width:12.3125rem;height:4.125rem;top:37.8125rem;left:19.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VriNg1T1KVO3CGhKca0WJqprqP4xFb91 { width:12.3125rem;height:4.125rem;top:38.375rem;left:35.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKfLT0705DITOikCT6Nhf5c2UwH3BgZK { display:block; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3zoXzmEcQNeQsI5R97M5TETzwXbAd4E { width:40.5625rem;height:41.4375rem;top:4.375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTtblkrsDZ3kbc8zymha15NPW95eh0ia { width:24.6875rem;height:0.125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgX6cUeTyPPJxtPTLL83TV6VJrn1LeTZ { width:31.5625rem;height:;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9t2BiQCJ552XP60Nrpbve6btDVobBQl { width:31.5625rem;height:3.25rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clbh0vhsZw0rxDkZd10gc9doW77aDmMV { width:31.5625rem;height:2.25rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF7wyLCIC4ekR6WxedQeffVUcBPGszdP { width:28.4375rem;height:6rem;top:19.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSsKmclhkbBPFpvVS9i3ZKfT8JUFA68P { width:24.1875rem;height:16rem;top:27.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv8wFslspAAgfHu5FsHIU4iTKQuILwzD { display:block; }#Mv8wFslspAAgfHu5FsHIU4iTKQuILwzD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWzdgcKqrU9etoHRDGp2C7uAf6cnotWb { width:22.0625rem;height:0.125rem;top:8.625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTiNyHO3RSdxRsAX4slJpC1uM5fapOa { width:26.0625rem;height:1.375rem;top:15.5625rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5uEzgNlM8AkVuImLsDtTm9T4CTnnSTZ { width:8.75rem;height:1.625rem;top:11.0625rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqKSBOGzKL8obkUAGygWRn0hTMKR2wi7 { width:17.5rem;height:2.75rem;top:37.3125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciivLLiDO0EqmAGBcNWgNnBb3ZAXpFkh { display:block; }
 }@media only screen and (max-width: 763px) { #KroZeaJ50bFeIzE7wkh28kbxQQDrrlB6 { width:47.75rem;height:;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAbzvN3xkGOFSRg1WTw6QOoDrGLV38uy { top:13.375rem;left:27.875rem;width:19.875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtvN5VDfhwoeFkiTe583mRyvAqaUkclX { width:12.0625rem;height:1.875rem;top:33.75rem;left:33.999078750611rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UClkBNWAR0RaiwwPTNKtI4TCFeiAafh2 { width:7.5rem;height:0.125rem;top:13.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGTi4uuMqnGhrsWkLS2uuT72Kp500KCU { width:27.5rem;height:2.75rem;top:18.625rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVsD6fuWtqHzac7WKGWcq0P8s4MtJupc { width:27.5rem;height:2.75rem;top:22.75rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHT270SyxEFyInXJmaxW4zK7cxeQJ2S9 { width:27.5rem;height:1.375rem;top:26.5rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w68UMRtrSPDy4pHpKGu7nU0gtFLFQ6ZA { display:block; }#w68UMRtrSPDy4pHpKGu7nU0gtFLFQ6ZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdJPSJpnNABqrkFU2TIuZup16p2UrTsW { width:22.0625rem;height:0.125rem;top:10.25rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOULcHZu9r5g2wzTPLE9nMcKr7WTbvOB { width:38.9375rem;height:2.75rem;top:16.875rem;left:4.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgs2tS8SZ226Oka3LtyyREByDsvF8gds { width:38.4375rem;height:2.75rem;top:12.4375rem;left:4.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJinLPzne5ozLdEReQJDCJG9tDIOlzFb { width:17.5rem;height:2.75rem;top:60.125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8iQkXkas3OC3m0UA2WTfv5stQByLAZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #l47S0DPPufGshfyQGAexyOGaNmVEIQNf { width:47.75rem;height:8.125rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGZCgXvORodkDvnpVEQt9Q0HX5D6wluh { top:39.1875rem;left:25.875rem;width:13.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfLzle7iVJBHNmkvoQzrb9xcuuMIfqPd { top:39rem;left:33.9375rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElNI2K5Fx0VTnSCDQJbpHlFZiFuu8aFK { top:22rem;left:31rem;width:16.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9p2efsfsi23SRUAbQWwR0IsS2UIrL6T { width:14.6875rem;height:1.625rem;top:22.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFRkVOoXB6CaXw2G6zFI6q18Nm9HWfrg { width:13.75rem;height:0.125rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVXShthZEyps20T8sD7lSz9VprwA3xri { width:20.875rem;height:2.75rem;top:26.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLPa5hNUUoQlkUePMbdORqwPKKshZQmF { width:20.875rem;height:1.375rem;top:30.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwkKhCs3hKy8VoW7JA85a4c4rPZSAe8p { width:20.875rem;height:2.75rem;top:33.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agi4gc1ruMhwRrUNiRIs760hw7K1ClsV { width:20.875rem;height:2.75rem;top:37.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrgPtBPonqTMnfeIu6TrXzWcDkVKVo5X { width:20.875rem;height:1.375rem;top:41.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDJbTmzwxDmQgvGhexcsinRvoogZ9TWS { width:16.125rem;height:3.875rem;top:55.0625rem;left:31.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFNfh6BC6AbDikQP7gO0O2qsQcwgW9Go { width:20.875rem;height:1.375rem;top:44.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK10WXtM3E58bZk1Oiopp0JhNoRR1AQU { width:16.125rem;height:1.625rem;top:64.625rem;left:31.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhypm8eTpr4hu8F2GzZ3scM9GwhUx5ar { display:block; }#Uhypm8eTpr4hu8F2GzZ3scM9GwhUx5ar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMTiaXfyvlOXzd73vZ0olzR0O093HpoC { width:47.75rem;height:4.0625rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8s1l1aSqJnCBPF0Tqm2hurTV0NxgHyq { width:22.0625rem;height:0.125rem;top:11.3125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrgKv8Cs6RiGTesTDK1GeXoJuceDNR3H { width:10.0625rem;height:8.625rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwEmO1OpT9tyvwaW7N2DRTUKLGOGK02R { width:10.125rem;height:8.625rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5zGTtpnU8QbBqrsffpTl1ToMlueOM1S { width:26.625rem;height:2.75rem;top:14rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZn24G1ps67T9Lcs7EKa2MKTWAczMRTP { width:26.625rem;height:4.875rem;top:17rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELtQBvaulzZmgkx0LVbCQnRaFJBbEXtt { width:26.625rem;height:4.875rem;top:29.8125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAEESOTdqLy6UNGVoNUMUr0fvQ6w4eoR { width:10.0625rem;height:8.625rem;top:28.5625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMvZ9i0LisS4tEGIK3VJ1xeuC7HGScWx { width:10.125rem;height:8.625rem;top:27.5rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFh1iDThz1vy0rCzSzwymkrdS4trSgzp { width:26.25rem;height:2.75rem;top:26.8125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJMnyUobv1AeA1whI3GR4rcTA2rxFKZk { width:1.5rem;height:1.5rem;top:23.0625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaPXWs9Hv1fxcLIL15SI0mvMl6kPzsD7 { width:1.5rem;height:1.5rem;top:23.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzFqdulideoccZhJl79tUULtgBeacdbw { width:1.5rem;height:1.5rem;top:23.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr9S1lkRzTEKymrX0IqoWKMwSePWBbho { width:1.5rem;height:1.5rem;top:23.0625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3safp7XLKsmfS6G8DlrkeaQ2f0yDex0 { width:1.5rem;height:1.5rem;top:23.0625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE5zAimwCfXxdc0qQflBbKgvdc2KJTzc { width:1.5rem;height:1.5rem;top:35.875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdgRgeaSpztp32PhBPTKKTFV6eGV5KFx { width:1.5rem;height:1.5rem;top:35.875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrT6DxFzO32ixpcxzKHmM8wvmgNTw6gx { width:1.5rem;height:1.5rem;top:35.875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBsKd92ZCtI7qPPSnTvou8NHu4mcR0qt { width:1.5rem;height:1.5rem;top:35.875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfgdzQcusIHTgrqhr0FFxockHDU3CCp6 { width:1.5rem;height:1.5rem;top:35.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH { display:block; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0ts8Ho9qZu3eiteM6Eo83IR1PsCnzDT { width:47.75rem;height:4.0625rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7FwlsbT5I7lFT7fehESczLTep5JErdn { width:47.75rem;height:4.0625rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVvbK7pSTMnDLNdpKEgnFwHwlGDUXMhH { width:22.0625rem;height:0.125rem;top:10.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwMqSrL9QTUvMAkcduEThWWWAGyxVXwG { width:18.0625rem;height:1.625rem;top:16.125rem;left:15.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN1VXFWIayKOBk8uDETcillsMspbotLI { top:15.875rem;left:11.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpMACcxmLC3ZgbVqDum9odGTgnzA20Xp { top:18.625rem;left:11rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GulSvpF3sFqNWTGfHrxSBurIv6k0bULs { width:18.0625rem;height:1.625rem;top:19.125rem;left:15.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad6hgUfqqQfyLIhEGLNv90hIkw5H1XKG { top:22.25rem;left:11rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP3TFBIpzIkTUBJOxlMR84TT1XikBAxJ { width:25.25rem;height:1.625rem;top:22.6875rem;left:15.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX221nRwCvEWJsMDkSrWElAhdnoOya5J { width:18.0625rem;height:2.1875rem;top:12.5625rem;left:14.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB9IOkQa1pPh2X7D1qO89eE5H9v25f4q { top:25.5625rem;left:11.25rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyGmBmcGLORzZXIxNN5xlaRWRr2KrwoW { width:30.1875rem;height:1.625rem;top:25.75rem;left:15.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y32qTVwkHRPggZORinaTne3QbHGk4luO { position:relative;z-index:auto;display:block; }#y32qTVwkHRPggZORinaTne3QbHGk4luO > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rE6IfDcdJxtTITMSvoGkJ4uiewHfk13O { width:3.9375rem;height:2.25rem;top:3.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B29J6ZEWaGPNxCr23dOz1nqLLVsGascQ { display:block; }
 }@media only screen and (max-width: 763px) { #we0PCPy8cfi6gK7Dn0cgxthVIrz2bSap { width:4.5rem;height:2.25rem;top:3.5625rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPpMxJlhmqvu9ZLOyuFAiTlnbEraKQB2 { display:block; }
 }@media only screen and (max-width: 763px) { #uGfOvxOZ4uPJFBFmO60FVugGF3UHEoN3 { width:4.1875rem;height:2.1875rem;top:3.5625rem;left:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4HmPD3UrQnm4y4rp5al31x409TbFS50 { display:block; }
 }@media only screen and (max-width: 763px) { #u8AADiDbG0ik7994HPb8faJxqWTw9Efe { width:6.6875rem;height:1.6875rem;top:6.5625rem;left:6.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rov2mCfmJzCAdrg7Cqs59wtrOhBWHTsk { display:block; }
 }@media only screen and (max-width: 763px) { #ac3SdJa70VL98qnzU1AqyB5Ef2lSwUls { width:4.75rem;height:2.25rem;top:3.5625rem;left:8.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAeksHSymn1UMsPV5gsTGn4rTpWoblF9 { display:block; }
 }@media only screen and (max-width: 763px) { #Iy7Np4X8hZ6SPClFnJ0C1KRDLxU2HmB5 { width:5.75rem;height:2.5625rem;top:1.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr7bbFBokiKoUs07wQTeTZvuTTTEc4Xs { width:6.5rem;height:2.25rem;top:3.5625rem;left:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6N21IZyCLXtDuCJq0zQgR0x72083TK8 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { width:17.8125rem;height:1.875rem;top:3.4375rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxAgqmOHVr79FFT7KBLEzP3QrC7SaPTF { width:19.6875rem;height:5rem;top:15.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPctyKNBOaPhDv1iAnQ62Zn7ke7c46XG { width:20rem;height:3.75rem;top:7.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BegmcMbGhEuCx3tdD04OyIKHeEqlKl37 { width:17.5rem;height:2.75rem;top:40.740234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #feel35ChGgKrNNWT0fv2Bg52wTHaXgcm { display:block; }
 }@media only screen and (max-width: 763px) { #RzcoeZV4X0hzvKJ3JSthl9hdQABITyxV { width:15.1875rem;height:14.625rem;top:23.71875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4lbFRgDnmeglsZF9qIwIuIBQcDEO0yO { width:20rem;height:1.5rem;top:12.240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9eBiu6Kkeih6OII6uy67gS0b13EX4n7 { width:20rem;height:1.5rem;top:1.240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzwTcpphp00OZB5HsWpC4ywptch55vAh { display:block; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhDfz91ibKhlswVXdUb66ZprsyzxBDe4 { width:13.75rem;height:0.125rem;top:5.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1PTIXrWxEp69lVF9PiHZdRgIuApfqdl { height:11.875rem;width:20rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2cwFQp3or71iyV5uT47R1ALzlX5N2CZ { width:13.9375rem;height:4.125rem;top:22.625rem;left:4.65625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqvpz6eJhuTumLbnu8LyTDxxOoECcizt { width:13.5rem;height:4.125rem;top:28.5625rem;left:4.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JaorfCKMRh1JINQmhKqBGnK6b6EkbmSu { width:13.8125rem;height:6.875rem;top:35.4091796875rem;left:4.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFSyueo3whVhL3g3bJIxSZ3PgxSqDJNT { width:12.6875rem;height:4.125rem;top:43.5rem;left:5.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMrbGWgdp2wtQezTR4ngsocvtU60qkRg { width:17.5rem;height:2.75rem;top:65.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZk2blWx9qxUQpIRZ1LhLWa4VOZZJIz7 { display:block; }
 }@media only screen and (max-width: 763px) { #hvGcT42vQ5WDaMIMow5L4MQvtNFJcmZD { width:18.75rem;height:2.4375rem;top:2.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcTeofV5Xf7SGgAV8UvGG1XZGCUdsRXC { width:2.5rem;height:2.5rem;top:22.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmeLFBqi92bmbFf3wCERnO9bNbk6huJF { width:2.5rem;height:2.5rem;top:28.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irQ4RlTrbMXiT6iKWU1AZ9syMF1NvC3c { width:2.5rem;height:2.5rem;top:35.4091796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyagM0u6QtxC32kr33zXPKv7AN9mUDKV { width:2.5rem;height:2.5rem;top:43.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Twc7eyDkdz3fSW4aktV7Pyap1lMyA1 { width:12.25rem;height:11.75rem;top:50.962890625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaIU7oa8a94iDwsztcOvsxGvp207RbkQ { display:block; }#FaIU7oa8a94iDwsztcOvsxGvp207RbkQ > .row .container { width:20rem;height:92.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffByVDTdIoopQXnhEz0y5FIC1yl1URbT { width:13.75rem;height:0.125rem;top:7.875rem;left:3.125rem;background-color:rgba(245,237,227,0.56);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rXGtNNwd34EW7ruDRcqraIPf1QvzZC5h { width:18.75rem;height:2.4375rem;top:4.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#f5ede3;display:block; }
 }@media only screen and (max-width: 763px) { #Ab86LpLFCJxpbOnl7le6LbkoBsq41kz2 { width:18.75rem;height:2rem;top:8.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#f5ede3;display:block; }
 }@media only screen and (max-width: 763px) { #dbnqaGIsW64T23TJbsDQrkiCfbSMnO9x { width:14.375rem;height:6.75rem;top:12.375rem;left:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEGOAuSkk53esLiswLGshF1JgD6D0aIT { width:15.1875rem;height:10.125rem;top:20.5625rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf2KLb1STkTs14qPwtE4aKrBrMEgE59G { width:13.375rem;height:31.3125rem;top:40.375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#Cf2KLb1STkTs14qPwtE4aKrBrMEgE59G li:before{  }
 }@media only screen and (max-width: 763px) { #Hmp4vXtmWfQCWJDNpXD2fza57mXiGa1w { width:17.5rem;height:2.75rem;top:85.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbTl0PTQK5UsOAWgbgAXE4ReTtrfeT73 { display:block; }
 }@media only screen and (max-width: 763px) { #Tpgm3UaiuWPTpQG8i4rZcAvBVguqX5yF { width:17.5rem;height:6.75rem;top:32.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5yrXsHTam6u7xHWRJosK76eUWMu42so { width:20rem;height:10.125rem;top:72.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJFd8tnxL9T0qD41n5m7Ae1QsFTgt4qo { display:block; }#wJFd8tnxL9T0qD41n5m7Ae1QsFTgt4qo > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpUQWEifhfTghACl1P2eeFXWJzzN8GTg { width:13.75rem;height:0.125rem;top:6.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFtyKIkvWxHT530CcqsWcLv5GPMEXbRr { height:11.875rem;width:20rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGH5W1ABN26TAGwSzhUHQS0FdsRgAzmw { width:18.75rem;height:4.875rem;top:1.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLGrF87owL8WJE87TDATWm0TesB49ug8 { width:20rem;height:8.4375rem;top:21.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbb4W35r4osiCigHDwRUJGoUHgUGuKMk { display:block; }#nbb4W35r4osiCigHDwRUJGoUHgUGuKMk > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnydoQp596fPhNoOEaCFRyCrEOJJuXkr { width:13.75rem;height:0.125rem;top:4.78125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOUbmOhvcs2WvTG1rxTk3t3a3WhoiUrq { width:18.75rem;height:2.25rem;top:1.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz7l4HDBo4xqNl9ECoePeBSlsfTBukfT { display:block; }#fz7l4HDBo4xqNl9ECoePeBSlsfTBukfT > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4s8orDMWpQ60nPqxT16SWGlGF21ZmZ3 { width:18.1875rem;height:12.5rem;top:1.25rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq48aiG5IrggzxoiTlnOtERRvHSqsBXy { width:3.625rem;height:9.75rem;top:2.6875rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0msT0DGzpvs7cp6qGWQy26XyI9poMZs { width:10.375rem;height:3.25rem;top:3.8125rem;left:6rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HkfE1V4bd7wLMWRAk0l82cTayenp8bNH { width:12.3125rem;height:5.5rem;top:7.625rem;left:6rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BkscyIWNvxSgKVM8BStGykwdUcKlGMrH { width:18.1875rem;height:12.5rem;top:16.0625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl4JIsKeOXyxM0HPuPzEUem8TmenrTyF { width:12.3125rem;height:4.125rem;top:23.1875rem;left:6rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #obCzmHNsRDy7acXJ5Zl964MtuHCcr415 { width:3.625rem;height:9.75rem;top:17.5rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhWKIOF4orJA0oCD2a8vRuVBmTfD5p0k { width:10.375rem;height:3.25rem;top:19.25rem;left:6rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ii81RI7hgIHHCgADHdGax9fVixyLOEu4 { width:18.1875rem;height:12.5rem;top:30.5625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue7XJrmgioonJ2gaOt1y0Tr3KUo6DKmb { width:12.3125rem;height:5.5rem;top:36.3125rem;left:6rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sMJsTUhgbd0edMbDvmbyXyplrDcWKoTg { width:3.625rem;height:9.75rem;top:32rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JppA2Q9GGeAKkiGBTzlwMryz1RGWXmKp { width:10.375rem;height:1.625rem;top:33.75rem;left:6rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EXvemNs7C9qPIQ101cw9unnAOJ2FNi9l { width:17.5rem;height:2.75rem;top:45.5rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Cd5BIFlyT8Nr9wf6fApwmFUy1LXU9J4v { display:block; }
 }@media only screen and (max-width: 763px) { #EosqIPQ3H17u68ogvIOX6eZsI80idJKP { width:18.1875rem;height:12.5rem;top:1.25rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pk84DTriDU4dXlfGzwTMTiNDhUkzttSF { width:3.625rem;height:9.75rem;top:15.125rem;left:8.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TWdLI9pCaHoxwbzKsWDKPX01z0axq90E { width:12.3125rem;height:3.25rem;top:29.8125rem;left:3.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aaoUKnzxSTQGZLynggoU0wKgGARa5vs2 { width:10.375rem;height:2.4375rem;top:26.125rem;left:4.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TOR0kfMlyHWsb8s3Acps1wU0xEuyKHSm { width:18.1875rem;height:12.5rem;top:34.3125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ka5TTgEUaULTPD7zeRhozNqTrSW2oiGc { width:3.625rem;height:9.75rem;top:48.1875rem;left:8.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WOtf32lePxMUNhvA5zu5XuKzC4lc0Ua4 { width:12.3125rem;height:3.25rem;top:62.875rem;left:3.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nq1K5bE21DXs0TA9tOOVR1BtN2cU7P77 { width:10.375rem;height:2.4375rem;top:59.1875rem;left:4.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vvanBI9F8RmmpdKM9QZvu4Z4pDlRe2hi { width:18.1875rem;height:12.5rem;top:31.8125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G28Be2TbpSkRuT5xLnlqlphewATIhVvc { width:18.1875rem;height:12.5rem;top:31.8125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDqbbNvmWemtU4bcB0yvF6hT5rn5Ww5K { width:18.1875rem;height:12.5rem;top:67.375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONR7GFJoPRNTSHUz60V7ST2ek0vkysmE { width:18.1875rem;height:12.5rem;top:31.8125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mt04VhlbKxUMpODquBIP8NJt9NAGsnxR { width:3.625rem;height:9.75rem;top:81.25rem;left:8.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ObMMLpsHa8WfBvInEhJqRwARDcVqv2qo { width:3.625rem;height:2.5625rem;top:40.6875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #gdQDld6VKBU5od6ufOVdvD6e02mPLsLh { width:3.625rem;height:2.5625rem;top:40.6875rem;left:12.8125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QHtK0zC92PG1O4uB0mqBoKCBeI3AmeF7 { width:3.625rem;height:2.5625rem;top:39.3125rem;left:7.125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #qywlgW4MHEHCu5tvvMe6t2AzaqG991Ek { width:12.3125rem;height:3.25rem;top:95.9375rem;left:3.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ABLLmd11AZNyWNI8rWwhEzZ5Qn9E2ZaS { width:10.375rem;height:2.4375rem;top:92.25rem;left:4.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VhyQGg8CvVpWF4e2S0UlitBwEtFhu8oL { width:10.375rem;height:auto;top:34.9375rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eD2VK4UXDiff8fHF1kQow79nd537F27S { width:10.375rem;height:auto;top:34.9375rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMemJ0WOm2AU1325ZOUOVbaObXpeDL07 { width:10.375rem;height:auto;top:34.9375rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4NrceVmlrxQgK4XWzi6VEl0Tq7nWZ5f { width:12.3125rem;height:auto;top:37.8125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1XQiiUenZDDuZcsHyFq61LxVkBWmSRE { width:12.3125rem;height:auto;top:37.8125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VriNg1T1KVO3CGhKca0WJqprqP4xFb91 { width:12.3125rem;height:auto;top:38.375rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKfLT0705DITOikCT6Nhf5c2UwH3BgZK { display:block; }#cKfLT0705DITOikCT6Nhf5c2UwH3BgZK > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3zoXzmEcQNeQsI5R97M5TETzwXbAd4E { width:19.9375rem;height:20.375rem;top:66.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTtblkrsDZ3kbc8zymha15NPW95eh0ia { width:13.75rem;height:0.125rem;top:7.875rem;left:3.125rem;background-color:rgba(245,237,227,0.56);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QgX6cUeTyPPJxtPTLL83TV6VJrn1LeTZ { width:18.75rem;height:2.4375rem;top:4.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#f5ede3;display:block; }
 }@media only screen and (max-width: 763px) { #x9t2BiQCJ552XP60Nrpbve6btDVobBQl { width:18.75rem;height:2rem;top:8.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#f5ede3;display:block; }
 }@media only screen and (max-width: 763px) { #Clbh0vhsZw0rxDkZd10gc9doW77aDmMV { width:18.75rem;height:1.375rem;top:10.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#f5ede3;display:block; }
 }@media only screen and (max-width: 763px) { #hF7wyLCIC4ekR6WxedQeffVUcBPGszdP { width:13.75rem;height:10.125rem;top:13.5rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSsKmclhkbBPFpvVS9i3ZKfT8JUFA68P { width:15.0625rem;height:18.5625rem;top:26.3125rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv8wFslspAAgfHu5FsHIU4iTKQuILwzD { display:block; }#Mv8wFslspAAgfHu5FsHIU4iTKQuILwzD > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWzdgcKqrU9etoHRDGp2C7uAf6cnotWb { width:13.75rem;height:0.125rem;top:6.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTiNyHO3RSdxRsAX4slJpC1uM5fapOa { width:17rem;height:2.75rem;top:13.6591796875rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5uEzgNlM8AkVuImLsDtTm9T4CTnnSTZ { width:16.6875rem;height:1.625rem;top:9.4375rem;left:1.65625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqKSBOGzKL8obkUAGygWRn0hTMKR2wi7 { width:17.5rem;height:2.75rem;top:46.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciivLLiDO0EqmAGBcNWgNnBb3ZAXpFkh { display:block; }
 }@media only screen and (max-width: 763px) { #KroZeaJ50bFeIzE7wkh28kbxQQDrrlB6 { width:18.75rem;height:4.875rem;top:1rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAbzvN3xkGOFSRg1WTw6QOoDrGLV38uy { width:9.8125rem;height:9.4375rem;top:31.125rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtvN5VDfhwoeFkiTe583mRyvAqaUkclX { width:12.125rem;height:1.9375rem;top:42.4375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UClkBNWAR0RaiwwPTNKtI4TCFeiAafh2 { width:7.5rem;height:0.125rem;top:11.78125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGTi4uuMqnGhrsWkLS2uuT72Kp500KCU { width:20rem;height:2.75rem;top:17.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVsD6fuWtqHzac7WKGWcq0P8s4MtJupc { width:20rem;height:2.75rem;top:21.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHT270SyxEFyInXJmaxW4zK7cxeQJ2S9 { width:20rem;height:2.75rem;top:25.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w68UMRtrSPDy4pHpKGu7nU0gtFLFQ6ZA { display:none; }#w68UMRtrSPDy4pHpKGu7nU0gtFLFQ6ZA > .row .container { width:20rem;height:118.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UdJPSJpnNABqrkFU2TIuZup16p2UrTsW { width:13.75rem;height:0.125rem;top:5.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOULcHZu9r5g2wzTPLE9nMcKr7WTbvOB { width:17rem;height:9.625rem;top:50.2841796875rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mgs2tS8SZ226Oka3LtyyREByDsvF8gds { width:16.6875rem;height:6.875rem;top:41.1875rem;left:1.65625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJinLPzne5ozLdEReQJDCJG9tDIOlzFb { width:17.5rem;height:2.75rem;top:77.53125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8iQkXkas3OC3m0UA2WTfv5stQByLAZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #l47S0DPPufGshfyQGAexyOGaNmVEIQNf { width:18.75rem;height:9.75rem;top:1rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGZCgXvORodkDvnpVEQt9Q0HX5D6wluh { width:11.4375rem;height:11.4375rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfLzle7iVJBHNmkvoQzrb9xcuuMIfqPd { width:11.625rem;height:11.625rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElNI2K5Fx0VTnSCDQJbpHlFZiFuu8aFK { width:9.8125rem;height:9.4375rem;top:20.5625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9p2efsfsi23SRUAbQWwR0IsS2UIrL6T { width:14.6875rem;height:0;top:81.53125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFRkVOoXB6CaXw2G6zFI6q18Nm9HWfrg { width:13.75rem;height:0.125rem;top:84.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVXShthZEyps20T8sD7lSz9VprwA3xri { width:20rem;height:0;top:85.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLPa5hNUUoQlkUePMbdORqwPKKshZQmF { width:20rem;height:0;top:89.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwkKhCs3hKy8VoW7JA85a4c4rPZSAe8p { width:20rem;height:0;top:92.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agi4gc1ruMhwRrUNiRIs760hw7K1ClsV { width:20rem;height:0;top:96.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrgPtBPonqTMnfeIu6TrXzWcDkVKVo5X { width:20rem;height:0;top:100.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDJbTmzwxDmQgvGhexcsinRvoogZ9TWS { width:16.125rem;height:0;top:105.65625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFNfh6BC6AbDikQP7gO0O2qsQcwgW9Go { width:20rem;height:0;top:103.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK10WXtM3E58bZk1Oiopp0JhNoRR1AQU { width:16.125rem;height:0;top:110.78125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhypm8eTpr4hu8F2GzZ3scM9GwhUx5ar { display:none; }#Uhypm8eTpr4hu8F2GzZ3scM9GwhUx5ar > .row .container { width:20rem;height:63.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AMTiaXfyvlOXzd73vZ0olzR0O093HpoC { width:18.75rem;height:2.4375rem;top:4.25rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8s1l1aSqJnCBPF0Tqm2hurTV0NxgHyq { width:13.75rem;height:0.125rem;top:8.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrgKv8Cs6RiGTesTDK1GeXoJuceDNR3H { width:10.0625rem;height:8.625rem;top:11.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwEmO1OpT9tyvwaW7N2DRTUKLGOGK02R { width:10.125rem;height:8.625rem;top:10.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5zGTtpnU8QbBqrsffpTl1ToMlueOM1S { width:18.75rem;height:2.25rem;top:21.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZn24G1ps67T9Lcs7EKa2MKTWAczMRTP { width:20rem;height:6.5rem;top:24.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELtQBvaulzZmgkx0LVbCQnRaFJBbEXtt { width:20rem;height:6.5rem;top:50.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FAEESOTdqLy6UNGVoNUMUr0fvQ6w4eoR { width:10.0625rem;height:8.625rem;top:38rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMvZ9i0LisS4tEGIK3VJ1xeuC7HGScWx { width:10.125rem;height:8.625rem;top:36.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFh1iDThz1vy0rCzSzwymkrdS4trSgzp { width:18.75rem;height:2.25rem;top:47.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJMnyUobv1AeA1whI3GR4rcTA2rxFKZk { width:1.5rem;height:1.5rem;top:32.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaPXWs9Hv1fxcLIL15SI0mvMl6kPzsD7 { width:1.5rem;height:1.5rem;top:32.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzFqdulideoccZhJl79tUULtgBeacdbw { width:1.5rem;height:1.5rem;top:32.625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr9S1lkRzTEKymrX0IqoWKMwSePWBbho { width:1.5rem;height:1.5rem;top:32.625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3safp7XLKsmfS6G8DlrkeaQ2f0yDex0 { width:1.5rem;height:1.5rem;top:32.625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE5zAimwCfXxdc0qQflBbKgvdc2KJTzc { width:1.5rem;height:1.5rem;top:59.125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdgRgeaSpztp32PhBPTKKTFV6eGV5KFx { width:1.5rem;height:1.5rem;top:59.125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrT6DxFzO32ixpcxzKHmM8wvmgNTw6gx { width:1.5rem;height:1.5rem;top:59.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBsKd92ZCtI7qPPSnTvou8NHu4mcR0qt { width:1.5rem;height:1.5rem;top:59.125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfgdzQcusIHTgrqhr0FFxockHDU3CCp6 { width:1.5rem;height:1.5rem;top:59.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH { display:block; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0ts8Ho9qZu3eiteM6Eo83IR1PsCnzDT { width:18.75rem;height:2.4375rem;top:2.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7FwlsbT5I7lFT7fehESczLTep5JErdn { width:18.75rem;height:2.4375rem;top:5.3125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVvbK7pSTMnDLNdpKEgnFwHwlGDUXMhH { width:13.75rem;height:0.125rem;top:8.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwMqSrL9QTUvMAkcduEThWWWAGyxVXwG { width:16.4375rem;height:1.625rem;top:13.875rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN1VXFWIayKOBk8uDETcillsMspbotLI { display:flex;width:2.125rem;height:2.125rem;top:13.625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #LpMACcxmLC3ZgbVqDum9odGTgnzA20Xp { display:flex;width:2.5625rem;height:2.5625rem;top:16.8125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #GulSvpF3sFqNWTGfHrxSBurIv6k0bULs { width:15.6875rem;height:1.625rem;top:17.25rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad6hgUfqqQfyLIhEGLNv90hIkw5H1XKG { display:flex;width:2.5rem;height:2.5rem;top:21.125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #AP3TFBIpzIkTUBJOxlMR84TT1XikBAxJ { width:10.875rem;height:3.25rem;top:20.75rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX221nRwCvEWJsMDkSrWElAhdnoOya5J { width:18.0625rem;height:2.0625rem;top:9.5rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB9IOkQa1pPh2X7D1qO89eE5H9v25f4q { display:flex;width:2.0625rem;height:2.0625rem;top:25.6875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #zyGmBmcGLORzZXIxNN5xlaRWRr2KrwoW { width:14.625rem;height:3.25rem;top:25.0625rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }