.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #ee3162;background-color:#ffffff;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; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row .container { background-color: transparent; background-image: none; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row .container > .video-iframe-container { display: none; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row > .video-iframe-container { display: none; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .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); }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row .container { border-width: 0; border-radius: 0; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#WULMNdT5FOwq5PM1qgEU9yoEUEQhfaOu { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9999125rem;width:10.374625rem;top:1.6867897510529rem;left:2.4360771179199rem;overflow:hidden;display:block; }
#arnpi8rDC8a43TlBGo3Pdmrw2witfbhI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:3.037109375rem;left:65.301486968994rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#ATwfGTObrDevwZR0zrFmWFVeX2Bzh9VK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:2.9048142433166rem;left:63.856884002688rem; }
#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d42a1d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row .container { background-color: transparent; background-image: none; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row .container > .video-iframe-container { display: none; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row > .video-iframe-container { display: none; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .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); }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row .container { border-width: 0; border-radius: 0; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:75rem;position:relative;display:block; }#kdk7EViZNrrxGXx1H0e4DMpVDggseAAo { display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:1.6175427436829rem;left:52.56213760376rem;height:1.1375rem;color:#ffffff;text-align:right;text-align-last:right;font-style:normal;display:block; }
#h8pu2R2CZ4ORsGO667mTpxnPMJ54xwoP { display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.6175427436829rem;left:2.562141418457rem;height:1.1375rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.3025rem;padding-right:0.269375rem;padding-bottom:0.3025rem;padding-left:0.269375rem;display:block;align-items:center;width:1.616875rem;min-width:1.616875rem;height:1.625625rem;position:relative;font-family:"open sans";font-size:1.21rem;font-weight:700;line-height:26.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.18875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.155625rem;height:0.6425rem;position:relative;font-family:"open sans";font-size:0.45375rem;font-weight:400;line-height:10.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.625rem;height:3.061875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.65518426895144rem;left:6.9344787597656rem;z-index:15000; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #St4AkiUKdegRAv8V3TPUU5uvS8MwLdBC { display:flex;position:relative;top:0rem;left:0rem; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #wH8diSIzfJ96atnqPDEcw1TVE4Da2TcJ { width:auto; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #khH460fodmPMU605tPWuO09mVqJaC2yq {  }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #eVP2pJHO505v6vwKspbbOIUA31taB06m { display:flex;position:relative;top:0rem;left:0rem; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #uIpv48LSqa5aTnIiwWcaicILBwxzhIzz {  }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #hQl0r7Ff6hkGltIskv299idvqoG1yXKn {  }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #MUMIHSoJh2gNfyce9iHocyXTBA5JFASo { display:flex;position:relative;top:0rem;left:0rem; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #KbNyffoUMW72UIdGfa7TSImfA9G8qzTP {  }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #TEnCtO7CcVaBwLR0OPXEzUOnk3V3heVA {  }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #DqXDbqOXOVOwGrttc8bAIQPycRwe19Uk { display:flex;position:relative;top:0rem;left:0rem; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #QtwgQ8wSc1em5QbHMDqMHHlrPCsksU20 {  }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #M4sa7avkKmBsCCzGiFTLSa3swysT8JiZ {  }
#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 { border-top:0;border-left:0;border-right:0;border-bottom:0;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: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; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.adaptive-delivery-prevent-bg, #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.lazyload, #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.lazyloading { background-image: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { background-color: transparent; background-image: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container > .video-iframe-container { display: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row > .video-iframe-container { display: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .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); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { border-width: 0; border-radius: 0; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#dxZiVNyOxBceu8T3latBluuO32UmP0Tb { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.061966657639rem;left:42.999816894531rem;height:1.949575rem;font-style:normal;display:block; }
#tPzU6ZuMAixQ8KG4sKSRTGkmAyAn7ENg { color:#000000;display:block;width:19.9369375rem;position:absolute;font-family:"roboto condensed";font-size:3.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:15.249466538429rem;left:42.935897827149rem;height:4.20010625rem;font-style:normal;display:block; }
#iMECbnOQ9btTzxMNNm6Co2uceMWsmzsl { color:#000000;display:block;width:28.2493125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:23.749999046326rem;left:42.999816894531rem;height:6.9993125rem;font-style:normal;display:block; }
#QE1xtTwQAGMEcTte1SyfC4xPXDIp2Ntb { background-color:#d42a1d;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:4.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:32.93678855896rem;left:42.999816894531rem;display:block; }
#mgnxdN5WbKLfT2GwzZ5T30Vq4rOBqWTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OqZwR4vpUKP93ItTsvP5qqHJfRps37he { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.749625rem;width:30rem;top:15.011541366577rem;left:6.5296516418456rem;overflow:hidden;display:block; }
#JBZehHCuWaATSfnVTOM65ZuJAEBkCgDx { color:#000000;display:block;width:21.1869375rem;position:absolute;font-family:"roboto condensed";font-size:5.25rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:6.8119668960569rem;left:42.999816894531rem;height:6.2996875rem;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; }
#IlZN5lP4gpS2holv5nx0ASNm8yFcTo8U { color:#000000;display:block;width:31.4994375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.999999046326rem;left:42.999816894531rem;height:1.949575rem;font-style:normal;display:block; }
#CwTvFRpcsTC0TbvdAdg1m2TnTT5I6y3R { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:"roboto condensed";font-size:6.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:2.3721590042114rem;left:2.9678573608399rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rMORA3z5885wLGPf9yszpfuv7c1NDg5q { box-sizing:content-box;height:8.75rem;width:38rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.748046875rem;left:2.5rem;display:block; }
#TcUAVEJ4tRNeE1mX215TmbmV0CcOKNrH { box-sizing:content-box;height:7.5rem;width:17.625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.99964427948rem;left:2.5rem;display:block; }
#cn0TXGTxIc6ZwokrQ08LrODRmEETlbDb { color:#ffffff;display:block;width:16.7498125rem;position:absolute;font-family:"roboto condensed";font-size:6.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:10.998757362366rem;left:2.9660873413086rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ibEI5hf6TZiGMKqSDThHzsizkMv8h0Q4 { position:relative;display:block; }#ibEI5hf6TZiGMKqSDThHzsizkMv8h0Q4 { background-color: transparent; background-image: none; }#ibEI5hf6TZiGMKqSDThHzsizkMv8h0Q4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibEI5hf6TZiGMKqSDThHzsizkMv8h0Q4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibEI5hf6TZiGMKqSDThHzsizkMv8h0Q4 > .row .container > .video-iframe-container { display: none; }#ibEI5hf6TZiGMKqSDThHzsizkMv8h0Q4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibEI5hf6TZiGMKqSDThHzsizkMv8h0Q4 > .row > .video-iframe-container { display: none; }#ibEI5hf6TZiGMKqSDThHzsizkMv8h0Q4 > .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); }#ibEI5hf6TZiGMKqSDThHzsizkMv8h0Q4 { border-width: 0; border-radius: 0; }#ibEI5hf6TZiGMKqSDThHzsizkMv8h0Q4 > .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; }#ibEI5hf6TZiGMKqSDThHzsizkMv8h0Q4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xQOlB4oQISL9Ac1V4nfM3pSQKTih5tpk { position:absolute;display:block;z-index:14994;background-color:#ffffff;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:14.0625rem;width:14.0625rem;top:2.3125rem;left:5.4375rem;display:block; }
#aFbVCD8bvTmHSagEw17IBUX8UKF3mbbD { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:8.6860809326175rem;left:9.6875rem;overflow:hidden;display:block; }
#aheTkEvTSfX8PCiKMGNnECdaXrFOuWoB { color:#050b26;display:block;width:11.37475rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:6.75rem;height:2.9243625rem;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; }
#bvVmeBL1saWFgK5vwAlV0gVwLRzGTRMp { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:2.3125rem;left:30.4375rem;display:block; }
#nTuDrB9XtzZvl2iOxqDd8hVKd7KxFwuV { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:8.9985828399656rem;left:35rem;overflow:hidden;display:block; }
#erWcGoil7eL4mSdrTBbl3iTlxMEKFr5X { color:#050b26;display:block;width:12.3748125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.3125rem;left:31.1875rem;height:2.9243625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#liSWpdPik7DyI7N7Nbouu7vnaN1xXlTv { position:absolute;display:block;z-index:14988;background-color:#ffffff;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:14.0625rem;width:14.0625rem;top:2.3125rem;left:55.4375rem;display:block; }
#CorZ6ol685azN4Vrvn433mERV0DZ1apv { color:#050b26;display:block;width:11.37475rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.25rem;left:56.8125rem;height:2.9243625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oh0SiI7UG5IIkxxFLS7LzIMlZGQMXvvc { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:8.9985828399656rem;left:59.99910736084rem;overflow:hidden;display:block; }
#sL17tQTQLAuCoMfQ5iXhlwuLvHvED2Ls { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#sL17tQTQLAuCoMfQ5iXhlwuLvHvED2Ls > .row .container { background-color: transparent; background-image: none; }#sL17tQTQLAuCoMfQ5iXhlwuLvHvED2Ls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL17tQTQLAuCoMfQ5iXhlwuLvHvED2Ls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL17tQTQLAuCoMfQ5iXhlwuLvHvED2Ls > .row .container > .video-iframe-container { display: none; }#sL17tQTQLAuCoMfQ5iXhlwuLvHvED2Ls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL17tQTQLAuCoMfQ5iXhlwuLvHvED2Ls > .row > .video-iframe-container { display: none; }#sL17tQTQLAuCoMfQ5iXhlwuLvHvED2Ls > .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); }#sL17tQTQLAuCoMfQ5iXhlwuLvHvED2Ls > .row .container { border-width: 0; border-radius: 0; }#sL17tQTQLAuCoMfQ5iXhlwuLvHvED2Ls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sL17tQTQLAuCoMfQ5iXhlwuLvHvED2Ls > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#kt0sL8Vtiwf6omfdxTbugOhbo5n4wheM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:10rem;top:12.0625rem;left:7.125rem;overflow:hidden;display:block; }
#CREw9Do9TFNHEILTAsIutEZyaWpI3MS9 { color:#2d2929;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5603742599488rem;left:0.062056541442871rem;height:2.92480625rem;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; }
#mxO11FPW4KHFmq5XUJ78qkEiGz3vrPzX { 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.9375rem;width:10rem;top:12.0625rem;left:32.8125rem;overflow:hidden;display:block; }
#HmT4HvNM0FaKJ4VOuphByvLI1JAcCVrF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:10rem;top:12.0625rem;left:57.8125rem;overflow:hidden;display:block; }
#SOHRW7FV6f8MoorOQX4MDqQEZBdBZa9d { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:10rem;top:30.4375rem;left:7.125rem;overflow:hidden;display:block; }
#UyfXxJutOQkorXe0zRsc03gzVqXlOFru { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:10rem;top:30.4375rem;left:32.8125rem;overflow:hidden;display:block; }
#M5PIt4eiuq8qJCwVC9qkuoT3TOkJXAF7 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:7.5rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:17.8125rem;left:28.4375rem;display:block; }
#vHAVly6lM9anwJPWQhvHUzHP16WFXksU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CC3ExlJnRUyJ7SFueilTRwmUUVRmdNBV { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:7.5rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:17.8125rem;left:2.75rem;display:block; }
#nB1ADlzzJ1dMD0ohIcizGdeIWreKwNcT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUD3Lt0E5etUMrNEgg11skl9N3t3y21C { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:7.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:17.8125rem;left:53.4375rem;display:block; }
#TAKKghD5SuPoVVidW123nFGxL0ccXo8k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aypP7F2qLfA6xIEQvbcG3rDamCNX8tKg { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:7.5rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:36.1875rem;left:2.75rem;display:block; }
#WOTA5zGCQLayxMLBPXPRCQ4iuIFIuDTr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cr2DfvfpJsxdzJ7QCIxkToEAkLkfGAW0 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:7.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:36.1875rem;left:28.375rem;display:block; }
#K4QUWgdxDuPJob8RV1thHqEZ2QMvVn97 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JbC29pVTQGCy8oK6Ny6V0IvWQ1KythDG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.2828483581544rem;left:0rem;height:1.29971875rem;text-align:center;text-align-last:center;display:block; }
#iWnnUqmfKHJhszyHssMgvc9sKNNqz8KF { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:7.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:36.1875rem;left:53.4375rem;display:block; }
#anL0mVB7DoeKoTVsWEiMvbIgNnOc50Kf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GeMlaqHkd4npv2Kz1esbmhtlBtqU42le { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:12.5rem;top:31.0625rem;left:56.5625rem;overflow:hidden;display:block; }
#rbdBQ5vRvG5GXmQEMmGDSuKkVll1uVmh { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:21.875rem;left:2.75rem;display:block; }
#ZB9vbcKOCTnS08EhMXFcdnk7I8dXOb06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bLRIbPHhH49N2MrHT6KdxP06SaPvaCiA { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:21.875rem;left:28.4375rem;display:block; }
#A2GEal3rpcFdmn46evpE1uy6AabRuKTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQsb3qnqFD6bt5XH39IoHP6KVPlmN4Ix { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:21.875rem;left:53.4375rem;display:block; }
#nCIT7hVPhRHf2TaZzoCnGnnXJ6KIO6gd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HmHnpw6J2uoo4ohm7iSzVeobxO303bkX { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:40.25rem;left:2.75rem;display:block; }
#eT4txT7Ge9V8vVGPNZekbLFTnZ5U1VIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JCIyhe2alpe8kvaGnOzXXqQXb9UBw3dV { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.3125rem;left:28.375rem;display:block; }
#Ncox6w8RnKyt6d6fvI6cFv41XkfBJnUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOvJD6Ng0aT1AV4VoeSDJmL1x7uJsdoG { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.3125rem;left:53.5rem;display:block; }
#bwlIAJviafK4TyJS8F7FtG6ZMIAIqZhS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2929;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; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row .container { background-color: transparent; background-image: none; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row .container > .video-iframe-container { display: none; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row > .video-iframe-container { display: none; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .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); }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row .container { border-width: 0; border-radius: 0; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#aVRp6T0c0x12g0TltOTQLpeVDv6CD33r { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1860625rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.341796875rem;left:3.1560668945312rem;height:17.0631875rem;font-style:normal;display:block; }
#P8Zw8SZvMp9SQXM0ITyoTRH5QLeRCPBK { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:44.0625rem;height:3.89915rem;display:block; }
#DbdOf9TXNWRZorizyFUDiEb4z1vFBZHH { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.5rem;left:44.0625rem;height:2.59943125rem;display:block; }
#LqnsT8tHFML8E2Low2225U3ABxdPRMyz { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.0625rem;left:44.0625rem;height:2.59943125rem;display:block; }
#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI { position:relative;display:block; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI { background-color: transparent; background-image: none; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row .container > .video-iframe-container { display: none; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row > .video-iframe-container { display: none; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .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); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI { border-width: 0; border-radius: 0; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .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; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:71.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KrdTNBPViU2sGT11LsWhe6W7ofxt6v0T { color:#898787;display:block;width:43.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:27.903930664062rem;left:17.085227966309rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IHkoc2dhkSwAEBfsAxmEcTLT3gGPurmf { color:#22bc5a;display:block;width:7.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:38.181816101074rem;left:35.460758209229rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLQ6mFyr73wZq2FINnPTag424IrCN6wf { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:25rem;top:6.4515256881712rem;left:26.428443908691rem;overflow:hidden;display:block; }
#ft1MKaR7RKoHFlgX7R2CWTnfUaKhX8R1 { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4827790260315rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qubhXJHQFkLFzMuU6WlT69GVdOWiUV0g { color:#d42a1d;display:block;width:8.4375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:30.400388717651rem;left:34.990234375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AoNBPFkGDbODp8pmaqTTG7vaUtVsVXf3 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:43.75rem;height:26.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:15.472564697266rem;left:17.021484375rem;display:block; }
#debUWmMwhJdBN4GutphGTLxGf6B1dsoR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cr6WUs8V9Mknv3w34sSXaVK3LIFchSdi { color:#2d2929;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:50.625rem;left:0rem;height:4.225rem;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; }
#HJe8wGkfouQdMSIa0Xyw1Aqn1AVR8Q3n { color:#2d2929;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:54.875rem;left:0rem;height:2rem;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; }
#kuqiIZweZRzV5c3hK64ODCBcpw64aM4B { background-color:#d42a1d;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(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3114375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:59.6875rem;left:28.3125rem;display:block; }
#wHMPzD5WyOGEM4fsNbXxWFAHdR61W1pm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bEWUd7OdwTeZVNDu6sfXur0HIx7D2cPQ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.9375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:22.895595550537rem;left:23.272193908691rem;display:block; }
#kPoE6XRwfJrqx43eaPhFw5XcsSRksWLL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPcbtG30t4kgHXVtFii8um771NdrgKH7 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:3.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0623125rem;height:4.1867875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:33.592859268189rem;left:33.177375793457rem;display:block; }
#waTNu96T16G9fxDsum9NeK1UDNG4E8Wl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d201d417-31de-4484-8019-8c2de4f36127/pexelskarolag8539896.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.adaptive-delivery-prevent-bg, #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.lazyload, #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.lazyloading { background-image: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { background-color: transparent; background-image: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container > .video-iframe-container { display: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row > .video-iframe-container { display: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .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); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { border-width: 0; border-radius: 0; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;overflow:visible;position:relative;display:block; }#t9kIpNAu8Pn7IHNTrO02FclRdyEVOaIk { color:rgba(var(--color-primary-0),1);display:block;width:67.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:11.651277542114rem;left:3.9675064086914rem;height:11.90074375rem;display:block; }
#zV05O1oRTZVbdSm53McHhhXJRfRxltOv { color:rgba(var(--color-primary-0),1);display:block;width:20rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4030551910401rem;left:4.0829162597656rem;height:3.41264375rem;display:block; }
#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp { background-color:#2d2929;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row .container { background-color: transparent; background-image: none; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row .container > .video-iframe-container { display: none; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row > .video-iframe-container { display: none; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .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); }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row .container { border-width: 0; border-radius: 0; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#NSADTuQ66XrABfTD5FhNaEZGMNTHAEsD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0624125rem;width:8.49875rem;top:6.6875rem;left:5.9375rem;overflow:hidden;display:block; }
#u1U4p86AtmGdTceywrwRgMIGixx16TcO { color:#f9f9f9;display:block;width:4.4984rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.125rem;left:54.5625rem;height:1.38139375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#erTrUEf4uV6O7KKkwcNJfhZEGsFTO5Qr { color:#f9f9f9;display:block;width:25.06125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6482620239256rem;left:44.118423461914rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#N1MDM7cbcfrxxovOQqBSyFIbNywOxVOX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:4rem;left:60rem; }
#tLXSz0unVl7Po4WFR4OQvGToLO9LmnaO { color:#f9f9f9;display:block;width:8.187125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.125rem;left:60.9375rem;height:1.4625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gelgEqk2Ap6CEJck7HXreonU0cX6mUZM { display:block; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WULMNdT5FOwq5PM1qgEU9yoEUEQhfaOu { top:1.625rem;left:0rem;width:10.3125rem;height:3.9759603509765rem;display:block; }
 }@media only screen and (max-width: 763px) { #arnpi8rDC8a43TlBGo3Pdmrw2witfbhI { top:3rem;left:35.25rem;width:7.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATwfGTObrDevwZR0zrFmWFVeX2Bzh9VK { top:2.875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc { display:block; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdk7EViZNrrxGXx1H0e4DMpVDggseAAo { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8pu2R2CZ4ORsGO667mTpxnPMJ54xwoP { width:4.375rem;height:1.125rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #St4AkiUKdegRAv8V3TPUU5uvS8MwLdBC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #wH8diSIzfJ96atnqPDEcw1TVE4Da2TcJ {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #khH460fodmPMU605tPWuO09mVqJaC2yq {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #eVP2pJHO505v6vwKspbbOIUA31taB06m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #uIpv48LSqa5aTnIiwWcaicILBwxzhIzz {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #hQl0r7Ff6hkGltIskv299idvqoG1yXKn {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #MUMIHSoJh2gNfyce9iHocyXTBA5JFASo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #KbNyffoUMW72UIdGfa7TSImfA9G8qzTP {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #TEnCtO7CcVaBwLR0OPXEzUOnk3V3heVA {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #DqXDbqOXOVOwGrttc8bAIQPycRwe19Uk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #QtwgQ8wSc1em5QbHMDqMHHlrPCsksU20 {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #M4sa7avkKmBsCCzGiFTLSa3swysT8JiZ {  }
 }@media only screen and (max-width: 763px) { #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 { 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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.adaptive-delivery-prevent-bg, #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.lazyload, #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.lazyloading { background-image: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { background-color: transparent; background-image: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container > .video-iframe-container { display: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row > .video-iframe-container { display: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .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); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { border-width: 0; border-radius: 0; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxZiVNyOxBceu8T3latBluuO32UmP0Tb { top:13rem;left:28.0625rem;width:19.6875rem;height:1.9375rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tPzU6ZuMAixQ8KG4sKSRTGkmAyAn7ENg { top:15.1875rem;left:27.875rem;width:19.875rem;height:4.1875rem;font-size:2.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iMECbnOQ9btTzxMNNm6Co2uceMWsmzsl { top:23.6875rem;left:19.5625rem;width:28.1875rem;height:6.9375rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QE1xtTwQAGMEcTte1SyfC4xPXDIp2Ntb { width:19.125rem;height:4.1875rem;top:32.875rem;left:28.625rem;background-color:#ed5a0a;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mgnxdN5WbKLfT2GwzZ5T30Vq4rOBqWTI { display:block; }
 }@media only screen and (max-width: 763px) { #OqZwR4vpUKP93ItTsvP5qqHJfRps37he { width:30rem;height:19.749625rem;top:15rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JBZehHCuWaATSfnVTOM65ZuJAEBkCgDx { top:6.75rem;left:26.625rem;width:21.125rem;height:6.25rem;font-size:5.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IlZN5lP4gpS2holv5nx0ASNm8yFcTo8U { top:19.9375rem;left:16.3125rem;width:31.4375rem;height:1.9375rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CwTvFRpcsTC0TbvdAdg1m2TnTT5I6y3R { top:2.3125rem;left:0rem;width:37.125rem;height:7.5rem;font-size:6.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rMORA3z5885wLGPf9yszpfuv7c1NDg5q { top:1.6875rem;left:0rem;width:38rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcUAVEJ4tRNeE1mX215TmbmV0CcOKNrH { top:10.9375rem;left:0rem;width:17.625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn0TXGTxIc6ZwokrQ08LrODRmEETlbDb { top:10.9375rem;left:0rem;width:16.6875rem;height:7.5rem;font-size:6.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ibEI5hf6TZiGMKqSDThHzsizkMv8h0Q4 { display:block; }#ibEI5hf6TZiGMKqSDThHzsizkMv8h0Q4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQOlB4oQISL9Ac1V4nfM3pSQKTih5tpk { width:14.0625rem;height:14.0625rem;top:2.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFbVCD8bvTmHSagEw17IBUX8UKF3mbbD { top:8.625rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aheTkEvTSfX8PCiKMGNnECdaXrFOuWoB { width:11.3125rem;height:2.875rem;top:4.3125rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvVmeBL1saWFgK5vwAlV0gVwLRzGTRMp { width:14.0625rem;height:14.0625rem;top:2.3125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTuDrB9XtzZvl2iOxqDd8hVKd7KxFwuV { top:8.9375rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #erWcGoil7eL4mSdrTBbl3iTlxMEKFr5X { width:12.3125rem;height:2.875rem;top:4.3125rem;left:17.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #liSWpdPik7DyI7N7Nbouu7vnaN1xXlTv { width:14.0625rem;height:14.0625rem;top:2.3125rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CorZ6ol685azN4Vrvn433mERV0DZ1apv { width:11.3125rem;height:2.875rem;top:4.25rem;left:34rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh0SiI7UG5IIkxxFLS7LzIMlZGQMXvvc { top:8.9375rem;left:37.18660736084rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL17tQTQLAuCoMfQ5iXhlwuLvHvED2Ls { display:block; }#sL17tQTQLAuCoMfQ5iXhlwuLvHvED2Ls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kt0sL8Vtiwf6omfdxTbugOhbo5n4wheM { width:10rem;height:9.9375rem;top:12.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CREw9Do9TFNHEILTAsIutEZyaWpI3MS9 { width:47.75rem;height:2.9375rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxO11FPW4KHFmq5XUJ78qkEiGz3vrPzX { width:10rem;height:9.9375rem;top:12.0625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmT4HvNM0FaKJ4VOuphByvLI1JAcCVrF { width:10rem;height:9.9375rem;top:12.0625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOHRW7FV6f8MoorOQX4MDqQEZBdBZa9d { width:10rem;height:9.9375rem;top:30.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyfXxJutOQkorXe0zRsc03gzVqXlOFru { width:10rem;height:9.9375rem;top:30.4375rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5PIt4eiuq8qJCwVC9qkuoT3TOkJXAF7 { width:18.75rem;height:7.5rem;top:17.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHAVly6lM9anwJPWQhvHUzHP16WFXksU { display:block; }
 }@media only screen and (max-width: 763px) { #CC3ExlJnRUyJ7SFueilTRwmUUVRmdNBV { width:18.75rem;height:7.5rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB1ADlzzJ1dMD0ohIcizGdeIWreKwNcT { display:block; }
 }@media only screen and (max-width: 763px) { #FUD3Lt0E5etUMrNEgg11skl9N3t3y21C { width:18.75rem;height:7.5rem;top:17.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAKKghD5SuPoVVidW123nFGxL0ccXo8k { display:block; }
 }@media only screen and (max-width: 763px) { #aypP7F2qLfA6xIEQvbcG3rDamCNX8tKg { width:18.75rem;height:7.5rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOTA5zGCQLayxMLBPXPRCQ4iuIFIuDTr { display:block; }
 }@media only screen and (max-width: 763px) { #Cr2DfvfpJsxdzJ7QCIxkToEAkLkfGAW0 { width:18.75rem;height:7.5rem;top:36.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4QUWgdxDuPJob8RV1thHqEZ2QMvVn97 { display:block; }
 }@media only screen and (max-width: 763px) { #JbC29pVTQGCy8oK6Ny6V0IvWQ1KythDG { top:6.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWnnUqmfKHJhszyHssMgvc9sKNNqz8KF { width:18.75rem;height:7.5rem;top:36.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anL0mVB7DoeKoTVsWEiMvbIgNnOc50Kf { display:block; }
 }@media only screen and (max-width: 763px) { #GeMlaqHkd4npv2Kz1esbmhtlBtqU42le { width:12.5rem;height:8.3125rem;top:31.0625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbdBQ5vRvG5GXmQEMmGDSuKkVll1uVmh { width:18.75rem;height:3.4375rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB9vbcKOCTnS08EhMXFcdnk7I8dXOb06 { display:block; }
 }@media only screen and (max-width: 763px) { #bLRIbPHhH49N2MrHT6KdxP06SaPvaCiA { width:18.75rem;height:3.4375rem;top:21.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2GEal3rpcFdmn46evpE1uy6AabRuKTI { display:block; }
 }@media only screen and (max-width: 763px) { #yQsb3qnqFD6bt5XH39IoHP6KVPlmN4Ix { width:18.75rem;height:3.4375rem;top:21.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCIT7hVPhRHf2TaZzoCnGnnXJ6KIO6gd { display:block; }
 }@media only screen and (max-width: 763px) { #HmHnpw6J2uoo4ohm7iSzVeobxO303bkX { width:18.75rem;height:3.4375rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT4txT7Ge9V8vVGPNZekbLFTnZ5U1VIT { display:block; }
 }@media only screen and (max-width: 763px) { #JCIyhe2alpe8kvaGnOzXXqQXb9UBw3dV { width:18.75rem;height:3.3125rem;top:40.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncox6w8RnKyt6d6fvI6cFv41XkfBJnUo { display:block; }
 }@media only screen and (max-width: 763px) { #DOvJD6Ng0aT1AV4VoeSDJmL1x7uJsdoG { width:18.625rem;height:3.4375rem;top:40.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwlIAJviafK4TyJS8F7FtG6ZMIAIqZhS { display:block; }
 }@media only screen and (max-width: 763px) { #urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL { display:block; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVRp6T0c0x12g0TltOTQLpeVDv6CD33r { top:5.3125rem;left:0rem;width:31.125rem;height:17.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Zw8SZvMp9SQXM0ITyoTRH5QLeRCPBK { top:6.125rem;left:23.875rem;width:21.3125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbdOf9TXNWRZorizyFUDiEb4z1vFBZHH { top:13.5rem;left:23.875rem;width:21.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqnsT8tHFML8E2Low2225U3ABxdPRMyz { top:19.0625rem;left:23.875rem;width:21.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI { display:block; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrdTNBPViU2sGT11LsWhe6W7ofxt6v0T { top:27.875rem;left:0rem;width:43.6875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHkoc2dhkSwAEBfsAxmEcTLT3gGPurmf { top:38.125rem;left:21.835758209229rem;width:7.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLQ6mFyr73wZq2FINnPTag424IrCN6wf { top:6.4375rem;left:12.803443908691rem;width:25rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft1MKaR7RKoHFlgX7R2CWTnfUaKhX8R1 { top:3.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qubhXJHQFkLFzMuU6WlT69GVdOWiUV0g { top:30.375rem;left:21.365234375rem;width:8.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoNBPFkGDbODp8pmaqTTG7vaUtVsVXf3 { width:43.75rem;height:26.625rem;top:15.4375rem;left:3.396484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #debUWmMwhJdBN4GutphGTLxGf6B1dsoR { display:block; }
 }@media only screen and (max-width: 763px) { #Cr6WUs8V9Mknv3w34sSXaVK3LIFchSdi { width:47.75rem;height:;top:50.625rem;left:0rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HJe8wGkfouQdMSIa0Xyw1Aqn1AVR8Q3n { width:47.75rem;height:;top:54.8125rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kuqiIZweZRzV5c3hK64ODCBcpw64aM4B { width:18.25rem;height:3.75rem;top:59.6875rem;left:14.6875rem;background-color:#c32ea9;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;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wHMPzD5WyOGEM4fsNbXxWFAHdR61W1pm { display:block; }
 }@media only screen and (max-width: 763px) { #bEWUd7OdwTeZVNDu6sfXur0HIx7D2cPQ { width:31.25rem;height:4.9375rem;top:22.875rem;left:9.6471939086912rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPoE6XRwfJrqx43eaPhFw5XcsSRksWLL { display:block; }
 }@media only screen and (max-width: 763px) { #QPcbtG30t4kgHXVtFii8um771NdrgKH7 { width:12rem;height:4.125rem;top:33.5625rem;left:19.552375793457rem;display:block; }
 }@media only screen and (max-width: 763px) { #waTNu96T16G9fxDsum9NeK1UDNG4E8Wl { display:block; }
 }@media only screen and (max-width: 763px) { #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz { background-color:transparent;background-image:url("https://images.assets-landingi.com/ULKHmY82/Mask_Group_3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.adaptive-delivery-prevent-bg, #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.lazyload, #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.lazyloading { background-image: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { background-color: transparent; background-image: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container > .video-iframe-container { display: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row > .video-iframe-container { display: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .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); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { border-width: 0; border-radius: 0; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9kIpNAu8Pn7IHNTrO02FclRdyEVOaIk { top:11.625rem;left:0rem;width:47.75rem;height:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV05O1oRTZVbdSm53McHhhXJRfRxltOv { top:5.375rem;left:0rem;width:20rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cslThchm0uqsl4T9o4UwCvcnJDUbmSNp { display:block; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSADTuQ66XrABfTD5FhNaEZGMNTHAEsD { width:8.4375rem;height:3.0402143274789rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1U4p86AtmGdTceywrwRgMIGixx16TcO { width:4.4375rem;height:1.375rem;top:4.125rem;left:40.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erTrUEf4uV6O7KKkwcNJfhZEGsFTO5Qr { width:25rem;height:1.125rem;top:7.625rem;left:22.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1MDM7cbcfrxxovOQqBSyFIbNywOxVOX { top:4rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLXSz0unVl7Po4WFR4OQvGToLO9LmnaO { width:8.125rem;height:1.4375rem;top:4.125rem;left:39.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gelgEqk2Ap6CEJck7HXreonU0cX6mUZM { display:block; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WULMNdT5FOwq5PM1qgEU9yoEUEQhfaOu { width:5.625rem;height:2.125rem;top:1.4373214244843rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arnpi8rDC8a43TlBGo3Pdmrw2witfbhI { width:7.1226875rem;height:1.29971875rem;top:2.3197796344757rem;left:12.877307295799rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATwfGTObrDevwZR0zrFmWFVeX2Bzh9VK { display:flex;width:1.5625rem;height:1.5625rem;top:2.0552201271057rem;left:11.370738387108rem; }
 }@media only screen and (max-width: 763px) { #n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc { position:relative;z-index:auto;display:block; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdk7EViZNrrxGXx1H0e4DMpVDggseAAo { width:20rem;height:0.97523125rem;top:6.2331323623658rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8pu2R2CZ4ORsGO667mTpxnPMJ54xwoP { width:4.375rem;height:1.29971875rem;top:1.25rem;left:7.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-text.counter-number { padding-top:0.28375rem;padding-right:0.253125rem;padding-bottom:0.28375rem;padding-left:0.253125rem;width:1.518125rem;min-width:1.518125rem;height:1.52625rem;font-size:1.135625rem;line-height:24.42px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1775rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02375rem;height:0.603125rem;font-size:0.425625rem;line-height:9.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh { display:flex;width:12.125rem;height:2.874375rem;top:2.5461648106575rem;left:3.9364346265793rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #St4AkiUKdegRAv8V3TPUU5uvS8MwLdBC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #wH8diSIzfJ96atnqPDEcw1TVE4Da2TcJ {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #khH460fodmPMU605tPWuO09mVqJaC2yq {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #eVP2pJHO505v6vwKspbbOIUA31taB06m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #uIpv48LSqa5aTnIiwWcaicILBwxzhIzz {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #hQl0r7Ff6hkGltIskv299idvqoG1yXKn {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #MUMIHSoJh2gNfyce9iHocyXTBA5JFASo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #KbNyffoUMW72UIdGfa7TSImfA9G8qzTP {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #TEnCtO7CcVaBwLR0OPXEzUOnk3V3heVA {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #DqXDbqOXOVOwGrttc8bAIQPycRwe19Uk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #QtwgQ8wSc1em5QbHMDqMHHlrPCsksU20 {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #M4sa7avkKmBsCCzGiFTLSa3swysT8JiZ {  }
 }@media only screen and (max-width: 763px) { #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.adaptive-delivery-prevent-bg, #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.lazyload, #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.lazyloading { background-image: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { background-color: transparent; background-image: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container > .video-iframe-container { display: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row > .video-iframe-container { display: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .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); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { border-width: 0; border-radius: 0; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxZiVNyOxBceu8T3latBluuO32UmP0Tb { width:20rem;height:1.62464375rem;top:18.618607521057rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tPzU6ZuMAixQ8KG4sKSRTGkmAyAn7ENg { width:16.4985625rem;height:2.400125rem;top:20.770596504211rem;left:1.7498222589493rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iMECbnOQ9btTzxMNNm6Co2uceMWsmzsl { width:16.9993125rem;height:7.8724375rem;top:27.158204078674rem;left:1.499467253685rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QE1xtTwQAGMEcTte1SyfC4xPXDIp2Ntb { width:16.25rem;height:3.125rem;top:37.049004554749rem;left:1.8749998807907rem;font-size:1.125rem;background-color:#d42a1d;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mgnxdN5WbKLfT2GwzZ5T30Vq4rOBqWTI { display:block; }
 }@media only screen and (max-width: 763px) { #OqZwR4vpUKP93ItTsvP5qqHJfRps37he { width:16.1239375rem;height:10.685375rem;top:4.9591544866562rem;left:2.4307526350021rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JBZehHCuWaATSfnVTOM65ZuJAEBkCgDx { width:20rem;height:2.400125rem;top:16.218926429749rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IlZN5lP4gpS2holv5nx0ASNm8yFcTo8U { width:20rem;height:1.62464375rem;top:23.868962287903rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CwTvFRpcsTC0TbvdAdg1m2TnTT5I6y3R { width:12.0625rem;height:2.400125rem;top:1.3098363876343rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rMORA3z5885wLGPf9yszpfuv7c1NDg5q { width:15.5625rem;height:2.8125rem;top:1.2499980926514rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcUAVEJ4tRNeE1mX215TmbmV0CcOKNrH { width:8.3125rem;height:2.75rem;top:4.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn0TXGTxIc6ZwokrQ08LrODRmEETlbDb { width:7.1244375rem;height:2.400125rem;top:4.37322473526rem;left:1.4364346265793rem;font-size:2rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ibEI5hf6TZiGMKqSDThHzsizkMv8h0Q4 { display:block; }#ibEI5hf6TZiGMKqSDThHzsizkMv8h0Q4 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQOlB4oQISL9Ac1V4nfM3pSQKTih5tpk { width:7.4375rem;height:7.4375rem;top:1.5625rem;left:6.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aFbVCD8bvTmHSagEw17IBUX8UKF3mbbD { width:3.75rem;height:3.75rem;top:5.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aheTkEvTSfX8PCiKMGNnECdaXrFOuWoB { width:9.375rem;height:1.9504625rem;top:2.6875rem;left:5.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvVmeBL1saWFgK5vwAlV0gVwLRzGTRMp { width:7.4375rem;height:7.4375rem;top:11.5rem;left:6.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nTuDrB9XtzZvl2iOxqDd8hVKd7KxFwuV { width:3.75rem;height:3.75rem;top:15.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erWcGoil7eL4mSdrTBbl3iTlxMEKFr5X { width:9.9369375rem;height:1.9504625rem;top:12.4375rem;left:5.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #liSWpdPik7DyI7N7Nbouu7vnaN1xXlTv { width:7.6243125rem;height:7.6243125rem;top:21.375rem;left:6.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #CorZ6ol685azN4Vrvn433mERV0DZ1apv { width:9.375rem;height:0.97523125rem;top:22.875rem;left:5.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oh0SiI7UG5IIkxxFLS7LzIMlZGQMXvvc { width:3.75rem;height:3.75rem;top:25.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL17tQTQLAuCoMfQ5iXhlwuLvHvED2Ls { display:block; }#sL17tQTQLAuCoMfQ5iXhlwuLvHvED2Ls > .row .container { width:20rem;height:115.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kt0sL8Vtiwf6omfdxTbugOhbo5n4wheM { width:10rem;height:10rem;top:9.86061668396rem;left:4.9999998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CREw9Do9TFNHEILTAsIutEZyaWpI3MS9 { width:14.1868125rem;height:4.874825rem;top:1.25rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxO11FPW4KHFmq5XUJ78qkEiGz3vrPzX { width:10rem;height:10rem;top:44.241829395294rem;left:4.9999998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HmT4HvNM0FaKJ4VOuphByvLI1JAcCVrF { width:10rem;height:10rem;top:79.118427276612rem;left:4.9999998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SOHRW7FV6f8MoorOQX4MDqQEZBdBZa9d { width:10rem;height:10rem;top:27.055219650269rem;left:4.9999998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UyfXxJutOQkorXe0zRsc03gzVqXlOFru { width:10rem;height:10rem;top:61.619317054749rem;left:4.9999998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M5PIt4eiuq8qJCwVC9qkuoT3TOkJXAF7 { width:19.437125rem;height:10.3125rem;top:49.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHAVly6lM9anwJPWQhvHUzHP16WFXksU { display:block; }
 }@media only screen and (max-width: 763px) { #CC3ExlJnRUyJ7SFueilTRwmUUVRmdNBV { width:19.43625rem;height:10.3125rem;top:15.436794281006rem;left:0.28053975105286rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB1ADlzzJ1dMD0ohIcizGdeIWreKwNcT { display:block; }
 }@media only screen and (max-width: 763px) { #FUD3Lt0E5etUMrNEgg11skl9N3t3y21C { width:19.437125rem;height:10.3125rem;top:84.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAKKghD5SuPoVVidW123nFGxL0ccXo8k { display:block; }
 }@media only screen and (max-width: 763px) { #aypP7F2qLfA6xIEQvbcG3rDamCNX8tKg { width:19.437125rem;height:10.3125rem;top:32.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOTA5zGCQLayxMLBPXPRCQ4iuIFIuDTr { display:block; }
 }@media only screen and (max-width: 763px) { #Cr2DfvfpJsxdzJ7QCIxkToEAkLkfGAW0 { width:19.437125rem;height:10.3125rem;top:67.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4QUWgdxDuPJob8RV1thHqEZ2QMvVn97 { display:block; }
 }@media only screen and (max-width: 763px) { #JbC29pVTQGCy8oK6Ny6V0IvWQ1KythDG { width:12.3748125rem;height:0.97523125rem;top:7.2452068328856rem;left:3.8112567663193rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWnnUqmfKHJhszyHssMgvc9sKNNqz8KF { width:19.437125rem;height:10.3125rem;top:101.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anL0mVB7DoeKoTVsWEiMvbIgNnOc50Kf { display:block; }
 }@media only screen and (max-width: 763px) { #GeMlaqHkd4npv2Kz1esbmhtlBtqU42le { width:13.6239375rem;height:9.0625rem;top:96.619316101075rem;left:3.1862567663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbdBQ5vRvG5GXmQEMmGDSuKkVll1uVmh { width:15.625rem;height:3.4375rem;top:20.435014724731rem;left:2.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB9vbcKOCTnS08EhMXFcdnk7I8dXOb06 { display:block; }
 }@media only screen and (max-width: 763px) { #bLRIbPHhH49N2MrHT6KdxP06SaPvaCiA { width:16.8119375rem;height:3.4375rem;top:54.811611652374rem;left:1.5926846265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2GEal3rpcFdmn46evpE1uy6AabRuKTI { display:block; }
 }@media only screen and (max-width: 763px) { #yQsb3qnqFD6bt5XH39IoHP6KVPlmN4Ix { width:17.5rem;height:3.4375rem;top:89.6249961853rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCIT7hVPhRHf2TaZzoCnGnnXJ6KIO6gd { display:block; }
 }@media only screen and (max-width: 763px) { #HmHnpw6J2uoo4ohm7iSzVeobxO303bkX { width:14.5rem;height:3.4375rem;top:37.624465942382rem;left:2.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT4txT7Ge9V8vVGPNZekbLFTnZ5U1VIT { display:block; }
 }@media only screen and (max-width: 763px) { #JCIyhe2alpe8kvaGnOzXXqQXb9UBw3dV { width:17.4369375rem;height:3.37446875rem;top:73.061787605288rem;left:1.2810724973679rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncox6w8RnKyt6d6fvI6cFv41XkfBJnUo { display:block; }
 }@media only screen and (max-width: 763px) { #DOvJD6Ng0aT1AV4VoeSDJmL1x7uJsdoG { width:12.3748125rem;height:3.4375rem;top:106.24839782715rem;left:3.8112567663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwlIAJviafK4TyJS8F7FtG6ZMIAIqZhS { display:block; }
 }@media only screen and (max-width: 763px) { #urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL { display:block; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVRp6T0c0x12g0TltOTQLpeVDv6CD33r { width:20rem;height:11.3725rem;top:4.375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P8Zw8SZvMp9SQXM0ITyoTRH5QLeRCPBK { width:20rem;height:2.2745rem;top:18.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DbdOf9TXNWRZorizyFUDiEb4z1vFBZHH { width:20rem;height:2.2745rem;top:23.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LqnsT8tHFML8E2Low2225U3ABxdPRMyz { width:20rem;height:2.2745rem;top:27.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI { display:block; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI { background-color: transparent; background-image: none; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row .container > .video-iframe-container { display: none; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row > .video-iframe-container { display: none; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .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); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row .container { width:20rem;height:54.375rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrdTNBPViU2sGT11LsWhe6W7ofxt6v0T { width:18.2493125rem;height:0.97523125rem;top:19.284446716309rem;left:0.87357950210569rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHkoc2dhkSwAEBfsAxmEcTLT3gGPurmf { width:7.4351875rem;height:1.29971875rem;top:28.169387817382rem;left:6.2810720205306rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLQ6mFyr73wZq2FINnPTag424IrCN6wf { width:15.4998125rem;height:10.1873125rem;top:5.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft1MKaR7RKoHFlgX7R2CWTnfUaKhX8R1 { width:20rem;height:1.13725rem;top:2.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qubhXJHQFkLFzMuU6WlT69GVdOWiUV0g { width:7.56125rem;height:2.599875rem;top:21.689453125rem;left:6.218039393425rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AoNBPFkGDbODp8pmaqTTG7vaUtVsVXf3 { width:18.9999375rem;height:20.12475rem;top:11.749377250671rem;left:0.49937844276428rem;display:block; }
 }@media only screen and (max-width: 763px) { #debUWmMwhJdBN4GutphGTLxGf6B1dsoR { display:block; }
 }@media only screen and (max-width: 763px) { #Cr6WUs8V9Mknv3w34sSXaVK3LIFchSdi { width:20rem;height:4.874825rem;top:35.311622619629rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#2d2929;display:block; }
 }@media only screen and (max-width: 763px) { #HJe8wGkfouQdMSIa0Xyw1Aqn1AVR8Q3n { width:20rem;height:2.79918125rem;top:42.124467849731rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#2d2929;display:block; }
 }@media only screen and (max-width: 763px) { #kuqiIZweZRzV5c3hK64ODCBcpw64aM4B { width:14.375rem;height:3.75rem;top:47.4375rem;left:2.8125rem;font-size:1rem;background-color:#d42a1d;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;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wHMPzD5WyOGEM4fsNbXxWFAHdR61W1pm { display:block; }
 }@media only screen and (max-width: 763px) { #bEWUd7OdwTeZVNDu6sfXur0HIx7D2cPQ { width:18.9994375rem;height:2.5rem;top:16.785331726074rem;left:0.49893462657929rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPoE6XRwfJrqx43eaPhFw5XcsSRksWLL { display:block; }
 }@media only screen and (max-width: 763px) { #QPcbtG30t4kgHXVtFii8um771NdrgKH7 { width:13.49875rem;height:3.937325rem;top:24.233833312988rem;left:3.2492898702621rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waTNu96T16G9fxDsum9NeK1UDNG4E8Wl { display:block; }
 }@media only screen and (max-width: 763px) { #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d201d417-31de-4484-8019-8c2de4f36127/pexelskarolag8539896.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.adaptive-delivery-prevent-bg, #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.lazyload, #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.lazyloading { background-image: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { background-color: transparent; background-image: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container > .video-iframe-container { display: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row > .video-iframe-container { display: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .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); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { border-width: 0; border-radius: 0; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9kIpNAu8Pn7IHNTrO02FclRdyEVOaIk { width:20rem;height:26.766725rem;top:8.5759944915769rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV05O1oRTZVbdSm53McHhhXJRfRxltOv { width:20rem;height:1.29971875rem;top:4.8117904663086rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cslThchm0uqsl4T9o4UwCvcnJDUbmSNp { display:block; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSADTuQ66XrABfTD5FhNaEZGMNTHAEsD { width:6.5625rem;height:1.437325rem;top:13.73579788208rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1U4p86AtmGdTceywrwRgMIGixx16TcO { width:4.4984rem;height:1.29971875rem;top:2.8737564086914rem;left:7.7503551244738rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erTrUEf4uV6O7KKkwcNJfhZEGsFTO5Qr { width:10rem;height:1.9504625rem;top:13.479225158691rem;left:9.9999994039537rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1MDM7cbcfrxxovOQqBSyFIbNywOxVOX { display:flex;width:1.5625rem;height:1.5625rem;top:5.1526985168457rem;left:9.2187494039537rem; }
 }@media only screen and (max-width: 763px) { #tLXSz0unVl7Po4WFR4OQvGToLO9LmnaO { width:8.125rem;height:1.46218125rem;top:7.9740753173825rem;left:5.9374998807907rem;text-align:right;text-align-last:right;font-size:1.125rem;display:block; }
 }