.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/77b7b060-8d9f-49f9-bc64-bce500ebe248/landscape4281005_1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh { 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; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row .container { background-color: transparent; background-image: none; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row .container > .video-iframe-container { display: none; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row > .video-iframe-container { display: none; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .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); }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row .container { border-width: 0; border-radius: 0; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#yhSM3xfSTNNsTBMvOOsvJAh6igsgegzv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.3125rem;width:11.625rem;position:absolute;display:block;z-index:15022;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.21875rem;left:0.875rem;overflow:hidden;display:block; }
#ZChC1THLVGLicFqlV19BMopM6rAJJmx3 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:7.625rem;top:0rem;left:14.0673828125rem;overflow:hidden;display:block; }
#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/adf354ed-ffb4-46dd-84d3-be086b59c3a3/BANER_Kalendarz_3_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt.adaptive-delivery-prevent-bg, #SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt.lazyload, #SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt.lazyloading { background-image: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container { background-color: transparent; background-image: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container > .video-iframe-container { display: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row > .video-iframe-container { display: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .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); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container { border-width: 0; border-radius: 0; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container { font-size:0.875rem;font-family:arial;height:62.625rem;width:60rem;position:relative;display:block; }#tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/245b8bd6-56f8-44a8-a7b9-ccc94b1c3eb3/kombajnnapolu.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P.adaptive-delivery-prevent-bg, #tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P.lazyload, #tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P.lazyloading { background-image: none; }#tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P > .row .container { background-color: transparent; background-image: none; }#tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P > .row .container > .video-iframe-container { display: none; }#tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P > .row > .video-iframe-container { display: none; }#tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P > .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); }#tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P > .row .container { border-width: 0; border-radius: 0; }#tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;position:relative;display:block; }#TdhJr9OzWNhS5IctFpXvqtpI3x8liNMJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009639;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; }#TdhJr9OzWNhS5IctFpXvqtpI3x8liNMJ > .row .container { background-color: transparent; background-image: none; }#TdhJr9OzWNhS5IctFpXvqtpI3x8liNMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdhJr9OzWNhS5IctFpXvqtpI3x8liNMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdhJr9OzWNhS5IctFpXvqtpI3x8liNMJ > .row .container > .video-iframe-container { display: none; }#TdhJr9OzWNhS5IctFpXvqtpI3x8liNMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdhJr9OzWNhS5IctFpXvqtpI3x8liNMJ > .row > .video-iframe-container { display: none; }#TdhJr9OzWNhS5IctFpXvqtpI3x8liNMJ > .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); }#TdhJr9OzWNhS5IctFpXvqtpI3x8liNMJ > .row .container { border-width: 0; border-radius: 0; }#TdhJr9OzWNhS5IctFpXvqtpI3x8liNMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdhJr9OzWNhS5IctFpXvqtpI3x8liNMJ > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#SiWmhTfUwmh7OXN7cX2Rv2fuabeGmaD2 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"pt sans";font-size:2.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5);top:1.03125rem;left:0rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AVinu8QDpbidp2xIdIRtoA7v7a0P75vS { 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; }#AVinu8QDpbidp2xIdIRtoA7v7a0P75vS > .row .container { background-color: transparent; background-image: none; }#AVinu8QDpbidp2xIdIRtoA7v7a0P75vS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVinu8QDpbidp2xIdIRtoA7v7a0P75vS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVinu8QDpbidp2xIdIRtoA7v7a0P75vS > .row .container > .video-iframe-container { display: none; }#AVinu8QDpbidp2xIdIRtoA7v7a0P75vS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVinu8QDpbidp2xIdIRtoA7v7a0P75vS > .row > .video-iframe-container { display: none; }#AVinu8QDpbidp2xIdIRtoA7v7a0P75vS > .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); }#AVinu8QDpbidp2xIdIRtoA7v7a0P75vS > .row .container { border-width: 0; border-radius: 0; }#AVinu8QDpbidp2xIdIRtoA7v7a0P75vS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AVinu8QDpbidp2xIdIRtoA7v7a0P75vS > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:block; }#BdwIlv4rSMwkDBMa8tIwGKhGfVV33IVy { color:#000000;display:block;width:45rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:1.7734375rem;left:15rem;height:23.390625rem;text-align:left;text-align-last:left;display:block; }
#imHh7WDtUL6K27eTloJsxTXleCRH0Xck { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:11.9375rem;left:13.28125rem; }
#WsDtENfa7eRTktNmpAOZd4iVtWU3N8ys { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:14rem;left:13.21875rem; }
#hqF0RbrVLmoIs0g7h1eKbD5LatbMDkUs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:16rem;left:13.28125rem; }
#DWr8tfI2TwBFWCPq24SR7BS4xWix0PHd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:17.8125rem;left:13.25rem; }
#NTIhFBFDCm7Ww7egvwumamF4CPnB0kJk { position:absolute;display:block;z-index:15033;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: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;height:15.875rem;width:10.625rem;top:5.53125rem;left:0rem;overflow:hidden;display:block; }
#G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 { position:relative;display:none; }#G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 { border-width: 0; border-radius: 0; }#G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 > .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; }#G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 > .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:18.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OButkDgrH2V5i4D99EeOORXiqg6XuK8N { color:#090909;display:block;width:60rem;position:absolute;font-family:raleway;font-size:4rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:2.03515625rem;left:0rem;height:4.8rem;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; }
#arC48gqHytGufTV7NU2V6SX2OnTI1HZA { color:#090909;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:7.53515625rem;left:0rem;height:7.65rem;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; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d714cd9-0789-4455-9817-9dbe8cb416da/fertilizer5201380_1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:"open sans";height:43.6875rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#CEq0coTevtkNkdU0v3rDtWeHdQ8pvyNb { background-color:#009639;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.66250038147rem;left:31.309373855591rem;display:block; }
#Rwdq13qL3gNLtbbRBVSkisgkKaBiB83U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o7JasqLCckiZG1QdZOtmEGfXnMoDfNxn { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:raleway;font-size:3.9375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:2.34765625rem;left:3.625rem;height:9.45rem;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; }
#m7EOoTeyzNeyDHnKZRX6oGiK5RAKweSO { color:#ffffff;display:block;width:57.25rem;position:absolute;font-family:raleway;font-size:3.375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:13.97265625rem;left:1.375rem;height:4.05rem;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; }
#G7W5p30Qx3QUfI3vTDVTlG9Zi4qZDOoV { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:raleway;font-size:2.9375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:20.97265625rem;left:0.625rem;height:3.525rem;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; }
#PUuF6ZLoJv1LDCEMJLlQqLdnhMp37n7I { color:#ffffff;display:block;width:56.375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:27.09765625rem;left:1.8125rem;height:6rem;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; }
#uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 { position:relative;display:none; }#uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 { border-width: 0; border-radius: 0; }#uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 > .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; }#uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.8);background-image:none;font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#P8WAA6SqoOJnmgmZhyDTMMo3wFmTG4E6 { color:#090909;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.0992193222046rem;left:0rem;height:3.075rem;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; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .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; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .widget-text.counter-number { border-top:0.295rem solid #2a2d3d;border-left:0.3rem solid #2a2d3d;border-right:0.3rem solid #2a2d3d;border-bottom:0.295rem solid #2a2d3d;background-color:transparent;background-image:none;color:#2a2d3d;padding-top:0.78625rem;padding-right:0.699375rem;padding-bottom:0.78625rem;padding-left:0.699375rem;display:block;align-items:center;width:4.1975rem;min-width:4.1975rem;height:4.2275rem;position:relative;font-family:arial;font-size:3.14625rem;font-weight:700;line-height:67.64px;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; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.491875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.59625rem;height:1.67125rem;position:relative;font-family:arial;font-size:1.18rem;font-weight:700;line-height:26.74px;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; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:28.8125rem;height:8.553125rem;padding-top:0.098125rem;padding-right:0.1rem;padding-bottom:0.098125rem;padding-left:0.1rem;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:6.2499952316284rem;left:14.25rem;z-index:15008; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #gtZpIZSi8nxiRTU3qGgkPNQLuzokHfuO { display:flex;position:relative;top:0rem;left:0rem; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #cNpsAilFA4uWshntW61R023n1steZCh2 { width:auto; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #Di0uDOf4EfIRSuNy6TnUBRpOQQr2FP7v {  }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #wSGKTH2AuT5bHTWoDIHfOv5bCy4AlZfI { display:flex;position:relative;top:0rem;left:0rem; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #KMRbmTrf6xPAtmCBOeiNpDMC1v20AnTT {  }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #nSiXLUXKeGTCzg2rvrRZdpfFilG9pqfW {  }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #kMuA328Okz397k0E6ukCREDcnz3l4EDC { display:flex;position:relative;top:0rem;left:0rem; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #y5qVn7g3zP5InzCI61TSTwMVsiFcl9xA {  }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #A04oKrc8dQ87M8opbbgcMwkS2u19ECk1 {  }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #ec3wD5LSE6sbBIMCh5WUQhG3uMfCct1d { display:flex;position:relative;top:0rem;left:0rem; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #rb6mehXlAGSBDH7AbukQeTlpyB9fOTz6 {  }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #cpxwkouR1NLi3zP3euOWz8uQ6eSttBsh {  }
#xaaAmnvBMfDdLDJOoN44auhIp56AB1IA { position:relative;display:none; }#xaaAmnvBMfDdLDJOoN44auhIp56AB1IA { border-width: 0; border-radius: 0; }#xaaAmnvBMfDdLDJOoN44auhIp56AB1IA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xaaAmnvBMfDdLDJOoN44auhIp56AB1IA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;font-size:0.875rem;font-family:arial;height:54.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#TWzmAnSe9STXeqzhA7E5CO0wm5lQiyLZ { color:#000000;display:block;width:70.625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:0.72265625rem;left:-22.937500476837rem;height:1.575rem;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; }
#dHUU1hus1dCPRgf2KdH2lzV4ABTrDMhD { color:#090909;display:block;width:60rem;position:absolute;font-family:raleway;font-size:4rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:4.5359382629394rem;left:0rem;height:4.8rem;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; }
#daQfvunXfSJgJvgUJyFNQ7xpu8Tkd4cR { color:#000000;display:block;width:5.625rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:11.456251144409rem;left:0rem;height:2.475rem;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; }
#kma3c0leA3nc7AQZBnLGkXI9Or1OHXZD { color:#000000;display:block;width:5.625rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:11.456251144409rem;left:27.187501907349rem;height:2.475rem;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; }
#v7kvOTCmbfWgauR0pUGyvoKw6meWSfLZ { color:#000000;display:block;width:5.625rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:31.23046875rem;left:0rem;height:2.475rem;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; }
#hrmKGT1dIklJZvT6GSWkULNtyeHBZ1cR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:17.375rem;top:11.4560546875rem;left:32.8125rem;overflow:hidden;display:block; }
#I9xWskRXRBrsPVqudQx54IQBf2svQoE6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:13.625rem;top:11.4560546875rem;left:6.484375rem;overflow:hidden;display:block; }
#e8koxbhperZcu6S7PzMpscMWH4iZ3prs { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:17.5rem;top:31.25rem;left:6.484375rem;overflow:hidden;display:block; }
#IZp07HZKFTczweCK87yJ25wskKIkv0D1 { background-color:#009639;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:45.3125rem;left:28.1240234375rem;display:none; }
#H2BO3GqdVSouHWB9h4cR0HGfLQ3azhCg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009639;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; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row .container { background-color: transparent; background-image: none; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row .container > .video-iframe-container { display: none; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row > .video-iframe-container { display: none; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .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); }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row .container { border-width: 0; border-radius: 0; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row .container { font-size:0.875rem;font-family:arial;height:115.0625rem;width:60rem;position:relative;display:block; }#FLpOLokZ8OdFIg9AkTpkaZfK54DhEheU { color:#ffffff;display:block;width:70.625rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:2.84765625rem;left:-5.3125rem;height:2.7rem;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; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-form-header {  }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;color:#ffffff;width:45.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.7; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.4375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-input-text {padding-top: 0; padding-bottom: 0;}#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.4375rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-input-select {padding-top: 0; padding-bottom: 0;}#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#1f6f2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:700;color:#ffffff;width:45.4375rem;height:4.3125rem;font-family:roboto;overflow:hidden;box-shadow: none;font-style:normal; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q [class*="-text"]:-moz-placeholder { color:#4c4b4b;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q [class*="-text"]::-moz-placeholder { color:#4c4b4b;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q [class*="-text"]:-ms-input-placeholder { color:#4c4b4b;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q [class*="-text"]::-webkit-input-placeholder { color:#4c4b4b;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:2.3;font-size:0.9375rem;font-weight:400;color:#ffffff;vertical-align:top;width:44.1875rem;overflow:hidden;font-style:normal; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.8125rem;vertical-align:middle;font-family:roboto;font-size:1.125rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.5; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-container:first-of-type{padding-top:0;}#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-container:last-of-type{padding-bottom:0;}#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q  { background-color:#f4a90f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.03125rem;top:7.19921875rem;z-index:15014;position:absolute; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.4375rem;display:block;vertical-align:top; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-info-text { display:block;height:auto;font-family:roboto;font-size:1rem;line-height:1.4;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q {display:block;}#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q { background-color:#f4a90f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.03125rem;top:7.19921875rem;z-index:15014;position:absolute; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #TOrhg4TGktTVqlf4ZsIB9Hqb8KT7QCqM { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #d0fNtDNV9ef0zdEvPFMrEfehFOHgctXo { position:relative;display:block; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #snrbsnmNpxkTF2l9WX4zrEZ0MFgRkyV8 { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #NSogqmZO89CCfc0A5zPvu2NPGXAC2nhA { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #RZ6SBuq19uTFgPAlROp0HCQC0waqG04Q { position:relative;display:block; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #N8vLT0cGv8qbt7eeihW8i8FvyCmbgTtd { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #mM0kpDCVGwLE4pv2ynnhNueZMvDORD6q { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #LrGCQDBxv5dGIogBWIse6JRgmGrrhh8t { position:relative;display:block; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #BNWBbMzvJ8ZLBH71EPXoIqFLzP1Izo0T { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #CxOCJPWerCxzfUXUZOrE7kT1rf7OFBUI { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #rQsVMy15Cf5JMds7KxbtqdBdDMRxGMFE { position:relative;display:block; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #zdTbJ5fMpElEO4Eus29g7EfT1xdhJSl5 { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #B4KpQ8hiCJGZJkVEtL9ySKQ64pkhLW4W { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #f7Tb9levk0nUzTRXBHNfffZBHV2AtfTH { position:relative;display:block; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #NyBziiJMtMhAD9CUE7ODtpFxGXVoKqMR { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #GgnEGlRbEB3Q93yrOKnyR35i3oXGarMl { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #P4nsJlbf1MiQVUhn5D9i62DFoxaMQB3h { position:relative;display:block; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #T0gtu3QKl3EXRN7Kw4Q7DiX3Xy2COCUF { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #sT17DJSIICTXX2GJ1QckdDrm9z3Sw0eR { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #S5qbNS7ZQn8KWOeHcuVTQTf7zAgh2eZQ { position:relative;display:block; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #Pmy49ehrQp0yaS6syQBOCEqMLLJKrHMz { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #oTbUHxXf7FsmNlSq3E6m8A9NJ7f1le9n { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #fVIQLLFOR8GlWZ5n6g8WVZzkr3qkasx7 { position:relative;display:block; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #JtzX3gcyyOiiJw2nMlQFr5SGBbV6ZFTh { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #I8fLZfDaPzJKtQsX5aGMKIac8GM1Eyss { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #fDH46cFlOwCaMi9dfTsnTUIytOMWtvFf { position:relative;display:block; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #N283spOLtEycZnDAfbgKy6IyVJKBAvwg { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #cnHLNUK0sPlyaL66UyHfbvcCF9urQb6x { position:relative;z-index:15000; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #w1O7aBtgh2lzylwmTaq80L3cHy0s8BGX { position:relative;z-index:15000; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #XMVANMef69VHtXvML1RZlOKtocWkV44W { position:relative;z-index:15000; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #k6oD7yH1K118D8kaalRGy4SbBbNiLMhW { position:relative;z-index:15000; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #qchMW0DfcDdTB9t8zL94nIvSbq0RGIOx { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #zCMcBOHRgphEexp5GNNCZW2O7NpE3DJp { position:relative;z-index:2; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #FbVMhxrZI9rMqbO0zKFvTvbCQSsMUMIu { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #NMTVGh9s6zKnWzLBuDcCAsnab0slro88 { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #I9mqZTkpJhgeNNd2Z8WzqZvqTwwZMgeG { position:relative;z-index:2; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #v5XSZZATGc0wTusLfuSK3U1arrAitpfN { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #TGyFOyA1qiNfMIVvCTiC5qLG2qUQn3qw { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #Q5GmVI5ZOdlFV3PXXiFTpLRSf0BHCsP5 { position:relative;z-index:2; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #QBoezbfaAvkwx7tvCf5a3G5zVAGxzUnV { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #v7L37WTnc7dRiQEt3pavnQXlcC5Kfo6g { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #v7L37WTnc7dRiQEt3pavnQXlcC5Kfo6g .container-column{width:50%;}#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #iGJUw6plLyPdNQaoF6bmw2N8z6oaKAXs { position:relative;display:block; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #G45F6Vc2G2F6fpEqzOLg4vWEABw0KB3x { position:relative;z-index:2; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #mnnX0hIExF8wsKVdCJBpB6f352FdcH7m { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #y3Kz9I6TiZusMAtTxBbDiQhUZwKGgBqK { position:relative;z-index:2; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #nyTNfZKgWmw3yafhOJTBndLf6n6fPnVN { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #K5GqPNk2MP4sTgGlZLxDflzeGWc0PEBi { position:relative;z-index:2; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #lpK1CTi8W7ho5zGaa2NVaZM3EUTo0iJ9 { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #gwRplLFEa2WNwEpRpTeFqcXaN9syAQsJ { position:relative;z-index:2; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #MUHkHQ9CumAHZpSTi8E7Z9bToZKrslt4 { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #a5UG6aompJl6yTRuoFXl0sEPKVMQXJSK { position:relative;z-index:2; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #AzHA0gT2ncyFpytDBUZSHBSAFPMAys9J { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #tqLQd0qyKh8gl4lSwkBABgEGd1F8ikIo { position:relative;z-index:2; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #Hvt0ynB3x6Xqgy1RMOlHU3q986wMy66r { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #HKi9E88iyaqLh159ExerL7sFUKgTfB0E { position:relative;z-index:2; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #DKQlSpuUdQxqZZf8GWdNiUUuRNtIQQtu { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #ONwLtrIQlp3MRMCJbAz5ub3tHe8Ca35i { position:relative;z-index:2; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #nrBCKbnFOt2BWfD2GeteyJdlpTRUvblH { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #d8cdTFJ27msdr72Ou7Qk93m2SvMQK6Rb { position:relative;z-index:2; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #IwydJJ6rROfLNGIQ5mvnqPg5WURB4c87 { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #Xo2S4ZWPKH3q4C59i1VQchnX61bWKhHi { position:relative;z-index:2; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #xakoGdpgKbTV79h5f1b2nw3BpK7BSBrB { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #CFP0FM0D9sf8A2neDq51TvLdmHJHcf2V { position:relative;display:block;z-index:15000; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #ixTKUg3EWlFCoT9oTiVP6sSTFHnzkd0J { position:relative;display:block;z-index:15000; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #MCeqE1fHkL1FqaG2vOrVq1LMImqyAAmr { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #D09xdmhZZvFl4qr3ImTLp16bTPqXBv4B { position:relative; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #ls69XTz5CloBoXBarTwe49TOx12vWoup { position:relative;z-index:15000; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #BbKbxKeezIEvF61sNLtouGZrqJANTZhL { position:relative;z-index:15000; }
#a1OBwDEMh1mRWZkxp8OsOly6aEZTZtdI { position:relative;display:block; }
#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009639;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; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row .container { background-color: transparent; background-image: none; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row .container > .video-iframe-container { display: none; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row > .video-iframe-container { display: none; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .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); }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row .container { border-width: 0; border-radius: 0; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row .container { font-size:0.875rem;font-family:"open sans";height:24.25rem;width:60rem;position:relative;display:block; }#QNu3aWw6oqORvg44Bb1SrXD1SPG3mo7I { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:16.75rem;top:5.4375rem;left:1.25rem;overflow:hidden;display:block; }
#SyAKWX3btSNDpDWLaaT4aDQnDRmfO4hg { box-sizing:content-box;color:#ffffff;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:block;z-index:15008;top:3.3125rem;left:34.5rem;display:block; }
#c3KNG8CeTPxTafKc1JPFTBKTcoNQuxPQ { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.53750038147rem;left:22.062501907349rem;height:1.3rem;color:#ffffff;display:block; }
#BBfWUwJTJsTiSGwJcMaSTS8sGL3Cf5lZ { display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.2875003814697rem;left:37.625001907349rem;height:1.3rem;color:#ffffff;display:block; }
#cO1ysCoAnhz5hDwBXiybIflEZTED8mGf { z-index:15001;top:3.875rem;left:22.0625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.0625rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#WfhiWLu9WsVTGkiBSRKxTpEBSOgiiaDG { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#XzXdT0VGXhikRa3ngEcePZar2bZOdmZB { box-sizing:content-box;color:#ffffff;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:block;z-index:15002;top:3.3125rem;left:18.9375rem;display:block; }
#R299ktnAuuJke4BG8xJFQLFspwi2RTuN { box-sizing:content-box;color:#ffffff;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:block;z-index:15009;top:7.6250019073488rem;left:19.125001907349rem;display:block; }
#nkCAgDaf3UIHGJmBzT5ucDeURrMOgkKI { box-sizing:content-box;color:#ffffff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:7.6250019073488rem;left:34.562501907349rem;display:block; }
#suEFsUDrNLAkiqOzD0hgh8mx8OUwhHi8 { display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:7.6250019073488rem;left:37.625001907349rem;height:3.65625rem;color:#ffffff;display:block; }
#DFWra1T53Pof0eE5GaBzQGZqhG1XChZ2 { color:#e1e1e1;display:block;width:59.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:16.875rem;left:0.28125rem;height:4.87305rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D6puDTP5RFvq439NdlmAylHEJC8U8ZVh { display:block; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhSM3xfSTNNsTBMvOOsvJAh6igsgegzv { width:7.6875rem;height:1.75rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZChC1THLVGLicFqlV19BMopM6rAJJmx3 { width:7.625rem;height:4.25rem;top:0rem;left:7.9423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt { display:block; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P { display:block; }#tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdhJr9OzWNhS5IctFpXvqtpI3x8liNMJ { display:block; }#TdhJr9OzWNhS5IctFpXvqtpI3x8liNMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiWmhTfUwmh7OXN7cX2Rv2fuabeGmaD2 { width:47.75rem;height:5.5rem;top:1rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVinu8QDpbidp2xIdIRtoA7v7a0P75vS { display:block; }#AVinu8QDpbidp2xIdIRtoA7v7a0P75vS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdwIlv4rSMwkDBMa8tIwGKhGfVV33IVy { width:45rem;height:23.375rem;top:1.75rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imHh7WDtUL6K27eTloJsxTXleCRH0Xck { width:1.3125rem;height:1.3125rem;top:11.9375rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsDtENfa7eRTktNmpAOZd4iVtWU3N8ys { width:1.3125rem;height:1.3125rem;top:14rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqF0RbrVLmoIs0g7h1eKbD5LatbMDkUs { width:1.3125rem;height:1.3125rem;top:16rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWr8tfI2TwBFWCPq24SR7BS4xWix0PHd { width:1.3125rem;height:1.3125rem;top:17.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTIhFBFDCm7Ww7egvwumamF4CPnB0kJk { width:10.625rem;height:15.875rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 { display:block; }#G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OButkDgrH2V5i4D99EeOORXiqg6XuK8N { width:47.75rem;height:4.75rem;top:2rem;left:0rem;font-size:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #arC48gqHytGufTV7NU2V6SX2OnTI1HZA { width:47.75rem;height:7.625rem;top:7.5rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEq0coTevtkNkdU0v3rDtWeHdQ8pvyNb { width:22.875rem;height:3.4375rem;top:35.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwdq13qL3gNLtbbRBVSkisgkKaBiB83U { display:block; }
 }@media only screen and (max-width: 763px) { #o7JasqLCckiZG1QdZOtmEGfXnMoDfNxn { width:47.75rem;height:9.4375rem;top:2.3125rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7EOoTeyzNeyDHnKZRX6oGiK5RAKweSO { width:47.75rem;height:4rem;top:13.9375rem;left:0rem;font-size:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7W5p30Qx3QUfI3vTDVTlG9Zi4qZDOoV { width:47.75rem;height:3.5rem;top:20.9375rem;left:0rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUuF6ZLoJv1LDCEMJLlQqLdnhMp37n7I { width:47.75rem;height:6rem;top:27.0625rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 { display:block; }#uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8WAA6SqoOJnmgmZhyDTMMo3wFmTG4E6 { width:47.75rem;height:3.0625rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .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; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .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; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv { width:20.375rem;height:5.6525rem;display:flex;top:12.0625rem;left:12.58749961853rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #gtZpIZSi8nxiRTU3qGgkPNQLuzokHfuO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #cNpsAilFA4uWshntW61R023n1steZCh2 {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #Di0uDOf4EfIRSuNy6TnUBRpOQQr2FP7v {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #wSGKTH2AuT5bHTWoDIHfOv5bCy4AlZfI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #KMRbmTrf6xPAtmCBOeiNpDMC1v20AnTT {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #nSiXLUXKeGTCzg2rvrRZdpfFilG9pqfW {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #kMuA328Okz397k0E6ukCREDcnz3l4EDC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #y5qVn7g3zP5InzCI61TSTwMVsiFcl9xA {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #A04oKrc8dQ87M8opbbgcMwkS2u19ECk1 {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #ec3wD5LSE6sbBIMCh5WUQhG3uMfCct1d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #rb6mehXlAGSBDH7AbukQeTlpyB9fOTz6 {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #cpxwkouR1NLi3zP3euOWz8uQ6eSttBsh {  }
 }@media only screen and (max-width: 763px) { #xaaAmnvBMfDdLDJOoN44auhIp56AB1IA { display:none; }#xaaAmnvBMfDdLDJOoN44auhIp56AB1IA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TWzmAnSe9STXeqzhA7E5CO0wm5lQiyLZ { width:47.75rem;height:1.5625rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHUU1hus1dCPRgf2KdH2lzV4ABTrDMhD { width:47.75rem;height:4.75rem;top:4.5rem;left:0rem;font-size:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #daQfvunXfSJgJvgUJyFNQ7xpu8Tkd4cR { width:5.625rem;height:2.4375rem;top:11.4375rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kma3c0leA3nc7AQZBnLGkXI9Or1OHXZD { width:5.625rem;height:2.4375rem;top:11.4375rem;left:21.062501907349rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7kvOTCmbfWgauR0pUGyvoKw6meWSfLZ { width:5.625rem;height:2.4375rem;top:31.1875rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrmKGT1dIklJZvT6GSWkULNtyeHBZ1cR { width:17.375rem;height:17.3125rem;top:11.4375rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9xWskRXRBrsPVqudQx54IQBf2svQoE6 { width:13.625rem;height:16.9375rem;top:11.4375rem;left:0.359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8koxbhperZcu6S7PzMpscMWH4iZ3prs { width:17.5rem;height:17.4375rem;top:31.25rem;left:0.359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZp07HZKFTczweCK87yJ25wskKIkv0D1 { width:22.875rem;height:3.4375rem;top:45.3125rem;left:21.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2BO3GqdVSouHWB9h4cR0HGfLQ3azhCg { display:block; }
 }@media only screen and (max-width: 763px) { #EDIPOPUkLVEehvyvRL59VupCW55AlUF9 { display:block; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLpOLokZ8OdFIg9AkTpkaZfK54DhEheU { width:47.75rem;height:2.6875rem;top:2.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-regular-label { display:block; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-checkbox-label { width:44.1875rem; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q  { width:45.4375rem;height:auto; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q {display:block;}#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q { width:45.4375rem;height:auto; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #TOrhg4TGktTVqlf4ZsIB9Hqb8KT7QCqM {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #d0fNtDNV9ef0zdEvPFMrEfehFOHgctXo {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #snrbsnmNpxkTF2l9WX4zrEZ0MFgRkyV8 {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #NSogqmZO89CCfc0A5zPvu2NPGXAC2nhA {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #RZ6SBuq19uTFgPAlROp0HCQC0waqG04Q { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #N8vLT0cGv8qbt7eeihW8i8FvyCmbgTtd {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #mM0kpDCVGwLE4pv2ynnhNueZMvDORD6q {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #LrGCQDBxv5dGIogBWIse6JRgmGrrhh8t { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #BNWBbMzvJ8ZLBH71EPXoIqFLzP1Izo0T {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #CxOCJPWerCxzfUXUZOrE7kT1rf7OFBUI {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #rQsVMy15Cf5JMds7KxbtqdBdDMRxGMFE { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #zdTbJ5fMpElEO4Eus29g7EfT1xdhJSl5 {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #B4KpQ8hiCJGZJkVEtL9ySKQ64pkhLW4W {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #f7Tb9levk0nUzTRXBHNfffZBHV2AtfTH { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #NyBziiJMtMhAD9CUE7ODtpFxGXVoKqMR {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #GgnEGlRbEB3Q93yrOKnyR35i3oXGarMl {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #P4nsJlbf1MiQVUhn5D9i62DFoxaMQB3h { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #T0gtu3QKl3EXRN7Kw4Q7DiX3Xy2COCUF {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #sT17DJSIICTXX2GJ1QckdDrm9z3Sw0eR {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #S5qbNS7ZQn8KWOeHcuVTQTf7zAgh2eZQ { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #Pmy49ehrQp0yaS6syQBOCEqMLLJKrHMz {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #oTbUHxXf7FsmNlSq3E6m8A9NJ7f1le9n {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #fVIQLLFOR8GlWZ5n6g8WVZzkr3qkasx7 { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #JtzX3gcyyOiiJw2nMlQFr5SGBbV6ZFTh {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #I8fLZfDaPzJKtQsX5aGMKIac8GM1Eyss {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #fDH46cFlOwCaMi9dfTsnTUIytOMWtvFf { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #N283spOLtEycZnDAfbgKy6IyVJKBAvwg {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #cnHLNUK0sPlyaL66UyHfbvcCF9urQb6x { z-index:15000; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #w1O7aBtgh2lzylwmTaq80L3cHy0s8BGX { z-index:15000; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #XMVANMef69VHtXvML1RZlOKtocWkV44W { z-index:15000; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #k6oD7yH1K118D8kaalRGy4SbBbNiLMhW { z-index:15000; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #qchMW0DfcDdTB9t8zL94nIvSbq0RGIOx {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #zCMcBOHRgphEexp5GNNCZW2O7NpE3DJp { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #FbVMhxrZI9rMqbO0zKFvTvbCQSsMUMIu {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #NMTVGh9s6zKnWzLBuDcCAsnab0slro88 {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #I9mqZTkpJhgeNNd2Z8WzqZvqTwwZMgeG { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #v5XSZZATGc0wTusLfuSK3U1arrAitpfN {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #TGyFOyA1qiNfMIVvCTiC5qLG2qUQn3qw {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #Q5GmVI5ZOdlFV3PXXiFTpLRSf0BHCsP5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #QBoezbfaAvkwx7tvCf5a3G5zVAGxzUnV {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #v7L37WTnc7dRiQEt3pavnQXlcC5Kfo6g {  }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #v7L37WTnc7dRiQEt3pavnQXlcC5Kfo6g .container-column{width:50%;} }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #iGJUw6plLyPdNQaoF6bmw2N8z6oaKAXs { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #G45F6Vc2G2F6fpEqzOLg4vWEABw0KB3x { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #mnnX0hIExF8wsKVdCJBpB6f352FdcH7m {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #y3Kz9I6TiZusMAtTxBbDiQhUZwKGgBqK { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #nyTNfZKgWmw3yafhOJTBndLf6n6fPnVN {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #K5GqPNk2MP4sTgGlZLxDflzeGWc0PEBi { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #lpK1CTi8W7ho5zGaa2NVaZM3EUTo0iJ9 {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #gwRplLFEa2WNwEpRpTeFqcXaN9syAQsJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #MUHkHQ9CumAHZpSTi8E7Z9bToZKrslt4 {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #a5UG6aompJl6yTRuoFXl0sEPKVMQXJSK { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #AzHA0gT2ncyFpytDBUZSHBSAFPMAys9J {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #tqLQd0qyKh8gl4lSwkBABgEGd1F8ikIo { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #Hvt0ynB3x6Xqgy1RMOlHU3q986wMy66r {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #HKi9E88iyaqLh159ExerL7sFUKgTfB0E { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #DKQlSpuUdQxqZZf8GWdNiUUuRNtIQQtu {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #ONwLtrIQlp3MRMCJbAz5ub3tHe8Ca35i { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #nrBCKbnFOt2BWfD2GeteyJdlpTRUvblH {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #d8cdTFJ27msdr72Ou7Qk93m2SvMQK6Rb { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #IwydJJ6rROfLNGIQ5mvnqPg5WURB4c87 {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #Xo2S4ZWPKH3q4C59i1VQchnX61bWKhHi { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #xakoGdpgKbTV79h5f1b2nw3BpK7BSBrB {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #CFP0FM0D9sf8A2neDq51TvLdmHJHcf2V {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #ixTKUg3EWlFCoT9oTiVP6sSTFHnzkd0J {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #MCeqE1fHkL1FqaG2vOrVq1LMImqyAAmr {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #D09xdmhZZvFl4qr3ImTLp16bTPqXBv4B {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #ls69XTz5CloBoXBarTwe49TOx12vWoup { z-index:15000; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #BbKbxKeezIEvF61sNLtouGZrqJANTZhL { z-index:15000; }
 }@media only screen and (max-width: 763px) { #a1OBwDEMh1mRWZkxp8OsOly6aEZTZtdI { display:block; }
 }@media only screen and (max-width: 763px) { #apd9VbAPw4KuNIlb4734kyeBMVpKV1kU { display:block; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNu3aWw6oqORvg44Bb1SrXD1SPG3mo7I { width:16.75rem;height:4.625rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyAKWX3btSNDpDWLaaT4aDQnDRmfO4hg { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3KNG8CeTPxTafKc1JPFTBKTcoNQuxPQ { width:7.75rem;height:1.25rem;top:2.625rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBfWUwJTJsTiSGwJcMaSTS8sGL3Cf5lZ { width:14.4375rem;height:1.25rem;top:2.5625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO1ysCoAnhz5hDwBXiybIflEZTED8mGf { top:1.6041870117188rem;left:3.1875rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfhiWLu9WsVTGkiBSRKxTpEBSOgiiaDG { display:block; }
 }@media only screen and (max-width: 763px) { #XzXdT0VGXhikRa3ngEcePZar2bZOdmZB { width:3.125rem;height:3.125rem;top:3.3125rem;left:12.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R299ktnAuuJke4BG8xJFQLFspwi2RTuN { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkCAgDaf3UIHGJmBzT5ucDeURrMOgkKI { width:3rem;height:3rem;top:7.625rem;left:28.437501907349rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #suEFsUDrNLAkiqOzD0hgh8mx8OUwhHi8 { width:17.25rem;height:3.625rem;top:7.625rem;left:30.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFWra1T53Pof0eE5GaBzQGZqhG1XChZ2 { width:47.75rem;height:4.875rem;top:16.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D6puDTP5RFvq439NdlmAylHEJC8U8ZVh { display:block; }#D6puDTP5RFvq439NdlmAylHEJC8U8ZVh > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhSM3xfSTNNsTBMvOOsvJAh6igsgegzv { width:7.375rem;height:1.5625rem;top:0.625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZChC1THLVGLicFqlV19BMopM6rAJJmx3 { width:4.75rem;height:2.625rem;top:0rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/adf354ed-ffb4-46dd-84d3-be086b59c3a3/BANER_Kalendarz_3_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt.adaptive-delivery-prevent-bg, #SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt.lazyload, #SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt.lazyloading { background-image: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container { background-color: transparent; background-image: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container > .video-iframe-container { display: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row > .video-iframe-container { display: none; }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .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); }#SfITbTSLFvVWaKJRPJPCR3Wy6ZiG2mIt > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P { display:block; }#tr7zCbOkS4eS5GDPvEGvMWPyNQJPWy3P > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdhJr9OzWNhS5IctFpXvqtpI3x8liNMJ { display:block; }#TdhJr9OzWNhS5IctFpXvqtpI3x8liNMJ > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiWmhTfUwmh7OXN7cX2Rv2fuabeGmaD2 { width:20rem;height:4.6875rem;top:0.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVinu8QDpbidp2xIdIRtoA7v7a0P75vS { display:block; }#AVinu8QDpbidp2xIdIRtoA7v7a0P75vS > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdwIlv4rSMwkDBMa8tIwGKhGfVV33IVy { width:18.1875rem;height:18.89455rem;top:0.9375rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imHh7WDtUL6K27eTloJsxTXleCRH0Xck { display:flex;width:1.0625rem;height:1.0625rem;top:10.6181640625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #WsDtENfa7eRTktNmpAOZd4iVtWU3N8ys { display:flex;width:1.0625rem;height:1.0625rem;top:13.1806640625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #hqF0RbrVLmoIs0g7h1eKbD5LatbMDkUs { display:flex;width:1rem;height:1rem;top:11.9306640625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #DWr8tfI2TwBFWCPq24SR7BS4xWix0PHd { display:flex;width:1.0625rem;height:1.0625rem;top:9.3056640625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #NTIhFBFDCm7Ww7egvwumamF4CPnB0kJk { width:10.625rem;height:15.875rem;top:20.90625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 { display:none; }#G0BH4BcSxQ9rkv7U3JOC0Jp8WDVNEQ21 > .row .container { width:20rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OButkDgrH2V5i4D99EeOORXiqg6XuK8N { width:20rem;height:2.4rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;color:#040404;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #arC48gqHytGufTV7NU2V6SX2OnTI1HZA { width:20rem;height:8.625rem;top:4.8984375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;color:#040404;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:46.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CEq0coTevtkNkdU0v3rDtWeHdQ8pvyNb { width:18.75rem;height:3.25rem;top:35.239844322204rem;left:0.625rem;font-size:1.375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #Rwdq13qL3gNLtbbRBVSkisgkKaBiB83U { display:block; }
 }@media only screen and (max-width: 763px) { #o7JasqLCckiZG1QdZOtmEGfXnMoDfNxn { width:20rem;height:4.2rem;top:1.42578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#040404;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m7EOoTeyzNeyDHnKZRX6oGiK5RAKweSO { width:20rem;height:4.8rem;top:7.114062309265rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#040404;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G7W5p30Qx3QUfI3vTDVTlG9Zi4qZDOoV { width:20rem;height:7.2rem;top:13.8515625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#040404;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PUuF6ZLoJv1LDCEMJLlQqLdnhMp37n7I { width:20rem;height:9.6rem;top:22.789844512939rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#040404;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 { display:none; }#uAWGEupOWiEugCxznxH9KKrAHLxiSmc0 > .row .container { width:20rem;height:13.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P8WAA6SqoOJnmgmZhyDTMMo3wFmTG4E6 { width:20rem;height:3rem;top:1.3328132629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#040404;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .widget-text.counter-number { padding-top:0.435625rem;padding-right:0.385rem;padding-bottom:0.435625rem;padding-left:0.385rem;width:2.309375rem;min-width:2.309375rem;height:2.340625rem;font-size:1.741875rem;line-height:37.45px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.25625rem solid #2a2d3d;border-right:0.26375rem solid #2a2d3d;border-bottom:0.25625rem solid #2a2d3d;border-left:0.26375rem solid #2a2d3d; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.271875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.07875rem;height:0.925625rem;font-size:0.653125rem;line-height:14.81px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv { width:18.4375rem;height:4.921875rem;display:flex;top:5.7976570129394rem;left:0.94218754768369rem;z-index:15008;padding-top:0.085625rem;padding-right:0.088125rem;padding-bottom:0.085625rem;padding-left:0.088125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #gtZpIZSi8nxiRTU3qGgkPNQLuzokHfuO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #cNpsAilFA4uWshntW61R023n1steZCh2 {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #Di0uDOf4EfIRSuNy6TnUBRpOQQr2FP7v {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #wSGKTH2AuT5bHTWoDIHfOv5bCy4AlZfI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #KMRbmTrf6xPAtmCBOeiNpDMC1v20AnTT {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #nSiXLUXKeGTCzg2rvrRZdpfFilG9pqfW {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #kMuA328Okz397k0E6ukCREDcnz3l4EDC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #y5qVn7g3zP5InzCI61TSTwMVsiFcl9xA {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #A04oKrc8dQ87M8opbbgcMwkS2u19ECk1 {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #ec3wD5LSE6sbBIMCh5WUQhG3uMfCct1d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #rb6mehXlAGSBDH7AbukQeTlpyB9fOTz6 {  }
 }@media only screen and (max-width: 763px) { #lGERsLf6RM9b6pHcp1IvPAlzk0rztqiv #cpxwkouR1NLi3zP3euOWz8uQ6eSttBsh {  }
 }@media only screen and (max-width: 763px) { #xaaAmnvBMfDdLDJOoN44auhIp56AB1IA { display:none; }#xaaAmnvBMfDdLDJOoN44auhIp56AB1IA > .row .container { width:20rem;height:78.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TWzmAnSe9STXeqzhA7E5CO0wm5lQiyLZ { width:20rem;height:3rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dHUU1hus1dCPRgf2KdH2lzV4ABTrDMhD { width:20rem;height:4.8rem;top:5.65rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;color:#040404;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #daQfvunXfSJgJvgUJyFNQ7xpu8Tkd4cR { width:5.625rem;height:2.4rem;top:9.3rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kma3c0leA3nc7AQZBnLGkXI9Or1OHXZD { width:5.625rem;height:2.4rem;top:31.5125rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v7kvOTCmbfWgauR0pUGyvoKw6meWSfLZ { width:5.625rem;height:2.4rem;top:53.35rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hrmKGT1dIklJZvT6GSWkULNtyeHBZ1cR { width:17.375rem;height:17.3125rem;top:34.8740234375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9xWskRXRBrsPVqudQx54IQBf2svQoE6 { width:13.625rem;height:16.9375rem;top:12.287109375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8koxbhperZcu6S7PzMpscMWH4iZ3prs { width:17.5rem;height:17.4375rem;top:57.212501525879rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZp07HZKFTczweCK87yJ25wskKIkv0D1 { width:19rem;height:3.4375rem;top:76.44921875rem;left:1rem;font-size:1.375rem;line-height:2;display:none; }
 }@media only screen and (max-width: 763px) { #H2BO3GqdVSouHWB9h4cR0HGfLQ3azhCg { display:block; }
 }@media only screen and (max-width: 763px) { #EDIPOPUkLVEehvyvRL59VupCW55AlUF9 { display:block; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 { background-color: transparent; background-image: none; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row .container > .video-iframe-container { display: none; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row > .video-iframe-container { display: none; }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .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); }#EDIPOPUkLVEehvyvRL59VupCW55AlUF9 > .row .container { width:20rem;height:130rem;background-color:#f4a90f;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLpOLokZ8OdFIg9AkTpkaZfK54DhEheU { width:20rem;height:3.5996125rem;top:0.8515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto;font-size:1.125rem;display:block; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-input-text {padding-top: 0; padding-bottom: 0;}#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-input-select {padding-top: 0; padding-bottom: 0;}#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.4375rem;overflow:hidden; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.6;overflow:hidden;height:auto; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-radio-label { font-size:1.0625rem;overflow:hidden; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q  { width:17.5rem;height:auto;top:5.7640628814697rem;left:0rem; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto; }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q {display:block;}#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q { width:17.5rem;height:auto;top:5.7640628814697rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #TOrhg4TGktTVqlf4ZsIB9Hqb8KT7QCqM {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #d0fNtDNV9ef0zdEvPFMrEfehFOHgctXo { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #snrbsnmNpxkTF2l9WX4zrEZ0MFgRkyV8 {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #NSogqmZO89CCfc0A5zPvu2NPGXAC2nhA {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #RZ6SBuq19uTFgPAlROp0HCQC0waqG04Q { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #N8vLT0cGv8qbt7eeihW8i8FvyCmbgTtd {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #mM0kpDCVGwLE4pv2ynnhNueZMvDORD6q {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #LrGCQDBxv5dGIogBWIse6JRgmGrrhh8t { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #BNWBbMzvJ8ZLBH71EPXoIqFLzP1Izo0T {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #CxOCJPWerCxzfUXUZOrE7kT1rf7OFBUI {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #rQsVMy15Cf5JMds7KxbtqdBdDMRxGMFE { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #zdTbJ5fMpElEO4Eus29g7EfT1xdhJSl5 {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #B4KpQ8hiCJGZJkVEtL9ySKQ64pkhLW4W {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #f7Tb9levk0nUzTRXBHNfffZBHV2AtfTH { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #NyBziiJMtMhAD9CUE7ODtpFxGXVoKqMR {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #GgnEGlRbEB3Q93yrOKnyR35i3oXGarMl {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #P4nsJlbf1MiQVUhn5D9i62DFoxaMQB3h { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #T0gtu3QKl3EXRN7Kw4Q7DiX3Xy2COCUF {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #sT17DJSIICTXX2GJ1QckdDrm9z3Sw0eR {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #S5qbNS7ZQn8KWOeHcuVTQTf7zAgh2eZQ { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #Pmy49ehrQp0yaS6syQBOCEqMLLJKrHMz {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #oTbUHxXf7FsmNlSq3E6m8A9NJ7f1le9n {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #fVIQLLFOR8GlWZ5n6g8WVZzkr3qkasx7 { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #JtzX3gcyyOiiJw2nMlQFr5SGBbV6ZFTh {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #I8fLZfDaPzJKtQsX5aGMKIac8GM1Eyss {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #fDH46cFlOwCaMi9dfTsnTUIytOMWtvFf { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #N283spOLtEycZnDAfbgKy6IyVJKBAvwg {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #cnHLNUK0sPlyaL66UyHfbvcCF9urQb6x { z-index:15000; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #w1O7aBtgh2lzylwmTaq80L3cHy0s8BGX { z-index:15000; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #XMVANMef69VHtXvML1RZlOKtocWkV44W { z-index:15000; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #k6oD7yH1K118D8kaalRGy4SbBbNiLMhW { z-index:15000; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #qchMW0DfcDdTB9t8zL94nIvSbq0RGIOx {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #zCMcBOHRgphEexp5GNNCZW2O7NpE3DJp { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #FbVMhxrZI9rMqbO0zKFvTvbCQSsMUMIu {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #NMTVGh9s6zKnWzLBuDcCAsnab0slro88 {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #I9mqZTkpJhgeNNd2Z8WzqZvqTwwZMgeG { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #v5XSZZATGc0wTusLfuSK3U1arrAitpfN {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #TGyFOyA1qiNfMIVvCTiC5qLG2qUQn3qw {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #Q5GmVI5ZOdlFV3PXXiFTpLRSf0BHCsP5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #QBoezbfaAvkwx7tvCf5a3G5zVAGxzUnV {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #v7L37WTnc7dRiQEt3pavnQXlcC5Kfo6g {  }
#K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #v7L37WTnc7dRiQEt3pavnQXlcC5Kfo6g .container-column{width:50%;} }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #iGJUw6plLyPdNQaoF6bmw2N8z6oaKAXs { display:block; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #G45F6Vc2G2F6fpEqzOLg4vWEABw0KB3x { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #mnnX0hIExF8wsKVdCJBpB6f352FdcH7m {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #y3Kz9I6TiZusMAtTxBbDiQhUZwKGgBqK { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #nyTNfZKgWmw3yafhOJTBndLf6n6fPnVN {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #K5GqPNk2MP4sTgGlZLxDflzeGWc0PEBi { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #lpK1CTi8W7ho5zGaa2NVaZM3EUTo0iJ9 {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #gwRplLFEa2WNwEpRpTeFqcXaN9syAQsJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #MUHkHQ9CumAHZpSTi8E7Z9bToZKrslt4 {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #a5UG6aompJl6yTRuoFXl0sEPKVMQXJSK { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #AzHA0gT2ncyFpytDBUZSHBSAFPMAys9J {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #tqLQd0qyKh8gl4lSwkBABgEGd1F8ikIo { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #Hvt0ynB3x6Xqgy1RMOlHU3q986wMy66r {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #HKi9E88iyaqLh159ExerL7sFUKgTfB0E { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #DKQlSpuUdQxqZZf8GWdNiUUuRNtIQQtu {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #ONwLtrIQlp3MRMCJbAz5ub3tHe8Ca35i { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #nrBCKbnFOt2BWfD2GeteyJdlpTRUvblH {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #d8cdTFJ27msdr72Ou7Qk93m2SvMQK6Rb { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #IwydJJ6rROfLNGIQ5mvnqPg5WURB4c87 {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #Xo2S4ZWPKH3q4C59i1VQchnX61bWKhHi { z-index:2; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #xakoGdpgKbTV79h5f1b2nw3BpK7BSBrB {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #CFP0FM0D9sf8A2neDq51TvLdmHJHcf2V {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #ixTKUg3EWlFCoT9oTiVP6sSTFHnzkd0J {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #MCeqE1fHkL1FqaG2vOrVq1LMImqyAAmr {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #D09xdmhZZvFl4qr3ImTLp16bTPqXBv4B {  }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #ls69XTz5CloBoXBarTwe49TOx12vWoup { z-index:15000; }
 }@media only screen and (max-width: 763px) { #K2HxaSwZ8ABZppP7L8LmILeIxCNSmU2q #BbKbxKeezIEvF61sNLtouGZrqJANTZhL { z-index:15000; }
 }@media only screen and (max-width: 763px) { #a1OBwDEMh1mRWZkxp8OsOly6aEZTZtdI { display:block; }
 }@media only screen and (max-width: 763px) { #apd9VbAPw4KuNIlb4734kyeBMVpKV1kU { display:block; }#apd9VbAPw4KuNIlb4734kyeBMVpKV1kU > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNu3aWw6oqORvg44Bb1SrXD1SPG3mo7I { width:10.9995rem;height:3.1875rem;top:1.99951171875rem;left:4.49853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyAKWX3btSNDpDWLaaT4aDQnDRmfO4hg { width:3.125rem;height:3.125rem;top:14.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3KNG8CeTPxTafKc1JPFTBKTcoNQuxPQ { width:12.5rem;height:1.3rem;top:24.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBfWUwJTJsTiSGwJcMaSTS8sGL3Cf5lZ { width:15.1875rem;height:1.3rem;top:17.3125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO1ysCoAnhz5hDwBXiybIflEZTED8mGf { top:10.25rem;left:3.875rem;width:12.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfhiWLu9WsVTGkiBSRKxTpEBSOgiiaDG { display:block; }
 }@media only screen and (max-width: 763px) { #XzXdT0VGXhikRa3ngEcePZar2bZOdmZB { width:3.1875rem;height:3.1875rem;top:7rem;left:8.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R299ktnAuuJke4BG8xJFQLFspwi2RTuN { width:3.125rem;height:3.125rem;top:20.9375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkCAgDaf3UIHGJmBzT5ucDeURrMOgkKI { width:3rem;height:3rem;top:7.625rem;left:8.5rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #suEFsUDrNLAkiqOzD0hgh8mx8OUwhHi8 { width:17.25rem;height:auto;top:7.625rem;left:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFWra1T53Pof0eE5GaBzQGZqhG1XChZ2 { width:20rem;height:12.669925rem;top:26.73730625rem;left:0rem;font-size:0.75rem;display:block; }
 }