.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:255,204,219;--color-primary-1:255,102,148;--color-primary-2:255,0,76;--color-primary-3:237,6,119;--color-primary-4:192,36,40;--color-secondary-0:255,230,223;--color-secondary-1:255,177,176;--color-secondary-2:255,132,94;--color-secondary-3:153,79,56;--color-secondary-4:51,26,19;--color-tertiary-0:255,255,255;--color-tertiary-1:104,104,104;--color-tertiary-2:83,83,83;--color-tertiary-3:66,66,66;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/03c854e0-af4b-495d-9bb3-5d1dd8d96b71/zestaw09rozamzpraca4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(192,40,38,0.1);background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo.adaptive-delivery-prevent-bg, #gKvHDl8oBL6caCUTElOSFsDrNeixTVVo.lazyload, #gKvHDl8oBL6caCUTElOSFsDrNeixTVVo.lazyloading { background-image: none; }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .row .container { background-color: transparent; background-image: none; }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .row .container > .video-iframe-container { display: none; }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .row > .video-iframe-container { display: none; }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .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); }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .row .container { border-width: 0; border-radius: 0; }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#vXyRA5zInnGR9Qzv8pHWcXTvpLD5hZGR { color:rgba(var(--color-primary-4),1);display:block;width:36.4375rem;position:absolute;font-family:"titillium web";font-size:3.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:8.3984375rem;font-style:normal;display:block; }
#VlGgS3Md4GKu7RpunakPQsF5kJ5i6Xi9 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.354166507721rem;left:0rem;height:12.24486875rem;font-style:normal;display:block; }
#rycqkwlyTwIurHxgODtVPWIAEHKHRJfg { z-index:15003;top:39.5625rem;left:5.53125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, #7700fd, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, #7700fd, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, #7700fd, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, #7700fd, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#el4p2iAivoxnrTaSL4EC50fQivHlC9ZB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xydwQZWhNeUCvVN4CzisePBNJP4HIWaM { 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:9.25rem;width:14.0625rem;top:33.75rem;left:0rem;overflow:hidden;display:block; }
#IHD6C2ddCHIkK8oBS3N8gCeBdMZuzL3h { 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:33rem;width:21.875rem;top:5.5625002384186rem;left:35.812501907349rem;overflow:hidden;display:block; }
#gTxllooknTSvbLhKvWhO7DxIcF47WCOP { color:rgba(var(--color-primary-4),1);display:block;width:36.4375rem;position:absolute;font-family:"titillium web";font-size:2.625rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:13.962239742279rem;left:0rem;height:6.2995rem;font-style:normal;display:block; }
#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { position:relative;display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { background-color: transparent; background-image: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .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); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { border-width: 0; border-radius: 0; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { color:rgba(var(--color-tertiary-4),1);display:block;width:44.4375rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.625rem;left:7.78125rem;height:2.33764375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uze1X6n459WAF0CAARac4IW0ULNhLM7T { color:rgba(var(--color-tertiary-3),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.78125rem;height:16.88475625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:7.6875rem;left:7.78125rem;display:block; }
#p0v6CmP5I5P592oU2d7SThiPbWQXM2dI { color:#c02826;display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.3125rem;left:7.78125rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tSxOFPZwnVThQ2DQ74yAxRJaTM9AVNwy { color:rgba(var(--color-tertiary-3),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:34.800130844116rem;left:7.78125rem;height:6.494125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BtQo2vpblDECiUdxTgZBtBgtS1kPLnVA { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.6875rem;left:18.0625rem;display:block; }
#ERCJ3bbMyx8gTAHHpUyko4HZsGMxx6dT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X339m6SSnhw97UZ0ksINlkxqcZb8on3T { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.31175rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:50.06103515625rem;left:18.0615234375rem;display:block; }
#RrfVntzeI91EahQHKFOik2Jh2Q27EEv4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gpcy282AU9Fe3L3LiCvy1ssBq7l2heWg { color:rgba(var(--color-tertiary-3),1);display:block;width:40.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:47.734375rem;left:7.78076171875rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { position:relative;display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { background-color: transparent; background-image: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container > .video-iframe-container { display: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container { display: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .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); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { border-width: 0; border-radius: 0; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .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; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .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:81.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; }#biCbecu0OTztxZK9RRLU3mOwh2etKleD { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.9375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v0DlniDBOHV6N3Cf6TzdgqoqytP1Ln5S { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:66.936851501462rem;left:19.4375rem;display:block; }
#kaFmXn3ugVOdiI5J3pBPikvfxSrUuw0z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lynrx3ZQxoSSQn0hlXG4lT7Hk2xmVRft { color:rgba(var(--color-tertiary-3),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.1477904319763rem;left:8.65625rem;height:53.2518875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l3pHKME8TBtVnhQ7zHmdMoNo5QlCBTnD { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:7.0625rem;left:22.34375rem;display:block; }
#tRpbZzZe3I5Imq7KfZpeSDAAwIsDda0w { color:rgba(var(--color-tertiary-3),1);display:block;width:40.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:73.4375rem;left:9.5625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R5zVZAa9uGt52f4hGKbBn5rd011dEJQ7 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.31175rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:75.75rem;left:19.8125rem;display:block; }
#P50l8k0TkTswPSJL57EJFGa02yrGHC5H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv { 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; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row .container { background-color: transparent; background-image: none; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row .container > .video-iframe-container { display: none; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row > .video-iframe-container { display: none; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .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); }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row .container { border-width: 0; border-radius: 0; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;position:relative;display:block; }#f41Ih4aJiI6tKAeMRFD6qDgwhK2Wnl1D { color:rgba(var(--color-tertiary-4),1);display:block;width:44.4375rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.6249914169311rem;left:7.21875rem;height:4.67529375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ProffEQkbOfG1MlxSODeCf3MhpGnKK8x { color:rgba(var(--color-tertiary-3),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.623698234558rem;left:7.78125rem;height:22.08006875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xct6BF7VQIUIDuAFF3p3dmO9ZoT8d4WC { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.75rem;left:7.78125rem;display:block; }
#T6BHxSrTfGkxdpHKZ87RFs3vie91Unam { 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:16.5625rem;width:24.9375rem;top:12.623698234558rem;left:35.062501907349rem;overflow:hidden;display:block; }
#cf5mLZfqeEGrrhBICGyJsXQzJxlRQPFh { 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; }#cf5mLZfqeEGrrhBICGyJsXQzJxlRQPFh > .row .container { background-color: transparent; background-image: none; }#cf5mLZfqeEGrrhBICGyJsXQzJxlRQPFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cf5mLZfqeEGrrhBICGyJsXQzJxlRQPFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cf5mLZfqeEGrrhBICGyJsXQzJxlRQPFh > .row .container > .video-iframe-container { display: none; }#cf5mLZfqeEGrrhBICGyJsXQzJxlRQPFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cf5mLZfqeEGrrhBICGyJsXQzJxlRQPFh > .row > .video-iframe-container { display: none; }#cf5mLZfqeEGrrhBICGyJsXQzJxlRQPFh > .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); }#cf5mLZfqeEGrrhBICGyJsXQzJxlRQPFh > .row .container { border-width: 0; border-radius: 0; }#cf5mLZfqeEGrrhBICGyJsXQzJxlRQPFh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cf5mLZfqeEGrrhBICGyJsXQzJxlRQPFh > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;position:relative;display:block; }#mhAJpKllSBTatkEZpO3FTz1euHJvbk9W { color:rgba(var(--color-tertiary-4),1);display:block;width:44.4375rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.6875rem;left:7.78125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SBi6ZeWBvpeW2mANtFd6suKTA1F40ukv { color:rgba(var(--color-tertiary-3),1);display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.8115234375rem;left:7.78125rem;height:16.88474375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sdy57ggow09xbDJynsUuRskq6MUNoHE1 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.75rem;left:7.78125rem;display:block; }
#WIZqA6aa1Cx02W2odm566CPXZrdGOmfz { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.003256797791rem;left:20.84375rem;display:block; }
#XS1HMmqt7f6Lf2VgtBUsHyztddMmpTdw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTFMaFWstyS4NqltpQAZZip72PsPhkTT { 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; }#TTFMaFWstyS4NqltpQAZZip72PsPhkTT > .row .container { background-color: transparent; background-image: none; }#TTFMaFWstyS4NqltpQAZZip72PsPhkTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFMaFWstyS4NqltpQAZZip72PsPhkTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFMaFWstyS4NqltpQAZZip72PsPhkTT > .row .container > .video-iframe-container { display: none; }#TTFMaFWstyS4NqltpQAZZip72PsPhkTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFMaFWstyS4NqltpQAZZip72PsPhkTT > .row > .video-iframe-container { display: none; }#TTFMaFWstyS4NqltpQAZZip72PsPhkTT > .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); }#TTFMaFWstyS4NqltpQAZZip72PsPhkTT > .row .container { border-width: 0; border-radius: 0; }#TTFMaFWstyS4NqltpQAZZip72PsPhkTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTFMaFWstyS4NqltpQAZZip72PsPhkTT > .row .container { font-size:0.875rem;font-family:arial;height:74.9375rem;width:60rem;position:relative;display:block; }#ozQy8wz2RxMWuQRs3eoSkg7HJ7BF9hyw { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7700fd;border-left:0.125rem solid #7700fd;border-right:0.125rem solid #7700fd;border-bottom:0.125rem solid #7700fd;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-tertiary-4),0.08) ;height:24rem;width:22.125rem;top:9.041015625rem;left:31.905599594116rem;display:block; }
#mM5AxHcftHMOsuW3JDrn1FRKQ5Wh6nbe { color:#68b6ff;display:block;width:17.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:19.625rem;left:34.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#mM5AxHcftHMOsuW3JDrn1FRKQ5Wh6nbe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mM5AxHcftHMOsuW3JDrn1FRKQ5Wh6nbe li:before{  }
#NfKqZg50sfT35amBTzKGiyb6ARduKFnx { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-tertiary-4),0.08) ;height:29.9375rem;width:22.4375rem;top:6.7701826095581rem;left:7.625rem;display:block; }
#ieg3Rzezm00QBtEhwb17JiTfIaWQVyI6 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:12rem;left:11.25rem;height:2.02514375rem;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;font-style:normal;display:block; }
#xTdJRTy2IOGG2SSw7EXChhABkEWksoev { position:absolute;display:block;z-index:15019;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:15.625rem;top:19.625rem;left:11rem;display:block; }
#MnGNJvK1TRynihsd1Rn5TfyBiSwbKGVp { color:rgba(var(--color-tertiary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:21.187500953674rem;left:11.25rem;height:15.1135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#MnGNJvK1TRynihsd1Rn5TfyBiSwbKGVp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MnGNJvK1TRynihsd1Rn5TfyBiSwbKGVp li:before{  }
#bwJVg8dDVtsvaSSvu2dzNRxMqZex7xq0 { color:#7700fd;display:block;width:2.56185rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.971354484558rem;left:36.561849594116rem;height:2.35611875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AvXFpD3Z29sFn6qeDXpbb104AB86e0qI { color:#7700fd;display:block;width:13.0611875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.971354484558rem;left:36.561849594116rem;height:5.4433625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GxLDJdXUhVAgcb1JUkSy89SWbz3a91fb { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12434875rem;width:15.625rem;top:18.25rem;left:34.437501907349rem;display:block; }
#UrssDWhT3TKtnq6tsv28bn7O5yIv3SXE { color:#c02826;display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.5625rem;left:11.0625rem;height:2.5183125rem;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;font-style:normal;display:block; }
#b8DSET3EUHcxb0wZunsrT36l21vr6cEt { color:#c02826;display:block;width:2.56225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14rem;left:12.0625rem;height:2.35611875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZXDEBISZfyVrxIx3uokCdTrK8fmLlfLo { color:#c02826;display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.5625rem;left:14.5625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rauVmbPNJdyhVmuu8rBapO93MztBFaia { position:absolute;display:block;z-index:15010;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.375rem;top:6.7701826095581rem;left:31.905599594116rem;display:block; }
#aTAWGC039ppalCrriJkKWWETNOI7IQtk { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:7.2825527191163rem;left:32.030599594116rem;height:1.79948125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K5HRu58VL5XRubRI0Dp8HxXyBOugb7qN { color:#191919;display:block;width:59.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:1.3541669845581rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hensoTit3x940KbucqlvRLcs43sIopXI { color:rgba(var(--color-tertiary-2),1);display:block;width:15.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:10.988932371139rem;left:34.437501907349rem;height:2.02514375rem;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;font-style:normal;display:block; }
#TB5XAXkdWD215lFiEfUI9ruaKoObP8vw { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-tertiary-4),0.08) ;height:18.25rem;width:22.125rem;top:40.051427841186rem;left:7.625rem;display:block; }
#hFAicXZn2DD2aasPy5AHLVH474mOBi50 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.375rem;top:37.779943466186rem;left:7.65625rem;display:block; }
#U3qizs6s2eAgI2kERG8hFNnlzV5huSub { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:38.035808563233rem;left:8.4375rem;height:1.79948125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xDd2bzu3gctAZ9DJxenbiPQqyznedTQy { color:rgba(var(--color-tertiary-2),1);display:block;width:15.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:42.830078125rem;left:10.039712905884rem;height:2.02514375rem;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;font-style:normal;display:block; }
#waKs4bXO0slssOLLMtoULyxzPzIrBkFo { color:rgba(var(--color-primary-3),1);display:block;width:2.56185rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:45.97265625rem;left:11.25rem;height:2.35611875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I1dPqSm0MDXkeZBz5s69krbSFfsgx9U4 { color:rgba(var(--color-primary-3),1);display:block;width:13.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:45.97265625rem;left:12.3125rem;height:5.4433625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ECElWKLKFtzC0zzvWMJJfK5X619aNFkv { color:#68b6ff;display:block;width:17.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:51.91015625rem;left:10.1875rem;height:2.02514375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ECElWKLKFtzC0zzvWMJJfK5X619aNFkv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ECElWKLKFtzC0zzvWMJJfK5X619aNFkv li:before{  }
#r6ReTSRZLf0CDHUfEd8a2Bw5OsAklvf5 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:35.700521469116rem;left:31.562501907349rem;height:18.1835875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sWSCzyP7vyeiBMpmCtP6rByRky2pJTLN { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:55.884765625rem;left:33.936849594116rem;display:block; }
#wOR3igXpUmz1mswPkkVqaPsUF4bIPtlu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#io2bIHeXLGPdJec0wRf8E7qF9ucOdz1L { color:rgba(var(--color-tertiary-3),1);display:block;width:17.68675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:61.23046875rem;left:34.200439453125rem;height:3.41064375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JBvMazqvCIe5tnLGwFWBxn4uhJMICvL6 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3105625rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:65.8740234375rem;left:33.88916015625rem;display:block; }
#H8mWFaAkTQUDFzUmhna9ipIVhR2Ws8lh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw { 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; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row .container { background-color: transparent; background-image: none; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row .container > .video-iframe-container { display: none; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row > .video-iframe-container { display: none; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .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); }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row .container { border-width: 0; border-radius: 0; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:block; }#aWBObtagoTdSaoGBzZFqEiTeAooKBFxE { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.625rem;left:1.3125rem;height:2.33764375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RlDi481XpZvMXKx1U2BBsyKA8s9ZcabQ { color:rgba(var(--color-tertiary-3),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.8115234375rem;left:1.3125rem;height:12.98825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AgpiXXWHMcfDVS3LzwSBVZ97NUz8Pf53 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.4375rem;left:1.3125rem;display:block; }
#oukmpq8lny7qvmMHKXvFVTpzgaXWgKTd { 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:18.1875rem;width:27.375rem;top:10.6875rem;left:31.583984375rem;overflow:hidden;display:block; }
#lZybfg225db7EkO9OeOi9KWuu0ql9Dq0 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.0615234375rem;left:6.3125rem;display:block; }
#WTggHwNkuzlW1Mb1nmyV7TMXR0Q3oEFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aJn7KHG0KATp6vCNObx87QoBAOZxsfJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/6cc2d225-e2f9-4601-aa7d-43383164ce5c/zestaw09rozamzpraca3.crop_1281x1282_639,0.preview.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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; }#aJn7KHG0KATp6vCNObx87QoBAOZxsfJy.adaptive-delivery-prevent-bg, #aJn7KHG0KATp6vCNObx87QoBAOZxsfJy.lazyload, #aJn7KHG0KATp6vCNObx87QoBAOZxsfJy.lazyloading { background-image: none; }#aJn7KHG0KATp6vCNObx87QoBAOZxsfJy > .row .container { background-color: transparent; background-image: none; }#aJn7KHG0KATp6vCNObx87QoBAOZxsfJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJn7KHG0KATp6vCNObx87QoBAOZxsfJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJn7KHG0KATp6vCNObx87QoBAOZxsfJy > .row .container > .video-iframe-container { display: none; }#aJn7KHG0KATp6vCNObx87QoBAOZxsfJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJn7KHG0KATp6vCNObx87QoBAOZxsfJy > .row > .video-iframe-container { display: none; }#aJn7KHG0KATp6vCNObx87QoBAOZxsfJy > .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); }#aJn7KHG0KATp6vCNObx87QoBAOZxsfJy > .row .container { border-width: 0; border-radius: 0; }#aJn7KHG0KATp6vCNObx87QoBAOZxsfJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aJn7KHG0KATp6vCNObx87QoBAOZxsfJy > .row .container { font-size:0.875rem;font-family:arial;height:68.375rem;width:60rem;position:relative;display:block; }#itTu6V47tniWQcBqFQxpF6ZuuHRZfuTU { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6250171661377rem;left:0rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThTOJklrxxDCWqxO3puUaTTyNln95eWy { position:absolute;display:block;z-index:15001;border-top:0.125rem solid #c02826;border-left:0.125rem solid #c02826;border-right:0.125rem solid #c02826;border-bottom:0.125rem solid #c02826;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:9.0625rem;top:17.375rem;left:4.3125rem;overflow:hidden;display:block; }
#EmUKGE1IqHt2SC1yCQ7unzncOmMNH1W8 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:16.875rem;left:3.8125rem;display:block; }
#zbd1VT0Zw6syK5tw243snh3EkClQ05gX { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:29.5625rem;left:1.8125rem;height:23.9868rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LBrl86NTIDvUXhSac1bwBTcqikEr1JQr { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:19rem;top:15.062500318512rem;left:0rem;display:block; }
#PqxOI6vUX1lwEeweN1uFXKLX5W9HFcht { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:58.041667938233rem;left:7.3125rem;display:block; }
#sIAxGVONQRS7oUzHnUP40PNuGyr76UJ9 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:58.0625rem;left:1.15625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#m6TqImaBh7UvRdx1ktBoDXdlT2hZl4XD { color:#c02826;display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.0625rem;left:0rem;height:9.993875rem;font-style:normal;display:block; }
#ThON6B29kNHg9Rp90nguRMeUnN1iPDxq { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.625rem;width:19rem;top:15.062500318512rem;left:20.625rem;display:block; }
#q92VArNmAkJJ1PrnwT3AT06yhBtnopXt { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:29.5625rem;left:22.4375rem;height:25.5859375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#mhsfhRMQW0kUhrJWLytTuNVf1JnKhp3D { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:58.041019439698rem;left:21.5625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kvRq7J5Zt0AalFq9pJnsGJsQK5d1hFBU { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:38.75rem;left:28.5625rem;display:block; }
#kcv5lC3mZ0ZRFMNXvv8NT2XfmTAuIHty { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:16.875rem;left:24.4375rem;display:block; }
#n5ytpuozcrExtiGOBuEtZimW8lPTlva3 { position:absolute;display:block;z-index:15008;border-top:0.125rem solid #c02826;border-left:0.125rem solid #c02826;border-right:0.125rem solid #c02826;border-bottom:0.125rem solid #c02826;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:6.375rem;top:17.375rem;left:24.9375rem;overflow:hidden;display:block; }
#Nu1QIE74kvu56nLaOwFU5AKUbPiLUyhT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.0625rem;left:20.625rem;height:9.993875rem;font-style:normal;display:block; }
#AJVXiArFqFfdvtiifUBFpSHQlGUc3GiG { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.75rem;width:19rem;top:15.062500318512rem;left:41.000001907349rem;display:block; }
#qiApEtpELQ8z6Nfz1pkruSvlVSydzBPd { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:58.041017532349rem;left:43.125001907349rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BeachohtoN1KdbV6bzHfBivfQC8RmotC { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:29.5625rem;left:42.8125rem;height:23.9868125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HGyzwgUZ7nUTBHVsDDlSXio0IKvya9tD { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:58.041017532349rem;left:48.875001907349rem;display:block; }
#DKFw8pJ2TwQT5Hi1l1yKeUniXyzW0lgS { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:16.875rem;left:44.8125rem;display:block; }
#RK93Md3qi6lOTQNVq7Zw95SNgsKhVZIk { position:absolute;display:block;z-index:15015;border-top:0.125rem solid #c02826;border-left:0.125rem solid #c02826;border-right:0.125rem solid #c02826;border-bottom:0.125rem solid #c02826;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:7.1875rem;top:17.375rem;left:45.3125rem;overflow:hidden;display:block; }
#SA6TicHeQeKwgXSmysiE0HGgxHqOMsXN { color:rgba(var(--color-tertiary-4),0);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.0625rem;left:41rem;height:9.993875rem;font-style:normal;display:block; }
#TcviVwcfyZCL57AQccf0tT5NcZGwTJ9b { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.9772281646731rem;left:23.750001907349rem;display:block; }
#TDPyiqecLAGsQP1TyUMkvTdhHZg40q6s { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:63.498037338256rem;left:21.354166030884rem;display:block; }
#fFZkfdHVW6fx6osnl9HW5c64UNHUsqKJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z5TQdXBtF2HZiNI9lG04nDe0rKmHcon1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#z5TQdXBtF2HZiNI9lG04nDe0rKmHcon1 > .row .container { background-color: transparent; background-image: none; }#z5TQdXBtF2HZiNI9lG04nDe0rKmHcon1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5TQdXBtF2HZiNI9lG04nDe0rKmHcon1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5TQdXBtF2HZiNI9lG04nDe0rKmHcon1 > .row .container > .video-iframe-container { display: none; }#z5TQdXBtF2HZiNI9lG04nDe0rKmHcon1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5TQdXBtF2HZiNI9lG04nDe0rKmHcon1 > .row > .video-iframe-container { display: none; }#z5TQdXBtF2HZiNI9lG04nDe0rKmHcon1 > .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); }#z5TQdXBtF2HZiNI9lG04nDe0rKmHcon1 > .row .container { border-width: 0; border-radius: 0; }#z5TQdXBtF2HZiNI9lG04nDe0rKmHcon1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z5TQdXBtF2HZiNI9lG04nDe0rKmHcon1 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#U4ymxmzrApN2CgWZuBK5ik2Ju0Ig1lbv { color:#424242;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.09375rem;left:42.8125rem;height:2.2753875rem;text-align:right;text-align-last:right;display:block; }
#TWsi8ml8uuQ3DT6ig6C6fQGky0rx1TzG { color:#424242;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.09375rem;left:0rem;height:2.2753875rem;text-align:left;text-align-last:left;display:block; }
#VTA8KObpWOlOPqU1ErJOd9mHU2lioKBd { 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:5.5625rem;width:14.5625rem;top:0.4375rem;left:21.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gKvHDl8oBL6caCUTElOSFsDrNeixTVVo { display:block; }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXyRA5zInnGR9Qzv8pHWcXTvpLD5hZGR { top:5.5625rem;left:0rem;width:36.4375rem;height:8.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlGgS3Md4GKu7RpunakPQsF5kJ5i6Xi9 { top:20.3125rem;left:0rem;width:29.375rem;height:12.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rycqkwlyTwIurHxgODtVPWIAEHKHRJfg { top:39.5625rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #el4p2iAivoxnrTaSL4EC50fQivHlC9ZB { display:block; }
 }@media only screen and (max-width: 763px) { #xydwQZWhNeUCvVN4CzisePBNJP4HIWaM { width:14.0625rem;height:9.25rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHD6C2ddCHIkK8oBS3N8gCeBdMZuzL3h { top:5.5625rem;left:25.875rem;width:21.875rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTxllooknTSvbLhKvWhO7DxIcF47WCOP { top:13.9375rem;left:0rem;width:36.4375rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:44.4375rem;height:2.3125rem;top:3.625rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:41rem;height:20.75rem;top:12.1875rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { top:7.6875rem;left:1.65625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0v6CmP5I5P592oU2d7SThiPbWQXM2dI { width:41rem;height:1.25rem;top:9.3125rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSxOFPZwnVThQ2DQ74yAxRJaTM9AVNwy { width:41rem;height:6.4375rem;top:34.75rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtQo2vpblDECiUdxTgZBtBgtS1kPLnVA { width:18.3125rem;height:3.75rem;top:42.6875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERCJ3bbMyx8gTAHHpUyko4HZsGMxx6dT { display:block; }
 }@media only screen and (max-width: 763px) { #X339m6SSnhw97UZ0ksINlkxqcZb8on3T { width:18.25rem;height:3.75rem;top:50rem;left:11.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrfVntzeI91EahQHKFOik2Jh2Q27EEv4 { display:block; }
 }@media only screen and (max-width: 763px) { #gpcy282AU9Fe3L3LiCvy1ssBq7l2heWg { width:40.9375rem;height:1.6875rem;top:47.6875rem;left:1.65576171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biCbecu0OTztxZK9RRLU3mOwh2etKleD { width:47.75rem;height:;top:3.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0DlniDBOHV6N3Cf6TzdgqoqytP1Ln5S { width:18.3125rem;height:3.75rem;top:66.875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaFmXn3ugVOdiI5J3pBPikvfxSrUuw0z { display:block; }
 }@media only screen and (max-width: 763px) { #Lynrx3ZQxoSSQn0hlXG4lT7Hk2xmVRft { width:41rem;height:58.4375rem;top:8.125rem;left:2.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3pHKME8TBtVnhQ7zHmdMoNo5QlCBTnD { top:7.0625rem;left:16.21875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRpbZzZe3I5Imq7KfZpeSDAAwIsDda0w { width:40.9375rem;height:1.6875rem;top:73.4375rem;left:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5zVZAa9uGt52f4hGKbBn5rd011dEJQ7 { width:18.25rem;height:3.75rem;top:75.75rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P50l8k0TkTswPSJL57EJFGa02yrGHC5H { display:block; }
 }@media only screen and (max-width: 763px) { #H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv { display:block; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f41Ih4aJiI6tKAeMRFD6qDgwhK2Wnl1D { width:44.4375rem;height:4.625rem;top:3.5625rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ProffEQkbOfG1MlxSODeCf3MhpGnKK8x { width:26.5rem;height:23.375rem;top:12.5625rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xct6BF7VQIUIDuAFF3p3dmO9ZoT8d4WC { top:10.75rem;left:1.65625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6BHxSrTfGkxdpHKZ87RFs3vie91Unam { top:12.5625rem;left:22.8125rem;width:24.9375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf5mLZfqeEGrrhBICGyJsXQzJxlRQPFh { display:block; }#cf5mLZfqeEGrrhBICGyJsXQzJxlRQPFh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhAJpKllSBTatkEZpO3FTz1euHJvbk9W { width:44.4375rem;height:;top:4.6875rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBi6ZeWBvpeW2mANtFd6suKTA1F40ukv { width:43.8125rem;height:18.1875rem;top:12.75rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdy57ggow09xbDJynsUuRskq6MUNoHE1 { top:10.75rem;left:1.65625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIZqA6aa1Cx02W2odm566CPXZrdGOmfz { width:18.3125rem;height:3.75rem;top:31rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS1HMmqt7f6Lf2VgtBUsHyztddMmpTdw { display:block; }
 }@media only screen and (max-width: 763px) { #TTFMaFWstyS4NqltpQAZZip72PsPhkTT { display:block; }#TTFMaFWstyS4NqltpQAZZip72PsPhkTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozQy8wz2RxMWuQRs3eoSkg7HJ7BF9hyw { top:9rem;left:23.875rem;width:22.125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM5AxHcftHMOsuW3JDrn1FRKQ5Wh6nbe { width:17.25rem;height:;top:19.625rem;left:25.250001907349rem;font-size:1.125rem;display:block; }#mM5AxHcftHMOsuW3JDrn1FRKQ5Wh6nbe li:before{  }
 }@media only screen and (max-width: 763px) { #NfKqZg50sfT35amBTzKGiyb6ARduKFnx { top:6.75rem;left:1.4375rem;width:22.4375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieg3Rzezm00QBtEhwb17JiTfIaWQVyI6 { width:15.375rem;height:;top:12rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTdJRTy2IOGG2SSw7EXChhABkEWksoev { top:19.625rem;left:7.9375rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnGNJvK1TRynihsd1Rn5TfyBiSwbKGVp { width:17.3125rem;height:;top:21.1875rem;left:6.5625rem;font-size:1.125rem;display:block; }#MnGNJvK1TRynihsd1Rn5TfyBiSwbKGVp li:before{  }
 }@media only screen and (max-width: 763px) { #bwJVg8dDVtsvaSSvu2dzNRxMqZex7xq0 { width:2.5rem;height:2.3125rem;top:12.9375rem;left:27.374349594116rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvXFpD3Z29sFn6qeDXpbb104AB86e0qI { width:13rem;height:5.4375rem;top:12.9375rem;left:27.374349594116rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxLDJdXUhVAgcb1JUkSy89SWbz3a91fb { top:18.25rem;left:25.250001907349rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrssDWhT3TKtnq6tsv28bn7O5yIv3SXE { width:14.5625rem;height:;top:8.5625rem;left:8rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8DSET3EUHcxb0wZunsrT36l21vr6cEt { width:2.5rem;height:2.3125rem;top:14rem;left:9rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXDEBISZfyVrxIx3uokCdTrK8fmLlfLo { width:11.1875rem;height:;top:13.5625rem;left:11.5rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rauVmbPNJdyhVmuu8rBapO93MztBFaia { width:22.375rem;height:2.3125rem;top:6.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTAWGC039ppalCrriJkKWWETNOI7IQtk { width:22.125rem;height:1.75rem;top:7.25rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5HRu58VL5XRubRI0Dp8HxXyBOugb7qN { width:47.75rem;height:4.0625rem;top:1.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hensoTit3x940KbucqlvRLcs43sIopXI { width:15.3125rem;height:2rem;top:10.9375rem;left:25.250001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB5XAXkdWD215lFiEfUI9ruaKoObP8vw { top:40rem;left:1.5rem;width:22.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFAicXZn2DD2aasPy5AHLVH474mOBi50 { width:22.375rem;height:2.3125rem;top:37.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3qizs6s2eAgI2kERG8hFNnlzV5huSub { width:21.5rem;height:1.8125rem;top:38rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDd2bzu3gctAZ9DJxenbiPQqyznedTQy { width:15.3125rem;height:2rem;top:42.8125rem;left:6.9772129058837rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waKs4bXO0slssOLLMtoULyxzPzIrBkFo { width:2.5rem;height:2.3125rem;top:45.9375rem;left:8.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1dPqSm0MDXkeZBz5s69krbSFfsgx9U4 { width:13rem;height:5.4375rem;top:45.9375rem;left:9.25rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECElWKLKFtzC0zzvWMJJfK5X619aNFkv { width:17.25rem;height:2rem;top:51.875rem;left:6.625rem;font-size:1.125rem;display:block; }#ECElWKLKFtzC0zzvWMJJfK5X619aNFkv li:before{  }
 }@media only screen and (max-width: 763px) { #r6ReTSRZLf0CDHUfEd8a2Bw5OsAklvf5 { width:26.875rem;height:18.1875rem;top:35.6875rem;left:20.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWSCzyP7vyeiBMpmCtP6rByRky2pJTLN { width:18.3125rem;height:3.75rem;top:55.875rem;left:24.749349594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOR3igXpUmz1mswPkkVqaPsUF4bIPtlu { display:block; }
 }@media only screen and (max-width: 763px) { #io2bIHeXLGPdJec0wRf8E7qF9ucOdz1L { width:17.625rem;height:3.375rem;top:61.1875rem;left:25.012939453125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBvMazqvCIe5tnLGwFWBxn4uhJMICvL6 { width:18.25rem;height:3.75rem;top:65.8125rem;left:24.70166015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8mWFaAkTQUDFzUmhna9ipIVhR2Ws8lh { display:block; }
 }@media only screen and (max-width: 763px) { #Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw { display:block; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWBObtagoTdSaoGBzZFqEiTeAooKBFxE { width:31.5rem;height:;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlDi481XpZvMXKx1U2BBsyKA8s9ZcabQ { width:28.3125rem;height:14.25rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgpiXXWHMcfDVS3LzwSBVZ97NUz8Pf53 { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oukmpq8lny7qvmMHKXvFVTpzgaXWgKTd { top:10.6875rem;left:20.375rem;width:27.375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZybfg225db7EkO9OeOi9KWuu0ql9Dq0 { width:18.3125rem;height:3.75rem;top:30rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTggHwNkuzlW1Mb1nmyV7TMXR0Q3oEFT { display:block; }
 }@media only screen and (max-width: 763px) { #aJn7KHG0KATp6vCNObx87QoBAOZxsfJy { display:block; }#aJn7KHG0KATp6vCNObx87QoBAOZxsfJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itTu6V47tniWQcBqFQxpF6ZuuHRZfuTU { width:47.75rem;height:3.6875rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTOJklrxxDCWqxO3puUaTTyNln95eWy { width:9.0625rem;height:10.3125rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmUKGE1IqHt2SC1yCQ7unzncOmMNH1W8 { width:11.375rem;height:11.375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbd1VT0Zw6syK5tw243snh3EkClQ05gX { width:15.75rem;height:23.9375rem;top:29.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBrl86NTIDvUXhSac1bwBTcqikEr1JQr { width:19rem;height:45.8125rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqxOI6vUX1lwEeweN1uFXKLX5W9HFcht { width:3.25rem;height:0.0625rem;top:58rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIAxGVONQRS7oUzHnUP40PNuGyr76UJ9 { width:16.875rem;height:1.5625rem;top:58.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6TqImaBh7UvRdx1ktBoDXdlT2hZl4XD { width:5.25rem;height:9.9375rem;top:15.0625rem;left:0rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThON6B29kNHg9Rp90nguRMeUnN1iPDxq { width:19rem;height:45.625rem;top:15.0625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q92VArNmAkJJ1PrnwT3AT06yhBtnopXt { width:15.75rem;height:27.1875rem;top:29.5625rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhsfhRMQW0kUhrJWLytTuNVf1JnKhp3D { width:16.875rem;height:1.5625rem;top:58rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvRq7J5Zt0AalFq9pJnsGJsQK5d1hFBU { width:3.25rem;height:0.0625rem;top:38.75rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcv5lC3mZ0ZRFMNXvv8NT2XfmTAuIHty { width:11.375rem;height:11.375rem;top:16.875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ytpuozcrExtiGOBuEtZimW8lPTlva3 { width:6.375rem;height:10.3125rem;top:17.375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu1QIE74kvu56nLaOwFU5AKUbPiLUyhT { width:5.25rem;height:9.9375rem;top:15.0625rem;left:14.5rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJVXiArFqFfdvtiifUBFpSHQlGUc3GiG { width:19rem;height:45.75rem;top:15.0625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiApEtpELQ8z6Nfz1pkruSvlVSydzBPd { width:16.875rem;height:1.5625rem;top:58rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeachohtoN1KdbV6bzHfBivfQC8RmotC { width:15.75rem;height:23.9375rem;top:29.5625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGyzwgUZ7nUTBHVsDDlSXio0IKvya9tD { width:3.25rem;height:0.0625rem;top:58rem;left:42.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKFw8pJ2TwQT5Hi1l1yKeUniXyzW0lgS { width:11.375rem;height:11.375rem;top:16.875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK93Md3qi6lOTQNVq7Zw95SNgsKhVZIk { width:7.1875rem;height:10.3125rem;top:17.375rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA6TicHeQeKwgXSmysiE0HGgxHqOMsXN { width:5.25rem;height:9.9375rem;top:15.0625rem;left:34.875rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcviVwcfyZCL57AQccf0tT5NcZGwTJ9b { top:6.9375rem;left:17.625001907349rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDPyiqecLAGsQP1TyUMkvTdhHZg40q6s { width:18.3125rem;height:3.75rem;top:63.4375rem;left:15.229166030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFZkfdHVW6fx6osnl9HW5c64UNHUsqKJ { display:block; }
 }@media only screen and (max-width: 763px) { #z5TQdXBtF2HZiNI9lG04nDe0rKmHcon1 { display:block; }#z5TQdXBtF2HZiNI9lG04nDe0rKmHcon1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4ymxmzrApN2CgWZuBK5ik2Ju0Ig1lbv { top:2.0625rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWsi8ml8uuQ3DT6ig6C6fQGky0rx1TzG { top:2.0625rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTA8KObpWOlOPqU1ErJOd9mHU2lioKBd { width:14.5625rem;height:5.5625rem;top:0.4375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gKvHDl8oBL6caCUTElOSFsDrNeixTVVo { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo.adaptive-delivery-prevent-bg, #gKvHDl8oBL6caCUTElOSFsDrNeixTVVo.lazyload, #gKvHDl8oBL6caCUTElOSFsDrNeixTVVo.lazyloading { background-image: none; }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .row .container { background-color: transparent; background-image: none; }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .row .container > .video-iframe-container { display: none; }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .row > .video-iframe-container { display: none; }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .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); }#gKvHDl8oBL6caCUTElOSFsDrNeixTVVo > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXyRA5zInnGR9Qzv8pHWcXTvpLD5hZGR { width:16.5rem;height:5.39795rem;top:0.55078125rem;left:1.75rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VlGgS3Md4GKu7RpunakPQsF5kJ5i6Xi9 { width:18.625rem;height:14.17233125rem;top:38.375rem;left:0.50000011920929rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rycqkwlyTwIurHxgODtVPWIAEHKHRJfg { top:53.4375rem;left:2.9687501192093rem;width:14.0625rem;height:3.4375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #el4p2iAivoxnrTaSL4EC50fQivHlC9ZB { display:block; }
 }@media only screen and (max-width: 763px) { #xydwQZWhNeUCvVN4CzisePBNJP4HIWaM { width:11.125rem;height:7.375rem;top:26.4375rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHD6C2ddCHIkK8oBS3N8gCeBdMZuzL3h { width:15.5625rem;height:23.4375rem;top:8.03125rem;left:2.2187501192093rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #gTxllooknTSvbLhKvWhO7DxIcF47WCOP { width:20rem;height:4.7973625rem;top:33.03125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:20rem;height:2.75rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:20rem;height:26.1669875rem;top:9.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { width:12.5rem;height:0.125rem;top:4.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0v6CmP5I5P592oU2d7SThiPbWQXM2dI { width:20rem;height:2.2753875rem;top:5.8079433441162rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSxOFPZwnVThQ2DQ74yAxRJaTM9AVNwy { width:20rem;height:9.1015625rem;top:37.98632478714rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtQo2vpblDECiUdxTgZBtBgtS1kPLnVA { width:18.3125rem;height:3.75rem;top:48.334636688233rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERCJ3bbMyx8gTAHHpUyko4HZsGMxx6dT { display:block; }
 }@media only screen and (max-width: 763px) { #X339m6SSnhw97UZ0ksINlkxqcZb8on3T { width:18.25rem;height:3.75rem;top:57.993165234375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrfVntzeI91EahQHKFOik2Jh2Q27EEv4 { display:block; }
 }@media only screen and (max-width: 763px) { #gpcy282AU9Fe3L3LiCvy1ssBq7l2heWg { width:20rem;height:3.41064375rem;top:53.333740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { width:20rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biCbecu0OTztxZK9RRLU3mOwh2etKleD { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0DlniDBOHV6N3Cf6TzdgqoqytP1Ln5S { width:18.3125rem;height:3.75rem;top:80.288403749469rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaFmXn3ugVOdiI5J3pBPikvfxSrUuw0z { display:block; }
 }@media only screen and (max-width: 763px) { #Lynrx3ZQxoSSQn0hlXG4lT7Hk2xmVRft { width:20rem;height:76.22555rem;top:4.0865874290466rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3pHKME8TBtVnhQ7zHmdMoNo5QlCBTnD { width:12.5rem;height:0.125rem;top:3.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRpbZzZe3I5Imq7KfZpeSDAAwIsDda0w { width:20rem;height:3.41064375rem;top:85.2880859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5zVZAa9uGt52f4hGKbBn5rd011dEJQ7 { width:18.25rem;height:3.75rem;top:89.9475109375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P50l8k0TkTswPSJL57EJFGa02yrGHC5H { display:block; }
 }@media only screen and (max-width: 763px) { #H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv { display:block; }#H9IHBNaA2UeAahxQLuTlu2Cp8z5TQRTv > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f41Ih4aJiI6tKAeMRFD6qDgwhK2Wnl1D { width:20rem;height:4.1235375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ProffEQkbOfG1MlxSODeCf3MhpGnKK8x { width:20rem;height:22.75389375rem;top:7.57421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xct6BF7VQIUIDuAFF3p3dmO9ZoT8d4WC { width:12.5rem;height:0.125rem;top:6.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6BHxSrTfGkxdpHKZ87RFs3vie91Unam { width:16.25rem;height:10.75rem;top:31.625rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf5mLZfqeEGrrhBICGyJsXQzJxlRQPFh { display:block; }#cf5mLZfqeEGrrhBICGyJsXQzJxlRQPFh > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhAJpKllSBTatkEZpO3FTz1euHJvbk9W { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBi6ZeWBvpeW2mANtFd6suKTA1F40ukv { width:20rem;height:21.61621875rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdy57ggow09xbDJynsUuRskq6MUNoHE1 { width:12.5rem;height:0.125rem;top:4.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIZqA6aa1Cx02W2odm566CPXZrdGOmfz { width:18.3125rem;height:3.75rem;top:28.140625rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS1HMmqt7f6Lf2VgtBUsHyztddMmpTdw { display:block; }
 }@media only screen and (max-width: 763px) { #TTFMaFWstyS4NqltpQAZZip72PsPhkTT { display:block; }#TTFMaFWstyS4NqltpQAZZip72PsPhkTT > .row .container { width:20rem;height:106.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozQy8wz2RxMWuQRs3eoSkg7HJ7BF9hyw { width:19.75rem;height:18.5625rem;top:34.26171875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #mM5AxHcftHMOsuW3JDrn1FRKQ5Wh6nbe { width:17.311875rem;height:9.0600625rem;top:43.15625rem;left:1.3437501192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#mM5AxHcftHMOsuW3JDrn1FRKQ5Wh6nbe li:before{  }
 }@media only screen and (max-width: 763px) { #NfKqZg50sfT35amBTzKGiyb6ARduKFnx { width:20rem;height:24.375rem;top:5.5970153808594rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ieg3Rzezm00QBtEhwb17JiTfIaWQVyI6 { width:17.311875rem;height:1.57486875rem;top:10.783854484558rem;left:1.3437501192093rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xTdJRTy2IOGG2SSw7EXChhABkEWksoev { width:15.625rem;height:0.123698125rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnGNJvK1TRynihsd1Rn5TfyBiSwbKGVp { width:17.311875rem;height:11.0595625rem;top:18.220688343048rem;left:1.5618489980698rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#MnGNJvK1TRynihsd1Rn5TfyBiSwbKGVp li:before{  }
 }@media only screen and (max-width: 763px) { #bwJVg8dDVtsvaSSvu2dzNRxMqZex7xq0 { width:2.56185rem;height:2.35611875rem;top:39.426432609558rem;left:3.5416666269303rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #AvXFpD3Z29sFn6qeDXpbb104AB86e0qI { width:7.874375rem;height:2.5996125rem;top:39.950520992279rem;left:6.0625001192093rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GxLDJdXUhVAgcb1JUkSy89SWbz3a91fb { width:15.625rem;height:0.123698125rem;top:42.468099594116rem;left:1.3437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrssDWhT3TKtnq6tsv28bn7O5yIv3SXE { width:14.5605625rem;height:2.5183125rem;top:7.0970058441163rem;left:4.1360679864883rem;text-align:left;text-align-last:left;font-size:1.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #b8DSET3EUHcxb0wZunsrT36l21vr6cEt { width:2.56185rem;height:2.35611875rem;top:12.846354007721rem;left:3.5403648614883rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZXDEBISZfyVrxIx3uokCdTrK8fmLlfLo { width:5.625rem;height:2.5996125rem;top:13.784506320953rem;left:6.1022135019303rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rauVmbPNJdyhVmuu8rBapO93MztBFaia { width:20rem;height:2.31185rem;top:31.991536617279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTAWGC039ppalCrriJkKWWETNOI7IQtk { width:20rem;height:1.79948125rem;top:32.503255367279rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #K5HRu58VL5XRubRI0Dp8HxXyBOugb7qN { width:20rem;height:2.5996125rem;top:1.2480473518372rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hensoTit3x940KbucqlvRLcs43sIopXI { width:15.3125rem;height:1.57486875rem;top:37.893880844116rem;left:1.3437501192093rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TB5XAXkdWD215lFiEfUI9ruaKoObP8vw { width:19.75rem;height:10.6875rem;top:57.641277313233rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #hFAicXZn2DD2aasPy5AHLVH474mOBi50 { width:20rem;height:2.3125rem;top:55.370443344116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3qizs6s2eAgI2kERG8hFNnlzV5huSub { width:20rem;height:1.79948125rem;top:55.626953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #xDd2bzu3gctAZ9DJxenbiPQqyznedTQy { width:15.3125rem;height:1.57486875rem;top:59.337240219116rem;left:1.3437501192093rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #waKs4bXO0slssOLLMtoULyxzPzIrBkFo { width:2.5rem;height:2.35611875rem;top:60.911458969116rem;left:4.2597657442093rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #I1dPqSm0MDXkeZBz5s69krbSFfsgx9U4 { width:13rem;height:2.5996125rem;top:61.809896469116rem;left:3.5000001192093rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ECElWKLKFtzC0zzvWMJJfK5X619aNFkv { width:17.25rem;height:1.6875rem;top:65.410807609556rem;left:1.3750001192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#ECElWKLKFtzC0zzvWMJJfK5X619aNFkv li:before{  }
 }@media only screen and (max-width: 763px) { #r6ReTSRZLf0CDHUfEd8a2Bw5OsAklvf5 { width:20rem;height:20.47850625rem;top:69.830729484556rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWSCzyP7vyeiBMpmCtP6rByRky2pJTLN { width:18.3125rem;height:3.75rem;top:91.625rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOR3igXpUmz1mswPkkVqaPsUF4bIPtlu { display:block; }
 }@media only screen and (max-width: 763px) { #io2bIHeXLGPdJec0wRf8E7qF9ucOdz1L { width:17.6245rem;height:3.41064375rem;top:96.624755859375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBvMazqvCIe5tnLGwFWBxn4uhJMICvL6 { width:18.25rem;height:3.75rem;top:101.28418085937rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8mWFaAkTQUDFzUmhna9ipIVhR2Ws8lh { display:block; }
 }@media only screen and (max-width: 763px) { #Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw { display:block; }#Qsy6TgvgiVeeASa9RgBTyZdTpK78nQFw > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWBObtagoTdSaoGBzZFqEiTeAooKBFxE { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlDi481XpZvMXKx1U2BBsyKA8s9ZcabQ { width:20rem;height:15.92775rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgpiXXWHMcfDVS3LzwSBVZ97NUz8Pf53 { width:12.5rem;height:0.125rem;top:3.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oukmpq8lny7qvmMHKXvFVTpzgaXWgKTd { width:20rem;height:13.287125rem;top:22.640626430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZybfg225db7EkO9OeOi9KWuu0ql9Dq0 { width:18.3125rem;height:3.75rem;top:37.115235805511rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTggHwNkuzlW1Mb1nmyV7TMXR0Q3oEFT { display:block; }
 }@media only screen and (max-width: 763px) { #aJn7KHG0KATp6vCNObx87QoBAOZxsfJy { display:block; }#aJn7KHG0KATp6vCNObx87QoBAOZxsfJy > .row .container { width:20rem;height:151.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itTu6V47tniWQcBqFQxpF6ZuuHRZfuTU { width:20rem;height:5.19775625rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTOJklrxxDCWqxO3puUaTTyNln95eWy { width:9.0625rem;height:10.3125rem;top:13.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmUKGE1IqHt2SC1yCQ7unzncOmMNH1W8 { width:11.375rem;height:11.375rem;top:12.875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbd1VT0Zw6syK5tw243snh3EkClQ05gX { width:15.75rem;height:25.585925rem;top:25.1875rem;left:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LBrl86NTIDvUXhSac1bwBTcqikEr1JQr { width:19rem;height:43.375rem;top:10.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqxOI6vUX1lwEeweN1uFXKLX5W9HFcht { width:3.25rem;height:0.0625rem;top:33.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIAxGVONQRS7oUzHnUP40PNuGyr76UJ9 { width:16.875rem;height:1.5996125rem;top:51.500002861023rem;left:1.5625001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6TqImaBh7UvRdx1ktBoDXdlT2hZl4XD { width:5.25rem;height:9.993875rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThON6B29kNHg9Rp90nguRMeUnN1iPDxq { width:19rem;height:45.125rem;top:54.85417175293rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q92VArNmAkJJ1PrnwT3AT06yhBtnopXt { width:15.75rem;height:27.1850625rem;top:69.437502384187rem;left:2.1250001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhsfhRMQW0kUhrJWLytTuNVf1JnKhp3D { width:16.875rem;height:1.5996125rem;top:96.630213737487rem;left:1.03125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvRq7J5Zt0AalFq9pJnsGJsQK5d1hFBU { width:3.25rem;height:0.0625rem;top:69.416669845581rem;left:8.3750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcv5lC3mZ0ZRFMNXvv8NT2XfmTAuIHty { width:11.375rem;height:11.375rem;top:57.041669845581rem;left:2.7083333730697rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ytpuozcrExtiGOBuEtZimW8lPTlva3 { width:6.375rem;height:10.3125rem;top:57.041669845581rem;left:6.2812501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu1QIE74kvu56nLaOwFU5AKUbPiLUyhT { width:5.25rem;height:9.993875rem;top:54.854169845581rem;left:0rem;text-align:center;text-align-last:center;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJVXiArFqFfdvtiifUBFpSHQlGUc3GiG { width:19rem;height:44.25rem;top:102.39323425293rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiApEtpELQ8z6Nfz1pkruSvlVSydzBPd { width:16.875rem;height:1.5996125rem;top:145.00260925293rem;left:1.5625001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeachohtoN1KdbV6bzHfBivfQC8RmotC { width:15.75rem;height:25.5859375rem;top:118.87500524521rem;left:2.1250001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGyzwgUZ7nUTBHVsDDlSXio0IKvya9tD { width:3.25rem;height:0.0625rem;top:118.85352134704rem;left:7.8437505960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKFw8pJ2TwQT5Hi1l1yKeUniXyzW0lgS { width:11.375rem;height:11.375rem;top:105.86719322204rem;left:3.7389322519303rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK93Md3qi6lOTQNVq7Zw95SNgsKhVZIk { width:7.1875rem;height:10.3125rem;top:105.86784362793rem;left:6.2812501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA6TicHeQeKwgXSmysiE0HGgxHqOMsXN { width:5.25rem;height:9.993875rem;top:102.39258384704rem;left:0rem;text-align:center;text-align-last:center;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcviVwcfyZCL57AQccf0tT5NcZGwTJ9b { width:12.5rem;height:0.1875rem;top:8.1145834922788rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDPyiqecLAGsQP1TyUMkvTdhHZg40q6s { width:18.3125rem;height:3.75rem;top:147.31185531616rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFZkfdHVW6fx6osnl9HW5c64UNHUsqKJ { display:block; }
 }@media only screen and (max-width: 763px) { #z5TQdXBtF2HZiNI9lG04nDe0rKmHcon1 { display:block; }#z5TQdXBtF2HZiNI9lG04nDe0rKmHcon1 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4ymxmzrApN2CgWZuBK5ik2Ju0Ig1lbv { width:11.3125rem;height:1.9482375rem;top:4.6875rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWsi8ml8uuQ3DT6ig6C6fQGky0rx1TzG { width:8.0625rem;height:1.94921875rem;top:1.625rem;left:11.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VTA8KObpWOlOPqU1ErJOd9mHU2lioKBd { width:9rem;height:3.4375rem;top:1.625rem;left:0.8125rem;display:block; }
 }