.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:244,228,245;--color-primary-1:218,166,222;--color-primary-2:180,77,188;--color-primary-3:90,39,94;--color-primary-4:27,12,28;--color-secondary-0:255,248,233;--color-secondary-1:255,232,181;--color-secondary-2:255,208,107;--color-secondary-3:128,104,54;--color-secondary-4:38,31,16;--color-tertiary-0:255,255,255;--color-tertiary-1:236,236,236;--color-tertiary-2:153,153,153;--color-tertiary-3:85,85,85;--color-tertiary-4:0,0,0;--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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #76c899, #f1f6f5);background-image: -moz-linear-gradient(360deg, #76c899, #f1f6f5);background-image: -ms-linear-gradient(360deg, #76c899, #f1f6f5);background-image: -o-linear-gradient(360deg, #76c899, #f1f6f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c899', endColorstr='#f1f6f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c899', endColorstr='#f1f6f5' );";background-image: linear-gradient(360deg, #76c899, #f1f6f5);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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:60rem;overflow:visible;position:relative;display:block; }#qWWkOQW6KZnowp4oTO4yNLQQ6rgcDe4J { color:#3a3a3a;display:block;width:55rem;position:absolute;font-family:kalnia;font-size:3.0625rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:11.808807373047rem;left:0rem;height:13.4722375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rzfqTTBoIrLlmkHsmX1SNCRV9MvmDF4R { color:rgba(var(--color-tertiary-3),1);display:block;width:24.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:28.133544921875rem;left:0rem;height:8.49825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dwWukysQhxgPTpnhop5BcHXThvXFzaMW { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4365rem;width:7.1875rem;top:0.8125rem;left:1.3125rem;overflow:hidden;display:block; }
#R9l6El5lgekpMc489LFEM8CCSKCF4hVl { box-sizing:content-box;height:9.0625rem;width:9.8125rem;position:absolute;display:block;z-index:15006;background-color:#ea4da1;background-image:none;top:0rem;left:0rem;display:block; }
#TvKBeJmkAQbrilyk7IT90XXJO3UkNc4u { 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:45.247375rem;width:32.6855625rem;top:4.626736164093rem;left:26.496311187744rem;overflow:hidden;display:block; }
#Ikeakm3hg8nqRaLbvJBuvxLGpRp2I8hd { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.2483125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.8232421875rem;left:0rem;display:block; }
#om978xLnwnLUX6q38dTTmTJ1CLvdXmb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dBAZdgBlgH9z2liFlLQ4uyoc8x5VTlap { position:absolute;display:block;z-index:14995;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:34.497625rem;width:38.81075rem;top:19.136285781861rem;left:21.190322875976rem;overflow:hidden;display:block; }
#iyBwJ0JhoqFMuct3ob5PKapnEpr4S0gi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.99925rem;width:7.1875rem;top:4.6240234375rem;left:29.20654296875rem;overflow:hidden;display:block; }
#h2Nm30L4KUDdse4mnVMQhhrJxt4fB1CG { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6228125rem;width:8.6853125rem;top:17.374267578125rem;left:51.3134765625rem;overflow:hidden;display:block; }
#GTVPDIgtKuBEPDLFike4WShNQpSsOVzJ { 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:9.43725rem;width:8.49975rem;top:1.37451171875rem;left:48.20068359375rem;overflow:hidden;display:block; }
#aw6qbBTiQhk0lTOgU9CeW14QXnAVAimy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aw6qbBTiQhk0lTOgU9CeW14QXnAVAimy > .row .container { background-color: transparent; background-image: none; }#aw6qbBTiQhk0lTOgU9CeW14QXnAVAimy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aw6qbBTiQhk0lTOgU9CeW14QXnAVAimy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aw6qbBTiQhk0lTOgU9CeW14QXnAVAimy > .row .container > .video-iframe-container { display: none; }#aw6qbBTiQhk0lTOgU9CeW14QXnAVAimy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aw6qbBTiQhk0lTOgU9CeW14QXnAVAimy > .row > .video-iframe-container { display: none; }#aw6qbBTiQhk0lTOgU9CeW14QXnAVAimy > .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); }#aw6qbBTiQhk0lTOgU9CeW14QXnAVAimy > .row .container { border-width: 0; border-radius: 0; }#aw6qbBTiQhk0lTOgU9CeW14QXnAVAimy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aw6qbBTiQhk0lTOgU9CeW14QXnAVAimy > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:60rem;position:relative;display:block; }#CRgFUdCsPzWglbuypSJsausTg6EXkMKw { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:kalnia;font-size:2rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.934326171875rem;left:0rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnfxNHOKB57gCVaLCzwE7SVDzCi0QPxc { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:8.619384765625rem;left:8.78173828125rem;height:7.6475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fdTLuC1XIw6axvdsQtMRUCtNCiMBoTkI { 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:20.249rem;width:54.24925rem;top:24.18701171875rem;left:3.5595703125rem;overflow:hidden;display:block; }
#kyiF3mGklUt02hKdLIlW7KDmfyV4rEp2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.437rem;width:45.625rem;top:18.9990234375rem;left:7.1875rem;overflow:hidden;display:block; }
#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row .container { background-color: transparent; background-image: none; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row .container > .video-iframe-container { display: none; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row > .video-iframe-container { display: none; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .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); }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row .container { border-width: 0; border-radius: 0; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row .container { font-size:0.875rem;font-family:arial;height:70.25rem;width:60rem;position:relative;display:block; }#U6FCgWJraTsSB6uB31nAKyTH9fvfINUe { color:rgba(var(--color-tertiary-3),1);display:block;width:26.43675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:13.748779296875rem;left:31.25rem;height:8.903rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i5LcKfVEh0XtwVeqTV2cZWdvezQ5CT4R { 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:25.499125rem;width:30.7486875rem;top:11.871743202209rem;left:0rem;overflow:hidden;display:block; }
#Kvy2sRILenQrtNUhOSgzlkVVLH9No2sq { color:#3a3a3a;display:block;width:38.8733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:46.4375rem;left:10.5625rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZNeTHFnGi607OTmTTQaF3KLQHBoKGKBb { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:52.0625rem;left:2.375rem;height:5.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MWvVNsfRcJ184G59wVvw9ZxTelCfo5QS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:48.25rem;left:0rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#l29AylMhPTOqaS37TVKhZzo1VMmJDTv9 { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:60.1875rem;left:13.75rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPyh2FT5Wh0Wwhdeh9fa0OlgJ2AQN8zi { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:53.8125rem;left:26.25rem;height:5.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sP2O6SSPxddTL0sp1dau36bxswZXDsUk { color:rgba(var(--color-tertiary-3),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:58.125rem;left:36.375rem;height:6.99869375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GJQ0SxhkzR5p9MK3t97bA8bWrRT043mc { color:rgba(var(--color-tertiary-3),1);display:block;width:10.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:51.5625rem;left:48.6875rem;height:5.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iXXZLviI4uV7O4xW34cDJfK6GSvgHUzp { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:9.375rem;top:49.916456222534rem;left:37.841796875rem;overflow:hidden;display:block; }
#XUhgFHIv2SJqQKAb9LSLJROWmAFFcbQo { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:55.3125rem;left:11.375rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#f50IWVDI6k4teXd2KmZr9Dyr061Po5Q2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:50.3125rem;left:23.6875rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#nocW4LoT5Af8idcM3rR5qwtXlq3rLIxp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:54.6875rem;left:36.25rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#K8Jw0nULm1WuSw60ieKluETLzWAUocDT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.6875rem;left:47.5rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#F17lPmHIDEE8gB33x5bprFdDstFoQz2W { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:kalnia;font-size:2.6875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.622802734375rem;left:0rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BFTmPvvsd2LwkafcZ0CveFaOUlBKyphv { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6860625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.99755859375rem;left:31.25rem;display:block; }
#HwzXup2LKyH82diuFgukNLukiUR61sAp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#treZlCzQ6PhueaECUgQoWALW0BcxwD1h { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:49.75rem;left:11.4375rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:none; }
#vPirSbknZS7wRsVUN0uexTANHgZMa9RT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:42.5625rem;left:0.125rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:none; }
#SZWCUTeZZrEONZwL506JshKAABVcDwdQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:42.5625rem;left:0.125rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:none; }
#cO685XXqsEWMS1GFwggTkJ6UNmGRkiFU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:42.5625rem;left:0.125rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:none; }
#IAgFzgnEt1wml0KDMUt24XcQVZsuCupo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.4375rem;top:54.625rem;left:8.6875rem;overflow:hidden;display:block; }
#FSFFvUVM80UwZmlNuKP6Mt7Vt3TppTHn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4355625rem;width:6.5625rem;top:53.375rem;left:44.75rem;overflow:hidden;display:block; }
#s0HTo0q5DvKM4d3KFPnc538ar1bzt9CN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4355625rem;width:6.5625rem;top:54.5625rem;left:20.3125rem;overflow:hidden;display:block; }
#tGMNhqWzAkrtmXgDPVfS1VbETgghdWsu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3745rem;width:6.43675rem;top:54.625rem;left:33.25rem;overflow:hidden;display:block; }
#hqIaXawoxitO6dGkazBvNkTEUeNH84Us { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.99825rem;width:27.87325rem;top:30.5078125rem;left:28.592666625976rem;overflow:hidden;display:block; }
#xDyGcMKxMq7xdmWand67i3oK2XNeKkmE { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8748125rem;width:10.8745625rem;top:45.603302001953rem;left:11.905380249024rem;overflow:hidden;display:block; }
#eMfpt0sMoQ3qtbZl9MQrULhGwNb7FD8p { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.061rem;width:10.061875rem;top:30.507814407349rem;left:3.7565078735351rem;overflow:hidden;display:block; }
#Bru2RQ1WE9DQx7ZHw8tqzIHWxiN0FWvA { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.436625rem;width:6.8120625rem;top:45.375rem;left:39.125rem;overflow:hidden;display:none; }
#IKIa789PP3as37n65hxUVCcFUZgv9ST6 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:9.375rem;top:49.916456222534rem;left:37.841796875rem;overflow:hidden;display:none; }
#dkEdRlFL9nU3gh0a2K90O2EFGAkXeprQ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.436625rem;width:6.8120625rem;top:45.375rem;left:39.125rem;overflow:hidden;display:none; }
#yE5IshUVbBwEv090UbzzIhBI1SJ1t1st { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:9.375rem;top:49.916456222534rem;left:37.841796875rem;overflow:hidden;display:none; }
#awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO { 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/dfc81082-d391-46b8-b5e5-b20e8e3fe20f/AdobeStock_324531948Przekonwertowany12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO.adaptive-delivery-prevent-bg, #awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO.lazyload, #awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO.lazyloading { background-image: none; }#awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO > .row .container { background-color: transparent; background-image: none; }#awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO > .row .container > .video-iframe-container { display: none; }#awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO > .row > .video-iframe-container { display: none; }#awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO > .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); }#awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO > .row .container { border-width: 0; border-radius: 0; }#awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#HhVuHwfudEqyegwWkCUcROvWETQdxeQk { position:absolute;display:block;z-index:15004;background-color:#efeeee;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.625rem;width:18rem;top:7.4375rem;left:1.25rem;display:block; }
#uVftbmI9sUNh1BwkziMq0BaWSTqXbe6s { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:13.75rem;left:0.8125rem;height:2.799475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyTfSQn0kWwJzzfLXtxxZVT6WLdblB74 { box-sizing:content-box;height:5.561525rem;width:5.7495125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.8125rem;left:7.3125rem;display:block; }
#h6lwIbO4DhuQ5RMhQRsldXs7dTyk9Lrn { 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:3.999025rem;width:3.93676875rem;top:7.4375rem;left:8.3125rem;overflow:hidden;display:block; }
#WH2LeFtT7TOpxxwc3MVx0ExpgCTCoGpK { position:absolute;display:block;z-index:15008;background-color:#efeeee;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.8125rem;width:18rem;top:7.4375rem;left:21.25rem;display:block; }
#y90KhzKo82qiORghrmkAD1z6tvPmcioX { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:13.75rem;left:20.8125rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B1MQIb2OVr1R1lBSA3TqybZv5TdSXsVy { box-sizing:content-box;height:5.561525rem;width:5.7495125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.8125rem;left:27.3125rem;display:block; }
#dAm7ERvvMwIux1arrq7IQ8IfBTlk3GDf { position:absolute;display:block;z-index:15012;background-color:#efeeee;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.75rem;width:18rem;top:7.5rem;left:41.25rem;display:block; }
#yAJEWAauv3fnR2eiuKND3RMzkiUxsqmD { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:13.75rem;left:41.375rem;height:4.1992125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATdHeTQdxn825TKCFSBs7Ge9o5gPsB4N { box-sizing:content-box;height:5.561525rem;width:5.74829375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.75rem;left:47.3125rem;display:block; }
#dh3IzRw26lheRzDTorDtkzoIWnCGpC1l { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87426875rem;width:5.37475625rem;top:6.8125rem;left:27.3125rem;overflow:hidden;display:block; }
#dpz2TzPy8cOp8bK4XDJXD9gIv9yn6gSu { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12475625rem;width:4.43725625rem;top:7.4375rem;left:48.0625rem;overflow:hidden;display:block; }
#zJAig7zdgHde4tLMDwRnK6VKAtMZqT1V { box-sizing:content-box;height:5.561525rem;width:5.7495125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.02880859375rem;left:7.125244140625rem;display:none; }
#NhXfJx4n0UEFB1P8WhTS2dDSNUQT1I0y { box-sizing:content-box;height:5.561525rem;width:5.7495125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.02880859375rem;left:7.125244140625rem;display:none; }
#fcsB8qeuazZRrfrCEf6Htg5yOSDdTTbR { color:#3a3a3a;display:block;width:38.8733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.34130859375rem;left:10.562744140625rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U6xe7xqJb5DHwdkT5ykrfNBa9InKnk7S { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.49925rem;width:31.93725rem;top:26.5rem;left:3.0625rem;overflow:hidden;display:block; }
#XdZkQ6wOaLt1pIhsxReqgfspyyDyfkBq { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.74975rem;width:19.624rem;top:23.123779296875rem;left:39.248046875rem;overflow:hidden;display:block; }
#vQhEz9wLcFQFZT6CmbQl1Mm8A87neo9A { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:34.5rem;top:26.5rem;left:0rem;overflow:hidden;display:block; }
#gW47Tl9S31xOIdQRVws0f5s5zD4tTkos { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#gW47Tl9S31xOIdQRVws0f5s5zD4tTkos > .row .container { background-color: transparent; background-image: none; }#gW47Tl9S31xOIdQRVws0f5s5zD4tTkos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gW47Tl9S31xOIdQRVws0f5s5zD4tTkos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gW47Tl9S31xOIdQRVws0f5s5zD4tTkos > .row .container > .video-iframe-container { display: none; }#gW47Tl9S31xOIdQRVws0f5s5zD4tTkos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gW47Tl9S31xOIdQRVws0f5s5zD4tTkos > .row > .video-iframe-container { display: none; }#gW47Tl9S31xOIdQRVws0f5s5zD4tTkos > .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); }#gW47Tl9S31xOIdQRVws0f5s5zD4tTkos > .row .container { border-width: 0; border-radius: 0; }#gW47Tl9S31xOIdQRVws0f5s5zD4tTkos > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gW47Tl9S31xOIdQRVws0f5s5zD4tTkos > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#UqOFvp3EqiJPSwxUqSdOTXnpZRgFK0Ii { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:28.1875rem; }
#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row .container { background-color: transparent; background-image: none; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row .container > .video-iframe-container { display: none; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row > .video-iframe-container { display: none; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .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); }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row .container { border-width: 0; border-radius: 0; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:60rem;position:relative;display:block; }#BtlZkDUQHlHfih63rfTBMdUZxLG8ohIz { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:kalnia;font-size:2.6875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5308160781861rem;left:0rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NQfQqGn5gQT9NxlwoRkBadgJCNX8zETV { color:rgba(var(--color-tertiary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:12.75rem;left:30rem;height:8.4364375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XsDgbXX9xglE9tbilqd4ON0UsB56c8Xp { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6860625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.875rem;left:30rem;display:block; }
#Jtwm4CCfGOlgngKwOTzOcS6bNaZQlgTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OADMyvVxcpxfQB5rpfAZkNtvWCpy7QJh { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.622625rem;width:30rem;top:10.3125rem;left:0rem;overflow:hidden;display:block; }
#WLkRnQyqH5NZ8N3nVedCZswx6scr9wW6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.872625rem;width:14.436875rem;top:34.8125rem;left:14.875rem;overflow:hidden;display:block; }
#LwZu3r94wriODcUKr1ZWI1KTc14hauVJ { color:#3a3a3a;display:block;width:23.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.625rem;left:30rem;height:1.8684875rem;font-style:normal;display:block; }
#PNQkPMT0nvElrsDrPhKesT5yJuvUbVr0 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:27.6875rem;left:30rem;height:5.06184375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XuoHOTIh5M94PoOLLtARq3F5vqV5oM1O { 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:16.6221875rem;width:12.7463125rem;top:32.126738548279rem;left:46.812065124512rem;overflow:hidden;display:block; }
#nu9MXIg2VaRInGz2TECLtVEEcSTPEDbd { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.436625rem;width:8.8748125rem;top:8.375rem;left:0.8125rem;overflow:hidden;display:block; }
#VTNlLEfSQBuaeCVkVmT8HvD9gDPTBQ40 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:kalnia;font-size:2.6875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.622802734375rem;left:0rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sqGaaqxtwCw5vQaPdpLDMxeRvWtOVT1y { position:relative;display:block; }#sqGaaqxtwCw5vQaPdpLDMxeRvWtOVT1y { background-color: transparent; background-image: none; }#sqGaaqxtwCw5vQaPdpLDMxeRvWtOVT1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqGaaqxtwCw5vQaPdpLDMxeRvWtOVT1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqGaaqxtwCw5vQaPdpLDMxeRvWtOVT1y > .row .container > .video-iframe-container { display: none; }#sqGaaqxtwCw5vQaPdpLDMxeRvWtOVT1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqGaaqxtwCw5vQaPdpLDMxeRvWtOVT1y > .row > .video-iframe-container { display: none; }#sqGaaqxtwCw5vQaPdpLDMxeRvWtOVT1y > .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); }#sqGaaqxtwCw5vQaPdpLDMxeRvWtOVT1y { border-width: 0; border-radius: 0; }#sqGaaqxtwCw5vQaPdpLDMxeRvWtOVT1y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sqGaaqxtwCw5vQaPdpLDMxeRvWtOVT1y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EILo9FGDx2a2pXkbzKfoUqV3mpGQogHW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.0625rem;width:42.874375rem;top:5.208767414093rem;left:8.5611991882325rem;display:block; }
#Qcp2kKhAPPmbIRPF5eSIoQXaXtfg88Xe { color:#999999;display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.1213130950927rem;left:8.59375rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AXkWvhMmTbKlIcRJkE3aJfDRFsMZbdgN { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.0625rem;width:42.874375rem;top:33.681641936302rem;left:8.5611991882325rem;display:block; }
#adHFQf4l2OwLzo66g0HTLcpUzpeVcFyA { color:#7b7b7b;display:block;width:42.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:30.645617842674rem;left:8.7174491882325rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCgUETlMngZRf7rKA5edz7Gm32nOqUn1 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.561875rem;width:13.3745625rem;top:2.1223959922791rem;left:3.2855911254883rem;overflow:hidden;display:block; }
#F4EOyThoxRN1D2JryP2ioReXO1xsUT24 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.9998125rem;width:10.8105625rem;top:33.682729125023rem;left:49.189453125rem;overflow:hidden;display:block; }
#yPAoPuvT0VkMJTFaycss86Sve2SWbLsc { 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/715db08b-fa0a-433d-b6e0-3afe059df7bb/plama2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yPAoPuvT0VkMJTFaycss86Sve2SWbLsc.adaptive-delivery-prevent-bg, #yPAoPuvT0VkMJTFaycss86Sve2SWbLsc.lazyload, #yPAoPuvT0VkMJTFaycss86Sve2SWbLsc.lazyloading { background-image: none; }#yPAoPuvT0VkMJTFaycss86Sve2SWbLsc > .row .container { background-color: transparent; background-image: none; }#yPAoPuvT0VkMJTFaycss86Sve2SWbLsc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPAoPuvT0VkMJTFaycss86Sve2SWbLsc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPAoPuvT0VkMJTFaycss86Sve2SWbLsc > .row .container > .video-iframe-container { display: none; }#yPAoPuvT0VkMJTFaycss86Sve2SWbLsc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPAoPuvT0VkMJTFaycss86Sve2SWbLsc > .row > .video-iframe-container { display: none; }#yPAoPuvT0VkMJTFaycss86Sve2SWbLsc > .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); }#yPAoPuvT0VkMJTFaycss86Sve2SWbLsc > .row .container { border-width: 0; border-radius: 0; }#yPAoPuvT0VkMJTFaycss86Sve2SWbLsc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPAoPuvT0VkMJTFaycss86Sve2SWbLsc > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#CZzyLPyXfCqBris02vyXt2miODuPbe2x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:20.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bKHVW568FVHuL8KaEFBE7Dm3nfbLI2ww { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:20.1875rem;top:0rem;left:20rem;overflow:hidden;display:block; }
#LgH1l1BFwP3ekm0x9HBF6ZPGN52vqLcI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:20.3125rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#DlfpVRJrKIBcy89pNbBn3W2ggO3iZDun { position:absolute;display:block;z-index:15012;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.245875rem;width:9.620375rem;top:6.9384765625rem;left:13.8037109375rem;overflow:hidden;display:block; }
#JSaPUQHDnEsPapDqTnbgd0polNSJ0McR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#JSaPUQHDnEsPapDqTnbgd0polNSJ0McR > .row .container { background-color: transparent; background-image: none; }#JSaPUQHDnEsPapDqTnbgd0polNSJ0McR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSaPUQHDnEsPapDqTnbgd0polNSJ0McR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSaPUQHDnEsPapDqTnbgd0polNSJ0McR > .row .container > .video-iframe-container { display: none; }#JSaPUQHDnEsPapDqTnbgd0polNSJ0McR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSaPUQHDnEsPapDqTnbgd0polNSJ0McR > .row > .video-iframe-container { display: none; }#JSaPUQHDnEsPapDqTnbgd0polNSJ0McR > .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); }#JSaPUQHDnEsPapDqTnbgd0polNSJ0McR > .row .container { border-width: 0; border-radius: 0; }#JSaPUQHDnEsPapDqTnbgd0polNSJ0McR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSaPUQHDnEsPapDqTnbgd0polNSJ0McR > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#UuyElaSJgSrS0T7c0VKKcrVCSTqR4DcW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:28.21875rem; }
#MiTW9mqRSFddg3CZVkAM0ReihtabuSeK { position:relative;display:block; }#MiTW9mqRSFddg3CZVkAM0ReihtabuSeK { background-color: transparent; background-image: none; }#MiTW9mqRSFddg3CZVkAM0ReihtabuSeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiTW9mqRSFddg3CZVkAM0ReihtabuSeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiTW9mqRSFddg3CZVkAM0ReihtabuSeK > .row .container > .video-iframe-container { display: none; }#MiTW9mqRSFddg3CZVkAM0ReihtabuSeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiTW9mqRSFddg3CZVkAM0ReihtabuSeK > .row > .video-iframe-container { display: none; }#MiTW9mqRSFddg3CZVkAM0ReihtabuSeK > .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); }#MiTW9mqRSFddg3CZVkAM0ReihtabuSeK { border-width: 0; border-radius: 0; }#MiTW9mqRSFddg3CZVkAM0ReihtabuSeK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MiTW9mqRSFddg3CZVkAM0ReihtabuSeK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:71.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LMwZ3nxCyyxSoAte9Flr6crZX35lrxnb { 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:30.0610625rem;width:30.0610625rem;top:13.58154296875rem;left:0rem;overflow:hidden;display:block; }
#k813o1fCauwufKTogEXJF0fcy4VNF10X { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:kalnia;font-size:2.6875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.446044921875rem;left:0rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ObLCDvHTac18Lyr3vHXP8crhekAianoE { color:rgba(var(--color-tertiary-3),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:9.085693359375rem;left:4.0625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PqzcflgHeOe5a1Ds5p1GNF2HH4OQifE2 { color:#ff8900;display:block;width:23.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:14.14306640625rem;left:27.998046875rem;height:3.4982625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ps3J0nsQ69t3edVSTBsDp5mwmlZywJEA { color:rgba(var(--color-tertiary-3),1);display:block;width:27.1228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.9;letter-spacing:0;top:20.510498046875rem;left:27.998046875rem;height:17.1007rem;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; }
#KAqEq4e1IUyFAuUrrQxJ6Sz7us6kUPdT { color:rgba(var(--color-tertiary-3),1);display:block;width:23.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:20.322265625rem;left:27.998046875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HAkOSewlLGstmKeGDVcZki9QsBvaDakC { box-sizing:content-box;height:11.3733125rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:52.1875rem;left:6.9375rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#rRc3WAAH1rsF9ukDbSactqXK8e6zmr7K { color:rgba(var(--color-tertiary-3),1);display:block;width:39.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15031;line-height:1.6;letter-spacing:0;top:47.875rem;left:10.375rem;height:1.99978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BA9tHTUk9BVH1fvkiZczTNDrb5cTDdB1 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.4983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:56.5625rem;left:7.875rem;height:2.799475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g3VfKN3kGFdyFCLbclZhNZunvUQh7bsz { box-sizing:content-box;height:11.3733125rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:52.1875rem;left:19rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#HFTml33UBzwkfiiPQ08FXziMwXGJ0xkB { color:#ff8900;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:56.5625rem;left:20.8125rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v1TaBMbltASk09wum5EykBeUWvODHl8J { box-sizing:content-box;height:11.3733125rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:52.3125rem;left:31rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#UvTTX6TGqXS2QERfBHThBneaMV4mLdlh { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:56rem;left:32.8125rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6sy2i0851DXJptVHnTh5BFrJ6dncQSP { box-sizing:content-box;height:11.3733125rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:52.3125rem;left:43.125rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#xldE1LXUFgesoa71w4B4zWM4Ievkx7Se { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15056;line-height:1.4;letter-spacing:0;top:55.3125rem;left:44.9375rem;height:5.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g3LWeoKSSMeil30DrrfRmIL5C85t2Ly2 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:17.3125rem;top:49.8125rem;left:0rem;overflow:hidden;display:block; }
#xBsgPnyZ1SyAeq5zzBCEqu1g65ZT7UDT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.2485625rem;width:19.1235625rem;top:47.75rem;left:1.75rem;overflow:hidden;display:block; }
#BJZbt2tOOBVAWXCgUP0FBB30tXNeSs5u { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:6.5625rem;top:55rem;left:27.25rem;overflow:hidden;display:block; }
#K7JWDpuxa8vlO4reWaabb9dyu76kwDbz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:6.5625rem;top:55rem;left:39.875rem;overflow:hidden;display:block; }
#iXVUWIx5GkCpfDl65KL8FhqCSudrG2UT { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.624rem;width:20rem;top:71.497802734375rem;left:20rem;overflow:hidden;display:block; }
#h5c8zXserpIQDzpRdhrRD2Z41czTh6cB { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6860625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.630126953125rem;left:27.998046875rem;display:block; }
#yxOpvEgp4TmxxUtxHEZAWIETZmWK2r28 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P61xu8wkRaRkAVek2sQ2UFyIIPOECvZd { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VU663NsTLTavE74SOh7eH9iVMGfCgRLf { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#BA9gn6VLMRVERTIQhHrfIGIzoQLHe8Wz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#G5tUTQOynM7rJPGSUUUKSZqC56LMxxap { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hqbKGq64Dl52yZXArfpuVepk9MPSq6Hf { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6228125rem;width:19.9353125rem;top:71.497802734375rem;left:0.125rem;overflow:hidden;display:block; }
#KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA { 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/acc7d4a8-4e64-4c25-856d-8bb889d1d04b/Beznazwy1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA.adaptive-delivery-prevent-bg, #KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA.lazyload, #KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA.lazyloading { background-image: none; }#KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA > .row .container { background-color: transparent; background-image: none; }#KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA > .row .container > .video-iframe-container { display: none; }#KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA > .row > .video-iframe-container { display: none; }#KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA > .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); }#KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA > .row .container { border-width: 0; border-radius: 0; }#KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#VCyTeId9CkXmvQ3RZ79AbbTaXgJVS4Vo { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5605625rem;width:20rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#TwUP0Us6LFvoFLPqmnOyLAXlqyLraaHe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#TwUP0Us6LFvoFLPqmnOyLAXlqyLraaHe > .row .container { background-color: transparent; background-image: none; }#TwUP0Us6LFvoFLPqmnOyLAXlqyLraaHe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwUP0Us6LFvoFLPqmnOyLAXlqyLraaHe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwUP0Us6LFvoFLPqmnOyLAXlqyLraaHe > .row .container > .video-iframe-container { display: none; }#TwUP0Us6LFvoFLPqmnOyLAXlqyLraaHe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwUP0Us6LFvoFLPqmnOyLAXlqyLraaHe > .row > .video-iframe-container { display: none; }#TwUP0Us6LFvoFLPqmnOyLAXlqyLraaHe > .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); }#TwUP0Us6LFvoFLPqmnOyLAXlqyLraaHe > .row .container { border-width: 0; border-radius: 0; }#TwUP0Us6LFvoFLPqmnOyLAXlqyLraaHe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwUP0Us6LFvoFLPqmnOyLAXlqyLraaHe > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#pgRrC2AXRZT5N7ZGcb8DGePeD9WLMzdT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:28.21875rem; }
#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row .container { background-color: transparent; background-image: none; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row .container > .video-iframe-container { display: none; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row > .video-iframe-container { display: none; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .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); }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row .container { border-width: 0; border-radius: 0; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:60rem;position:relative;display:block; }#Ohx1kk0iprXhKTLCBEkSiHCx57eTcqu1 { color:rgba(var(--color-tertiary-3),1);display:block;width:22.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:11.1875rem;left:34rem;height:25.2018125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BpT4Z0vwoBtkMiFTTrwaiWCVXmG7TAQu { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:kalnia;font-size:2.6875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.8095703125rem;left:0rem;height:3.493925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gcaVNz4x51hW88WOGJVboUUZcZQ5ndtN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:28.6865rem;top:11.1875rem;left:2.1875rem;overflow:hidden;display:block; }
#QJWXTqc0rnkN2kTAXE1DaSbfuE55PSI8 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6860625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.623046875rem;left:33.9990234375rem;display:block; }
#Q6AF6MLH0iZBPgkIkthvoPMDSxTG6Xs4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#flefD7H0LWRWUgpFLasPk61vr3qOwl9I { color:#3a3a3a;display:block;width:38.872625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:45.886505126953rem;left:10.563152313233rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKB2TwQdK8ioaNdU8Mlmz0s4Mp8OrVLH { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:8.186875rem;top:40.635852813721rem;left:18.306205749512rem;overflow:hidden;display:block; }
#fTe5vrzZsqM4DohorAAXIrhnITRLCG04 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.6875rem;top:1.875rem;left:2.375rem;display:none; }
#Bf72TXIMe8H3u68Lib3xPSknbH34pFWX { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9998125rem;width:9.3120625rem;top:1.4409723281861rem;left:2.1875rem;overflow:hidden;display:block; }
#DmN69S2hL6kpaupbmJXxXyW4oa5cqsXw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DmN69S2hL6kpaupbmJXxXyW4oa5cqsXw > .row .container { background-color: transparent; background-image: none; }#DmN69S2hL6kpaupbmJXxXyW4oa5cqsXw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmN69S2hL6kpaupbmJXxXyW4oa5cqsXw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmN69S2hL6kpaupbmJXxXyW4oa5cqsXw > .row .container > .video-iframe-container { display: none; }#DmN69S2hL6kpaupbmJXxXyW4oa5cqsXw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmN69S2hL6kpaupbmJXxXyW4oa5cqsXw > .row > .video-iframe-container { display: none; }#DmN69S2hL6kpaupbmJXxXyW4oa5cqsXw > .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); }#DmN69S2hL6kpaupbmJXxXyW4oa5cqsXw > .row .container { border-width: 0; border-radius: 0; }#DmN69S2hL6kpaupbmJXxXyW4oa5cqsXw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmN69S2hL6kpaupbmJXxXyW4oa5cqsXw > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#z7agEF4XHBHXTKLoIz3szVlsW21QlDnU { color:rgba(var(--color-tertiary-3),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:6.1875rem;left:3.8125rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hmr3DLlbFJZTkxKipqgNWhkxJWSQTPng { color:rgba(var(--color-tertiary-3),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:6.1875rem;left:18.8125rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eiENSMMoQrbdduJTPB6OvnkIzgv38d9s { color:rgba(var(--color-tertiary-3),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:6.1875rem;left:33.8125rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRvdncW4pM1Hz0fFxL5uidBP4Xr6rIkD { color:rgba(var(--color-tertiary-3),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:6.1875rem;left:48.8125rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qR8cWQ2GuLEI0MhkZO7QTe6ANxWrA1be { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.625rem;left:6.4375rem; }
#o6TzoUtuw5w88Uv975R9dCBql2TVIpF0 { position:absolute;display:block;z-index:15005;background-color:#efeeee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12rem;width:12.5rem;top:0rem;left:1.625rem;display:block; }
#zcq81gWKOCevzlNrsmTVPIzV154DH2W0 { position:absolute;display:block;z-index:15006;background-color:#efeeee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.9995rem;width:12.5rem;top:0rem;left:16.75rem;display:block; }
#tTE8JFk34R77ipHDM2sEBrdmvJ28zoC3 { position:absolute;display:block;z-index:15007;background-color:#efeeee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.9983125rem;width:12.5rem;top:0.0625rem;left:31.75rem;display:block; }
#TsWdAlNEhD5aQrJklP6kaQPfTRnwAGkm { position:absolute;display:block;z-index:15008;background-color:#efeeee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.9983125rem;width:12.5rem;top:0rem;left:46.75rem;display:block; }
#nbvaSJu1ia168gmUGc3ygDOHTLoNqVqp { position:absolute;display:block;z-index:15005;background-color:#efeeee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12rem;width:12.5rem;top:1.904296875rem;left:1.1474609375rem;display:none; }
#TKVvC0NMHkKDThnlPOCDnOGtBT39p7Ay { position:absolute;display:block;z-index:15005;background-color:#efeeee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12rem;width:12.5rem;top:1.904296875rem;left:1.1474609375rem;display:none; }
#NrndeBOBnPivf4lLoX9EEPvVHgsk4nXr { position:absolute;display:block;z-index:15005;background-color:#efeeee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12rem;width:12.5rem;top:1.904296875rem;left:1.1474609375rem;display:none; }
#TO7UShsITNLy3XsqXtkcvNcIfIWVKVTI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.625rem;left:21.4375rem; }
#qi27WTLTTMW6gJ8WwtV8pVO8PkC0TVnw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.625rem;left:51.4375rem; }
#QO9UQFJrICKVJs0NX0wCBvG8GX2JZemd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.625rem;left:36.4375rem; }
#QxsTSJwXUg1eSm1CUPkdBHMZGIw7ViEv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QxsTSJwXUg1eSm1CUPkdBHMZGIw7ViEv > .row .container { background-color: transparent; background-image: none; }#QxsTSJwXUg1eSm1CUPkdBHMZGIw7ViEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxsTSJwXUg1eSm1CUPkdBHMZGIw7ViEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxsTSJwXUg1eSm1CUPkdBHMZGIw7ViEv > .row .container > .video-iframe-container { display: none; }#QxsTSJwXUg1eSm1CUPkdBHMZGIw7ViEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxsTSJwXUg1eSm1CUPkdBHMZGIw7ViEv > .row > .video-iframe-container { display: none; }#QxsTSJwXUg1eSm1CUPkdBHMZGIw7ViEv > .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); }#QxsTSJwXUg1eSm1CUPkdBHMZGIw7ViEv > .row .container { border-width: 0; border-radius: 0; }#QxsTSJwXUg1eSm1CUPkdBHMZGIw7ViEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QxsTSJwXUg1eSm1CUPkdBHMZGIw7ViEv > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#IsWzBoxJgGVOVZZ7APHBg5RhVovmZ0BF { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:26.6875rem;width:31.5rem;top:6.5625rem;left:2.25rem;display:block; }
#eIwTQTrx6gLfKeVTWosgN4UzMs0M5wWo { color:rgba(var(--color-tertiary-3),1);display:block;width:23.31175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:10.25rem;left:6.3125rem;height:18.0013125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#V20LwI0ML3suaQTRLRSFHJi7IUtqTvnI { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:29.6875rem;left:6.3125rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gWseLMJ9t15erhpz4MuuM8PdLS1eb5mq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.49926875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:4.125rem;left:1.5rem; }
#H1qyOkcfogQssDJvPQSl8ChqkOEbrlOo { 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:8.5625rem;width:9.625rem;display:none; }
#O02npyBGKMau6dbDuzCibfRBOkTdlFtk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.49926875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:30.875rem;left:28.5625rem; }
#hBqMdybTBp5XhNxrvUwl982L3iXrtU1z { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9353125rem;width:14.9353125rem;top:5.125rem;left:34.5rem;overflow:hidden;display:block; }
#AklAanRql6yO5z052H15SivG2R4BXVJs { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.12425rem;width:16.12425rem;top:20.0625rem;left:41.875rem;overflow:hidden;display:block; }
#aNTmxQoIgqxiSabFaIxTcruNspXiHo4C { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.6875rem;width:56.6875rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#m3GToq5Hy5SG4gXTnvnrfR7CSJTZlUhv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#m3GToq5Hy5SG4gXTnvnrfR7CSJTZlUhv > .row .container { background-color: transparent; background-image: none; }#m3GToq5Hy5SG4gXTnvnrfR7CSJTZlUhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3GToq5Hy5SG4gXTnvnrfR7CSJTZlUhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3GToq5Hy5SG4gXTnvnrfR7CSJTZlUhv > .row .container > .video-iframe-container { display: none; }#m3GToq5Hy5SG4gXTnvnrfR7CSJTZlUhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3GToq5Hy5SG4gXTnvnrfR7CSJTZlUhv > .row > .video-iframe-container { display: none; }#m3GToq5Hy5SG4gXTnvnrfR7CSJTZlUhv > .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); }#m3GToq5Hy5SG4gXTnvnrfR7CSJTZlUhv > .row .container { border-width: 0; border-radius: 0; }#m3GToq5Hy5SG4gXTnvnrfR7CSJTZlUhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m3GToq5Hy5SG4gXTnvnrfR7CSJTZlUhv > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#J6gyIBq7bTKbViEc6cQFveQm15ax4X3D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:28.375rem; }
#GltLTSDJloq5CPgzqRg7bR6ipa5hk2TR { position:relative;display:block; }#GltLTSDJloq5CPgzqRg7bR6ipa5hk2TR { background-color: transparent; background-image: none; }#GltLTSDJloq5CPgzqRg7bR6ipa5hk2TR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GltLTSDJloq5CPgzqRg7bR6ipa5hk2TR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GltLTSDJloq5CPgzqRg7bR6ipa5hk2TR > .row .container > .video-iframe-container { display: none; }#GltLTSDJloq5CPgzqRg7bR6ipa5hk2TR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GltLTSDJloq5CPgzqRg7bR6ipa5hk2TR > .row > .video-iframe-container { display: none; }#GltLTSDJloq5CPgzqRg7bR6ipa5hk2TR > .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); }#GltLTSDJloq5CPgzqRg7bR6ipa5hk2TR { border-width: 0; border-radius: 0; }#GltLTSDJloq5CPgzqRg7bR6ipa5hk2TR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GltLTSDJloq5CPgzqRg7bR6ipa5hk2TR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:109.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NC2AHcTifHJv1u54u399UOr4EVOBIGsi { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:kalnia;font-size:2.6875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8114700317383rem;left:0rem;height:6.98785rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vgUbx714532l4T4MdsetIuOHfoEIozTn { position:absolute;display:block;z-index:15012;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:31.685125rem;width:25.9375rem;top:11.5625rem;left:0.25rem;overflow:hidden;display:block; }
#upIyHnaspiJbXtTOE1NtAMAIRd214fC9 { color:rgba(var(--color-tertiary-3),1);display:block;width:22.4353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:12.875rem;left:29.4375rem;height:9.000625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v61ptOqmUSV3v9lFgU6Tsgs5aPztLKSn { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6860625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.6875rem;left:29.4375rem;display:block; }
#dO1tAo3SgqZPzTG44M5b3G2Zzi56Ofk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pfTVbzQVQz9QzuwDg0epalobV5qdoyr7 { color:rgba(var(--color-tertiary-3),1);display:block;width:39.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:43.25rem;left:10.375rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GtuLE3g6gKaugfbtQMXE7GXsQATPqVSd { box-sizing:content-box;height:11.3745rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.3125rem;left:3.5rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#TgmkBl4S58RlucRMFDpxb4gZT9pTbwKr { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:51.5625rem;left:18.3125rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SQ36BwXDITK93wCXONCA9oePJgbgE8J6 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:50.3125rem;left:4.4375rem;height:6.9986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkSMez4R7NJHFdAl55ObmQqNFfglSbCh { box-sizing:content-box;height:11.3733125rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:48rem;left:16.5625rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#w76eJw2LMp0rygQRpPyS7MvivqGyGN18 { box-sizing:content-box;height:11.3733125rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:48rem;left:29.4375rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#UZJGDkwz1mtNtTB4TSdaT6c6siZAt5Z6 { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:52.3125rem;left:44.125rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V0ssODUl1vtgd32mH0Zu4mnJqIxgAQn4 { box-sizing:content-box;height:11.3733125rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:48rem;left:42.375rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#nXPwOsnMG0utTSnnN7M6yXrHe54l9yGt { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:50.8125rem;left:31.1875rem;height:5.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LNRI4HeXWfrrQmQIThuls6FaP05oAMlZ { box-sizing:content-box;height:11.3733125rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:59.5rem;left:9.1875rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#me7PNIE4Gt3f4Iu1ruhC5J2wKTRhDEo4 { box-sizing:content-box;height:11.3733125rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:59.5rem;left:22.375rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#a2cyfMG53bbG2ui67tqdxzxmIsQi1ZcI { box-sizing:content-box;height:11.3733125rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:59.5rem;left:35.5rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#vPoJkw2y8aoWXuTk5dL6sfPaNTfOy654 { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:62.3125rem;left:10.9375rem;height:5.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P7vdJMTksVrvSd8fltRgMme7tyd528A5 { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:60.875rem;left:24.1875rem;height:8.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L1erKFPHlX8Ewmc6CyAuTSUcHSAHOVie { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:62.5rem;left:37.25rem;height:5.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRpR0RZbko7ql1qT1cGQLJ5XTz8gbkuc { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.62425rem;width:7.06175rem;top:59.1875rem;left:48rem;overflow:hidden;display:block; }
#QyJboUfUIXl5laH6hh3cot0sOWJcyHac { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:8.8733125rem;top:57.3125rem;left:2.125rem;overflow:hidden;display:block; }
#HcRLfzRUECqqrUiA06sLonHDADgOHIGQ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.936525rem;width:13.125rem;top:46.6875rem;left:40.8125rem;overflow:hidden;display:block; }
#ViEEFzAE3v9GMyKZkUCvz2no5NBIsTer { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:74.1875rem;left:0rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UtH0MsfgbD419LBRTNi1ISZQZwd5AUCi { box-sizing:content-box;height:11.3733125rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:78rem;left:12.3125rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#eh7mUhdg0sn1e3pnbZCqcrrqVebDuMr6 { box-sizing:content-box;height:11.3733125rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:78rem;left:24.5rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#zViTBKMVs4KwxgyiUJH3K8tC27S7ZNr4 { box-sizing:content-box;height:11.3733125rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:77.875rem;left:36.625rem;border-top:0.0625rem solid #d3d0d0;border-left:0.0625rem solid #d3d0d0;border-right:0.0625rem solid #d3d0d0;border-bottom:0.0625rem solid #d3d0d0;display:block; }
#waPcMN9CFGtC18E2uHXFB9EKWcKbFk8L { color:rgba(var(--color-tertiary-3),1);display:block;width:47.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:94.75rem;left:7.3125rem;height:5.4003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#puQDGv3TNynPMbZZL1i5LT0Q9gJ6WRCx { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:81.6875rem;left:13.9375rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OsFCLHgzGuttT5v9WITQmGkWQuNpu1Jo { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:6.0620125rem;top:75.0625rem;left:9.9375rem;overflow:hidden;display:block; }
#RvcxAnVO0T5iUBn9IbF5fIslzW9TPzFN { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:82.3125rem;left:26.3125rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uh0CGtcLsBJtcd9TGO2R0VkoZ8sXtTZC { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:81.4375rem;left:38.4375rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qUPst9TPeebI1Nl6OiWx7LAux7QSOHZP { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.68575rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:102.75rem;left:22.125rem;display:block; }
#o51ostuVmivSil2MXB73AhN4MzBKAQtU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qyyPw9qpSXJBRnKl3I9Eulh8w4Jmt8Wu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#e5hq1CrxO30o3u00gzIeysMlkdH4vcx9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:31.0625rem;left:7.125rem;display:none; }
#KFehc1EBTvt1KniqkUbICFzG6cmwrrkC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:69.0625rem;left:2.8125rem;display:none; }
#GvJsP386GkZ7Wl84kPAzMMToCATsb7bl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yPV3N3DdUhhfJC4ZDV7mnN4EuZ1MJaCK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.7495125rem;width:25rem;top:80.875rem;left:17.5rem;overflow:hidden;display:block; }
#KLoavNUqW4ZJ4AvpSQBUXsBwTSxps2Aq { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.187rem;width:43.2495rem;top:46.3125rem;left:7.3125rem;overflow:hidden;display:block; }
#JWeUCvwVRgKrUX145TzelbkCxET6tvnT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#oWIWBficTbiNfA5PCHt7LPUgLWGucswM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Q2sB69FofG9mWAzLT0xBpkXpiNfPudTx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LxZMf3C4KotRMlXwvTgnFOT4sU9vNILD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#JWJlK3lMxcmTPGg6MIsOPZTa22CxKGu6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WgRFxENywISb9iiSzd8B7bhy4PvMLUco { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#nSJmCsswwzggRWJv6XZMK1UTV1IbKDAk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#o9P4QTaTFegstf90GtQhnCJoxJCV9t5A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz { 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/715db08b-fa0a-433d-b6e0-3afe059df7bb/plama2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz.adaptive-delivery-prevent-bg, #RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz.lazyload, #RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz.lazyloading { background-image: none; }#RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz > .row .container { background-color: transparent; background-image: none; }#RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz > .row .container > .video-iframe-container { display: none; }#RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz > .row > .video-iframe-container { display: none; }#RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz > .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); }#RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz > .row .container { border-width: 0; border-radius: 0; }#RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#dTXrATRvG7H1nvlwda0Qotdz7QiovVDe { 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:15.3125rem;width:20.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#qxn5Sgz3U4KxzxlPu2mntWTDUZE3SoKZ { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.249rem;width:19.87425rem;top:0rem;left:20rem;overflow:hidden;display:block; }
#PHCeuRLANvZURlCzQc8SfBPM0346vZvv { 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:15.25rem;width:20.0625rem;top:0rem;left:39.90478515625rem;overflow:hidden;display:block; }
#pLe7LK7eoJuOoIAFTp8BEJTM3dwyOVKD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#pLe7LK7eoJuOoIAFTp8BEJTM3dwyOVKD > .row .container { background-color: transparent; background-image: none; }#pLe7LK7eoJuOoIAFTp8BEJTM3dwyOVKD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLe7LK7eoJuOoIAFTp8BEJTM3dwyOVKD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLe7LK7eoJuOoIAFTp8BEJTM3dwyOVKD > .row .container > .video-iframe-container { display: none; }#pLe7LK7eoJuOoIAFTp8BEJTM3dwyOVKD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLe7LK7eoJuOoIAFTp8BEJTM3dwyOVKD > .row > .video-iframe-container { display: none; }#pLe7LK7eoJuOoIAFTp8BEJTM3dwyOVKD > .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); }#pLe7LK7eoJuOoIAFTp8BEJTM3dwyOVKD > .row .container { border-width: 0; border-radius: 0; }#pLe7LK7eoJuOoIAFTp8BEJTM3dwyOVKD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pLe7LK7eoJuOoIAFTp8BEJTM3dwyOVKD > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#l3F0G728ua38r8nXJ48tOWfS4IvAOp45 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:28.40625rem; }
#alty15epTVhrL4Ti6oKWn0aaOEzH5GrT { position:relative;display:block; }#alty15epTVhrL4Ti6oKWn0aaOEzH5GrT { background-color: transparent; background-image: none; }#alty15epTVhrL4Ti6oKWn0aaOEzH5GrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alty15epTVhrL4Ti6oKWn0aaOEzH5GrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alty15epTVhrL4Ti6oKWn0aaOEzH5GrT > .row .container > .video-iframe-container { display: none; }#alty15epTVhrL4Ti6oKWn0aaOEzH5GrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alty15epTVhrL4Ti6oKWn0aaOEzH5GrT > .row > .video-iframe-container { display: none; }#alty15epTVhrL4Ti6oKWn0aaOEzH5GrT > .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); }#alty15epTVhrL4Ti6oKWn0aaOEzH5GrT { border-width: 0; border-radius: 0; }#alty15epTVhrL4Ti6oKWn0aaOEzH5GrT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#alty15epTVhrL4Ti6oKWn0aaOEzH5GrT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:74.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LDteElUJs0ipX5ytQmlJlE7T7VnZCSWR { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:kalnia;font-size:2.6875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.5654296875rem;left:0rem;height:6.987875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKHNuWDG1H6lLfe0J0Fmuw6fKBOzsNUo { color:rgba(var(--color-tertiary-3),1);display:block;width:50.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:14.749755859375rem;left:4.76318359375rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f9KRBX01LZi4OtL7bSkQFZI9D1RnZGNc { color:rgba(var(--color-tertiary-3),1);display:block;width:22.4353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:26.1875rem;left:32.9375rem;height:16.2011875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IWLdTSgvkdzVzbe5HiNb3uJIpXd7Mkxu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5605625rem;width:26.9360625rem;top:24.1875rem;left:3.8125rem;overflow:hidden;display:block; }
#xWauUJBDu4aXMGQF50biH0hGXMpVvyFv { 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:13.5608125rem;width:27.5rem;top:50.5625rem;left:3.3125rem;overflow:hidden;display:block; }
#GMLdMmgvzJuPfi02PQt2s5R1P4VrkkTz { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6860625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:44.75rem;left:32.9375rem;display:block; }
#GxNvkpIXmvqs7fDmqkyKEATyRgVKC89h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HWDnGehRNqoxulxROKX4Tsh7UehzPBbt { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6860625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.75rem;left:32.9375rem;display:block; }
#MZLhzZ6TPhSFmAAQK4FT2tx1bndETdZE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CBzVsSG9xK2OsqwrdERkEhZZMFNGJVTU { color:#3a3a3a;display:block;width:38.872625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:72.888423919675rem;left:10.563152313233rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ePLU3flXobdnxFSZD4aFUSLgRu1e8Hof { 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:20.68575rem;width:8.81075rem;top:54.002788543701rem;left:46.629776000976rem;overflow:hidden;display:block; }
#kSQpZKwdETUcSyEJxAq0zb5iRiGfRTcn { position:absolute;display:block;z-index:14999;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.0603125rem;width:14.4360625rem;top:59.6875rem;left:42.8125rem;overflow:hidden;display:block; }
#kEP5Atn8e2S76pnyBrRNRzcWXJODxfvv { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.7498125rem;width:8.3745625rem;top:20.748698711395rem;left:0rem;overflow:hidden;display:block; }
#lRN3aoc7fxcI10l8Bxd9vhwiZ0zxDgmE { position:relative;display:block; }#lRN3aoc7fxcI10l8Bxd9vhwiZ0zxDgmE { background-color: transparent; background-image: none; }#lRN3aoc7fxcI10l8Bxd9vhwiZ0zxDgmE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRN3aoc7fxcI10l8Bxd9vhwiZ0zxDgmE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRN3aoc7fxcI10l8Bxd9vhwiZ0zxDgmE > .row .container > .video-iframe-container { display: none; }#lRN3aoc7fxcI10l8Bxd9vhwiZ0zxDgmE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRN3aoc7fxcI10l8Bxd9vhwiZ0zxDgmE > .row > .video-iframe-container { display: none; }#lRN3aoc7fxcI10l8Bxd9vhwiZ0zxDgmE > .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); }#lRN3aoc7fxcI10l8Bxd9vhwiZ0zxDgmE { border-width: 0; border-radius: 0; }#lRN3aoc7fxcI10l8Bxd9vhwiZ0zxDgmE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lRN3aoc7fxcI10l8Bxd9vhwiZ0zxDgmE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cgoxTBT5QQTAV2W1eI9gxbAOmeu8TmX2 { color:rgba(var(--color-tertiary-3),1);display:block;width:21.43675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:2.375rem;left:6.375rem;height:7.2005rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b1WUQ34O2eAJ4MpQH5zIHB3Uz0wKtIvx { color:rgba(var(--color-tertiary-3),1);display:block;width:21.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.8125rem;left:6.375rem;height:9.000625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gqhnigqhWR4u7funqHup7Bn67WN39lWZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.061525rem;width:3.2495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.875rem;left:31.375rem; }
#gZXyLVzefTqAec0WZHvI7RlPaK0QkFnw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.87475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.625rem;left:1.125rem; }
#oAAApkZHxb5WrvzqCdRA3GwOBwwgUgy8 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:2.375rem;left:36.8125rem;height:9.000625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QkUVH2oSQZVodHGnVfwr2uAkTVTw0TrB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9370125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.3125rem;left:1.25rem; }
#UgFCOWqisiL9BXXPsXkpl4KZyiAs6R7o { color:rgba(var(--color-tertiary-3),1);display:block;width:21.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:14.8125rem;left:36.8125rem;height:7.2005rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gRJH68AxEEq4JKT8Hd8ReCy0tENpDrVr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.061525rem;width:2.9370125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.4375rem;left:31.625rem; }
#ewihNccTkQ64Wp1MnvdshobKBbTXbToG { box-sizing:content-box;height:5.18676875rem;width:5.18676875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#7dd09f;background-image:none;top:3rem;left:0rem;display:block; }
#qfkZXEs4PIfIJxWIFK34epTpZHon1HuL { box-sizing:content-box;height:5.18676875rem;width:5.18676875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#7dd09f;background-image:none;top:15.375rem;left:0rem;display:block; }
#bLo6wplqFE1vkWtTugkBx4a6S5MK29Jr { box-sizing:content-box;height:5.18676875rem;width:5.18676875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#7dd09f;background-image:none;top:14.8125rem;left:30.5rem;display:block; }
#RA7lQOznwT9xQlUUl8famE0pp0e5yaAZ { box-sizing:content-box;height:5.18676875rem;width:5.18676875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#7dd09f;background-image:none;top:3.375rem;left:30.5rem;display:block; }
#XiucyWWPMsQgoEXtV8dDovVhFDUmJ1vt { box-sizing:content-box;height:5.18676875rem;width:5.18676875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#7dd09f;background-image:none;top:27.5625rem;left:0rem;display:block; }
#vzkHaAxsgQqau2oOW1UJa1bNPBUNVyUU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:28.625rem;left:1.0625rem; }
#mlFkDQSgoCX2yFJERmbwWf65oWvM5Z0k { color:rgba(var(--color-tertiary-3),1);display:block;width:28.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:27.454833984375rem;left:6.37451171875rem;height:5.4003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NKzqfcKiRdiM2PfpLSrvmtTuwiMyAxLp { box-sizing:content-box;height:5.18676875rem;width:5.18676875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#f683b1;background-image:none;top:4.554443359375rem;left:0.865478515625rem;display:none; }
#XKTTWuUCGqHemyRgitkDH268UP6Tu2rW { box-sizing:content-box;height:5.18676875rem;width:5.18676875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#6fdbf2;background-image:none;top:16.9375rem;left:0.875rem;display:none; }
#sp7h2HEH61HSPRAv1TJIdsJzbgokNAHh { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.6875rem;top:1.375rem;left:5rem;display:none; }
#MOeCUTgBDdFt6mtrXNRJmT5kBhKOeBom { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:8.875rem;left:5rem;display:none; }
#rHJUrNTLLEpyKtcfWWxETD6Se51LNwrr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:17rem;left:5.125rem;display:none; }
#dDR5VTfC37ZkKLldhm3JKzuBmqHcKTZJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:25.4375rem;left:5.125rem;display:none; }
#cfSEE6IG49Rmbvo1TiR33qVFz503tSCD { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:34.0625rem;left:5.125rem;display:none; }
#GXre1zATTlFf70pdMSC9WHzbd6CBGN3X { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.7478125rem;width:14.3103125rem;top:23.8125rem;left:39.9375rem;overflow:hidden;display:block; }
#X6Twl7XkSm5GRHby3GdPLMyqo8kuxHhs { 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:13.0603125rem;width:14.4360625rem;top:25.25rem;left:39.0625rem;overflow:hidden;display:block; }
#FiE8vm3tuZbuL7QW97pOoOtoozU2cbz1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FiE8vm3tuZbuL7QW97pOoOtoozU2cbz1 > .row .container { background-color: transparent; background-image: none; }#FiE8vm3tuZbuL7QW97pOoOtoozU2cbz1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiE8vm3tuZbuL7QW97pOoOtoozU2cbz1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiE8vm3tuZbuL7QW97pOoOtoozU2cbz1 > .row .container > .video-iframe-container { display: none; }#FiE8vm3tuZbuL7QW97pOoOtoozU2cbz1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiE8vm3tuZbuL7QW97pOoOtoozU2cbz1 > .row > .video-iframe-container { display: none; }#FiE8vm3tuZbuL7QW97pOoOtoozU2cbz1 > .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); }#FiE8vm3tuZbuL7QW97pOoOtoozU2cbz1 > .row .container { border-width: 0; border-radius: 0; }#FiE8vm3tuZbuL7QW97pOoOtoozU2cbz1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiE8vm3tuZbuL7QW97pOoOtoozU2cbz1 > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#G1mxCshmnka49oM22evp5wWW08bmStbc { position:absolute;display:block;z-index:15008;background-color:#efeeee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.9995rem;width:17.124rem;top:6.9375rem;left:1.4375rem;display:block; }
#ZVwzMT6UyWUDotg4d4778VzSNE2SvJpE { color:rgba(var(--color-tertiary-3),1);display:block;width:12.06175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:10.25rem;left:4rem;height:6.9986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KwA1blT1P1XbNoalaqaVePGWxxdcSuWS { box-sizing:content-box;height:3.93676875rem;width:4.12475625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.8125rem;left:7.9375rem;display:block; }
#xd26qTDWTMqiS1S04txnrr0GyKNGWChI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:5.5rem;left:8.75rem; }
#eKUzIXJzvtvpTzNmuaWTorZI5JtV0AaJ { position:absolute;display:block;z-index:15012;background-color:#efeeee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.9995rem;width:17.124rem;top:7rem;left:21.4375rem;display:block; }
#kHdXPFpnGfTLSKhNbopL52b1Dw0ukeTi { color:rgba(var(--color-tertiary-3),1);display:block;width:12.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:10.375rem;left:23.5rem;height:5.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qHAgzvMbSIJAr8ZrJCnTh3DMCUivTbat { box-sizing:content-box;height:3.93676875rem;width:4.12475625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.875rem;left:27.9375rem;display:block; }
#aOfdpqTRWCXwAMsTkyc8P7rQL7R17fS1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:5.5625rem;left:28.75rem; }
#ePcsB71bQBKeHwAdNUXrkRFkdV3oifh1 { position:absolute;display:block;z-index:15016;background-color:#efeeee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.9995rem;width:17.124rem;top:7.0625rem;left:41.4375rem;display:block; }
#z1NQqwWfEUvZAKBPVoiKUQAOR5h2ys9A { color:rgba(var(--color-tertiary-3),1);display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15051;line-height:1.4;letter-spacing:0;top:10.75rem;left:43.5rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Miiow17zeTRH3bt369el5lEqZQwaLkuV { box-sizing:content-box;height:3.93676875rem;width:4.12475625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15052;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.9375rem;left:47.9375rem;display:block; }
#elRA1VmLx0pZwTVTP2eHpZNcTEixkCzq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:5.625rem;left:48.75rem; }
#gr496OxTQT4dQnErN54qqZsJvcWhSOdm { color:rgba(var(--color-tertiary-3),1);display:block;width:22.4353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:23.0625rem;left:18.8125rem;height:1.80013125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F0vtwkRFSaG0Iyh1cXruc9qiezKKEqvE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:28.875rem;left:9.5rem;display:none; }
#boqRSUHSx4doTc8KE5kBTlFHHeb3yURQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8728125rem;height:2.99926875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.5625rem;left:22.0625rem;display:block; }
#nMVIcf7c9M6HECmTEyaWDMIo1L5DqfHl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVg2OmacM0wGmfiB3BCskUpDB2ohEHUP { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.12425rem;width:14.24925rem;top:25.375rem;left:2.1875rem;overflow:hidden;display:block; }
#W43AOpPu0Cge1kyEMTxUimU0E4q0CLhg { 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:11.687rem;width:12.937rem;top:24.1875rem;left:3.875rem;overflow:hidden;display:block; }
#J39t0DbunvnkHN2WWT90zamCo1kWinTZ { color:#3a3a3a;display:block;width:38.8733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:10.562744140625rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bFn1XFk3JxuS92hC6uQWlFThD0pwhJpK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#bFn1XFk3JxuS92hC6uQWlFThD0pwhJpK > .row .container { background-color: transparent; background-image: none; }#bFn1XFk3JxuS92hC6uQWlFThD0pwhJpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFn1XFk3JxuS92hC6uQWlFThD0pwhJpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFn1XFk3JxuS92hC6uQWlFThD0pwhJpK > .row .container > .video-iframe-container { display: none; }#bFn1XFk3JxuS92hC6uQWlFThD0pwhJpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFn1XFk3JxuS92hC6uQWlFThD0pwhJpK > .row > .video-iframe-container { display: none; }#bFn1XFk3JxuS92hC6uQWlFThD0pwhJpK > .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); }#bFn1XFk3JxuS92hC6uQWlFThD0pwhJpK > .row .container { border-width: 0; border-radius: 0; }#bFn1XFk3JxuS92hC6uQWlFThD0pwhJpK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bFn1XFk3JxuS92hC6uQWlFThD0pwhJpK > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#CE77AcQFkTB9CSR4Gbazs9M4JwnGobZD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:28.40625rem; }
#JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX { 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/715db08b-fa0a-433d-b6e0-3afe059df7bb/plama2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX.adaptive-delivery-prevent-bg, #JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX.lazyload, #JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX.lazyloading { background-image: none; }#JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX > .row .container { background-color: transparent; background-image: none; }#JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX > .row .container > .video-iframe-container { display: none; }#JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX > .row > .video-iframe-container { display: none; }#JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX > .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); }#JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX > .row .container { border-width: 0; border-radius: 0; }#JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#bybRkrbFyf76ic3l59w4NCW2QqMeHyn2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:20.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mNvCyqa3Xl9poqmwgIqyFsamMlMTZATD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:20.0625rem;top:0rem;left:19.9668125rem;overflow:hidden;display:block; }
#E1JrISR2VtqtKzcwCxEwihJn4VdD2clv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:20.1875rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#oKK1684Ff8m3WTqac7gbCABbFDCO8ZpN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8728125rem;height:2.99926875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.5625rem;left:22.0625rem;display:none; }
#QedVTTevMGafw2oNUkeEoTARWTr9OPEN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ucocTIycdsuVuEwADdrTHNw3oT7cGcEM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#ucocTIycdsuVuEwADdrTHNw3oT7cGcEM > .row .container { background-color: transparent; background-image: none; }#ucocTIycdsuVuEwADdrTHNw3oT7cGcEM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucocTIycdsuVuEwADdrTHNw3oT7cGcEM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucocTIycdsuVuEwADdrTHNw3oT7cGcEM > .row .container > .video-iframe-container { display: none; }#ucocTIycdsuVuEwADdrTHNw3oT7cGcEM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucocTIycdsuVuEwADdrTHNw3oT7cGcEM > .row > .video-iframe-container { display: none; }#ucocTIycdsuVuEwADdrTHNw3oT7cGcEM > .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); }#ucocTIycdsuVuEwADdrTHNw3oT7cGcEM > .row .container { border-width: 0; border-radius: 0; }#ucocTIycdsuVuEwADdrTHNw3oT7cGcEM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucocTIycdsuVuEwADdrTHNw3oT7cGcEM > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#SlpeZtEsyDnC5Vaw2Rffo9QsIzNDSEnW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:28.40625rem; }
#WockBNiqKVhHH0c4lK6MJkh2Te2ngKAx { position:relative;display:block; }#WockBNiqKVhHH0c4lK6MJkh2Te2ngKAx { background-color: transparent; background-image: none; }#WockBNiqKVhHH0c4lK6MJkh2Te2ngKAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WockBNiqKVhHH0c4lK6MJkh2Te2ngKAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WockBNiqKVhHH0c4lK6MJkh2Te2ngKAx > .row .container > .video-iframe-container { display: none; }#WockBNiqKVhHH0c4lK6MJkh2Te2ngKAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WockBNiqKVhHH0c4lK6MJkh2Te2ngKAx > .row > .video-iframe-container { display: none; }#WockBNiqKVhHH0c4lK6MJkh2Te2ngKAx > .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); }#WockBNiqKVhHH0c4lK6MJkh2Te2ngKAx { border-width: 0; border-radius: 0; }#WockBNiqKVhHH0c4lK6MJkh2Te2ngKAx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WockBNiqKVhHH0c4lK6MJkh2Te2ngKAx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:83rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tTJMz44K7lbbDcDr1ObxA8ULVACS6TF6 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:kalnia;font-size:2.6875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:3.2486705780029rem;left:0rem;height:5.9114625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UW1SlTZkdBPNASsciTPPTKLUvSQfG4nu { color:rgba(var(--color-tertiary-3),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:13.0625rem;left:4.0625rem;height:3.99956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h4SOwao8JqBeo3EXo9ckZEKeei8tIIQl { color:rgba(var(--color-primary-2),1);display:block;width:23.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:22.625rem;left:31.1875rem;height:1.99978125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O9xTwmVa3L3b3TAs4oXTCTSJX7r6u0cW { color:rgba(var(--color-tertiary-3),1);display:block;width:25.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:25.375rem;left:31.1875rem;height:11.811rem;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; }
#iAehNDCvEB4PWzfdUR4rZvXop5sFlrpN { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.3125rem;width:28.5625rem;top:19.3125rem;left:0rem;overflow:hidden;display:block; }
#zoaA1em8qD5wwQ42vEGLPs0xrxkVATHQ { color:rgba(var(--color-primary-2),1);display:block;width:23.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:57.75rem;left:4.8125rem;height:1.99978125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p7NW3pXUSaqmEwcrsiaTQofhzgcZl7pk { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6860625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.5rem;left:31.1875rem;display:block; }
#olrGAr2u9EnTAW3LSCl9qksDP6UIqNpN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bt7ZfyU26UEkPH5pso1OthGQwwCZXOUi { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.312rem;width:22.1875rem;top:45.4375rem;left:37.8125rem;overflow:hidden;display:block; }
#oVRRbZ9qZEIA9aRC7Jt6nNrA78FIxTf3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.74975rem;width:27.4365rem;top:52.625rem;left:32.5625rem;overflow:hidden;display:block; }
#scBZyNXX1VIzMDrngvbhtGprh6X4rVUW { color:rgba(var(--color-tertiary-3),1);display:block;width:26.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.9;letter-spacing:0;top:60.75rem;left:4.8125rem;height:14.9631125rem;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; }
#egECpmkFV6MFfsi9OEPHWqvsqGBXPwwz { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6860625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.630126953125rem;left:27.998046875rem;display:none; }
#mofCSW51TnSmaxOiyHR7a0Vpr0bCwokq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8PV8nV7T17PLuTqtiMIRZwhwGig4v5E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#r8PV8nV7T17PLuTqtiMIRZwhwGig4v5E > .row .container { background-color: transparent; background-image: none; }#r8PV8nV7T17PLuTqtiMIRZwhwGig4v5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8PV8nV7T17PLuTqtiMIRZwhwGig4v5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8PV8nV7T17PLuTqtiMIRZwhwGig4v5E > .row .container > .video-iframe-container { display: none; }#r8PV8nV7T17PLuTqtiMIRZwhwGig4v5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8PV8nV7T17PLuTqtiMIRZwhwGig4v5E > .row > .video-iframe-container { display: none; }#r8PV8nV7T17PLuTqtiMIRZwhwGig4v5E > .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); }#r8PV8nV7T17PLuTqtiMIRZwhwGig4v5E > .row .container { border-width: 0; border-radius: 0; }#r8PV8nV7T17PLuTqtiMIRZwhwGig4v5E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8PV8nV7T17PLuTqtiMIRZwhwGig4v5E > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:block; }#Z6uOz6iHBzc1GUSIQsI8OfehBHoU8Rgx { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:kalnia;font-size:2.6875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.306640625rem;left:0rem;height:6.98785rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bNmHJHcBVwMXW7Lyh9wcRkXKDyJpNyrG { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.201904296875rem;left:0rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fii9qKQTC6QHV3ILwUNZPlJm7atq0qOI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06176875rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:31.625rem;left:24.6875rem; }
#Fii9qKQTC6QHV3ILwUNZPlJm7atq0qOI > img { max-width: 100%;max-height:100%; width:2.124025rem; height:2.06176875rem; }#U3VQsvdUsfJQi55IQ4nfPdHdhnz2C2GP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:31.5625rem;left:28.75rem; }
#U3VQsvdUsfJQi55IQ4nfPdHdhnz2C2GP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#k1Wixw8soEv9dA4tWZmSNMJqJnW03Xw5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:31.5rem;left:32.5rem; }
#k1Wixw8soEv9dA4tWZmSNMJqJnW03Xw5 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.3120125rem; }#hIeT8Ky595CXtgJQHdsT2MhNb9LLp5Wv { 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:6.5rem;width:6.3125rem;top:17.56103515625rem;left:26.842041015625rem;overflow:hidden;display:block; }
#gpFEVyQ87HJdwD4hdAJfLIi25NNAFQ2I { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:25.623779296875rem;left:21.25rem;display:block; }
#K68AuEEHiIsc0kPKimwPLoTXPaS1kuhe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #qWWkOQW6KZnowp4oTO4yNLQQ6rgcDe4J { width:47.75rem;height:13.5rem;top:11.75rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzfqTTBoIrLlmkHsmX1SNCRV9MvmDF4R { width:24.1875rem;height:8.4375rem;top:28.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwWukysQhxgPTpnhop5BcHXThvXFzaMW { top:0.8125rem;left:0rem;width:7.1875rem;height:7.4353125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9l6El5lgekpMc489LFEM8CCSKCF4hVl { top:0rem;left:0rem;width:9.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvKBeJmkAQbrilyk7IT90XXJO3UkNc4u { top:4.625rem;left:15.125rem;width:32.625rem;height:45.163536940048rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikeakm3hg8nqRaLbvJBuvxLGpRp2I8hd { width:18.1875rem;height:3.4375rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #om978xLnwnLUX6q38dTTmTJ1CLvdXmb8 { display:block; }
 }@media only screen and (max-width: 763px) { #dBAZdgBlgH9z2liFlLQ4uyoc8x5VTlap { top:19.125rem;left:9rem;width:38.75rem;height:34.443626282667rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyBwJ0JhoqFMuct3ob5PKapnEpr4S0gi { top:4.5625rem;left:23.08154296875rem;width:7.1875rem;height:7.99925rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2Nm30L4KUDdse4mnVMQhhrJxt4fB1CG { top:17.3125rem;left:39.125rem;width:8.625rem;height:9.55598981758rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTVPDIgtKuBEPDLFike4WShNQpSsOVzJ { top:1.3125rem;left:39.25rem;width:8.4375rem;height:9.368133989235rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw6qbBTiQhk0lTOgU9CeW14QXnAVAimy { display:block; }#aw6qbBTiQhk0lTOgU9CeW14QXnAVAimy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRgFUdCsPzWglbuypSJsausTg6EXkMKw { width:47.75rem;height:2.5625rem;top:3.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnfxNHOKB57gCVaLCzwE7SVDzCi0QPxc { top:8.5625rem;left:2.65673828125rem;width:42.375rem;height:7.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdTLuC1XIw6axvdsQtMRUCtNCiMBoTkI { top:24.125rem;left:0rem;width:47.75rem;height:17.823098936852rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyiF3mGklUt02hKdLIlW7KDmfyV4rEp2 { top:18.9375rem;left:1.0625rem;width:45.625rem;height:25.437rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw { display:block; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6FCgWJraTsSB6uB31nAKyTH9fvfINUe { width:26.375rem;height:8.875rem;top:13.6875rem;left:21.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5LcKfVEh0XtwVeqTV2cZWdvezQ5CT4R { top:11.8125rem;left:0rem;width:30.6875rem;height:25.448383721663rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvy2sRILenQrtNUhOSgzlkVVLH9No2sq { width:38.8125rem;height:1.8125rem;top:46.4375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNeTHFnGi607OTmTTQaF3KLQHBoKGKBb { width:7.8125rem;height:5.5625rem;top:52.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWvVNsfRcJ184G59wVvw9ZxTelCfo5QS { top:48.25rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l29AylMhPTOqaS37TVKhZzo1VMmJDTv9 { width:7.8125rem;height:4.1875rem;top:60.1875rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPyh2FT5Wh0Wwhdeh9fa0OlgJ2AQN8zi { width:7.8125rem;height:5.5625rem;top:53.8125rem;left:20.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP2O6SSPxddTL0sp1dau36bxswZXDsUk { width:12.25rem;height:6.9375rem;top:58.125rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJQ0SxhkzR5p9MK3t97bA8bWrRT043mc { width:10.5rem;height:5.5625rem;top:51.5625rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXXZLviI4uV7O4xW34cDJfK6GSvgHUzp { top:49.875rem;left:31.716796875rem;width:9.375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUhgFHIv2SJqQKAb9LSLJROWmAFFcbQo { top:55.3125rem;left:5.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f50IWVDI6k4teXd2KmZr9Dyr061Po5Q2 { top:50.3125rem;left:17.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nocW4LoT5Af8idcM3rR5qwtXlq3rLIxp { top:54.6875rem;left:30.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8Jw0nULm1WuSw60ieKluETLzWAUocDT { top:47.6875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F17lPmHIDEE8gB33x5bprFdDstFoQz2W { width:47.75rem;height:3.4375rem;top:4.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFTmPvvsd2LwkafcZ0CveFaOUlBKyphv { width:15.625rem;height:3.4375rem;top:24.9375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwzXup2LKyH82diuFgukNLukiUR61sAp { display:block; }
 }@media only screen and (max-width: 763px) { #treZlCzQ6PhueaECUgQoWALW0BcxwD1h { top:49.75rem;left:5.3125rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPirSbknZS7wRsVUN0uexTANHgZMa9RT { top:42.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZWCUTeZZrEONZwL506JshKAABVcDwdQ { top:42.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cO685XXqsEWMS1GFwggTkJ6UNmGRkiFU { top:42.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAgFzgnEt1wml0KDMUt24XcQVZsuCupo { top:54.625rem;left:2.5625rem;width:6.375rem;height:6.3133471860799rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSFFvUVM80UwZmlNuKP6Mt7Vt3TppTHn { top:53.375rem;left:38.625rem;width:6.5625rem;height:6.4355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0HTo0q5DvKM4d3KFPnc538ar1bzt9CN { top:54.5625rem;left:14.1875rem;width:6.5625rem;height:6.4355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGMNhqWzAkrtmXgDPVfS1VbETgghdWsu { top:54.625rem;left:27.125rem;width:6.375rem;height:6.3133358098068rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqIaXawoxitO6dGkazBvNkTEUeNH84Us { top:30.5rem;left:19.9375rem;width:27.8125rem;height:15.963381669701rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDyGcMKxMq7xdmWand67i3oK2XNeKkmE { top:45.5625rem;left:5.7803802490234rem;width:10.8125rem;height:13.795627194772rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMfpt0sMoQ3qtbZl9MQrULhGwNb7FD8p { top:30.5rem;left:0rem;width:10rem;height:12.98068202994rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bru2RQ1WE9DQx7ZHw8tqzIHWxiN0FWvA { top:45.375rem;left:33rem;width:6.75rem;height:6.3779249559538rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKIa789PP3as37n65hxUVCcFUZgv9ST6 { top:49.875rem;left:31.716796875rem;width:9.375rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkEdRlFL9nU3gh0a2K90O2EFGAkXeprQ { top:45.375rem;left:33rem;width:6.75rem;height:6.3779249559538rem;display:none; }
 }@media only screen and (max-width: 763px) { #yE5IshUVbBwEv090UbzzIhBI1SJ1t1st { top:49.875rem;left:31.716796875rem;width:9.375rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO { display:block; }#awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhVuHwfudEqyegwWkCUcROvWETQdxeQk { width:17.9375rem;height:12.5625rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVftbmI9sUNh1BwkziMq0BaWSTqXbe6s { width:18.75rem;height:2.75rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyTfSQn0kWwJzzfLXtxxZVT6WLdblB74 { top:6.8125rem;left:5.25rem;width:5.6875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6lwIbO4DhuQ5RMhQRsldXs7dTyk9Lrn { top:7.4375rem;left:6.25rem;width:3.875rem;height:3.9362794360222rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH2LeFtT7TOpxxwc3MVx0ExpgCTCoGpK { width:17.9375rem;height:12.8125rem;top:7.4375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y90KhzKo82qiORghrmkAD1z6tvPmcioX { width:18.75rem;height:4.1875rem;top:13.75rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1MQIb2OVr1R1lBSA3TqybZv5TdSXsVy { top:6.8125rem;left:21.125rem;width:5.6875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAm7ERvvMwIux1arrq7IQ8IfBTlk3GDf { width:17.9375rem;height:12.6875rem;top:7.5rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAJEWAauv3fnR2eiuKND3RMzkiUxsqmD { width:17.5rem;height:4.1875rem;top:13.75rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdHeTQdxn825TKCFSBs7Ge9o5gPsB4N { top:6.75rem;left:37rem;width:5.6875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh3IzRw26lheRzDTorDtkzoIWnCGpC1l { top:6.8125rem;left:21.125rem;width:5.3125rem;height:4.8178096884626rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpz2TzPy8cOp8bK4XDJXD9gIv9yn6gSu { top:7.4375rem;left:37.75rem;width:4.375rem;height:4.0668844837956rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJAig7zdgHde4tLMDwRnK6VKAtMZqT1V { top:2rem;left:5.062744140625rem;width:5.6875rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhXfJx4n0UEFB1P8WhTS2dDSNUQT1I0y { top:2rem;left:5.062744140625rem;width:5.6875rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcsB8qeuazZRrfrCEf6Htg5yOSDdTTbR { width:38.8125rem;height:1.8125rem;top:2.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6xe7xqJb5DHwdkT5ykrfNBa9InKnk7S { top:26.5rem;left:0rem;width:31.875rem;height:20.459294201912rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdZkQ6wOaLt1pIhsxReqgfspyyDyfkBq { top:23.0625rem;left:12.125rem;width:19.5625rem;height:24.672186321596rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQhEz9wLcFQFZT6CmbQl1Mm8A87neo9A { top:26.5rem;left:0rem;width:34.5rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW47Tl9S31xOIdQRVws0f5s5zD4tTkos { display:block; }#gW47Tl9S31xOIdQRVws0f5s5zD4tTkos > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqOFvp3EqiJPSwxUqSdOTXnpZRgFK0Ii { top:0rem;left:22.0625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi { display:block; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtlZkDUQHlHfih63rfTBMdUZxLG8ohIz { width:47.75rem;height:3.4375rem;top:3.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQfQqGn5gQT9NxlwoRkBadgJCNX8zETV { width:27.8125rem;height:8.375rem;top:12.75rem;left:19.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsDgbXX9xglE9tbilqd4ON0UsB56c8Xp { width:15.625rem;height:3.4375rem;top:35.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtwm4CCfGOlgngKwOTzOcS6bNaZQlgTi { display:block; }
 }@media only screen and (max-width: 763px) { #OADMyvVxcpxfQB5rpfAZkNtvWCpy7QJh { top:10.3125rem;left:0rem;width:30rem;height:37.622625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLkRnQyqH5NZ8N3nVedCZswx6scr9wW6 { top:34.8125rem;left:9.5rem;width:14.375rem;height:13.813168318975rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwZu3r94wriODcUKr1ZWI1KTc14hauVJ { top:24.625rem;left:23.875rem;width:23.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNQkPMT0nvElrsDrPhKesT5yJuvUbVr0 { width:27.8125rem;height:5rem;top:27.6875rem;left:19.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuoHOTIh5M94PoOLLtARq3F5vqV5oM1O { top:32.125rem;left:35.0625rem;width:12.6875rem;height:16.545491404377rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu9MXIg2VaRInGz2TECLtVEEcSTPEDbd { top:8.375rem;left:0rem;width:8.8125rem;height:11.355270269794rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTNlLEfSQBuaeCVkVmT8HvD9gDPTBQ40 { width:20rem;height:3.5625rem;top:1.9375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqGaaqxtwCw5vQaPdpLDMxeRvWtOVT1y { display:block; }#sqGaaqxtwCw5vQaPdpLDMxeRvWtOVT1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EILo9FGDx2a2pXkbzKfoUqV3mpGQogHW { top:5.1875rem;left:2.4361991882324rem;width:42.8125rem;height:24.02777372848rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcp2kKhAPPmbIRPF5eSIoQXaXtfg88Xe { top:2.0625rem;left:2.46875rem;width:42.8125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXkWvhMmTbKlIcRJkE3aJfDRFsMZbdgN { top:33.625rem;left:2.4361991882324rem;width:42.8125rem;height:24.02777372848rem;display:block; }
 }@media only screen and (max-width: 763px) { #adHFQf4l2OwLzo66g0HTLcpUzpeVcFyA { top:30.625rem;left:2.5924491882324rem;width:42.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCgUETlMngZRf7rKA5edz7Gm32nOqUn1 { top:2.0625rem;left:0rem;width:13.3125rem;height:7.5267853387728rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4EOyThoxRN1D2JryP2ioReXO1xsUT24 { top:33.625rem;left:37rem;width:10.75rem;height:26.84855523244rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPAoPuvT0VkMJTFaycss86Sve2SWbLsc { display:block; }#yPAoPuvT0VkMJTFaycss86Sve2SWbLsc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZzyLPyXfCqBris02vyXt2miODuPbe2x { top:0rem;left:0rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKHVW568FVHuL8KaEFBE7Dm3nfbLI2ww { top:0rem;left:13.125rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgH1l1BFwP3ekm0x9HBF6ZPGN52vqLcI { top:0rem;left:27.4375rem;width:20.3125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlfpVRJrKIBcy89pNbBn3W2ggO3iZDun { top:6.9375rem;left:6.3125rem;width:9.5625rem;height:13.166189435183rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSaPUQHDnEsPapDqTnbgd0polNSJ0McR { display:block; }#JSaPUQHDnEsPapDqTnbgd0polNSJ0McR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuyElaSJgSrS0T7c0VKKcrVCSTqR4DcW { top:0rem;left:22.09375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiTW9mqRSFddg3CZVkAM0ReihtabuSeK { display:block; }#MiTW9mqRSFddg3CZVkAM0ReihtabuSeK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMwZ3nxCyyxSoAte9Flr6crZX35lrxnb { top:13.5625rem;left:0rem;width:30rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #k813o1fCauwufKTogEXJF0fcy4VNF10X { width:47.75rem;height:3.4375rem;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObLCDvHTac18Lyr3vHXP8crhekAianoE { width:47.75rem;height:1.9375rem;top:9.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqzcflgHeOe5a1Ds5p1GNF2HH4OQifE2 { width:23.125rem;height:3.4375rem;top:14.125rem;left:21.873046875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps3J0nsQ69t3edVSTBsDp5mwmlZywJEA { width:27.0625rem;height:17.0625rem;top:20.5rem;left:20.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAqEq4e1IUyFAuUrrQxJ6Sz7us6kUPdT { width:23.125rem;height:1.9375rem;top:20.3125rem;left:21.873046875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAkOSewlLGstmKeGDVcZki9QsBvaDakC { top:52.1875rem;left:0.8125rem;width:11.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRc3WAAH1rsF9ukDbSactqXK8e6zmr7K { width:39.1875rem;height:1.9375rem;top:47.875rem;left:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA9tHTUk9BVH1fvkiZczTNDrb5cTDdB1 { width:9.4375rem;height:2.75rem;top:56.5625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3VfKN3kGFdyFCLbclZhNZunvUQh7bsz { top:52.1875rem;left:12.875rem;width:11.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFTml33UBzwkfiiPQ08FXziMwXGJ0xkB { width:7.8125rem;height:2.75rem;top:56.5625rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1TaBMbltASk09wum5EykBeUWvODHl8J { top:52.3125rem;left:24.875rem;width:11.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvTTX6TGqXS2QERfBHThBneaMV4mLdlh { width:7.8125rem;height:4.1875rem;top:56rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6sy2i0851DXJptVHnTh5BFrJ6dncQSP { top:52.3125rem;left:36.375rem;width:11.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xldE1LXUFgesoa71w4B4zWM4Ievkx7Se { width:7.8125rem;height:5.5625rem;top:55.3125rem;left:38.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3LWeoKSSMeil30DrrfRmIL5C85t2Ly2 { top:49.8125rem;left:0rem;width:17.25rem;height:21.733385801756rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBsgPnyZ1SyAeq5zzBCEqu1g65ZT7UDT { top:47.75rem;left:0rem;width:19.0625rem;height:17.193486969609rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJZbt2tOOBVAWXCgUP0FBB30tXNeSs5u { top:55rem;left:21.125rem;width:6.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7JWDpuxa8vlO4reWaabb9dyu76kwDbz { top:55rem;left:33.75rem;width:6.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXVUWIx5GkCpfDl65KL8FhqCSudrG2UT { top:71.4375rem;left:13.875rem;width:20rem;height:14.624rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5c8zXserpIQDzpRdhrRD2Z41czTh6cB { width:15.625rem;height:3.4375rem;top:39.625rem;left:21.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxOpvEgp4TmxxUtxHEZAWIETZmWK2r28 { display:block; }
 }@media only screen and (max-width: 763px) { #P61xu8wkRaRkAVek2sQ2UFyIIPOECvZd { display:none; }
 }@media only screen and (max-width: 763px) { #VU663NsTLTavE74SOh7eH9iVMGfCgRLf { display:none; }
 }@media only screen and (max-width: 763px) { #BA9gn6VLMRVERTIQhHrfIGIzoQLHe8Wz { display:none; }
 }@media only screen and (max-width: 763px) { #G5tUTQOynM7rJPGSUUUKSZqC56LMxxap { display:none; }
 }@media only screen and (max-width: 763px) { #hqbKGq64Dl52yZXArfpuVepk9MPSq6Hf { top:71.4375rem;left:0rem;width:19.875rem;height:14.57857249228rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA { display:block; }#KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCyTeId9CkXmvQ3RZ79AbbTaXgJVS4Vo { top:0rem;left:27.625rem;width:20rem;height:14.5605625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwUP0Us6LFvoFLPqmnOyLAXlqyLraaHe { display:block; }#TwUP0Us6LFvoFLPqmnOyLAXlqyLraaHe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgRrC2AXRZT5N7ZGcb8DGePeD9WLMzdT { top:0rem;left:22.09375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt { display:block; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ohx1kk0iprXhKTLCBEkSiHCx57eTcqu1 { width:22.375rem;height:25.1875rem;top:11.125rem;left:25.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpT4Z0vwoBtkMiFTTrwaiWCVXmG7TAQu { width:47.75rem;height:3.4375rem;top:4.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcaVNz4x51hW88WOGJVboUUZcZQ5ndtN { top:11.1875rem;left:0rem;width:28.625rem;height:21.517163618141rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJWXTqc0rnkN2kTAXE1DaSbfuE55PSI8 { width:15.625rem;height:3.4375rem;top:38.5625rem;left:27.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6AF6MLH0iZBPgkIkthvoPMDSxTG6Xs4 { display:block; }
 }@media only screen and (max-width: 763px) { #flefD7H0LWRWUgpFLasPk61vr3qOwl9I { width:38.8125rem;height:1.8125rem;top:45.875rem;left:4.4381523132324rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKB2TwQdK8ioaNdU8Mlmz0s4Mp8OrVLH { top:40.625rem;left:12.181205749512rem;width:8.125rem;height:7.1331781051989rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTe5vrzZsqM4DohorAAXIrhnITRLCG04 { top:1.875rem;left:0rem;width:15.0625rem;height:4.6875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bf72TXIMe8H3u68Lib3xPSknbH34pFWX { top:1.4375rem;left:0rem;width:9.25rem;height:11.919836837972rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmN69S2hL6kpaupbmJXxXyW4oa5cqsXw { display:block; }#DmN69S2hL6kpaupbmJXxXyW4oa5cqsXw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7agEF4XHBHXTKLoIz3szVlsW21QlDnU { width:8.4375rem;height:2.5625rem;top:6.1875rem;left:2.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmr3DLlbFJZTkxKipqgNWhkxJWSQTPng { width:8.4375rem;height:2.5625rem;top:6.1875rem;left:14.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiENSMMoQrbdduJTPB6OvnkIzgv38d9s { width:8.4375rem;height:2.5625rem;top:6.1875rem;left:26.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRvdncW4pM1Hz0fFxL5uidBP4Xr6rIkD { width:8.4375rem;height:2.5625rem;top:6.1875rem;left:38.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR8cWQ2GuLEI0MhkZO7QTe6ANxWrA1be { top:1.625rem;left:4.90625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6TzoUtuw5w88Uv975R9dCBql2TVIpF0 { width:12.5rem;height:11.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcq81gWKOCevzlNrsmTVPIzV154DH2W0 { width:12.5rem;height:11.9375rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTE8JFk34R77ipHDM2sEBrdmvJ28zoC3 { width:12.5rem;height:11.9375rem;top:0.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsWdAlNEhD5aQrJklP6kaQPfTRnwAGkm { width:12.5rem;height:11.9375rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbvaSJu1ia168gmUGc3ygDOHTLoNqVqp { width:12.5rem;height:12rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKVvC0NMHkKDThnlPOCDnOGtBT39p7Ay { width:12.5rem;height:12rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrndeBOBnPivf4lLoX9EEPvVHgsk4nXr { width:12.5rem;height:12rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TO7UShsITNLy3XsqXtkcvNcIfIWVKVTI { top:1.625rem;left:16.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi27WTLTTMW6gJ8WwtV8pVO8PkC0TVnw { top:1.625rem;left:40.71875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO9UQFJrICKVJs0NX0wCBvG8GX2JZemd { top:1.625rem;left:28.78125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxsTSJwXUg1eSm1CUPkdBHMZGIw7ViEv { display:block; }#QxsTSJwXUg1eSm1CUPkdBHMZGIw7ViEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsWzBoxJgGVOVZZ7APHBg5RhVovmZ0BF { width:31.4375rem;height:26.625rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIwTQTrx6gLfKeVTWosgN4UzMs0M5wWo { width:23.25rem;height:18rem;top:10.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V20LwI0ML3suaQTRLRSFHJi7IUtqTvnI { width:18.75rem;height:1.4375rem;top:29.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWseLMJ9t15erhpz4MuuM8PdLS1eb5mq { top:4.125rem;left:0rem;width:4.6875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1qyOkcfogQssDJvPQSl8ChqkOEbrlOo { width:9.625rem;height:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O02npyBGKMau6dbDuzCibfRBOkTdlFtk { top:30.875rem;left:22.375rem;width:4.6875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBqMdybTBp5XhNxrvUwl982L3iXrtU1z { top:5.125rem;left:16.875rem;width:14.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AklAanRql6yO5z052H15SivG2R4BXVJs { top:20.0625rem;left:31.5625rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNTmxQoIgqxiSabFaIxTcruNspXiHo4C { top:2.25rem;left:0rem;width:47.75rem;height:26.691495947616rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3GToq5Hy5SG4gXTnvnrfR7CSJTZlUhv { display:block; }#m3GToq5Hy5SG4gXTnvnrfR7CSJTZlUhv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6gyIBq7bTKbViEc6cQFveQm15ax4X3D { top:0rem;left:22.25rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GltLTSDJloq5CPgzqRg7bR6ipa5hk2TR { display:block; }#GltLTSDJloq5CPgzqRg7bR6ipa5hk2TR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NC2AHcTifHJv1u54u399UOr4EVOBIGsi { width:47.75rem;height:6.9375rem;top:2.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgUbx714532l4T4MdsetIuOHfoEIozTn { top:11.5625rem;left:0rem;width:25.9375rem;height:31.685125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upIyHnaspiJbXtTOE1NtAMAIRd214fC9 { width:22.375rem;height:9rem;top:12.875rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v61ptOqmUSV3v9lFgU6Tsgs5aPztLKSn { width:15.625rem;height:3.4375rem;top:23.6875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO1tAo3SgqZPzTG44M5b3G2Zzi56Ofk4 { display:block; }
 }@media only screen and (max-width: 763px) { #pfTVbzQVQz9QzuwDg0epalobV5qdoyr7 { width:39.1875rem;height:2.1875rem;top:43.25rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtuLE3g6gKaugfbtQMXE7GXsQATPqVSd { top:47.3125rem;left:0rem;width:11.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgmkBl4S58RlucRMFDpxb4gZT9pTbwKr { width:7.8125rem;height:4.1875rem;top:51.5625rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ36BwXDITK93wCXONCA9oePJgbgE8J6 { width:9.4375rem;height:6.9375rem;top:50.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkSMez4R7NJHFdAl55ObmQqNFfglSbCh { top:48rem;left:10.4375rem;width:11.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w76eJw2LMp0rygQRpPyS7MvivqGyGN18 { top:48rem;left:23.3125rem;width:11.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZJGDkwz1mtNtTB4TSdaT6c6siZAt5Z6 { width:7.8125rem;height:4.1875rem;top:52.3125rem;left:38rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0ssODUl1vtgd32mH0Zu4mnJqIxgAQn4 { top:48rem;left:36.25rem;width:11.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXPwOsnMG0utTSnnN7M6yXrHe54l9yGt { width:7.8125rem;height:5.5625rem;top:50.8125rem;left:25.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNRI4HeXWfrrQmQIThuls6FaP05oAMlZ { top:59.5rem;left:3.0625rem;width:11.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #me7PNIE4Gt3f4Iu1ruhC5J2wKTRhDEo4 { top:59.5rem;left:16.25rem;width:11.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2cyfMG53bbG2ui67tqdxzxmIsQi1ZcI { top:59.5rem;left:29.375rem;width:11.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPoJkw2y8aoWXuTk5dL6sfPaNTfOy654 { width:7.8125rem;height:5.5625rem;top:62.3125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7vdJMTksVrvSd8fltRgMme7tyd528A5 { width:7.8125rem;height:8.375rem;top:60.875rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1erKFPHlX8Ewmc6CyAuTSUcHSAHOVie { width:7.8125rem;height:5.5625rem;top:62.5rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRpR0RZbko7ql1qT1cGQLJ5XTz8gbkuc { top:59.1875rem;left:40.75rem;width:7rem;height:13.505230736551rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyJboUfUIXl5laH6hh3cot0sOWJcyHac { top:57.3125rem;left:0rem;width:8.8125rem;height:16.760647215452rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcRLfzRUECqqrUiA06sLonHDADgOHIGQ { top:46.6875rem;left:34.625rem;width:13.125rem;height:4.93598125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViEEFzAE3v9GMyKZkUCvz2no5NBIsTer { width:47.75rem;height:2.1875rem;top:74.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtH0MsfgbD419LBRTNi1ISZQZwd5AUCi { top:78rem;left:6.1875rem;width:11.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh7mUhdg0sn1e3pnbZCqcrrqVebDuMr6 { top:78rem;left:18.375rem;width:11.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zViTBKMVs4KwxgyiUJH3K8tC27S7ZNr4 { top:77.875rem;left:30.5rem;width:11.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waPcMN9CFGtC18E2uHXFB9EKWcKbFk8L { width:47.75rem;height:5.375rem;top:94.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puQDGv3TNynPMbZZL1i5LT0Q9gJ6WRCx { width:7.8125rem;height:4.1875rem;top:81.6875rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsFCLHgzGuttT5v9WITQmGkWQuNpu1Jo { top:75.0625rem;left:3.8125rem;width:6rem;height:19.48871510592rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvcxAnVO0T5iUBn9IbF5fIslzW9TPzFN { width:7.8125rem;height:2.75rem;top:82.3125rem;left:20.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh0CGtcLsBJtcd9TGO2R0VkoZ8sXtTZC { width:7.8125rem;height:4.1875rem;top:81.4375rem;left:32.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUPst9TPeebI1Nl6OiWx7LAux7QSOHZP { width:15.625rem;height:3.4375rem;top:102.75rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #o51ostuVmivSil2MXB73AhN4MzBKAQtU { display:block; }
 }@media only screen and (max-width: 763px) { #qyyPw9qpSXJBRnKl3I9Eulh8w4Jmt8Wu { display:none; }
 }@media only screen and (max-width: 763px) { #e5hq1CrxO30o3u00gzIeysMlkdH4vcx9 { top:31.0625rem;left:1.0234375rem;width:12.5rem;height:2.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFehc1EBTvt1KniqkUbICFzG6cmwrrkC { top:69.0625rem;left:0rem;width:14.25rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvJsP386GkZ7Wl84kPAzMMToCATsb7bl { display:none; }
 }@media only screen and (max-width: 763px) { #yPV3N3DdUhhfJC4ZDV7mnN4EuZ1MJaCK { top:80.875rem;left:11.375rem;width:25rem;height:5.7487rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLoavNUqW4ZJ4AvpSQBUXsBwTSxps2Aq { top:46.3125rem;left:1.1875rem;width:43.1875rem;height:24.151969297479rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWeUCvwVRgKrUX145TzelbkCxET6tvnT { display:none; }
 }@media only screen and (max-width: 763px) { #oWIWBficTbiNfA5PCHt7LPUgLWGucswM { display:none; }
 }@media only screen and (max-width: 763px) { #Q2sB69FofG9mWAzLT0xBpkXpiNfPudTx { display:none; }
 }@media only screen and (max-width: 763px) { #LxZMf3C4KotRMlXwvTgnFOT4sU9vNILD { display:none; }
 }@media only screen and (max-width: 763px) { #JWJlK3lMxcmTPGg6MIsOPZTa22CxKGu6 { display:none; }
 }@media only screen and (max-width: 763px) { #WgRFxENywISb9iiSzd8B7bhy4PvMLUco { display:none; }
 }@media only screen and (max-width: 763px) { #nSJmCsswwzggRWJv6XZMK1UTV1IbKDAk { display:none; }
 }@media only screen and (max-width: 763px) { #o9P4QTaTFegstf90GtQhnCJoxJCV9t5A { display:none; }
 }@media only screen and (max-width: 763px) { #RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz { display:block; }#RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTXrATRvG7H1nvlwda0Qotdz7QiovVDe { top:0rem;left:0rem;width:20.125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxn5Sgz3U4KxzxlPu2mntWTDUZE3SoKZ { top:0rem;left:11.875rem;width:19.8125rem;height:15.20162081588rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHCeuRLANvZURlCzQc8SfBPM0346vZvv { top:0rem;left:12.875rem;width:20.0625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLe7LK7eoJuOoIAFTp8BEJTM3dwyOVKD { display:block; }#pLe7LK7eoJuOoIAFTp8BEJTM3dwyOVKD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3F0G728ua38r8nXJ48tOWfS4IvAOp45 { top:0rem;left:22.28125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alty15epTVhrL4Ti6oKWn0aaOEzH5GrT { display:block; }#alty15epTVhrL4Ti6oKWn0aaOEzH5GrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDteElUJs0ipX5ytQmlJlE7T7VnZCSWR { width:47.75rem;height:6.9375rem;top:4.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKHNuWDG1H6lLfe0J0Fmuw6fKBOzsNUo { width:47.75rem;height:5.9375rem;top:14.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9KRBX01LZi4OtL7bSkQFZI9D1RnZGNc { width:22.375rem;height:16.1875rem;top:26.1875rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWLdTSgvkdzVzbe5HiNb3uJIpXd7Mkxu { top:24.1875rem;left:0rem;width:26.875rem;height:24.50488512148rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWauUJBDu4aXMGQF50biH0hGXMpVvyFv { top:50.5625rem;left:0rem;width:27.5rem;height:13.5608125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMLdMmgvzJuPfi02PQt2s5R1P4VrkkTz { width:15.625rem;height:3.4375rem;top:44.75rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxNvkpIXmvqs7fDmqkyKEATyRgVKC89h { display:block; }
 }@media only screen and (max-width: 763px) { #HWDnGehRNqoxulxROKX4Tsh7UehzPBbt { width:15.625rem;height:3.4375rem;top:49.75rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZLhzZ6TPhSFmAAQK4FT2tx1bndETdZE { display:block; }
 }@media only screen and (max-width: 763px) { #CBzVsSG9xK2OsqwrdERkEhZZMFNGJVTU { width:38.8125rem;height:1.8125rem;top:72.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePLU3flXobdnxFSZD4aFUSLgRu1e8Hof { top:54rem;left:36.317276000976rem;width:8.75rem;height:20.543122038419rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSQpZKwdETUcSyEJxAq0zb5iRiGfRTcn { top:59.6875rem;left:32.5rem;width:14.375rem;height:13.005069227672rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEP5Atn8e2S76pnyBrRNRzcWXJODxfvv { top:20.6875rem;left:0rem;width:8.3125rem;height:10.670147414417rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRN3aoc7fxcI10l8Bxd9vhwiZ0zxDgmE { display:block; }#lRN3aoc7fxcI10l8Bxd9vhwiZ0zxDgmE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgoxTBT5QQTAV2W1eI9gxbAOmeu8TmX2 { width:21.375rem;height:7.1875rem;top:2.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1WUQ34O2eAJ4MpQH5zIHB3Uz0wKtIvx { width:21.375rem;height:9rem;top:14.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqhnigqhWR4u7funqHup7Bn67WN39lWZ { top:15.875rem;left:23.875rem;width:3.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZXyLVzefTqAec0WZHvI7RlPaK0QkFnw { top:16.625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAAApkZHxb5WrvzqCdRA3GwOBwwgUgy8 { width:20.75rem;height:9rem;top:2.375rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkUVH2oSQZVodHGnVfwr2uAkTVTw0TrB { top:4.3125rem;left:0rem;width:2.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgFCOWqisiL9BXXPsXkpl4KZyiAs6R7o { width:21.375rem;height:7.1875rem;top:14.8125rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRJH68AxEEq4JKT8Hd8ReCy0tENpDrVr { top:4.4375rem;left:23.875rem;width:2.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewihNccTkQ64Wp1MnvdshobKBbTXbToG { top:3rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfkZXEs4PIfIJxWIFK34epTpZHon1HuL { top:15.375rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLo6wplqFE1vkWtTugkBx4a6S5MK29Jr { top:14.8125rem;left:23.875rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA7lQOznwT9xQlUUl8famE0pp0e5yaAZ { top:3.375rem;left:23.875rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiucyWWPMsQgoEXtV8dDovVhFDUmJ1vt { top:27.5625rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzkHaAxsgQqau2oOW1UJa1bNPBUNVyUU { top:28.625rem;left:0rem;width:3rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlFkDQSgoCX2yFJERmbwWf65oWvM5Z0k { width:28.5rem;height:5.375rem;top:27.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKzqfcKiRdiM2PfpLSrvmtTuwiMyAxLp { top:4.5rem;left:0rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKTTWuUCGqHemyRgitkDH268UP6Tu2rW { top:16.9375rem;left:0rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sp7h2HEH61HSPRAv1TJIdsJzbgokNAHh { top:1.375rem;left:1.95947265625rem;width:14.375rem;height:5.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOeCUTgBDdFt6mtrXNRJmT5kBhKOeBom { top:8.875rem;left:1.95947265625rem;width:14.375rem;height:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHJUrNTLLEpyKtcfWWxETD6Se51LNwrr { top:17rem;left:2.082763671875rem;width:14.0625rem;height:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDR5VTfC37ZkKLldhm3JKzuBmqHcKTZJ { top:25.4375rem;left:2.083984375rem;width:14.0625rem;height:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfSEE6IG49Rmbvo1TiR33qVFz503tSCD { top:34.0625rem;left:2.083984375rem;width:14.0625rem;height:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXre1zATTlFf70pdMSC9WHzbd6CBGN3X { top:23.8125rem;left:30.75rem;width:14.25rem;height:17.673116903537rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Twl7XkSm5GRHby3GdPLMyqo8kuxHhs { top:25.25rem;left:29.875rem;width:14.375rem;height:13.004915097934rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiE8vm3tuZbuL7QW97pOoOtoozU2cbz1 { display:block; }#FiE8vm3tuZbuL7QW97pOoOtoozU2cbz1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1mxCshmnka49oM22evp5wWW08bmStbc { width:17.0625rem;height:11.9375rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVwzMT6UyWUDotg4d4778VzSNE2SvJpE { width:12rem;height:6.9375rem;top:10.25rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwA1blT1P1XbNoalaqaVePGWxxdcSuWS { top:4.8125rem;left:5.875rem;width:4.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd26qTDWTMqiS1S04txnrr0GyKNGWChI { top:5.5rem;left:6.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKUzIXJzvtvpTzNmuaWTorZI5JtV0AaJ { width:17.0625rem;height:11.9375rem;top:7rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHdXPFpnGfTLSKhNbopL52b1Dw0ukeTi { width:12.9375rem;height:5.5625rem;top:10.375rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHAgzvMbSIJAr8ZrJCnTh3DMCUivTbat { top:4.875rem;left:21.75rem;width:4.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOfdpqTRWCXwAMsTkyc8P7rQL7R17fS1 { top:5.5625rem;left:22.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePcsB71bQBKeHwAdNUXrkRFkdV3oifh1 { width:17.0625rem;height:11.9375rem;top:7.0625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1NQqwWfEUvZAKBPVoiKUQAOR5h2ys9A { width:12.9375rem;height:4.1875rem;top:10.75rem;left:33.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Miiow17zeTRH3bt369el5lEqZQwaLkuV { top:4.9375rem;left:37.625rem;width:4.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elRA1VmLx0pZwTVTP2eHpZNcTEixkCzq { top:5.625rem;left:38.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr496OxTQT4dQnErN54qqZsJvcWhSOdm { width:22.375rem;height:1.75rem;top:23.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0vtwkRFSaG0Iyh1cXruc9qiezKKEqvE { top:28.875rem;left:3.375rem;width:12.5rem;height:2.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #boqRSUHSx4doTc8KE5kBTlFHHeb3yURQ { width:15.8125rem;height:2.9375rem;top:26.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMVIcf7c9M6HECmTEyaWDMIo1L5DqfHl { display:block; }
 }@media only screen and (max-width: 763px) { #hVg2OmacM0wGmfiB3BCskUpDB2ohEHUP { top:25.375rem;left:0.125rem;width:14.1875rem;height:11.07578305603rem;display:block; }
 }@media only screen and (max-width: 763px) { #W43AOpPu0Cge1kyEMTxUimU0E4q0CLhg { top:24.1875rem;left:1.8125rem;width:12.875rem;height:11.630876370348rem;display:block; }
 }@media only screen and (max-width: 763px) { #J39t0DbunvnkHN2WWT90zamCo1kWinTZ { width:38.8125rem;height:1.8125rem;top:0rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFn1XFk3JxuS92hC6uQWlFThD0pwhJpK { display:block; }#bFn1XFk3JxuS92hC6uQWlFThD0pwhJpK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CE77AcQFkTB9CSR4Gbazs9M4JwnGobZD { top:0rem;left:22.28125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX { display:block; }#JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bybRkrbFyf76ic3l59w4NCW2QqMeHyn2 { top:0rem;left:0rem;width:20.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNvCyqa3Xl9poqmwgIqyFsamMlMTZATD { top:0rem;left:0rem;width:20.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1JrISR2VtqtKzcwCxEwihJn4VdD2clv { top:0rem;left:27.5625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKK1684Ff8m3WTqac7gbCABbFDCO8ZpN { width:15.8125rem;height:2.9375rem;top:26.5625rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QedVTTevMGafw2oNUkeEoTARWTr9OPEN { display:block; }
 }@media only screen and (max-width: 763px) { #ucocTIycdsuVuEwADdrTHNw3oT7cGcEM { display:block; }#ucocTIycdsuVuEwADdrTHNw3oT7cGcEM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlpeZtEsyDnC5Vaw2Rffo9QsIzNDSEnW { top:0rem;left:22.28125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WockBNiqKVhHH0c4lK6MJkh2Te2ngKAx { display:block; }#WockBNiqKVhHH0c4lK6MJkh2Te2ngKAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTJMz44K7lbbDcDr1ObxA8ULVACS6TF6 { width:47.75rem;height:5.875rem;top:3.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW1SlTZkdBPNASsciTPPTKLUvSQfG4nu { width:47.75rem;height:3.9375rem;top:13.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4SOwao8JqBeo3EXo9ckZEKeei8tIIQl { width:23.125rem;height:1.9375rem;top:22.625rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9xTwmVa3L3b3TAs4oXTCTSJX7r6u0cW { width:25.1875rem;height:11.75rem;top:25.375rem;left:22.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAehNDCvEB4PWzfdUR4rZvXop5sFlrpN { top:19.3125rem;left:0rem;width:28.5rem;height:33.23895124038rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoaA1em8qD5wwQ42vEGLPs0xrxkVATHQ { width:23.125rem;height:1.9375rem;top:57.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7NW3pXUSaqmEwcrsiaTQofhzgcZl7pk { width:15.625rem;height:3.4375rem;top:40.5rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olrGAr2u9EnTAW3LSCl9qksDP6UIqNpN { display:block; }
 }@media only screen and (max-width: 763px) { #bt7ZfyU26UEkPH5pso1OthGQwwCZXOUi { top:45.4375rem;left:25.5625rem;width:22.1875rem;height:37.3111875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVRRbZ9qZEIA9aRC7Jt6nNrA78FIxTf3 { top:52.625rem;left:20.375rem;width:27.375rem;height:24.694348324282rem;display:block; }
 }@media only screen and (max-width: 763px) { #scBZyNXX1VIzMDrngvbhtGprh6X4rVUW { width:26.4375rem;height:14.9375rem;top:60.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egECpmkFV6MFfsi9OEPHWqvsqGBXPwwz { width:15.625rem;height:3.4375rem;top:39.625rem;left:21.873046875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mofCSW51TnSmaxOiyHR7a0Vpr0bCwokq { display:block; }
 }@media only screen and (max-width: 763px) { #r8PV8nV7T17PLuTqtiMIRZwhwGig4v5E { display:block; }#r8PV8nV7T17PLuTqtiMIRZwhwGig4v5E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6uOz6iHBzc1GUSIQsI8OfehBHoU8Rgx { width:47.75rem;height:6.9375rem;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNmHJHcBVwMXW7Lyh9wcRkXKDyJpNyrG { width:47.75rem;height:1.4375rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fii9qKQTC6QHV3ILwUNZPlJm7atq0qOI { top:31.625rem;left:18.5625rem;width:2.0625rem;height:2rem;display:block; }
#Fii9qKQTC6QHV3ILwUNZPlJm7atq0qOI > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2rem; } }@media only screen and (max-width: 763px) { #U3VQsvdUsfJQi55IQ4nfPdHdhnz2C2GP { top:31.5625rem;left:22.625rem;width:2.1875rem;height:2.1875rem;display:block; }
#U3VQsvdUsfJQi55IQ4nfPdHdhnz2C2GP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #k1Wixw8soEv9dA4tWZmSNMJqJnW03Xw5 { top:31.5rem;left:26.375rem;width:2.8125rem;height:2.25rem;display:block; }
#k1Wixw8soEv9dA4tWZmSNMJqJnW03Xw5 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #hIeT8Ky595CXtgJQHdsT2MhNb9LLp5Wv { top:17.5rem;left:20.717041015625rem;width:6.3125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpFEVyQ87HJdwD4hdAJfLIi25NNAFQ2I { width:17.5rem;height:3.4375rem;top:25.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K68AuEEHiIsc0kPKimwPLoTXPaS1kuhe { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWWkOQW6KZnowp4oTO4yNLQQ6rgcDe4J { width:20rem;height:8.246525rem;top:6.12451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzfqTTBoIrLlmkHsmX1SNCRV9MvmDF4R { width:20rem;height:5.0954875rem;top:15.49560546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwWukysQhxgPTpnhop5BcHXThvXFzaMW { width:4.24926875rem;height:4.43725625rem;top:0.343017578125rem;left:7.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9l6El5lgekpMc489LFEM8CCSKCF4hVl { width:5.1245125rem;height:5.1245125rem;top:0rem;left:7.437744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvKBeJmkAQbrilyk7IT90XXJO3UkNc4u { width:9.9353125rem;height:13.8110625rem;top:23.748779296875rem;left:5.03173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikeakm3hg8nqRaLbvJBuvxLGpRp2I8hd { width:10.3125rem;height:2.5rem;top:21.0400390625rem;left:4.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #om978xLnwnLUX6q38dTTmTJ1CLvdXmb8 { display:block; }
 }@media only screen and (max-width: 763px) { #dBAZdgBlgH9z2liFlLQ4uyoc8x5VTlap { width:15.625rem;height:13.8745rem;top:23.68408203125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyBwJ0JhoqFMuct3ob5PKapnEpr4S0gi { width:2.56225625rem;height:2.87475625rem;top:27.320556640625rem;left:4.952392578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2Nm30L4KUDdse4mnVMQhhrJxt4fB1CG { width:6.9995rem;height:7.749rem;top:27.320556640625rem;left:13.00048828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTVPDIgtKuBEPDLFike4WShNQpSsOVzJ { width:3.8745125rem;height:4.311525rem;top:26.6015625rem;left:14.01611328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw6qbBTiQhk0lTOgU9CeW14QXnAVAimy { display:block; }#aw6qbBTiQhk0lTOgU9CeW14QXnAVAimy > .row .container { width:20rem;height:25.723091125488rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRgFUdCsPzWglbuypSJsausTg6EXkMKw { width:16.8115rem;height:3.57421875rem;top:2.18505859375rem;left:1.59423828125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnfxNHOKB57gCVaLCzwE7SVDzCi0QPxc { width:18.3735rem;height:7.64325rem;top:7.307958602905rem;left:0.81271702051162rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdTLuC1XIw6axvdsQtMRUCtNCiMBoTkI { width:20rem;height:7.4641875rem;top:18.285591125488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyiF3mGklUt02hKdLIlW7KDmfyV4rEp2 { width:16.687rem;height:9.24925rem;top:16rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw { display:block; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6FCgWJraTsSB6uB31nAKyTH9fvfINUe { width:20rem;height:0;top:46.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5LcKfVEh0XtwVeqTV2cZWdvezQ5CT4R { width:14.624rem;height:12.124rem;top:5.809326171875rem;left:2.68798828125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Kvy2sRILenQrtNUhOSgzlkVVLH9No2sq { width:20rem;height:1.38020625rem;top:23.13232421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNeTHFnGi607OTmTTQaF3KLQHBoKGKBb { width:13.49975rem;height:3.93555rem;top:25.643798828125rem;left:5.062255859375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWvVNsfRcJ184G59wVvw9ZxTelCfo5QS { width:7.5rem;height:7.5rem;top:23.24951171875rem;left:2.154541015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l29AylMhPTOqaS37TVKhZzo1VMmJDTv9 { width:13.0615rem;height:2.6245125rem;top:30.901611328125rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPyh2FT5Wh0Wwhdeh9fa0OlgJ2AQN8zi { width:12.4365rem;height:2.6245125rem;top:35.15869140625rem;left:4.952392578125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP2O6SSPxddTL0sp1dau36bxswZXDsUk { width:12.37425rem;height:5.2474rem;top:39.278564453125rem;left:5.0146484375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJQ0SxhkzR5p9MK3t97bA8bWrRT043mc { width:13.0615rem;height:3.93555rem;top:45.219482421875rem;left:5.15576171875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXXZLviI4uV7O4xW34cDJfK6GSvgHUzp { width:3.374025rem;height:2.749025rem;top:26.09619140625rem;left:0.702392578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUhgFHIv2SJqQKAb9LSLJROWmAFFcbQo { width:5.81176875rem;height:5.81176875rem;top:24.093017578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f50IWVDI6k4teXd2KmZr9Dyr061Po5Q2 { width:12.5rem;height:12.5rem;top:82.7195125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nocW4LoT5Af8idcM3rR5qwtXlq3rLIxp { width:12.5rem;height:12.5rem;top:96.6257625rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8Jw0nULm1WuSw60ieKluETLzWAUocDT { width:12.5rem;height:12.5rem;top:118.15895rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F17lPmHIDEE8gB33x5bprFdDstFoQz2W { width:20rem;height:3.57421875rem;top:1.186767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFTmPvvsd2LwkafcZ0CveFaOUlBKyphv { width:10.81175rem;height:2.5rem;top:18.955078125rem;left:4.59228515625rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #HwzXup2LKyH82diuFgukNLukiUR61sAp { display:block; }
 }@media only screen and (max-width: 763px) { #treZlCzQ6PhueaECUgQoWALW0BcxwD1h { width:5.81176875rem;height:5.81176875rem;top:30.06103515625rem;left:7.015380859375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #vPirSbknZS7wRsVUN0uexTANHgZMa9RT { width:7.5rem;height:7.5rem;top:23.24951171875rem;left:10.357666015625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #SZWCUTeZZrEONZwL506JshKAABVcDwdQ { width:7.5rem;height:7.5rem;top:31.93603515625rem;left:2.154541015625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #cO685XXqsEWMS1GFwggTkJ6UNmGRkiFU { width:7.5rem;height:7.5rem;top:31.93603515625rem;left:10.37109375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #IAgFzgnEt1wml0KDMUt24XcQVZsuCupo { width:6.375rem;height:6.3133471860799rem;top:66.162115625rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSFFvUVM80UwZmlNuKP6Mt7Vt3TppTHn { width:6.5625rem;height:6.4355625rem;top:88.972678125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0HTo0q5DvKM4d3KFPnc538ar1bzt9CN { width:6.5625rem;height:6.4355625rem;top:73.724615625rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGMNhqWzAkrtmXgDPVfS1VbETgghdWsu { width:6.375rem;height:6.3133358098068rem;top:81.410178125rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqIaXawoxitO6dGkazBvNkTEUeNH84Us { width:20rem;height:11.5393125rem;top:35.15869140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDyGcMKxMq7xdmWand67i3oK2XNeKkmE { width:7.1245625rem;height:9.124375rem;top:12.399089813233rem;left:12.874349892139rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #eMfpt0sMoQ3qtbZl9MQrULhGwNb7FD8p { width:6rem;height:7.8125rem;top:10.438369750976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bru2RQ1WE9DQx7ZHw8tqzIHWxiN0FWvA { width:2.9362rem;height:2.74848125rem;top:30.83767414093rem;left:0.92013889551162rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #IKIa789PP3as37n65hxUVCcFUZgv9ST6 { width:3.37348125rem;height:2.74848125rem;top:35.095486164093rem;left:0.70204001665113rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #dkEdRlFL9nU3gh0a2K90O2EFGAkXeprQ { width:2.9362rem;height:2.74848125rem;top:39.653431415558rem;left:0.92013889551162rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #yE5IshUVbBwEv090UbzzIhBI1SJ1t1st { width:3.37348125rem;height:2.74848125rem;top:45.213325977326rem;left:0.70204001665113rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO { display:block; }#awtZJQStF2v1xTr9wQ8TpkRaNnVTB6HO > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhVuHwfudEqyegwWkCUcROvWETQdxeQk { width:18rem;height:8.5rem;top:4.7497863769531rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVftbmI9sUNh1BwkziMq0BaWSTqXbe6s { width:18.75rem;height:2.6237rem;top:9rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyTfSQn0kWwJzzfLXtxxZVT6WLdblB74 { width:4.4995125rem;height:4.12475625rem;top:3.9370727539062rem;left:7.7495663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6lwIbO4DhuQ5RMhQRsldXs7dTyk9Lrn { width:3.4375rem;height:3.5rem;top:4.3743591308594rem;left:8.1250002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH2LeFtT7TOpxxwc3MVx0ExpgCTCoGpK { width:17.99925rem;height:8.62425rem;top:14.9375rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #y90KhzKo82qiORghrmkAD1z6tvPmcioX { width:18.125rem;height:3.93555rem;top:18.624572753906rem;left:0.93750005960463rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1MQIb2OVr1R1lBSA3TqybZv5TdSXsVy { width:4.24926875rem;height:3.75rem;top:11.13037109375rem;left:7.874755859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAm7ERvvMwIux1arrq7IQ8IfBTlk3GDf { width:17.99925rem;height:9.187rem;top:24.749786376953rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAJEWAauv3fnR2eiuKND3RMzkiUxsqmD { width:15.99975rem;height:3.93555rem;top:29.124786376953rem;left:1.9997830986977rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdHeTQdxn825TKCFSBs7Ge9o5gPsB4N { width:4.375rem;height:4.375rem;top:21.966552734375rem;left:8.155517578125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dh3IzRw26lheRzDTorDtkzoIWnCGpC1l { width:4.375rem;height:3.93676875rem;top:14.124786376953rem;left:7.561848938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpz2TzPy8cOp8bK4XDJXD9gIv9yn6gSu { width:4.12475625rem;height:3.81225625rem;top:23.937072753906rem;left:7.9372838139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJAig7zdgHde4tLMDwRnK6VKAtMZqT1V { width:4.4995125rem;height:4.12475625rem;top:14.061859130859rem;left:7.7495663762094rem;z-index:15014;background-color:#b44dbc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NhXfJx4n0UEFB1P8WhTS2dDSNUQT1I0y { width:4.4995125rem;height:4.12475625rem;top:24.124786376953rem;left:7.7495663762094rem;z-index:15014;background-color:#b44dbc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fcsB8qeuazZRrfrCEf6Htg5yOSDdTTbR { width:20rem;height:1.38020625rem;top:1.3747806549073rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6xe7xqJb5DHwdkT5ykrfNBa9InKnk7S { width:16.31225rem;height:10.437rem;top:35.999786376953rem;left:1.8120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdZkQ6wOaLt1pIhsxReqgfspyyDyfkBq { width:19.5625rem;height:24.672495540904rem;top:68.271508203125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQhEz9wLcFQFZT6CmbQl1Mm8A87neo9A { width:20rem;height:11.195234713547rem;top:35.624359130859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW47Tl9S31xOIdQRVws0f5s5zD4tTkos { display:block; }#gW47Tl9S31xOIdQRVws0f5s5zD4tTkos > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqOFvp3EqiJPSwxUqSdOTXnpZRgFK0Ii { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi { display:block; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtlZkDUQHlHfih63rfTBMdUZxLG8ohIz { width:14.3103125rem;height:0;top:1.552734375rem;left:2.84423828125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQfQqGn5gQT9NxlwoRkBadgJCNX8zETV { width:17.37425rem;height:8.28775rem;top:27.3125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XsDgbXX9xglE9tbilqd4ON0UsB56c8Xp { width:11.25rem;height:2.749025rem;top:23.388671875rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtwm4CCfGOlgngKwOTzOcS6bNaZQlgTi { display:block; }
 }@media only screen and (max-width: 763px) { #OADMyvVxcpxfQB5rpfAZkNtvWCpy7QJh { width:15.06225rem;height:18.8745rem;top:6.2158203125rem;left:2.46826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLkRnQyqH5NZ8N3nVedCZswx6scr9wW6 { width:6.3733125rem;height:6.12426875rem;top:16.300048828125rem;left:12.388916015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwZu3r94wriODcUKr1ZWI1KTc14hauVJ { width:20rem;height:1.462675rem;top:37.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PNQkPMT0nvElrsDrPhKesT5yJuvUbVr0 { width:20rem;height:3.65559375rem;top:39.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuoHOTIh5M94PoOLLtARq3F5vqV5oM1O { width:12.68675rem;height:16.5441875rem;top:47.779541015625rem;left:3.65478515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nu9MXIg2VaRInGz2TECLtVEEcSTPEDbd { width:5.875rem;height:7.625rem;top:7.6464824676512rem;left:0.25733965600983rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTNlLEfSQBuaeCVkVmT8HvD9gDPTBQ40 { width:20rem;height:3.574225rem;top:1.9845924377441rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #sqGaaqxtwCw5vQaPdpLDMxeRvWtOVT1y { display:block; }#sqGaaqxtwCw5vQaPdpLDMxeRvWtOVT1y > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EILo9FGDx2a2pXkbzKfoUqV3mpGQogHW { height:11.224653420604rem;width:20rem;top:3.0512161254883rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcp2kKhAPPmbIRPF5eSIoQXaXtfg88Xe { width:20rem;height:1.462675rem;top:1.0254135131836rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AXkWvhMmTbKlIcRJkE3aJfDRFsMZbdgN { height:11.224653420604rem;width:20rem;top:16.897787094116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adHFQf4l2OwLzo66g0HTLcpUzpeVcFyA { width:20rem;height:1.462675rem;top:14.774307250976rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCgUETlMngZRf7rKA5edz7Gm32nOqUn1 { width:13.3125rem;height:7.5267853387728rem;top:1.25rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4EOyThoxRN1D2JryP2ioReXO1xsUT24 { width:10.75rem;height:26.845916721584rem;top:40.3992875rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPAoPuvT0VkMJTFaycss86Sve2SWbLsc { display:block; }#yPAoPuvT0VkMJTFaycss86Sve2SWbLsc > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZzyLPyXfCqBris02vyXt2miODuPbe2x { width:14.3115rem;height:14.3115rem;top:0rem;left:2.84423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKHVW568FVHuL8KaEFBE7Dm3nfbLI2ww { width:14.12475rem;height:14.12475rem;top:14.139404296875rem;left:2.93701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgH1l1BFwP3ekm0x9HBF6ZPGN52vqLcI { width:14.187rem;height:14.187rem;top:28.18603515625rem;left:2.906494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlfpVRJrKIBcy89pNbBn3W2ggO3iZDun { width:5.12478125rem;height:7.3123125rem;top:23.122830867768rem;left:14.341363251209rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSaPUQHDnEsPapDqTnbgd0polNSJ0McR { display:block; }#JSaPUQHDnEsPapDqTnbgd0polNSJ0McR > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuyElaSJgSrS0T7c0VKKcrVCSTqR4DcW { display:flex;width:2rem;height:2rem;top:0rem;left:8.812255859375rem; }
 }@media only screen and (max-width: 763px) { #MiTW9mqRSFddg3CZVkAM0ReihtabuSeK { display:block; }#MiTW9mqRSFddg3CZVkAM0ReihtabuSeK > .row .container { width:20rem;height:93.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMwZ3nxCyyxSoAte9Flr6crZX35lrxnb { width:15.249rem;height:15.249rem;top:8.504638671875rem;left:2.37548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k813o1fCauwufKTogEXJF0fcy4VNF10X { width:20rem;height:1.7871125rem;top:1.937255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObLCDvHTac18Lyr3vHXP8crhekAianoE { width:16.499rem;height:2.99913125rem;top:4.366455078125rem;left:1.749267578125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqzcflgHeOe5a1Ds5p1GNF2HH4OQifE2 { width:17.9358125rem;height:2.6245125rem;top:25.27099609375rem;left:1.031494140625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps3J0nsQ69t3edVSTBsDp5mwmlZywJEA { width:16.8103125rem;height:10.22461875rem;top:27.8955078125rem;left:1.59423828125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KAqEq4e1IUyFAuUrrQxJ6Sz7us6kUPdT { width:20rem;height:1.69921875rem;top:43.88916015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAkOSewlLGstmKeGDVcZki9QsBvaDakC { width:11.25rem;height:11.3125rem;top:82.15943828125rem;left:8.312255859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRc3WAAH1rsF9ukDbSactqXK8e6zmr7K { width:20rem;height:auto;top:47.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BA9tHTUk9BVH1fvkiZczTNDrb5cTDdB1 { width:5.561525rem;height:2.4479125rem;top:59.3125rem;left:12.375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #g3VfKN3kGFdyFCLbclZhNZunvUQh7bsz { width:11.25rem;height:11.3125rem;top:52.1875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFTml33UBzwkfiiPQ08FXziMwXGJ0xkB { width:4.74975625rem;height:2.44873125rem;top:51.25rem;left:12.75rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #v1TaBMbltASk09wum5EykBeUWvODHl8J { width:11.25rem;height:11.3125rem;top:52.3125rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvTTX6TGqXS2QERfBHThBneaMV4mLdlh { width:7.8125rem;height:3.671875rem;top:48.4375rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #I6sy2i0851DXJptVHnTh5BFrJ6dncQSP { width:11.25rem;height:11.3125rem;top:52.3125rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xldE1LXUFgesoa71w4B4zWM4Ievkx7Se { width:6.8115rem;height:4.89583125rem;top:53.375rem;left:5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #g3LWeoKSSMeil30DrrfRmIL5C85t2Ly2 { width:17.25rem;height:21.733385801756rem;top:67.48291015625rem;left:1.373291015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBsgPnyZ1SyAeq5zzBCEqu1g65ZT7UDT { width:19.0625rem;height:17.193486969609rem;top:46.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJZbt2tOOBVAWXCgUP0FBB30tXNeSs5u { width:6.5625rem;height:5.9375rem;top:117.5830078125rem;left:6.06201171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7JWDpuxa8vlO4reWaabb9dyu76kwDbz { width:6.5625rem;height:5.9375rem;top:128.3960125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXVUWIx5GkCpfDl65KL8FhqCSudrG2UT { width:20rem;height:14.6228125rem;top:63.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5c8zXserpIQDzpRdhrRD2Z41czTh6cB { width:12.5rem;height:2.87475625rem;top:39.6435546875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxOpvEgp4TmxxUtxHEZAWIETZmWK2r28 { display:block; }
 }@media only screen and (max-width: 763px) { #P61xu8wkRaRkAVek2sQ2UFyIIPOECvZd { top:47.375rem;left:1rem;width:6.0620125rem;height:5.7495125rem;z-index:15060;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #VU663NsTLTavE74SOh7eH9iVMGfCgRLf { top:49.75rem;left:12.125rem;width:6.0620125rem;height:5.7495125rem;z-index:15062;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #BA9gn6VLMRVERTIQhHrfIGIzoQLHe8Wz { top:52.125rem;left:4.875rem;width:7.06175rem;height:7.1875rem;z-index:15064;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #G5tUTQOynM7rJPGSUUUKSZqC56LMxxap { top:57.375rem;left:12.125rem;width:6.0620125rem;height:5.7495125rem;z-index:15066;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #hqbKGq64Dl52yZXArfpuVepk9MPSq6Hf { width:20rem;height:14.624rem;top:78.184814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA { display:none; }#KxPNbxvRN4wGofAreQ8JIFrTx9xteVRA > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VCyTeId9CkXmvQ3RZ79AbbTaXgJVS4Vo { width:20rem;height:14.5605625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwUP0Us6LFvoFLPqmnOyLAXlqyLraaHe { display:block; }#TwUP0Us6LFvoFLPqmnOyLAXlqyLraaHe > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgRrC2AXRZT5N7ZGcb8DGePeD9WLMzdT { display:flex;width:2rem;height:2rem;top:0rem;left:8.812255859375rem; }
 }@media only screen and (max-width: 763px) { #QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt { display:block; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ohx1kk0iprXhKTLCBEkSiHCx57eTcqu1 { width:20rem;height:auto;top:11.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BpT4Z0vwoBtkMiFTTrwaiWCVXmG7TAQu { width:20rem;height:0;top:1.3726129531861rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcaVNz4x51hW88WOGJVboUUZcZQ5ndtN { width:20rem;height:15.0325625rem;top:6.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJWXTqc0rnkN2kTAXE1DaSbfuE55PSI8 { width:11.811rem;height:2.87435rem;top:22.818145751953rem;left:4.0939672589302rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6AF6MLH0iZBPgkIkthvoPMDSxTG6Xs4 { display:block; }
 }@media only screen and (max-width: 763px) { #flefD7H0LWRWUgpFLasPk61vr3qOwl9I { width:13.686rem;height:1.38020625rem;top:28.264583007813rem;left:3.1564672589302rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKB2TwQdK8ioaNdU8Mlmz0s4Mp8OrVLH { width:5.3125rem;height:4.625rem;top:25.8123125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTe5vrzZsqM4DohorAAXIrhnITRLCG04 { top:1.7387161254882rem;left:2.4370661377907rem;width:15.1248125rem;height:4.5345rem;z-index:15044;font-family:kalnia;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Bf72TXIMe8H3u68Lib3xPSknbH34pFWX { width:5.6875rem;height:7.5625rem;top:0.869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmN69S2hL6kpaupbmJXxXyW4oa5cqsXw { display:block; }#DmN69S2hL6kpaupbmJXxXyW4oa5cqsXw > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7agEF4XHBHXTKLoIz3szVlsW21QlDnU { width:8.4375rem;height:2.43706875rem;top:6.1875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmr3DLlbFJZTkxKipqgNWhkxJWSQTPng { width:8.4375rem;height:2.43706875rem;top:6.25rem;left:11.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiENSMMoQrbdduJTPB6OvnkIzgv38d9s { width:8.4375rem;height:2.4370625rem;top:15.875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRvdncW4pM1Hz0fFxL5uidBP4Xr6rIkD { width:8.4375rem;height:2.43706875rem;top:16.0625rem;left:11.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR8cWQ2GuLEI0MhkZO7QTe6ANxWrA1be { display:flex;width:3.125rem;height:3.125rem;top:2.375rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #o6TzoUtuw5w88Uv975R9dCBql2TVIpF0 { width:9.3125rem;height:9rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcq81gWKOCevzlNrsmTVPIzV154DH2W0 { width:12.5rem;height:11.9375rem;top:14.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTE8JFk34R77ipHDM2sEBrdmvJ28zoC3 { width:12.5rem;height:11.9375rem;top:27.6875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsWdAlNEhD5aQrJklP6kaQPfTRnwAGkm { width:12.5rem;height:11.9375rem;top:40.875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbvaSJu1ia168gmUGc3ygDOHTLoNqVqp { width:9.3115rem;height:8.999rem;top:1.1875rem;left:10.6875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TKVvC0NMHkKDThnlPOCDnOGtBT39p7Ay { width:9.3115rem;height:8.999rem;top:11.0625rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #NrndeBOBnPivf4lLoX9EEPvVHgsk4nXr { width:9.3103125rem;height:8.9978125rem;top:11.1875rem;left:10.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #TO7UShsITNLy3XsqXtkcvNcIfIWVKVTI { display:flex;width:3.125rem;height:3.125rem;top:2.3125rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #qi27WTLTTMW6gJ8WwtV8pVO8PkC0TVnw { display:flex;width:3.125rem;height:3.125rem;top:12rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #QO9UQFJrICKVJs0NX0wCBvG8GX2JZemd { display:flex;width:3.125rem;height:3.125rem;top:12rem;left:13.9375rem; }
 }@media only screen and (max-width: 763px) { #QxsTSJwXUg1eSm1CUPkdBHMZGIw7ViEv { display:block; }#QxsTSJwXUg1eSm1CUPkdBHMZGIw7ViEv > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsWzBoxJgGVOVZZ7APHBg5RhVovmZ0BF { width:19rem;height:23.6875rem;top:2.818603515625rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIwTQTrx6gLfKeVTWosgN4UzMs0M5wWo { width:16.9995rem;height:16.49525rem;top:5.447998046875rem;left:1.500244140625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V20LwI0ML3suaQTRLRSFHJi7IUtqTvnI { width:18.81225rem;height:1.2999125rem;top:22.9052734375rem;left:0.59326171875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWseLMJ9t15erhpz4MuuM8PdLS1eb5mq { display:flex;width:3.2495125rem;height:3.81225625rem;top:1.712646484375rem;left:0.50048828125rem; }
 }@media only screen and (max-width: 763px) { #H1qyOkcfogQssDJvPQSl8ChqkOEbrlOo { top:0rem;left:7.655517578125rem;width:6.0620125rem;height:5.37475625rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O02npyBGKMau6dbDuzCibfRBOkTdlFtk { display:flex;width:3.061525rem;height:3.5620125rem;top:24.202880859375rem;left:16.937255859375rem; }
 }@media only screen and (max-width: 763px) { #hBqMdybTBp5XhNxrvUwl982L3iXrtU1z { width:8.2495rem;height:8.2495rem;top:27.764892578125rem;left:11.75048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AklAanRql6yO5z052H15SivG2R4BXVJs { width:10.49925rem;height:10.49925rem;top:29.718017578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNTmxQoIgqxiSabFaIxTcruNspXiHo4C { width:20rem;height:11.179635542541rem;top:27.755103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3GToq5Hy5SG4gXTnvnrfR7CSJTZlUhv { display:block; }#m3GToq5Hy5SG4gXTnvnrfR7CSJTZlUhv > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6gyIBq7bTKbViEc6cQFveQm15ax4X3D { display:flex;width:2.436525rem;height:2.436525rem;top:0rem;left:8.780517578125rem; }
 }@media only screen and (max-width: 763px) { #GltLTSDJloq5CPgzqRg7bR6ipa5hk2TR { display:block; }#GltLTSDJloq5CPgzqRg7bR6ipa5hk2TR > .row .container { width:20rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NC2AHcTifHJv1u54u399UOr4EVOBIGsi { width:16.8103125rem;height:7.1484375rem;top:1.4990234375rem;left:1.59423828125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgUbx714532l4T4MdsetIuOHfoEIozTn { width:13.3105625rem;height:16.25rem;top:9.473876953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upIyHnaspiJbXtTOE1NtAMAIRd214fC9 { width:20rem;height:auto;top:12.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v61ptOqmUSV3v9lFgU6Tsgs5aPztLKSn { width:11.25rem;height:2.8125rem;top:26.3818359375rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO1tAo3SgqZPzTG44M5b3G2Zzi56Ofk4 { display:block; }
 }@media only screen and (max-width: 763px) { #pfTVbzQVQz9QzuwDg0epalobV5qdoyr7 { width:20rem;height:auto;top:43.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtuLE3g6gKaugfbtQMXE7GXsQATPqVSd { width:11.25rem;height:11.3125rem;top:69.6704921875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgmkBl4S58RlucRMFDpxb4gZT9pTbwKr { width:12.9980625rem;height:2.44873125rem;top:45.107177734375rem;left:3.499755859375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ36BwXDITK93wCXONCA9oePJgbgE8J6 { width:16.4355625rem;height:2.44873125rem;top:35.3369140625rem;left:3.437255859375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkSMez4R7NJHFdAl55ObmQqNFfglSbCh { width:11.25rem;height:11.3125rem;top:82.3889921875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w76eJw2LMp0rygQRpPyS7MvivqGyGN18 { width:11.25rem;height:11.3125rem;top:95.1074921875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZJGDkwz1mtNtTB4TSdaT6c6siZAt5Z6 { width:15.249rem;height:2.44873125rem;top:38.62548828125rem;left:3.499755859375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0ssODUl1vtgd32mH0Zu4mnJqIxgAQn4 { width:11.25rem;height:11.3125rem;top:107.8259921875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXPwOsnMG0utTSnnN7M6yXrHe54l9yGt { width:13.3728125rem;height:2.44873125rem;top:41.75048828125rem;left:3.31298828125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNRI4HeXWfrrQmQIThuls6FaP05oAMlZ { width:11.25rem;height:11.3125rem;top:130.8753046875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #me7PNIE4Gt3f4Iu1ruhC5J2wKTRhDEo4 { width:11.25rem;height:11.3125rem;top:143.5938046875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2cyfMG53bbG2ui67tqdxzxmIsQi1ZcI { width:11.25rem;height:11.3125rem;top:156.3123046875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPoJkw2y8aoWXuTk5dL6sfPaNTfOy654 { width:13.9978125rem;height:2.44873125rem;top:48.433837890625rem;left:3.499755859375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7vdJMTksVrvSd8fltRgMme7tyd528A5 { width:15.68725rem;height:2.44873125rem;top:51.998046875rem;left:3.499755859375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1erKFPHlX8Ewmc6CyAuTSUcHSAHOVie { width:12.7478125rem;height:2.44873125rem;top:55.54638671875rem;left:3.56298828125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRpR0RZbko7ql1qT1cGQLJ5XTz8gbkuc { width:6.9995rem;height:13.31175rem;top:49.068603515625rem;left:10.341796875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyJboUfUIXl5laH6hh3cot0sOWJcyHac { width:7.3730625rem;height:14.1235625rem;top:13.531494140625rem;left:11.1083984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcRLfzRUECqqrUiA06sLonHDADgOHIGQ { width:9.810125rem;height:3.62413125rem;top:77.874351501462rem;left:5.0944011807442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViEEFzAE3v9GMyKZkUCvz2no5NBIsTer { width:20rem;height:auto;top:74.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtH0MsfgbD419LBRTNi1ISZQZwd5AUCi { width:11.25rem;height:11.3125rem;top:207.5866796875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eh7mUhdg0sn1e3pnbZCqcrrqVebDuMr6 { width:11.25rem;height:11.3125rem;top:220.3051796875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zViTBKMVs4KwxgyiUJH3K8tC27S7ZNr4 { width:11.25rem;height:11.3125rem;top:233.0236796875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #waPcMN9CFGtC18E2uHXFB9EKWcKbFk8L { width:20rem;height:auto;top:94.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #puQDGv3TNynPMbZZL1i5LT0Q9gJ6WRCx { width:11.875rem;height:2.44873125rem;top:63.6875rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsFCLHgzGuttT5v9WITQmGkWQuNpu1Jo { width:5.81055rem;height:19.7485625rem;top:57.994384765625rem;left:14.188232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvcxAnVO0T5iUBn9IbF5fIslzW9TPzFN { width:10.437rem;height:1.2243625rem;top:67.1875rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh0CGtcLsBJtcd9TGO2R0VkoZ8sXtTZC { width:11.062rem;height:2.44873125rem;top:70rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUPst9TPeebI1Nl6OiWx7LAux7QSOHZP { width:11.809875rem;height:2.5rem;top:75.31033325195rem;left:4.0939672589302rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o51ostuVmivSil2MXB73AhN4MzBKAQtU { display:block; }
 }@media only screen and (max-width: 763px) { #qyyPw9qpSXJBRnKl3I9Eulh8w4Jmt8Wu { display:flex;top:34.998779296875rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #e5hq1CrxO30o3u00gzIeysMlkdH4vcx9 { top:31.435760498047rem;left:2.8439672589302rem;width:14.3115rem;height:2.76041875rem;z-index:15048;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#3a3a3a;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFehc1EBTvt1KniqkUbICFzG6cmwrrkC { top:60.802001953125rem;left:2.266845703125rem;width:14.3090625rem;height:1.38020625rem;z-index:15049;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#3a3a3a;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvJsP386GkZ7Wl84kPAzMMToCATsb7bl { display:flex;top:63.125rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #yPV3N3DdUhhfJC4ZDV7mnN4EuZ1MJaCK { width:20rem;height:4.59961rem;top:99.16135859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLoavNUqW4ZJ4AvpSQBUXsBwTSxps2Aq { width:20rem;height:11.184627145857rem;top:86.72729609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWeUCvwVRgKrUX145TzelbkCxET6tvnT { display:flex;top:37.87109375rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #oWIWBficTbiNfA5PCHt7LPUgLWGucswM { display:flex;top:41.24609375rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #Q2sB69FofG9mWAzLT0xBpkXpiNfPudTx { display:flex;top:44.634033203125rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15044; }
 }@media only screen and (max-width: 763px) { #LxZMf3C4KotRMlXwvTgnFOT4sU9vNILD { display:flex;top:48.085693359375rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #JWJlK3lMxcmTPGg6MIsOPZTa22CxKGu6 { display:flex;top:51.695068359375rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #WgRFxENywISb9iiSzd8B7bhy4PvMLUco { display:flex;top:55.07177734375rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #nSJmCsswwzggRWJv6XZMK1UTV1IbKDAk { display:flex;top:66.13525390625rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #o9P4QTaTFegstf90GtQhnCJoxJCV9t5A { display:flex;top:69.11376953125rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz { display:block; }#RN4l1mHPyrZPiDLZ9T7arJ64urUwHHMz > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTXrATRvG7H1nvlwda0Qotdz7QiovVDe { width:13.75rem;height:10.49925rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxn5Sgz3U4KxzxlPu2mntWTDUZE3SoKZ { width:13.75rem;height:10.5615rem;top:10.560546875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHCeuRLANvZURlCzQc8SfBPM0346vZvv { width:13.8733125rem;height:10.4980625rem;top:21.12060546875rem;left:3.062744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLe7LK7eoJuOoIAFTp8BEJTM3dwyOVKD { display:block; }#pLe7LK7eoJuOoIAFTp8BEJTM3dwyOVKD > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3F0G728ua38r8nXJ48tOWfS4IvAOp45 { display:flex;width:2.24975625rem;height:2.24975625rem;top:0rem;left:8.87451171875rem; }
 }@media only screen and (max-width: 763px) { #alty15epTVhrL4Ti6oKWn0aaOEzH5GrT { display:block; }#alty15epTVhrL4Ti6oKWn0aaOEzH5GrT > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDteElUJs0ipX5ytQmlJlE7T7VnZCSWR { width:20rem;height:3.57421875rem;top:1.998291015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKHNuWDG1H6lLfe0J0Fmuw6fKBOzsNUo { width:18.6853125rem;height:8.997375rem;top:7.24365234375rem;left:0.65673828125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9KRBX01LZi4OtL7bSkQFZI9D1RnZGNc { width:20rem;height:auto;top:26.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWLdTSgvkdzVzbe5HiNb3uJIpXd7Mkxu { width:20rem;height:18.236193578776rem;top:17.519775390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWauUJBDu4aXMGQF50biH0hGXMpVvyFv { width:20rem;height:9.8624090909094rem;top:39.48388671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMLdMmgvzJuPfi02PQt2s5R1P4VrkkTz { width:12.24975rem;height:2.87475625rem;top:36.609130859375rem;left:3.873291015625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxNvkpIXmvqs7fDmqkyKEATyRgVKC89h { display:block; }
 }@media only screen and (max-width: 763px) { #HWDnGehRNqoxulxROKX4Tsh7UehzPBbt { width:12.37425rem;height:2.87475625rem;top:49.345947265625rem;left:3.812255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZLhzZ6TPhSFmAAQK4FT2tx1bndETdZE { display:block; }
 }@media only screen and (max-width: 763px) { #CBzVsSG9xK2OsqwrdERkEhZZMFNGJVTU { width:20rem;height:1.38020625rem;top:54.930419921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePLU3flXobdnxFSZD4aFUSLgRu1e8Hof { width:10.75rem;height:24.73371962606rem;top:64.921875rem;left:4.6240234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSQpZKwdETUcSyEJxAq0zb5iRiGfRTcn { width:14.375rem;height:13.005069227672rem;top:57.805176171875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEP5Atn8e2S76pnyBrRNRzcWXJODxfvv { width:4.93706875rem;height:6.3748125rem;top:16.239150524139rem;left:15.061849892139rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRN3aoc7fxcI10l8Bxd9vhwiZ0zxDgmE { display:block; }#lRN3aoc7fxcI10l8Bxd9vhwiZ0zxDgmE > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgoxTBT5QQTAV2W1eI9gxbAOmeu8TmX2 { width:20rem;height:auto;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1WUQ34O2eAJ4MpQH5zIHB3Uz0wKtIvx { width:20rem;height:auto;top:14.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqhnigqhWR4u7funqHup7Bn67WN39lWZ { display:flex;width:2.75rem;height:2.5625rem;top:25.3427734375rem;left:0.46875rem; }
 }@media only screen and (max-width: 763px) { #gZXyLVzefTqAec0WZHvI7RlPaK0QkFnw { display:flex;width:2.25rem;height:2.25rem;top:9.2490234375rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #oAAApkZHxb5WrvzqCdRA3GwOBwwgUgy8 { width:20rem;height:auto;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkUVH2oSQZVodHGnVfwr2uAkTVTw0TrB { display:flex;width:2.4375rem;height:2.5rem;top:2.375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #UgFCOWqisiL9BXXPsXkpl4KZyiAs6R7o { width:20rem;height:auto;top:14.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRJH68AxEEq4JKT8Hd8ReCy0tENpDrVr { display:flex;width:2.3125rem;height:2.4375rem;top:17.4677734375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ewihNccTkQ64Wp1MnvdshobKBbTXbToG { width:3.625rem;height:3.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfkZXEs4PIfIJxWIFK34epTpZHon1HuL { width:3.62426875rem;height:3.62426875rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLo6wplqFE1vkWtTugkBx4a6S5MK29Jr { width:5.125rem;height:5.125rem;top:25.914306640625rem;left:2.388916015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RA7lQOznwT9xQlUUl8famE0pp0e5yaAZ { width:3.62426875rem;height:3.62426875rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiucyWWPMsQgoEXtV8dDovVhFDUmJ1vt { width:3.81225625rem;height:3.81225625rem;top:8.02978515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzkHaAxsgQqau2oOW1UJa1bNPBUNVyUU { display:flex;width:2.125rem;height:2.0625rem;top:33.75rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #mlFkDQSgoCX2yFJERmbwWf65oWvM5Z0k { width:20rem;height:auto;top:27.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKzqfcKiRdiM2PfpLSrvmtTuwiMyAxLp { width:3.62426875rem;height:3.62426875rem;top:33rem;left:0rem;z-index:15007;background-color:#7dd09f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XKTTWuUCGqHemyRgitkDH268UP6Tu2rW { width:3.62426875rem;height:3.62426875rem;top:24.8125rem;left:0rem;z-index:15008;background-color:#7dd09f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sp7h2HEH61HSPRAv1TJIdsJzbgokNAHh { top:1.436767578125rem;left:5.02197265625rem;width:14.375rem;height:4.54426875rem;z-index:15012;font-size:0.875rem;color:#3a3a3a;font-weight:300;font-style:normal;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #MOeCUTgBDdFt6mtrXNRJmT5kBhKOeBom { top:7.59375rem;left:5.021484375rem;width:14.375rem;height:5.6803375rem;z-index:15013;font-size:0.875rem;color:#3a3a3a;font-family:lato;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rHJUrNTLLEpyKtcfWWxETD6Se51LNwrr { top:15.25rem;left:5.146484375rem;width:14.1240234375rem;height:6.816375rem;z-index:15014;font-size:0.875rem;color:#3a3a3a;font-family:lato;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dDR5VTfC37ZkKLldhm3JKzuBmqHcKTZJ { top:23.75rem;left:5.146484375rem;width:14.1240234375rem;height:5.6803375rem;z-index:15015;font-size:0.875rem;color:#3a3a3a;font-family:lato;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cfSEE6IG49Rmbvo1TiR33qVFz503tSCD { top:31.9375rem;left:5.1474609375rem;width:14.123046875rem;height:5.6803375rem;z-index:15016;font-size:0.875rem;color:#3a3a3a;font-family:lato;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GXre1zATTlFf70pdMSC9WHzbd6CBGN3X { width:14.25rem;height:17.673012250781rem;top:42.24731484375rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6Twl7XkSm5GRHby3GdPLMyqo8kuxHhs { width:14.375rem;height:13.005069227672rem;top:43.66821328125rem;left:2.033935546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiE8vm3tuZbuL7QW97pOoOtoozU2cbz1 { display:block; }#FiE8vm3tuZbuL7QW97pOoOtoozU2cbz1 > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1mxCshmnka49oM22evp5wWW08bmStbc { width:17.0625rem;height:7.75rem;top:11.9375rem;left:1.4366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVwzMT6UyWUDotg4d4778VzSNE2SvJpE { width:13.49975rem;height:5.24739375rem;top:5.0625rem;left:3.2497830986977rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KwA1blT1P1XbNoalaqaVePGWxxdcSuWS { width:4.0625rem;height:3.875rem;top:0rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #xd26qTDWTMqiS1S04txnrr0GyKNGWChI { display:flex;width:2.5rem;height:2.5rem;top:0.6875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKUzIXJzvtvpTzNmuaWTorZI5JtV0AaJ { width:17.0625rem;height:7.75rem;top:3.5rem;left:1.4366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHdXPFpnGfTLSKhNbopL52b1Dw0ukeTi { width:12.9358125rem;height:5.24739375rem;top:13.374114990234rem;left:3.5622833371162rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qHAgzvMbSIJAr8ZrJCnTh3DMCUivTbat { width:4.0625rem;height:3.875rem;top:12.3134765625rem;left:7.937744140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOfdpqTRWCXwAMsTkyc8P7rQL7R17fS1 { display:flex;width:2.5rem;height:2.5rem;top:13.000732421875rem;left:8.750732421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePcsB71bQBKeHwAdNUXrkRFkdV3oifh1 { width:17.06175rem;height:7.749rem;top:20.499786376953rem;left:1.4366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1NQqwWfEUvZAKBPVoiKUQAOR5h2ys9A { width:12.9358125rem;height:3.93555rem;top:22.5625rem;left:3.5622833371162rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Miiow17zeTRH3bt369el5lEqZQwaLkuV { width:4.0625rem;height:3.875rem;top:33.062255859375rem;left:7.937744140625rem;display:none; }
 }@media only screen and (max-width: 763px) { #elRA1VmLx0pZwTVTP2eHpZNcTEixkCzq { display:flex;width:2.5rem;height:2.5rem;top:33.74951171875rem;left:8.750732421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gr496OxTQT4dQnErN54qqZsJvcWhSOdm { width:20rem;height:auto;top:23.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0vtwkRFSaG0Iyh1cXruc9qiezKKEqvE { top:29.874786376953rem;left:3.7500002980233rem;width:12.5rem;height:2.2721375rem;z-index:15055;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boqRSUHSx4doTc8KE5kBTlFHHeb3yURQ { width:12.6233125rem;height:2.9370125rem;top:32.875rem;left:3.6870663762093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMVIcf7c9M6HECmTEyaWDMIo1L5DqfHl { display:block; }
 }@media only screen and (max-width: 763px) { #hVg2OmacM0wGmfiB3BCskUpDB2ohEHUP { width:14.187rem;height:11.0754375rem;top:44.13818359375rem;left:4.4189453125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W43AOpPu0Cge1kyEMTxUimU0E4q0CLhg { width:20rem;height:18.0625rem;top:7.0622863769531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J39t0DbunvnkHN2WWT90zamCo1kWinTZ { width:20rem;height:1.38020625rem;top:1.3107719421387rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFn1XFk3JxuS92hC6uQWlFThD0pwhJpK { display:none; }#bFn1XFk3JxuS92hC6uQWlFThD0pwhJpK > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CE77AcQFkTB9CSR4Gbazs9M4JwnGobZD { display:flex;width:2.24975625rem;height:2.24975625rem;top:0rem;left:8.87451171875rem; }
 }@media only screen and (max-width: 763px) { #JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX { display:none; }#JBqCpltJiT8lmnLA3sp2tzb9dDs0UnUX > .row .container { width:20rem;height:43.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bybRkrbFyf76ic3l59w4NCW2QqMeHyn2 { width:13.62425rem;height:13.62425rem;top:66.844482421875rem;left:3.187255859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNvCyqa3Xl9poqmwgIqyFsamMlMTZATD { width:20rem;height:20rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1JrISR2VtqtKzcwCxEwihJn4VdD2clv { width:20rem;height:20rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKK1684Ff8m3WTqac7gbCABbFDCO8ZpN { width:12.6233125rem;height:2.9370125rem;top:2.005615234375rem;left:8.6484375rem;font-size:0.875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #QedVTTevMGafw2oNUkeEoTARWTr9OPEN { display:block; }
 }@media only screen and (max-width: 763px) { #ucocTIycdsuVuEwADdrTHNw3oT7cGcEM { display:block; }#ucocTIycdsuVuEwADdrTHNw3oT7cGcEM > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlpeZtEsyDnC5Vaw2Rffo9QsIzNDSEnW { display:flex;width:2.24975625rem;height:2.24975625rem;top:0rem;left:8.87451171875rem; }
 }@media only screen and (max-width: 763px) { #WockBNiqKVhHH0c4lK6MJkh2Te2ngKAx { display:block; }#WockBNiqKVhHH0c4lK6MJkh2Te2ngKAx > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTJMz44K7lbbDcDr1ObxA8ULVACS6TF6 { width:20rem;height:3.023rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW1SlTZkdBPNASsciTPPTKLUvSQfG4nu { width:15.7495rem;height:7.4978125rem;top:5.472412109375rem;left:2.1240234375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4SOwao8JqBeo3EXo9ckZEKeei8tIIQl { width:20rem;height:1.69921875rem;top:35.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9xTwmVa3L3b3TAs4oXTCTSJX7r6u0cW { width:17.1875rem;height:9.0885625rem;top:37.5625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iAehNDCvEB4PWzfdUR4rZvXop5sFlrpN { width:14.249125rem;height:16.624375rem;top:13.951830863952rem;left:1.4366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoaA1em8qD5wwQ42vEGLPs0xrxkVATHQ { width:20rem;height:1.69921875rem;top:48rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7NW3pXUSaqmEwcrsiaTQofhzgcZl7pk { width:12.3730625rem;height:2.99926875rem;top:31.53955078125rem;left:3.812255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olrGAr2u9EnTAW3LSCl9qksDP6UIqNpN { display:block; }
 }@media only screen and (max-width: 763px) { #bt7ZfyU26UEkPH5pso1OthGQwwCZXOUi { width:8.0620625rem;height:13.936625rem;top:61.933595657349rem;left:5.9678824543953rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVRRbZ9qZEIA9aRC7Jt6nNrA78FIxTf3 { width:13.811875rem;height:12.4370625rem;top:63.436418533325rem;left:3.0935330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #scBZyNXX1VIzMDrngvbhtGprh6X4rVUW { width:17.749rem;height:11.01561875rem;top:50.3125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #egECpmkFV6MFfsi9OEPHWqvsqGBXPwwz { width:12.5rem;height:2.87475625rem;top:38.64990234375rem;left:3.75rem;font-size:0.875rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #mofCSW51TnSmaxOiyHR7a0Vpr0bCwokq { display:block; }
 }@media only screen and (max-width: 763px) { #r8PV8nV7T17PLuTqtiMIRZwhwGig4v5E { display:block; }#r8PV8nV7T17PLuTqtiMIRZwhwGig4v5E > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6uOz6iHBzc1GUSIQsI8OfehBHoU8Rgx { width:17.87475rem;height:4.87305rem;top:1.685791015625rem;left:1.06201171875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNmHJHcBVwMXW7Lyh9wcRkXKDyJpNyrG { width:20rem;height:auto;top:13.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fii9qKQTC6QHV3ILwUNZPlJm7atq0qOI { display:flex;width:2.0625rem;height:2rem;top:16.060546875rem;left:5.8572052121163rem; }
#Fii9qKQTC6QHV3ILwUNZPlJm7atq0qOI > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2rem; } }@media only screen and (max-width: 763px) { #U3VQsvdUsfJQi55IQ4nfPdHdhnz2C2GP { display:flex;width:2.1875rem;height:2.1875rem;top:15.967224121094rem;left:8.9062502980231rem; }
#U3VQsvdUsfJQi55IQ4nfPdHdhnz2C2GP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #k1Wixw8soEv9dA4tWZmSNMJqJnW03Xw5 { display:flex;width:2.8125rem;height:2.25rem;top:15.935302734375rem;left:11.841363251209rem; }
#k1Wixw8soEv9dA4tWZmSNMJqJnW03Xw5 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #hIeT8Ky595CXtgJQHdsT2MhNb9LLp5Wv { width:4.25rem;height:4.375rem;top:7.248779296875rem;left:7.843017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpFEVyQ87HJdwD4hdAJfLIi25NNAFQ2I { width:14.4998125rem;height:2.31228125rem;top:12.544486999512rem;left:2.7495661377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K68AuEEHiIsc0kPKimwPLoTXPaS1kuhe { display:block; }
 }