.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;position:relative;display:block; }
#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3 > .row > .video-iframe-container { display: none; }#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3 > .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); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e260ea2e-ad89-4996-bd4b-b3c99d47c6e7/wspinaczkazachdslonca.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d.adaptive-delivery-prevent-bg, #Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d.lazyload, #Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d.lazyloading { background-image: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container { background-color: transparent; background-image: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container > .video-iframe-container { display: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row > .video-iframe-container { display: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .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); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container { border-width: 0; border-radius: 0; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container { width:75rem;height:47.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#cxrWa9Z6NZeF30W4GuFNqGmu2eOz2MVg { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KuLOTMZKbDJTm3LPLQNIIgA3eK9cShOK { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:12rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WouWKW1RJhJSE8FQG1bM0curzZLDZdoL { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:19.8125rem;left:16.625rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akMQzkpsRMfrdkBSf4t9fMBifrHONBVM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.75rem;left:28rem;display:block; }
#RbyBFFO9iroFDARgy8EPzhcAnK4FDLwq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qiflGfaRIJFrxDPkf9MSsoN8ws0zf71Z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.75rem;left:37.25rem;display:block; }
#NXTopape0mJMFPuv7LmlPZqCShKwqoat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H2SyEnxzJOl6Slguec5HCrq3gymPxC3S { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.4375rem;left:46.875001907349rem;display:block; }
#TrWJ8ArlFRsl5McXDGQS1GaJSDqwxa5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBnifBAlxaR3qqup3aHDIHDZx8OH5fbP { box-sizing:content-box;height:22.0625rem;width:54.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:transparent;background-image:none;top:35.32421875rem;left:10.03125rem;border-top:0.1875rem solid rgba(255,255,255,0.35);border-left:0.1875rem solid rgba(255,255,255,0.35);border-right:0.1875rem solid rgba(255,255,255,0.35);border-bottom:0.1875rem solid rgba(255,255,255,0.35);display:block; }
#ckkCqNZIOtNzHKi2qmHa97fQLUTAroRT { box-sizing:content-box;height:25.5rem;width:58.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:transparent;background-image:none;top:33.84375rem;left:8.0869140625rem;border-top:0.125rem solid rgba(255,255,255,0.25);border-left:0.125rem solid rgba(255,255,255,0.25);border-right:0.125rem solid rgba(255,255,255,0.25);border-bottom:0.125rem solid rgba(255,255,255,0.25);display:block; }
#fAJOCxL2M6CmHsDcoVoL5b8p4mXhTpIQ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:48.375rem;top:35.32421875rem;left:15.228515625rem;overflow:hidden;display:block; }
#p2nEy3910EDoVxbL3h8HGuoOcPJ3SthL { background-color:#00cf3e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:26.5625rem;left:31.8125rem;display:block; }
#QAKIUCTqW0xTxaAFTiJBTnlaHvr5w1A9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KLbwxX5Z6TTIEeUBgRSbxSVPkG4CeFkN { position:relative;display:block; }#KLbwxX5Z6TTIEeUBgRSbxSVPkG4CeFkN { background-color: transparent; background-image: none; }#KLbwxX5Z6TTIEeUBgRSbxSVPkG4CeFkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLbwxX5Z6TTIEeUBgRSbxSVPkG4CeFkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLbwxX5Z6TTIEeUBgRSbxSVPkG4CeFkN > .row .container > .video-iframe-container { display: none; }#KLbwxX5Z6TTIEeUBgRSbxSVPkG4CeFkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLbwxX5Z6TTIEeUBgRSbxSVPkG4CeFkN > .row > .video-iframe-container { display: none; }#KLbwxX5Z6TTIEeUBgRSbxSVPkG4CeFkN > .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); }#KLbwxX5Z6TTIEeUBgRSbxSVPkG4CeFkN { border-width: 0; border-radius: 0; }#KLbwxX5Z6TTIEeUBgRSbxSVPkG4CeFkN > .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; }#KLbwxX5Z6TTIEeUBgRSbxSVPkG4CeFkN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.625rem;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; }#w0aZ9dQBVHhis65zLHTDTuPrIBRop3tk { color:#151515;display:block;width:45.875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.771484375rem;left:14.5625rem;height:4.875rem;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; }
#OPu7boXSOJOJsaPtQ0lLORTDai0gEFm6 { color:#151515;display:block;width:41.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:12.0625rem;left:5.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#OPu7boXSOJOJsaPtQ0lLORTDai0gEFm6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OPu7boXSOJOJsaPtQ0lLORTDai0gEFm6 li:before{  }
#QMxUAtKpyTX3HC2oBN3w82g2wBaCmkbt { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15002;background-color:#040020;background-image:none;top:12.71875rem;left:46.85000038147rem;display:block; }
#rTS6uMdBMa0EHHLkGWpTQMJGoCWcaSWr { color:rgba(21,21,21,0.06);display:block;width:23.875rem;position:absolute;font-family:lato;font-size:4.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.14687538147rem;left:49.437501907349rem;height:18.7675625rem;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; }
#PmUMbCqdn4HOATuoVqTAUS59VqyLiVg2 { color:rgba(21,21,21,0.81);display:block;width:25.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:14.1875rem;left:48.46875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VQan6TntT6lrspJQ6JRuMrIxP0xnDO0m { color:#151515;display:block;width:40.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:19.125rem;left:5.375rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LxJLNTTTff3B2OPXAXQ0mXM1pR6MhRan { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bed650;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; }#LxJLNTTTff3B2OPXAXQ0mXM1pR6MhRan > .row .container { background-color: transparent; background-image: none; }#LxJLNTTTff3B2OPXAXQ0mXM1pR6MhRan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxJLNTTTff3B2OPXAXQ0mXM1pR6MhRan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxJLNTTTff3B2OPXAXQ0mXM1pR6MhRan > .row .container > .video-iframe-container { display: none; }#LxJLNTTTff3B2OPXAXQ0mXM1pR6MhRan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxJLNTTTff3B2OPXAXQ0mXM1pR6MhRan > .row > .video-iframe-container { display: none; }#LxJLNTTTff3B2OPXAXQ0mXM1pR6MhRan > .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); }#LxJLNTTTff3B2OPXAXQ0mXM1pR6MhRan > .row .container { border-width: 0; border-radius: 0; }#LxJLNTTTff3B2OPXAXQ0mXM1pR6MhRan > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LxJLNTTTff3B2OPXAXQ0mXM1pR6MhRan > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#ATXSfmcuTAruSUqq9fRCc7u5abCsTJWx { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.0625rem;left:31.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x3eRL80x0IwTHQ7FK9mTFMbBRFSTxZkc { box-sizing:content-box;height:19.0625rem;width:19.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:transparent;background-image:none;top:8.0625rem;left:27.9375rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#KT9twp6QazS2w0iT9VZLvQIvcWUXsKvq { box-sizing:content-box;height:27.25rem;width:27.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:transparent;background-image:none;top:4rem;left:23.9375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#VuawhlRE0EixXAfVthGSNAakaId9LNA5 { box-sizing:content-box;height:6.5rem;width:6.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#f2b316;background-image:none;top:6.125rem;left:21.5rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#vVTxI50rR9EW5Ato8LOSsUt65L3Ju3CT { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:10.9375rem;left:2.75rem;height:10.5rem;text-align:right;text-align-last:right;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; }
#Wl31JUpb5JtnQoAPJFOobkDQBAb55Vu0 { box-sizing:content-box;height:6.5rem;width:6.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#f2b316;background-image:none;top:22.375rem;left:22.5rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#TblyGP4JKwEPSOZ95c6UrHb1Heke58Hm { color:#151515;display:block;width:8.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:24.9375rem;left:13.3125rem;height:1.6875rem;text-align:right;text-align-last:right;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; }
#oZJMw3XmyUbO8PBV3Gn4nxRignhV0NK2 { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:28.9375rem;left:5.25rem;height:12rem;text-align:right;text-align-last:right;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; }
#dS69FXIKL1S1m7Sy53pTBd6tWy4Lpg2H { box-sizing:content-box;height:6.5rem;width:6.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#f2b316;background-image:none;top:21.375rem;left:46.8125rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#FzfttAkIWTE7dABOmfomFZtfHmlzKP9S { color:#151515;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:21.625rem;left:54.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dLMzMLT5oHNk5HDZVy2aDp0Zkb6Zg3ki { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:25.0625rem;left:54.4375rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Av0whbp9ObxZRUK0svhzDlPCAvAs5BRs { position:absolute;display:block;z-index:15008;background-color:#f2b316;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:29.8125rem;left:36.375rem;display:block; }
#vtLUh1bnkuJpfsF0fapI747snTuDo497 { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:transparent;background-image:none;top:29rem;left:35.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#aOB0HUKTnM7ca3LMprIpUt9fhHCQEXyT { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:34.7626953125rem;left:27.46875rem;height:5.8496125rem;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; }
#V5ZodcOlJ7OBieoMBeRJedBJwxuxleN9 { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:37.7001953125rem;left:24.84375rem;height:3.5996125rem;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; }
#oDb47aGxi83o7B9mHdbrcfuDPJHoaffO { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:6.125rem;left:52rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NFCMaZlMEdvvXCSxA2QyJPWx6tODTufC { box-sizing:content-box;height:6.5rem;width:6.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#f2b316;background-image:none;top:2.4375rem;left:43.625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#TOE1t1WfJ9b4mnxU8uz0E9MFpPhBQpF9 { color:#151515;display:block;width:9.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:2.75rem;left:52rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bcZL6c8hbrvuTtr5SuJluowg9mb1IFeW { color:#151515;display:block;width:4.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:4.4375rem;left:52rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uQqyTrDHQk4N0zJAKehESx0oWcsZBUtq { color:#151515;display:block;width:4.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:9.0625rem;left:16.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IavDqhROBkQAVHGbJGd9EEM5JRl9N3lP { color:#151515;display:block;width:4.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:26.625rem;left:17.3125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JbqP98PitEkD9XaibXK1n4SSVPnDHrgv { color:#151515;display:block;width:8.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.4375rem;left:12.3125rem;height:1.6875rem;text-align:right;text-align-last:right;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; }
#Jw2mGT8c99yWlc87DTr6r61EuymEgQCP { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.8125rem;left:44.25rem; }
#c8TDzyKvmRTs4gQD7M01X87xslcXlOXm { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.5rem;left:47.3125rem; }
#fKePSVylPwF2su3hTmnCWtHk0QqHsTOA { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:23.125rem;left:23.1875rem; }
#SPLOcDNTkMSkcZP96oEH09WK8f0sakQq { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:7rem;left:22.3125rem; }
#yPhVasLZXVlAAwgsnow6gCrT9PAEnaJW { color:#151515;display:block;width:4.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:23.4375rem;left:54.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eqAt6rD3BOD2AeGpK3TUfQNdLNGRxcRH { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:30.4375rem;left:36.84375rem; }
#IqPndJaLOAPEUWfDqD01tUc2OHotxcMx { z-index:15003;top:29.5rem;left:36rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#I3W1ekFJnamOmPDQN0BMDILpbDJ5eJIr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThXosi8Mck98eHnT3Q6B50prMMVgTlmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#ThXosi8Mck98eHnT3Q6B50prMMVgTlmP > .row .container { background-color: transparent; background-image: none; }#ThXosi8Mck98eHnT3Q6B50prMMVgTlmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThXosi8Mck98eHnT3Q6B50prMMVgTlmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThXosi8Mck98eHnT3Q6B50prMMVgTlmP > .row .container > .video-iframe-container { display: none; }#ThXosi8Mck98eHnT3Q6B50prMMVgTlmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThXosi8Mck98eHnT3Q6B50prMMVgTlmP > .row > .video-iframe-container { display: none; }#ThXosi8Mck98eHnT3Q6B50prMMVgTlmP > .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); }#ThXosi8Mck98eHnT3Q6B50prMMVgTlmP > .row .container { border-width: 0; border-radius: 0; }#ThXosi8Mck98eHnT3Q6B50prMMVgTlmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ThXosi8Mck98eHnT3Q6B50prMMVgTlmP > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#dX4QEtqNTsdqVfzyGALG64S7SdIaISvA { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #bed650, #f2b316);background-image: -moz-linear-gradient(90deg, #bed650, #f2b316);background-image: -ms-linear-gradient(90deg, #bed650, #f2b316);background-image: -o-linear-gradient(90deg, #bed650, #f2b316);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed650', endColorstr='#f2b316' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed650', endColorstr='#f2b316' );";background-image: linear-gradient(90deg, #bed650, #f2b316);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:10.0625rem;left:36.0625rem;display:block; }
#iff48Qq60EyO4cX3D3SdGhKPNdQHmKfK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10.5625rem;left:36.5625rem; }
#n9g9GZGzlSNUt06BSWdChzCQC2ubnKuK { color:#151515;display:block;width:29.9375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:22.5625rem;height:7.3125rem;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; }
#hgWPVoWr6VrLdii4IIWJpFwLZnz4wZyt { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:transparent;background-image:none;top:9.25rem;left:35.1875rem;border-top:0.0625rem solid rgba(137,137,137,0.25);border-left:0.0625rem solid rgba(137,137,137,0.25);border-right:0.0625rem solid rgba(137,137,137,0.25);border-bottom:0.0625rem solid rgba(137,137,137,0.25);display:block; }
#QpbcNt9VxJhfcRu7bW8eewSQT4gShoCa { color:rgba(21,21,21,0.81);display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:17.15625rem;left:12.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wac6pRq27xrE7217XiPXVthPOcIg7ybf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:18.125rem;left:9.0625rem; }
#NRZ1qDqhMcJ1g3z5cqAmBCHiw7Rlmvc3 { color:rgba(21,21,21,0.81);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:17.15625rem;left:32.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bGMmpDe9dp0HvfM2Pr2IZNVLMZM37bKG { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.1875rem;left:28.812501907349rem; }
#HR0ebUN67JLebkC4C5Zdcxc6QG7IDv4K { color:rgba(21,21,21,0.81);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.15625rem;left:52.0625rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f59FwNkS7iZfRQm66Lf2l0BvfgXTXeOq { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.875rem;left:48.25rem; }
#ROUUgET18edIeQwv7IPke5SolFEHL2mM { box-sizing:content-box;height:7.875rem;width:18.6875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:15.9375rem;left:8.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.07) ;display:block; }
#FMLAttXet0Gt1zS52JTwqe0SUQkN3dWF { box-sizing:content-box;height:7.875rem;width:18.6875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:15.9375rem;left:28.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.07) ;display:block; }
#PFUQuk0OEGuEdMTAxJNvf3vuOKnZ2xus { box-sizing:content-box;height:7.875rem;width:18.6875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:15.75rem;left:47.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.07) ;display:block; }
#LBi4tCIq974KiqSmi7AUoBGsFJabHGT8 { box-sizing:content-box;height:17rem;width:58rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/PS5RtVp_rVA/unsplash/kristaps-ungurs-PS5RtVp_rVA-photo-1754215683705-ee0a731d7288.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.625rem;left:8.59375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.07) ;display:block; }#LBi4tCIq974KiqSmi7AUoBGsFJabHGT8.adaptive-delivery-prevent-bg, #LBi4tCIq974KiqSmi7AUoBGsFJabHGT8.lazyload, #LBi4tCIq974KiqSmi7AUoBGsFJabHGT8.lazyloading { background-image: none; }
#LBi4tCIq974KiqSmi7AUoBGsFJabHGT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#dmENGquGLXEZag1HKdKJOsGpcDdbtEPU { z-index:15004;top:9.75rem;left:35.71875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zPXT6lTrLhk3syD2DQGxyoNvQ99DpPfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dxf8XWgIKPRhPBa2QTJoSywWNQBrQCTJ { 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; }#Dxf8XWgIKPRhPBa2QTJoSywWNQBrQCTJ > .row .container { background-color: transparent; background-image: none; }#Dxf8XWgIKPRhPBa2QTJoSywWNQBrQCTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dxf8XWgIKPRhPBa2QTJoSywWNQBrQCTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dxf8XWgIKPRhPBa2QTJoSywWNQBrQCTJ > .row .container > .video-iframe-container { display: none; }#Dxf8XWgIKPRhPBa2QTJoSywWNQBrQCTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dxf8XWgIKPRhPBa2QTJoSywWNQBrQCTJ > .row > .video-iframe-container { display: none; }#Dxf8XWgIKPRhPBa2QTJoSywWNQBrQCTJ > .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); }#Dxf8XWgIKPRhPBa2QTJoSywWNQBrQCTJ > .row .container { border-width: 0; border-radius: 0; }#Dxf8XWgIKPRhPBa2QTJoSywWNQBrQCTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dxf8XWgIKPRhPBa2QTJoSywWNQBrQCTJ > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#nZeqziVHQToKD8ZsuI8m5qqUFeW0NTN1 { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:3.0625rem;left:19.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tkeyi9KmEeVOWZ5qSK8kKPmMV57JTtIE { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:23.250001907349rem;height:2.4375rem;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; }
#wmJJi1REo8RSoTSzPMcEOU359cGacG1N { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;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:lato;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:7.8624992370606rem;left:28.250001907349rem;display:block; }
#i9ezsuSKPP3f49ge6qEuJkIZUO0KxQcE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PRt1RkKsCk8svrP2QsZ10ZtRzBQeCt40 { box-sizing:content-box;height:17rem;width:58rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50eb22e9-fc99-4f17-aaf3-9811b0cb4cc5/5481.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.625rem;left:8.59375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.07) ;display:none; }#PRt1RkKsCk8svrP2QsZ10ZtRzBQeCt40.adaptive-delivery-prevent-bg, #PRt1RkKsCk8svrP2QsZ10ZtRzBQeCt40.lazyload, #PRt1RkKsCk8svrP2QsZ10ZtRzBQeCt40.lazyloading { background-image: none; }
#PRt1RkKsCk8svrP2QsZ10ZtRzBQeCt40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#r5ZbrUAUdNFr6U6P4fmTiAPe9BgTopR7 { 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; }#r5ZbrUAUdNFr6U6P4fmTiAPe9BgTopR7 > .row .container { background-color: transparent; background-image: none; }#r5ZbrUAUdNFr6U6P4fmTiAPe9BgTopR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5ZbrUAUdNFr6U6P4fmTiAPe9BgTopR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5ZbrUAUdNFr6U6P4fmTiAPe9BgTopR7 > .row .container > .video-iframe-container { display: none; }#r5ZbrUAUdNFr6U6P4fmTiAPe9BgTopR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5ZbrUAUdNFr6U6P4fmTiAPe9BgTopR7 > .row > .video-iframe-container { display: none; }#r5ZbrUAUdNFr6U6P4fmTiAPe9BgTopR7 > .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); }#r5ZbrUAUdNFr6U6P4fmTiAPe9BgTopR7 > .row .container { border-width: 0; border-radius: 0; }#r5ZbrUAUdNFr6U6P4fmTiAPe9BgTopR7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r5ZbrUAUdNFr6U6P4fmTiAPe9BgTopR7 > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#zMI4w3KMe9xduZ3OeHq05nntTxcsrURP { color:#000000;display:block;width:61.125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.25rem;left:7.5625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKddbiRB1sqtTMahs4RCI7Wrg6rrA92n { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:58.25rem;top:4.0625rem;left:7.5625rem;overflow:hidden;display:block; }
#M58ZQwewwof3yS10mg1NkJgT2f1nWTu8 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:27.0625rem;left:55.25rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bh1uE3XzrIQcDNstLKh1cKzTb0akOTJI { color:#000000;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:27.0625rem;left:28.875rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ranVDx7Xk6DSqMmUTieTv36DM53l0oEu { color:#000000;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:27.0625rem;left:4.125rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FNJTmMWymoQaDU0aQ3QP0Gd6goZPHN1F { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#bed650;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; }#FNJTmMWymoQaDU0aQ3QP0Gd6goZPHN1F > .row .container { background-color: transparent; background-image: none; }#FNJTmMWymoQaDU0aQ3QP0Gd6goZPHN1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNJTmMWymoQaDU0aQ3QP0Gd6goZPHN1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNJTmMWymoQaDU0aQ3QP0Gd6goZPHN1F > .row .container > .video-iframe-container { display: none; }#FNJTmMWymoQaDU0aQ3QP0Gd6goZPHN1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNJTmMWymoQaDU0aQ3QP0Gd6goZPHN1F > .row > .video-iframe-container { display: none; }#FNJTmMWymoQaDU0aQ3QP0Gd6goZPHN1F > .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); }#FNJTmMWymoQaDU0aQ3QP0Gd6goZPHN1F > .row .container { border-width: 0; border-radius: 0; }#FNJTmMWymoQaDU0aQ3QP0Gd6goZPHN1F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNJTmMWymoQaDU0aQ3QP0Gd6goZPHN1F > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:75rem;position:relative;display:block; }#CpZLP2T3UfLsT2XJE1xGrx9fGglN5r1r { display:block;width:12.1875rem;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.6875rem;left:15.8125rem;height:1.13671875rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc .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; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c30000, #dd5454);background-image: -moz-linear-gradient(178deg, #c30000, #dd5454);background-image: -ms-linear-gradient(178deg, #c30000, #dd5454);background-image: -o-linear-gradient(178deg, #c30000, #dd5454);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c30000', endColorstr='#dd5454' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c30000', endColorstr='#dd5454' );";background-image: linear-gradient(178deg, #c30000, #dd5454);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 0.3125rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.35375rem;padding-right:0.32rem;padding-bottom:0.35375rem;padding-left:0.32rem;display:block;align-items:center;width:1.92rem;min-width:1.92rem;height:1.899375rem;position:relative;font-family:arial;font-size:1.414375rem;font-weight:700;line-height:30.39px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc .widget-text.counter-label { background-color:;background-image:none;color:#072738;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.56125rem;height:0.75rem;position:relative;font-family:arial;font-size:0.53rem;font-weight:700;line-height:12px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc { 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:14.25rem;height:3.578125rem;padding-top:0.088125rem;padding-right:0.09125rem;padding-bottom:0.088125rem;padding-left:0.09125rem;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.4375rem;left:30.4375rem;z-index:15012; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #q5cv9G4Rxw2HfQw4hrQMZ0CNWBUpThfC { display:flex;position:relative;top:0rem;left:0rem; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #OVVF1h7EdXeGllSCT9qgSECbzT4hZasX { width:auto; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #DKoGWFQICKrEOWyubm9EdmC2dNpQM5QT {  }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #Fanb8KtffweQTcptdW1QluOaTPfqUZ9B { display:flex;position:relative;top:0rem;left:0rem; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #T6usuN5bfxv5iAq15l2T1ha7Mu1Uvqwa {  }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #ItQaFpWmcpCeAZI8VCfLD5iIm8z88DxZ {  }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #hi6PEG0zN6U5t09vmzEdFJlTA3c4Pai7 { display:flex;position:relative;top:0rem;left:0rem; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #UrWK4lFwtqXQafsyc0oC8IPs3K82inpt {  }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #BRAON0IsfdC6LEiyWr3267iaVMqOqeMq {  }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #BXQe3qI2WmMG0kRIfA6TqltR1KW6s0do { display:flex;position:relative;top:0rem;left:0rem; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #SQbDXROQdk7PnXyCyGZfJ86E994lhSbe {  }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #rmGMRXHGWv9yy2clrNfscrBQz19WXTCw {  }
#RDbqRdd17FmTQMZx428T4BpVNy7QfbN1 { 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; }#RDbqRdd17FmTQMZx428T4BpVNy7QfbN1 > .row .container { background-color: transparent; background-image: none; }#RDbqRdd17FmTQMZx428T4BpVNy7QfbN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDbqRdd17FmTQMZx428T4BpVNy7QfbN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDbqRdd17FmTQMZx428T4BpVNy7QfbN1 > .row .container > .video-iframe-container { display: none; }#RDbqRdd17FmTQMZx428T4BpVNy7QfbN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDbqRdd17FmTQMZx428T4BpVNy7QfbN1 > .row > .video-iframe-container { display: none; }#RDbqRdd17FmTQMZx428T4BpVNy7QfbN1 > .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); }#RDbqRdd17FmTQMZx428T4BpVNy7QfbN1 > .row .container { border-width: 0; border-radius: 0; }#RDbqRdd17FmTQMZx428T4BpVNy7QfbN1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RDbqRdd17FmTQMZx428T4BpVNy7QfbN1 > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#fgTTahdypngf8FPT2xVwzORAuXKsrS0n { position:absolute;display:block;z-index:15000;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: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:29.4375rem;width:19.375rem;top:7.3125rem;left:2.5rem;display:block; }
#ibLws8u24RTU0sxmCJVHZA3uLf3TyxSL { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:10.4375rem;left:3.4375rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#URz2ed7ehCxnP5bKGs3mfkUIStS8kCml { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:15.5rem;left:3.4375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iQ4lirovzphEhiG3KDPi9QaeodzErbHP { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:19.875rem;left:3.4375rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ARNhiI2m3NNnFUbnGkkmA58FMTw4oqT1 { background-color:#f7a734;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.3125rem 0.5rem rgba(0,0,0,0.15) ;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;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.3125rem;left:7.4375rem;display:block; }
#QietzdsoaDUyHP5BlKha8z3NJRS04FyP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZ7wqOoFuRO7tmN6g2PiZK9MKwakUExg { background-color:#f7a734;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.3125rem 0.5rem rgba(0,0,0,0.15) ;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;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.3125rem;left:57.4375rem;display:block; }
#y9XfW2KLbT1STHxp8umDDCd8SHNrTBHH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fgNcZyh7UwUWsOE7vDiNW5MkU6LniNNg { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:19.875rem;left:53.75rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BBmmtxTUWEL8uDGcbl6P34Kx9zN4vlFG { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:15.5rem;left:54.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z5E0SNO06c1ha6l7o5e5pZ1tFBPhrcgn { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:10.4375rem;left:54.0625rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCJ3W2gW0xkErsAa68K8FrT2BQ49aghs { position:absolute;display:block;z-index:14999;background-color:#00cf3e;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:35.0625rem;width:20rem;top:6.0625rem;left:27.5rem;display:block; }
#LRn8MbeQWKP7zX1JFvqmXTWeQUef19XO { 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-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.3125rem 0.5rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.0625rem;left:32.4375rem;display:block; }
#C0KDJFeCDGlSqQZMw6N7U57TXzE2TfLH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yMUTJLhPcpT2lnLVCK2rFGo5cInnN5Bc { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:21.8125rem;left:28.75rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HGMeSIR0WTo5zNwKZEZULJWWqgJVSHxM { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:19.75rem;left:28.75rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QZVKHyvTD9r3dK6oDFJ0rClUT9Z54rqT { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:15.375rem;left:28.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sXyDd27q1ynSQWl7GM3QlhfWIQFWfaBP { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:10.3125rem;left:28.75rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pCW4TG6H913TDTmsTDpbosd6fWQTniyg { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#efZkOTqnC6ksF3n8dwsivJymTTCvQ9p2 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:24.875rem;left:28.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Da3SLtIaOOgv9eK73HNoQiNayZMCyOve { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:26.3125rem;left:29.9375rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XXTadyX2bnOAvoyKPg9ZZGo7CC44BIbJ { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:22.3125rem;left:3.75rem;height:5.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#XXTadyX2bnOAvoyKPg9ZZGo7CC44BIbJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XXTadyX2bnOAvoyKPg9ZZGo7CC44BIbJ li:before{  }
#zP1TXchVZQBD5p4S1eTHkQ2lIqxfATIi { position:absolute;display:block;z-index:15001;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: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:29.4375rem;width:19.375rem;top:7.3125rem;left:52.8125rem;display:block; }
#J1uboCEuxDvKFhSMopM8NTTtuGgrUPSz { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:22.65625rem;left:54.0625rem;height:6.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#J1uboCEuxDvKFhSMopM8NTTtuGgrUPSz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J1uboCEuxDvKFhSMopM8NTTtuGgrUPSz li:before{  }
#W8lNnN4Bawg972Nfb1iTvTbINyh94Zq7 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:7.3125rem;left:28.75rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zcuZ1MFGWQNHHZTmWMEJkZDL5zWe2ieb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#zcuZ1MFGWQNHHZTmWMEJkZDL5zWe2ieb > .row .container { background-color: transparent; background-image: none; }#zcuZ1MFGWQNHHZTmWMEJkZDL5zWe2ieb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcuZ1MFGWQNHHZTmWMEJkZDL5zWe2ieb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcuZ1MFGWQNHHZTmWMEJkZDL5zWe2ieb > .row .container > .video-iframe-container { display: none; }#zcuZ1MFGWQNHHZTmWMEJkZDL5zWe2ieb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcuZ1MFGWQNHHZTmWMEJkZDL5zWe2ieb > .row > .video-iframe-container { display: none; }#zcuZ1MFGWQNHHZTmWMEJkZDL5zWe2ieb > .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); }#zcuZ1MFGWQNHHZTmWMEJkZDL5zWe2ieb > .row .container { border-width: 0; border-radius: 0; }#zcuZ1MFGWQNHHZTmWMEJkZDL5zWe2ieb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zcuZ1MFGWQNHHZTmWMEJkZDL5zWe2ieb > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#PBkCNknzKLMueEpGkgMCB6yL4zDyBPS7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.6875rem;left:35.3125rem; }
#PBkCNknzKLMueEpGkgMCB6yL4zDyBPS7 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#Tmvp1JLZJFmWqdLTxzTPNpD79h2cinEs { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.6875rem;left:37.875rem; }
#Tmvp1JLZJFmWqdLTxzTPNpD79h2cinEs > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#vmbcVkKatx0byFhDUm3EPfMLi4CUJMKd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(246deg, #bed650, #f2b316);background-image: -moz-linear-gradient(246deg, #bed650, #f2b316);background-image: -ms-linear-gradient(246deg, #bed650, #f2b316);background-image: -o-linear-gradient(246deg, #bed650, #f2b316);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed650', endColorstr='#f2b316' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed650', endColorstr='#f2b316' );";background-image: linear-gradient(246deg, #bed650, #f2b316);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; }#vmbcVkKatx0byFhDUm3EPfMLi4CUJMKd > .row .container { background-color: transparent; background-image: none; }#vmbcVkKatx0byFhDUm3EPfMLi4CUJMKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmbcVkKatx0byFhDUm3EPfMLi4CUJMKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmbcVkKatx0byFhDUm3EPfMLi4CUJMKd > .row .container > .video-iframe-container { display: none; }#vmbcVkKatx0byFhDUm3EPfMLi4CUJMKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmbcVkKatx0byFhDUm3EPfMLi4CUJMKd > .row > .video-iframe-container { display: none; }#vmbcVkKatx0byFhDUm3EPfMLi4CUJMKd > .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); }#vmbcVkKatx0byFhDUm3EPfMLi4CUJMKd > .row .container { border-width: 0; border-radius: 0; }#vmbcVkKatx0byFhDUm3EPfMLi4CUJMKd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmbcVkKatx0byFhDUm3EPfMLi4CUJMKd > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#BZwGPHo6XObohbtw4VQhvXKZ8oSRIXQe { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:8.4453rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d { display:block; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxrWa9Z6NZeF30W4GuFNqGmu2eOz2MVg { width:47.75rem;height:2.875rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuLOTMZKbDJTm3LPLQNIIgA3eK9cShOK { width:47.75rem;height:6.5rem;top:12rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WouWKW1RJhJSE8FQG1bM0curzZLDZdoL { width:41.75rem;height:5.3125rem;top:19.8125rem;left:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akMQzkpsRMfrdkBSf4t9fMBifrHONBVM { width:9.25rem;height:3.375rem;top:0.75rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbyBFFO9iroFDARgy8EPzhcAnK4FDLwq { display:block; }
 }@media only screen and (max-width: 763px) { #qiflGfaRIJFrxDPkf9MSsoN8ws0zf71Z { width:9.25rem;height:3.375rem;top:0.75rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXTopape0mJMFPuv7LmlPZqCShKwqoat { display:block; }
 }@media only screen and (max-width: 763px) { #H2SyEnxzJOl6Slguec5HCrq3gymPxC3S { width:9.25rem;height:3.375rem;top:1.4375rem;left:33.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWJ8ArlFRsl5McXDGQS1GaJSDqwxa5P { display:block; }
 }@media only screen and (max-width: 763px) { #TBnifBAlxaR3qqup3aHDIHDZx8OH5fbP { top:35.3125rem;left:0rem;width:47.375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckkCqNZIOtNzHKi2qmHa97fQLUTAroRT { top:33.8125rem;left:0rem;width:47.5rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAJOCxL2M6CmHsDcoVoL5b8p4mXhTpIQ { top:35.3125rem;left:0rem;width:47.75rem;height:18.877906976744rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2nEy3910EDoVxbL3h8HGuoOcPJ3SthL { width:7.6245rem;height:2.5rem;top:2.091064453125rem;left:37.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAKIUCTqW0xTxaAFTiJBTnlaHvr5w1A9 { display:block; }
 }@media only screen and (max-width: 763px) { #KLbwxX5Z6TTIEeUBgRSbxSVPkG4CeFkN { display:block; }#KLbwxX5Z6TTIEeUBgRSbxSVPkG4CeFkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0aZ9dQBVHhis65zLHTDTuPrIBRop3tk { width:45.875rem;height:2.4375rem;top:6.75rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPu7boXSOJOJsaPtQ0lLORTDai0gEFm6 { width:41.5625rem;height:;top:12.0625rem;left:0rem;font-size:1.0625rem;display:block; }#OPu7boXSOJOJsaPtQ0lLORTDai0gEFm6 li:before{  }
 }@media only screen and (max-width: 763px) { #QMxUAtKpyTX3HC2oBN3w82g2wBaCmkbt { top:12.6875rem;left:33.22500038147rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTS6uMdBMa0EHHLkGWpTQMJGoCWcaSWr { width:23.875rem;height:;top:9.125rem;left:23.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmUMbCqdn4HOATuoVqTAUS59VqyLiVg2 { width:25.8125rem;height:;top:14.1875rem;left:21.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQan6TntT6lrspJQ6JRuMrIxP0xnDO0m { width:40.625rem;height:6.75rem;top:19.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxJLNTTTff3B2OPXAXQ0mXM1pR6MhRan { display:block; }#LxJLNTTTff3B2OPXAXQ0mXM1pR6MhRan > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATXSfmcuTAruSUqq9fRCc7u5abCsTJWx { width:11.875rem;height:;top:14.0625rem;left:17.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3eRL80x0IwTHQ7FK9mTFMbBRFSTxZkc { top:8.0625rem;left:14.3125rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT9twp6QazS2w0iT9VZLvQIvcWUXsKvq { top:4rem;left:10.3125rem;width:27.25rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuawhlRE0EixXAfVthGSNAakaId9LNA5 { top:6.125rem;left:7.875rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTxI50rR9EW5Ato8LOSsUt65L3Ju3CT { width:18.125rem;height:10.5rem;top:10.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl31JUpb5JtnQoAPJFOobkDQBAb55Vu0 { top:22.375rem;left:8.875rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TblyGP4JKwEPSOZ95c6UrHb1Heke58Hm { width:8.1875rem;height:1.6875rem;top:24.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZJMw3XmyUbO8PBV3Gn4nxRignhV0NK2 { width:16.625rem;height:10.5rem;top:28.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS69FXIKL1S1m7Sy53pTBd6tWy4Lpg2H { top:21.375rem;left:33.1875rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzfttAkIWTE7dABOmfomFZtfHmlzKP9S { width:17.0625rem;height:1.6875rem;top:21.625rem;left:30.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLMzMLT5oHNk5HDZVy2aDp0Zkb6Zg3ki { width:17.4375rem;height:7.5rem;top:25.0625rem;left:30.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av0whbp9ObxZRUK0svhzDlPCAvAs5BRs { width:2.8125rem;height:2.8125rem;top:29.8125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtLUh1bnkuJpfsF0fapI747snTuDo497 { top:29rem;left:21.875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOB0HUKTnM7ca3LMprIpUt9fhHCQEXyT { width:20.25rem;height:2.875rem;top:34.75rem;left:13.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ZodcOlJ7OBieoMBeRJedBJwxuxleN9 { width:25.3125rem;height:1.75rem;top:37.6875rem;left:11.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDb47aGxi83o7B9mHdbrcfuDPJHoaffO { width:17.4375rem;height:10.5rem;top:6.125rem;left:30.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFCMaZlMEdvvXCSxA2QyJPWx6tODTufC { top:2.4375rem;left:30rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOE1t1WfJ9b4mnxU8uz0E9MFpPhBQpF9 { width:9.75rem;height:1.6875rem;top:2.75rem;left:38rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcZL6c8hbrvuTtr5SuJluowg9mb1IFeW { width:4.25rem;height:1.6875rem;top:4.4375rem;left:38.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQqyTrDHQk4N0zJAKehESx0oWcsZBUtq { width:4.25rem;height:1.6875rem;top:9.0625rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IavDqhROBkQAVHGbJGd9EEM5JRl9N3lP { width:4.25rem;height:1.6875rem;top:26.625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbqP98PitEkD9XaibXK1n4SSVPnDHrgv { width:8.625rem;height:1.6875rem;top:7.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw2mGT8c99yWlc87DTr6r61EuymEgQCP { top:2.8125rem;left:30.625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8TDzyKvmRTs4gQD7M01X87xslcXlOXm { top:21.5rem;left:33.6875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKePSVylPwF2su3hTmnCWtHk0QqHsTOA { top:23.125rem;left:9.5625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPLOcDNTkMSkcZP96oEH09WK8f0sakQq { top:7rem;left:8.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPhVasLZXVlAAwgsnow6gCrT9PAEnaJW { width:4.25rem;height:1.6875rem;top:23.4375rem;left:40.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqAt6rD3BOD2AeGpK3TUfQNdLNGRxcRH { top:30.4375rem;left:23.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqPndJaLOAPEUWfDqD01tUc2OHotxcMx { top:29.5rem;left:22.375rem;width:3.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3W1ekFJnamOmPDQN0BMDILpbDJ5eJIr { display:block; }
 }@media only screen and (max-width: 763px) { #ThXosi8Mck98eHnT3Q6B50prMMVgTlmP { display:block; }#ThXosi8Mck98eHnT3Q6B50prMMVgTlmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dX4QEtqNTsdqVfzyGALG64S7SdIaISvA { width:2.8125rem;height:2.8125rem;top:10.0625rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iff48Qq60EyO4cX3D3SdGhKPNdQHmKfK { top:10.5625rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9g9GZGzlSNUt06BSWdChzCQC2ubnKuK { width:29.9375rem;height:7.3125rem;top:0.875rem;left:8.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgWPVoWr6VrLdii4IIWJpFwLZnz4wZyt { top:9.25rem;left:21.5625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpbcNt9VxJhfcRu7bW8eewSQT4gShoCa { width:13.4375rem;height:;top:17.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wac6pRq27xrE7217XiPXVthPOcIg7ybf { top:18.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRZ1qDqhMcJ1g3z5cqAmBCHiw7Rlmvc3 { width:13.6875rem;height:;top:17.125rem;left:18.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGMmpDe9dp0HvfM2Pr2IZNVLMZM37bKG { top:18.1875rem;left:15.187501907349rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR0ebUN67JLebkC4C5Zdcxc6QG7IDv4K { width:13.6875rem;height:;top:17.125rem;left:34.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f59FwNkS7iZfRQm66Lf2l0BvfgXTXeOq { top:17.875rem;left:34.625rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROUUgET18edIeQwv7IPke5SolFEHL2mM { top:15.9375rem;left:0rem;width:18.6875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMLAttXet0Gt1zS52JTwqe0SUQkN3dWF { top:15.9375rem;left:14.5rem;width:18.6875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFUQuk0OEGuEdMTAxJNvf3vuOKnZ2xus { top:15.75rem;left:29.0625rem;width:18.6875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBi4tCIq974KiqSmi7AUoBGsFJabHGT8 { top:27.625rem;left:0rem;width:47.75rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmENGquGLXEZag1HKdKJOsGpcDdbtEPU { top:9.75rem;left:22.09375rem;width:3.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPXT6lTrLhk3syD2DQGxyoNvQ99DpPfT { display:block; }
 }@media only screen and (max-width: 763px) { #Dxf8XWgIKPRhPBa2QTJoSywWNQBrQCTJ { display:block; }#Dxf8XWgIKPRhPBa2QTJoSywWNQBrQCTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZeqziVHQToKD8ZsuI8m5qqUFeW0NTN1 { width:35.75rem;height:;top:3.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkeyi9KmEeVOWZ5qSK8kKPmMV57JTtIE { width:28.5rem;height:;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmJJi1REo8RSoTSzPMcEOU359cGacG1N { width:18.5rem;height:3.125rem;top:7.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ezsuSKPP3f49ge6qEuJkIZUO0KxQcE { display:block; }
 }@media only screen and (max-width: 763px) { #PRt1RkKsCk8svrP2QsZ10ZtRzBQeCt40 { top:27.625rem;left:0rem;width:47.75rem;height:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5ZbrUAUdNFr6U6P4fmTiAPe9BgTopR7 { display:block; }#r5ZbrUAUdNFr6U6P4fmTiAPe9BgTopR7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMI4w3KMe9xduZ3OeHq05nntTxcsrURP { top:2.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKddbiRB1sqtTMahs4RCI7Wrg6rrA92n { top:4.0625rem;left:0rem;width:47.75rem;height:18.854077253219rem;display:block; }
 }@media only screen and (max-width: 763px) { #M58ZQwewwof3yS10mg1NkJgT2f1nWTu8 { width:16.9375rem;height:3.9375rem;top:27.0625rem;left:18.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh1uE3XzrIQcDNstLKh1cKzTb0akOTJI { width:17.5rem;height:3.9375rem;top:27.0625rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ranVDx7Xk6DSqMmUTieTv36DM53l0oEu { width:21.375rem;height:3.9375rem;top:27.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNJTmMWymoQaDU0aQ3QP0Gd6goZPHN1F { display:block; }#FNJTmMWymoQaDU0aQ3QP0Gd6goZPHN1F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpZLP2T3UfLsT2XJE1xGrx9fGglN5r1r { width:12.1875rem;height:1.125rem;top:1.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc .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; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc .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; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc { width:18rem;height:5.0625rem;display:flex;top:6.625rem;left:17.96875rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #q5cv9G4Rxw2HfQw4hrQMZ0CNWBUpThfC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #OVVF1h7EdXeGllSCT9qgSECbzT4hZasX {  }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #DKoGWFQICKrEOWyubm9EdmC2dNpQM5QT {  }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #Fanb8KtffweQTcptdW1QluOaTPfqUZ9B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #T6usuN5bfxv5iAq15l2T1ha7Mu1Uvqwa {  }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #ItQaFpWmcpCeAZI8VCfLD5iIm8z88DxZ {  }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #hi6PEG0zN6U5t09vmzEdFJlTA3c4Pai7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #UrWK4lFwtqXQafsyc0oC8IPs3K82inpt {  }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #BRAON0IsfdC6LEiyWr3267iaVMqOqeMq {  }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #BXQe3qI2WmMG0kRIfA6TqltR1KW6s0do { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #SQbDXROQdk7PnXyCyGZfJ86E994lhSbe {  }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #rmGMRXHGWv9yy2clrNfscrBQz19WXTCw {  }
 }@media only screen and (max-width: 763px) { #RDbqRdd17FmTQMZx428T4BpVNy7QfbN1 { display:block; }#RDbqRdd17FmTQMZx428T4BpVNy7QfbN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgTTahdypngf8FPT2xVwzORAuXKsrS0n { width:19.375rem;height:29.4375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibLws8u24RTU0sxmCJVHZA3uLf3TyxSL { width:17.5rem;height:4.375rem;top:10.4375rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URz2ed7ehCxnP5bKGs3mfkUIStS8kCml { width:17.5rem;height:1.5rem;top:15.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ4lirovzphEhiG3KDPi9QaeodzErbHP { width:17.5rem;height:1rem;top:19.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARNhiI2m3NNnFUbnGkkmA58FMTw4oqT1 { width:10.125rem;height:3.375rem;top:30.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QietzdsoaDUyHP5BlKha8z3NJRS04FyP { display:block; }
 }@media only screen and (max-width: 763px) { #RZ7wqOoFuRO7tmN6g2PiZK9MKwakUExg { width:10.125rem;height:3.375rem;top:30.3125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9XfW2KLbT1STHxp8umDDCd8SHNrTBHH { display:block; }
 }@media only screen and (max-width: 763px) { #fgNcZyh7UwUWsOE7vDiNW5MkU6LniNNg { width:17.5rem;height:1rem;top:19.875rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBmmtxTUWEL8uDGcbl6P34Kx9zN4vlFG { width:17.5rem;height:1.5rem;top:15.5rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5E0SNO06c1ha6l7o5e5pZ1tFBPhrcgn { width:17.5rem;height:4.375rem;top:10.4375rem;left:30.125rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCJ3W2gW0xkErsAa68K8FrT2BQ49aghs { width:20rem;height:35.0625rem;top:6.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRn8MbeQWKP7zX1JFvqmXTWeQUef19XO { width:10.125rem;height:3.375rem;top:35.0625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0KDJFeCDGlSqQZMw6N7U57TXzE2TfLH { display:block; }
 }@media only screen and (max-width: 763px) { #yMUTJLhPcpT2lnLVCK2rFGo5cInnN5Bc { width:17.5rem;height:3rem;top:21.8125rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGMeSIR0WTo5zNwKZEZULJWWqgJVSHxM { width:17.5rem;height:1rem;top:19.75rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZVKHyvTD9r3dK6oDFJ0rClUT9Z54rqT { width:17.5rem;height:3rem;top:15.375rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyDd27q1ynSQWl7GM3QlhfWIQFWfaBP { width:17.5rem;height:4.375rem;top:10.3125rem;left:14.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCW4TG6H913TDTmsTDpbosd6fWQTniyg { width:25rem;height:;top:1.0625rem;left:6.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efZkOTqnC6ksF3n8dwsivJymTTCvQ9p2 { width:17.5rem;height:1.5rem;top:24.875rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da3SLtIaOOgv9eK73HNoQiNayZMCyOve { width:15.125rem;height:7.5rem;top:26.3125rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXTadyX2bnOAvoyKPg9ZZGo7CC44BIbJ { width:17.5rem;height:5.9375rem;top:22.3125rem;left:0rem;font-size:1rem;display:block; }#XXTadyX2bnOAvoyKPg9ZZGo7CC44BIbJ li:before{  }
 }@media only screen and (max-width: 763px) { #zP1TXchVZQBD5p4S1eTHkQ2lIqxfATIi { width:19.375rem;height:29.4375rem;top:7.3125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1uboCEuxDvKFhSMopM8NTTtuGgrUPSz { width:17.5rem;height:;top:22.625rem;left:30.125rem;font-size:1rem;display:block; }#J1uboCEuxDvKFhSMopM8NTTtuGgrUPSz li:before{  }
 }@media only screen and (max-width: 763px) { #W8lNnN4Bawg972Nfb1iTvTbINyh94Zq7 { width:17.5rem;height:2.375rem;top:7.3125rem;left:14.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcuZ1MFGWQNHHZTmWMEJkZDL5zWe2ieb { display:block; }#zcuZ1MFGWQNHHZTmWMEJkZDL5zWe2ieb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBkCNknzKLMueEpGkgMCB6yL4zDyBPS7 { top:0.6875rem;left:21.6875rem;width:2rem;height:2rem;display:block; }
#PBkCNknzKLMueEpGkgMCB6yL4zDyBPS7 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Tmvp1JLZJFmWqdLTxzTPNpD79h2cinEs { top:0.6875rem;left:24.25rem;width:1.875rem;height:1.875rem;display:block; }
#Tmvp1JLZJFmWqdLTxzTPNpD79h2cinEs > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #vmbcVkKatx0byFhDUm3EPfMLi4CUJMKd { display:block; }#vmbcVkKatx0byFhDUm3EPfMLi4CUJMKd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZwGPHo6XObohbtw4VQhvXKZ8oSRIXQe { top:2.125rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e46d840c-5c89-43a1-a8da-1c775646a38d/wspinaczkazachdslonca.crop_714x1350_1170,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d.adaptive-delivery-prevent-bg, #Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d.lazyload, #Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d.lazyloading { background-image: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container { background-color: transparent; background-image: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container > .video-iframe-container { display: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .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); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row > .video-iframe-container { display: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .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); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container { border-width: 0; border-radius: 0; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d::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; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxrWa9Z6NZeF30W4GuFNqGmu2eOz2MVg { width:20rem;height:3.8984375rem;top:4.740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuLOTMZKbDJTm3LPLQNIIgA3eK9cShOK { width:20rem;height:7.7988125rem;top:8.576171875rem;left:0rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WouWKW1RJhJSE8FQG1bM0curzZLDZdoL { width:20rem;height:11.6953125rem;top:31.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #akMQzkpsRMfrdkBSf4t9fMBifrHONBVM { width:9.25rem;height:3.375rem;top:0.625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbyBFFO9iroFDARgy8EPzhcAnK4FDLwq { display:block; }
 }@media only screen and (max-width: 763px) { #qiflGfaRIJFrxDPkf9MSsoN8ws0zf71Z { width:9.25rem;height:3.375rem;top:0.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXTopape0mJMFPuv7LmlPZqCShKwqoat { display:block; }
 }@media only screen and (max-width: 763px) { #H2SyEnxzJOl6Slguec5HCrq3gymPxC3S { width:9.25rem;height:3.375rem;top:1.375rem;left:4.6125001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrWJ8ArlFRsl5McXDGQS1GaJSDqwxa5P { display:block; }
 }@media only screen and (max-width: 763px) { #TBnifBAlxaR3qqup3aHDIHDZx8OH5fbP { width:16.9375rem;height:16.9375rem;top:11.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckkCqNZIOtNzHKi2qmHa97fQLUTAroRT { width:19.75rem;height:19.75rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAJOCxL2M6CmHsDcoVoL5b8p4mXhTpIQ { width:20rem;height:7.90625rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2nEy3910EDoVxbL3h8HGuoOcPJ3SthL { width:11.375rem;height:2.875rem;top:24.75rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAKIUCTqW0xTxaAFTiJBTnlaHvr5w1A9 { display:block; }
 }@media only screen and (max-width: 763px) { #KLbwxX5Z6TTIEeUBgRSbxSVPkG4CeFkN { display:block; }#KLbwxX5Z6TTIEeUBgRSbxSVPkG4CeFkN > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0aZ9dQBVHhis65zLHTDTuPrIBRop3tk { width:17rem;height:7.3125rem;top:0.6875rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPu7boXSOJOJsaPtQ0lLORTDai0gEFm6 { width:18.5625rem;height:8.59375rem;top:8.75rem;left:0.71875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#OPu7boXSOJOJsaPtQ0lLORTDai0gEFm6 li:before{  }
 }@media only screen and (max-width: 763px) { #QMxUAtKpyTX3HC2oBN3w82g2wBaCmkbt { width:0.0625rem;height:12.5rem;top:29.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTS6uMdBMa0EHHLkGWpTQMJGoCWcaSWr { width:18rem;height:14.625rem;top:28.5625rem;left:1rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmUMbCqdn4HOATuoVqTAUS59VqyLiVg2 { width:16rem;height:11.15625rem;top:30.296875rem;left:2rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQan6TntT6lrspJQ6JRuMrIxP0xnDO0m { width:17.4375rem;height:11.15625rem;top:16.578125rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxJLNTTTff3B2OPXAXQ0mXM1pR6MhRan { display:block; }#LxJLNTTTff3B2OPXAXQ0mXM1pR6MhRan > .row .container { width:20rem;height:127.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATXSfmcuTAruSUqq9fRCc7u5abCsTJWx { width:11.875rem;height:7.3125rem;top:9.28125rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3eRL80x0IwTHQ7FK9mTFMbBRFSTxZkc { width:19.0625rem;height:19.0625rem;top:3.28125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT9twp6QazS2w0iT9VZLvQIvcWUXsKvq { width:16.8125rem;height:23.25rem;top:1.25rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuawhlRE0EixXAfVthGSNAakaId9LNA5 { width:6.5rem;height:6.5rem;top:45.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTxI50rR9EW5Ato8LOSsUt65L3Ju3CT { width:18.125rem;height:10.5rem;top:56.3125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl31JUpb5JtnQoAPJFOobkDQBAb55Vu0 { width:6.5rem;height:6.5rem;top:89.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TblyGP4JKwEPSOZ95c6UrHb1Heke58Hm { width:8.1875rem;height:1.6875rem;top:96.375rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZJMw3XmyUbO8PBV3Gn4nxRignhV0NK2 { width:18.625rem;height:10.5rem;top:99.625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS69FXIKL1S1m7Sy53pTBd6tWy4Lpg2H { width:6.5rem;height:6.5rem;top:68.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzfttAkIWTE7dABOmfomFZtfHmlzKP9S { width:17.375rem;height:1.6875rem;top:76.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLMzMLT5oHNk5HDZVy2aDp0Zkb6Zg3ki { width:18.5625rem;height:7.5rem;top:79.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av0whbp9ObxZRUK0svhzDlPCAvAs5BRs { width:2.8125rem;height:2.8125rem;top:121.875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtLUh1bnkuJpfsF0fapI747snTuDo497 { width:4.4375rem;height:4.4375rem;top:121.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOB0HUKTnM7ca3LMprIpUt9fhHCQEXyT { width:20rem;height:2.4375rem;top:112rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ZodcOlJ7OBieoMBeRJedBJwxuxleN9 { width:20rem;height:3.5996125rem;top:115.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDb47aGxi83o7B9mHdbrcfuDPJHoaffO { width:17.4375rem;height:10.5rem;top:33.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFCMaZlMEdvvXCSxA2QyJPWx6tODTufC { width:6.5rem;height:6.5rem;top:22.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOE1t1WfJ9b4mnxU8uz0E9MFpPhBQpF9 { width:9.75rem;height:1.6875rem;top:29.875rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcZL6c8hbrvuTtr5SuJluowg9mb1IFeW { width:4.25rem;height:1.6875rem;top:31.5625rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQqyTrDHQk4N0zJAKehESx0oWcsZBUtq { width:4.25rem;height:1.6875rem;top:98rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IavDqhROBkQAVHGbJGd9EEM5JRl9N3lP { width:4.25rem;height:1.6875rem;top:77.875rem;left:7.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbqP98PitEkD9XaibXK1n4SSVPnDHrgv { width:8.625rem;height:1.6875rem;top:52.9375rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw2mGT8c99yWlc87DTr6r61EuymEgQCP { display:flex;width:5.625rem;height:5.625rem;top:23.25rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #c8TDzyKvmRTs4gQD7M01X87xslcXlOXm { display:flex;width:5.875rem;height:5.875rem;top:68.8125rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #fKePSVylPwF2su3hTmnCWtHk0QqHsTOA { display:flex;width:5.1875rem;height:5.1875rem;top:90.1875rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #SPLOcDNTkMSkcZP96oEH09WK8f0sakQq { display:flex;width:5rem;height:5rem;top:46.6875rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #yPhVasLZXVlAAwgsnow6gCrT9PAEnaJW { width:4.25rem;height:1.6875rem;top:54.625rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqAt6rD3BOD2AeGpK3TUfQNdLNGRxcRH { display:flex;width:1.875rem;height:1.875rem;top:122.4375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #IqPndJaLOAPEUWfDqD01tUc2OHotxcMx { top:121.5625rem;left:8.34375rem;width:3.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3W1ekFJnamOmPDQN0BMDILpbDJ5eJIr { display:block; }
 }@media only screen and (max-width: 763px) { #ThXosi8Mck98eHnT3Q6B50prMMVgTlmP { display:block; }#ThXosi8Mck98eHnT3Q6B50prMMVgTlmP > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dX4QEtqNTsdqVfzyGALG64S7SdIaISvA { width:3.25rem;height:3.25rem;top:39.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iff48Qq60EyO4cX3D3SdGhKPNdQHmKfK { display:flex;width:1.875rem;height:1.875rem;top:40.3125rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #n9g9GZGzlSNUt06BSWdChzCQC2ubnKuK { width:20rem;height:9.75rem;top:1.015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgWPVoWr6VrLdii4IIWJpFwLZnz4wZyt { width:4.4375rem;height:4.4375rem;top:39rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpbcNt9VxJhfcRu7bW8eewSQT4gShoCa { width:13.4375rem;height:4.78125rem;top:14rem;left:4.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wac6pRq27xrE7217XiPXVthPOcIg7ybf { display:flex;width:3.125rem;height:3.125rem;top:14.375rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #NRZ1qDqhMcJ1g3z5cqAmBCHiw7Rlmvc3 { width:13.6875rem;height:4.78125rem;top:23.125rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGMmpDe9dp0HvfM2Pr2IZNVLMZM37bKG { display:flex;width:2.8125rem;height:2.8125rem;top:23.5625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #HR0ebUN67JLebkC4C5Zdcxc6QG7IDv4K { width:13.6875rem;height:4.78125rem;top:32.4375rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f59FwNkS7iZfRQm66Lf2l0BvfgXTXeOq { display:flex;width:3.3125rem;height:3.3125rem;top:32.5625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #ROUUgET18edIeQwv7IPke5SolFEHL2mM { width:18.6875rem;height:7.875rem;top:12.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMLAttXet0Gt1zS52JTwqe0SUQkN3dWF { width:18.6875rem;height:7.875rem;top:21.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFUQuk0OEGuEdMTAxJNvf3vuOKnZ2xus { width:18.6875rem;height:7.875rem;top:30.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBi4tCIq974KiqSmi7AUoBGsFJabHGT8 { width:20rem;height:17rem;top:48.787505149841rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dmENGquGLXEZag1HKdKJOsGpcDdbtEPU { top:39.53125rem;left:8.28125rem;width:3.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPXT6lTrLhk3syD2DQGxyoNvQ99DpPfT { display:block; }
 }@media only screen and (max-width: 763px) { #Dxf8XWgIKPRhPBa2QTJoSywWNQBrQCTJ { display:block; }#Dxf8XWgIKPRhPBa2QTJoSywWNQBrQCTJ > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZeqziVHQToKD8ZsuI8m5qqUFeW0NTN1 { width:17.625rem;height:6.375rem;top:11.125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkeyi9KmEeVOWZ5qSK8kKPmMV57JTtIE { width:15.3125rem;height:4.875rem;top:5.1875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #wmJJi1REo8RSoTSzPMcEOU359cGacG1N { width:18.4rem;height:3.125rem;top:17.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ezsuSKPP3f49ge6qEuJkIZUO0KxQcE { display:block; }
 }@media only screen and (max-width: 763px) { #PRt1RkKsCk8svrP2QsZ10ZtRzBQeCt40 { width:20rem;height:22.125rem;top:2.4375rem;left:0rem;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/PS5RtVp_rVA/unsplash/kristaps-ungurs-PS5RtVp_rVA-photo-1754215683705-ee0a731d7288.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PRt1RkKsCk8svrP2QsZ10ZtRzBQeCt40.adaptive-delivery-prevent-bg, #PRt1RkKsCk8svrP2QsZ10ZtRzBQeCt40.lazyload, #PRt1RkKsCk8svrP2QsZ10ZtRzBQeCt40.lazyloading { background-image: none; }
#PRt1RkKsCk8svrP2QsZ10ZtRzBQeCt40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); } }@media only screen and (max-width: 763px) { #r5ZbrUAUdNFr6U6P4fmTiAPe9BgTopR7 { display:block; }#r5ZbrUAUdNFr6U6P4fmTiAPe9BgTopR7 > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMI4w3KMe9xduZ3OeHq05nntTxcsrURP { width:20rem;height:1.94921875rem;top:1.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKddbiRB1sqtTMahs4RCI7Wrg6rrA92n { width:20rem;height:7.8965rem;top:3.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M58ZQwewwof3yS10mg1NkJgT2f1nWTu8 { width:16.9375rem;height:3.9375rem;top:17.357421875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh1uE3XzrIQcDNstLKh1cKzTb0akOTJI { width:17.5rem;height:3.9375rem;top:13.419921875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ranVDx7Xk6DSqMmUTieTv36DM53l0oEu { width:16.25rem;height:5.90625rem;top:21.294921875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNJTmMWymoQaDU0aQ3QP0Gd6goZPHN1F { position:relative;z-index:auto;display:block; }#FNJTmMWymoQaDU0aQ3QP0Gd6goZPHN1F > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpZLP2T3UfLsT2XJE1xGrx9fGglN5r1r { width:14.625rem;height:1.29980625rem;top:2.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc .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; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc .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; }
#XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc { width:18rem;height:5.0625rem;display:flex;top:5.47265625rem;left:0.9072265625rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #q5cv9G4Rxw2HfQw4hrQMZ0CNWBUpThfC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #OVVF1h7EdXeGllSCT9qgSECbzT4hZasX {  }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #DKoGWFQICKrEOWyubm9EdmC2dNpQM5QT {  }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #Fanb8KtffweQTcptdW1QluOaTPfqUZ9B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #T6usuN5bfxv5iAq15l2T1ha7Mu1Uvqwa {  }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #ItQaFpWmcpCeAZI8VCfLD5iIm8z88DxZ {  }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #hi6PEG0zN6U5t09vmzEdFJlTA3c4Pai7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #UrWK4lFwtqXQafsyc0oC8IPs3K82inpt {  }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #BRAON0IsfdC6LEiyWr3267iaVMqOqeMq {  }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #BXQe3qI2WmMG0kRIfA6TqltR1KW6s0do { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #SQbDXROQdk7PnXyCyGZfJ86E994lhSbe {  }
 }@media only screen and (max-width: 763px) { #XIHWd4bPK0TFfe6qRk7Z6rqCqSI3tccc #rmGMRXHGWv9yy2clrNfscrBQz19WXTCw {  }
 }@media only screen and (max-width: 763px) { #RDbqRdd17FmTQMZx428T4BpVNy7QfbN1 { display:block; }#RDbqRdd17FmTQMZx428T4BpVNy7QfbN1 > .row .container { width:20rem;height:101.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgTTahdypngf8FPT2xVwzORAuXKsrS0n { width:20rem;height:27.75rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibLws8u24RTU0sxmCJVHZA3uLf3TyxSL { width:17.5rem;height:3.625rem;top:8.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URz2ed7ehCxnP5bKGs3mfkUIStS8kCml { width:17.5rem;height:1rem;top:13.9375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQ4lirovzphEhiG3KDPi9QaeodzErbHP { width:17.5rem;height:1rem;top:16.5625rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ARNhiI2m3NNnFUbnGkkmA58FMTw4oqT1 { width:10.125rem;height:3.375rem;top:26.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QietzdsoaDUyHP5BlKha8z3NJRS04FyP { display:block; }
 }@media only screen and (max-width: 763px) { #RZ7wqOoFuRO7tmN6g2PiZK9MKwakUExg { width:10.125rem;height:3.375rem;top:91.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9XfW2KLbT1STHxp8umDDCd8SHNrTBHH { display:block; }
 }@media only screen and (max-width: 763px) { #fgNcZyh7UwUWsOE7vDiNW5MkU6LniNNg { width:17.5rem;height:1rem;top:81rem;left:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BBmmtxTUWEL8uDGcbl6P34Kx9zN4vlFG { width:17.5rem;height:1rem;top:76.8125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z5E0SNO06c1ha6l7o5e5pZ1tFBPhrcgn { width:17.5rem;height:3.625rem;top:71.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCJ3W2gW0xkErsAa68K8FrT2BQ49aghs { width:20rem;height:33.3125rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRn8MbeQWKP7zX1JFvqmXTWeQUef19XO { width:10.125rem;height:3.375rem;top:61.75rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0KDJFeCDGlSqQZMw6N7U57TXzE2TfLH { display:block; }
 }@media only screen and (max-width: 763px) { #yMUTJLhPcpT2lnLVCK2rFGo5cInnN5Bc { width:17.5rem;height:3rem;top:47.4375rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HGMeSIR0WTo5zNwKZEZULJWWqgJVSHxM { width:17.5rem;height:1rem;top:45.4375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZVKHyvTD9r3dK6oDFJ0rClUT9Z54rqT { width:17.5rem;height:1rem;top:42.8125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXyDd27q1ynSQWl7GM3QlhfWIQFWfaBP { width:17.5rem;height:3.625rem;top:37.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCW4TG6H913TDTmsTDpbosd6fWQTniyg { width:20rem;height:2.4375rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #efZkOTqnC6ksF3n8dwsivJymTTCvQ9p2 { width:10.625rem;height:1.5rem;top:50.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da3SLtIaOOgv9eK73HNoQiNayZMCyOve { width:15.125rem;height:7.5rem;top:51.9375rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXTadyX2bnOAvoyKPg9ZZGo7CC44BIbJ { width:17.5rem;height:5.9375rem;top:18.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#XXTadyX2bnOAvoyKPg9ZZGo7CC44BIbJ li:before{  }
 }@media only screen and (max-width: 763px) { #zP1TXchVZQBD5p4S1eTHkQ2lIqxfATIi { width:20rem;height:29.4375rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1uboCEuxDvKFhSMopM8NTTtuGgrUPSz { width:17.5rem;height:6.9375rem;top:82.5625rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#J1uboCEuxDvKFhSMopM8NTTtuGgrUPSz li:before{  }
 }@media only screen and (max-width: 763px) { #W8lNnN4Bawg972Nfb1iTvTbINyh94Zq7 { width:17.5rem;height:2rem;top:35.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcuZ1MFGWQNHHZTmWMEJkZDL5zWe2ieb { display:block; }#zcuZ1MFGWQNHHZTmWMEJkZDL5zWe2ieb > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBkCNknzKLMueEpGkgMCB6yL4zDyBPS7 { display:flex;width:2rem;height:2rem;top:1.0625rem;left:7.625rem; }
#PBkCNknzKLMueEpGkgMCB6yL4zDyBPS7 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Tmvp1JLZJFmWqdLTxzTPNpD79h2cinEs { display:flex;width:1.875rem;height:1.875rem;top:1.125rem;left:10.5625rem; }
#Tmvp1JLZJFmWqdLTxzTPNpD79h2cinEs > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #vmbcVkKatx0byFhDUm3EPfMLi4CUJMKd { display:block; }#vmbcVkKatx0byFhDUm3EPfMLi4CUJMKd > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZwGPHo6XObohbtw4VQhvXKZ8oSRIXQe { width:20rem;height:17.94629375rem;top:0.56206893920899rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }