.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:247,253,215;--color-primary-1:230,249,134;--color-primary-2:213,245,53;--color-primary-3:202,243,3;--color-primary-4:187,225,0;--color-secondary-0:252,224,243;--color-secondary-1:244,153,217;--color-secondary-2:232,50,178;--color-secondary-3:116,25,89;--color-secondary-4:35,8,27;--color-tertiary-0:255,255,255;--color-tertiary-1:253,246,248;--color-tertiary-2:152,148,149;--color-tertiary-3:91,89,89;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6df2e268-bf4f-4ff1-bc11-b3c2c2d88104/Poprawka.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20.adaptive-delivery-prevent-bg, #rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20.lazyload, #rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20.lazyloading { background-image: none; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row .container { background-color: transparent; background-image: none; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row .container > .video-iframe-container { display: none; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row > .video-iframe-container { display: none; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .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); }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row .container { border-width: 0; border-radius: 0; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:60rem;position:relative;display:block; }#Bp9FOq1ZAgKmnAeeRx6hGygGr8Bc2wKZ { position:absolute;display:block;z-index:15017;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:10.75rem;width:10.5625rem;top:2.3994140625rem;left:17.208984375rem;overflow:hidden;display:block; }
#wBWzbUsvnoEwVsCW2yqxAs0NiK4q2JTW { 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:2.125rem;width:2.125rem;top:2.3994140625rem;left:25.583984375rem;overflow:hidden;display:block; }
#FTleFJhhMSRQyn6BGih7QDgCg28x9Ze4 { color:#d8b4fb;display:block;width:36.8125rem;position:absolute;font-family:hero;font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),0.5);top:17.75rem;left:15.0517578125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ORSyuVIyvdoV50AAR91OFVF7UttzlLw3 { color:#d8b4fb;display:block;width:28.1875rem;position:absolute;font-family:hero;font-size:3.6875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),0.5);top:27.865234375rem;left:31.125rem;height:4.05639375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#do2cHJOl8O56tCK6JELqUZN24UQMLMST { color:#004380;display:block;width:28.3125rem;position:absolute;font-family:hero;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.88671875rem;left:28.863525390625rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z647A7MN6oFeZ2WrVpQA95LKMPHz0FzT { color:#d8b4fb;display:block;width:29.1875rem;position:absolute;font-family:hero;font-size:3.6875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),0.5);top:22.84765625rem;left:22.6142578125rem;height:4.05639375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac { position:relative;display:none; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac { border-width: 0; border-radius: 0; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .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; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width: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; }#EdQTzWZvRy2BrmS7esS3x9r67biJh9PZ { 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:10.625rem;width:10.437rem;top:4.43359375rem;left:14.833984375rem;overflow:hidden;display:none; }
#MT2Oz079g6S9Lv3rKDR3UbtGts3gK9sc { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:5rem;left:7.125rem;display:none; }
#WT2J8iZBHqlXgDAHae5beatEmeinu5Th { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:7.625rem;left:5.5rem;display:none; }
#CeRFhHh5hE1scNBuMWbeQJ2Ec9sVOPQp { color:#004380;display:block;width:16.6875rem;position:absolute;font-family:hero;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.8876953125rem;left:28.8642578125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OTgndhQAaTn13QfPtzCus0Rp8RmoQa7y { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:8.4375rem;left:6.5625rem;display:none; }
#DXtZCQcgyHZH76ybGFxOVNe7qCU1gouQ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:6.625rem;left:9.5625rem;display:none; }
#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row .container { background-color: transparent; background-image: none; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row .container > .video-iframe-container { display: none; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row > .video-iframe-container { display: none; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .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); }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row .container { border-width: 0; border-radius: 0; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#eIzugvOAKX7NJnPQNfv2NcM8Kl978dC8 { box-sizing:content-box;color:#00b3c1;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:15017;top:2.3101234436035rem;left:27.373046875rem;display:block; }
#ZxTelT4Z1ShMxi7fWrWLot23IqRKcPW2 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:21.185546875rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #eec303, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(360deg, #eec303, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(360deg, #eec303, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(360deg, #eec303, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eec303', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eec303', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(360deg, #eec303, rgba(var(--color-secondary-2),1));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; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row .container { background-color: transparent; background-image: none; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row .container > .video-iframe-container { display: none; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row > .video-iframe-container { display: none; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .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); }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row .container { border-width: 0; border-radius: 0; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row .container { font-size:0.875rem;font-family:arial;height:59.9375rem;width:60rem;position:relative;display:block; }#laWuVcsqoAsZSPi9DwgW50aeGNibhwTh { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;height:33.4375rem;width:40.3125rem;top:25.625rem;left:2.625rem;display:block; }
#Inb0zIX1JSDOPDKi0qr5dJncFLAcVb3I { color:rgba(var(--color-tertiary-0),1);display:block;width:4.936525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15152;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:40.997314453125rem;left:55.0634765625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#oB9hzI3dODdZQQcT7srKq3LiyH2L13UC { color:rgba(var(--color-tertiary-0),1);display:block;width:11.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:44.0625rem;left:44.14794921875rem;height:1.1682125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nlH218U05LNt8b7HeGvrhhhiWmMhNE23 { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #ec6f00, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(3deg, #ec6f00, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(3deg, #ec6f00, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(3deg, #ec6f00, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(3deg, #ec6f00, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3625rem;height:3.0625rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:36.5625rem;left:45.125rem;display:block; }
#XV4qF0ybGzbFJSrFlTgr84MMPe5sPzod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MWWS8g46il0zwtmzg85GIeZWqadqlHMC { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15100;top:30.5rem;left:4.5rem;display:block; }
#ODFZmGtnT6yQL62C4eWVaxJh7Xydyls1 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15091;line-height:1.1;letter-spacing:0;top:34.1875rem;left:46.5625rem;height:1.64916875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O0b30fCc39g7Jo4yAAGcK1DEnn11ssde { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #406427, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(3deg, #406427, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(3deg, #406427, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(3deg, #406427, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(3deg, #406427, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:hero;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.5rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:76.399999618531rem;left:17.18593788147rem;display:none; }
#OUmaWF9G1WwZmJRxwq5kdAW6iWycJ9BW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZxtUIvccQHPL9fqa8EC5oA7Evh7Q04i { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15101;top:32.9375rem;left:4.5rem;display:block; }
#qRCEvuWUHhLqwnFw0opA6Axu0qt5l9F3 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;height:9.625rem;width:19.75rem;top:31.375rem;left:38.8125rem;display:block; }
#gOAGqTm2199CwUfKmryGRbhpU44HITsM { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;height:9.6875rem;width:21.6875rem;top:42.5rem;left:36.8125rem;display:block; }
#xXCIbv4f2EqyssLytMLzOuULdJDsvyv8 { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #ec6f00, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(3deg, #ec6f00, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(3deg, #ec6f00, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(3deg, #ec6f00, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(3deg, #ec6f00, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3625rem;height:3rem;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:47.6875rem;left:45.3125rem;display:block; }
#tMc2URnHuK6OqbMJ1lXBBruEHvm5DART { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ihvwK7kmZFc8T1Q9W59QaHczPV2IOT0t { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:hero;font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:126rem;left:50.5625rem;height:1.16875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RQcV4ggOa9VXSCvPegXGi4SDTCoLLWdt { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:30.625rem;left:7.6875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dtc1Avfe1TOJEpoCATodHMs7K8pNJz4Z { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:32.9375rem;left:7.6875rem;height:4.14184375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FduQDHTZ54F6qIsWumIxK3peTRLNc8rz { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:37.875rem;left:7.6875rem;height:2.76123125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cgxKBdRrzBUP3rxT64wWeSF2W674Ohyt { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:41.75rem;left:7.6875rem;height:1.3806125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yFxZCPuG5PrwV4VDdJFINSs2K2CkDCD1 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:44.0625rem;left:7.686767578125rem;height:4.14184375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FqT6E4roLN3a1XH8mTyaEzAvnzLcaN3c { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:49.125rem;left:7.6875rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B35L9LaMuQKSgAf8QkqkU7ySNDnC7XnI { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:54.375rem;left:7.8125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xKN9ixkabTTxrwUfd0pgTT1sSKTUgO0T { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15102;top:37.75rem;left:4.5rem;display:block; }
#bFBDb49foTmWCpETM23HnyEwLS0nbzV4 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15103;top:41.75rem;left:4.5rem;display:block; }
#zVdJTvwsNM3g34C0A0QTKcMoKZR7KksQ { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15104;top:44.0625rem;left:4.5rem;display:block; }
#K84IpzMuWJi7iUI2c6wPNdTKUaJTl9rR { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15105;top:49.1875rem;left:4.5rem;display:block; }
#TAXfiO79UUsQZvurcUC6T3PkeLpm1pS6 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15106;top:54.375rem;left:4.5rem;display:block; }
#ZfIvshANBUWrWR7viQTN4oSfV4kaZfMy { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15092;line-height:1.1;letter-spacing:0;top:45.5rem;left:46.6875rem;height:1.64916875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hi8SoO1X1aaJUgNmifHi8VqbyCn6Or6c { color:#0c61da;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:32.5rem;left:44.4375rem;height:1.1682125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w6bZV2IPLCpTzb3DkLWQ5U7P5AxSJfTo { position:absolute;display:block;z-index:15108;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.3730625rem;width:34.749rem;top:24.7490234375rem;left:5.888671875rem;overflow:hidden;display:none; }
#qUTT3tRrsFCdJZyVwSwtEbem6QfA8qJb { color:rgba(var(--color-tertiary-1),1);display:block;width:57.2470625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:7.9267578125rem;left:0rem;height:6.0388125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#phWWRxxdVBywJlqWSmnkq69sRpkcWWDt { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15154;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:0.62255859375rem;left:0rem;height:6.1743125rem;text-align:center;text-align-last:center;display:block; }
#P9RvkS79fSFRTHUtK9q03aIkk0aBsmaU { position:absolute;display:block;z-index:15155;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.624rem;width:36.74925rem;top:12.4375rem;left:2.625rem;overflow:hidden;display:block; }
#T2IRMi9VTpcoqrQT71szRNI9P6toJQhI { color:rgba(var(--color-tertiary-1),1);display:block;width:57.2470625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:7.9267578125rem;left:0rem;height:6.03515625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uLJH1PCynxuNanlnSKJQ96FS1VO4M9ti { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4360625rem;position:absolute;font-family:jost;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:26.875rem;left:41.875rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n4JH3MRvxDthJToPvO8gEr34NvxasyFR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-2),1), #eec303);background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-2),1), #eec303);background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-2),1), #eec303);background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-2),1), #eec303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#eec303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#eec303' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-2),1), #eec303);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; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row .container { background-color: transparent; background-image: none; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row .container > .video-iframe-container { display: none; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row > .video-iframe-container { display: none; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .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); }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row .container { border-width: 0; border-radius: 0; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#d0bDhwbGKH0vn6RBETL7FEdsyEccnOvf { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #406427, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(3deg, #406427, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(3deg, #406427, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(3deg, #406427, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(3deg, #406427, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:hero;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.5rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:76.399999618531rem;left:17.18593788147rem;display:none; }
#sxNhGQRLEXs0EQacUxQL5EvPClHv6kgu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));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; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row .container { background-color: transparent; background-image: none; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row .container > .video-iframe-container { display: none; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row > .video-iframe-container { display: none; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .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); }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row .container { border-width: 0; border-radius: 0; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { background-color: transparent; background-image: none; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container > .video-iframe-container { display: none; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row > .video-iframe-container { display: none; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .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); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { border-width: 0; border-radius: 0; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#FsBw5ieZBtvTDgBMTdvdCbZ4QhEsceFz { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.5203247070312rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XDokmPa8mRrXLB1wSuE9v2cq6dXxC80m { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:8.625rem;top:4.875rem;left:16rem;overflow:hidden;display:block; }
#OmSB8satOg8Zog0vOJklARikR4p9ybeQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:8.125rem;top:5.5625rem;left:45rem;overflow:hidden;display:block; }
#AMRyhAv8UDNZvGmA1RsHSBM19mi4rTw0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.8125rem;top:6.3125rem;left:29.125rem;overflow:hidden;display:block; }
#b1eETzASTTM29PyCEZMoDNmzH21bUTGA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.1875rem;top:5.125rem;left:6.875rem;overflow:hidden;display:block; }
#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { background-color: transparent; background-image: none; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container > .video-iframe-container { display: none; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row > .video-iframe-container { display: none; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .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); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { border-width: 0; border-radius: 0; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#IUibWqCfJTD33FOxZThP6fLH37UCPVw5 { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.7015686035156rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sF85SQV1Na56OM6SgIIpnaGi3QODAmUX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:6.0625rem;top:5.3125rem;left:20.75rem;overflow:hidden;display:block; }
#Oi9krDE9A1Rfng7a36gkgO0P3Dvd5pC3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:12.4375rem;top:3.1244506835938rem;left:28.624820709229rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 { display:block; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bp9FOq1ZAgKmnAeeRx6hGygGr8Bc2wKZ { top:2.375rem;left:11.083984375rem;width:10.5625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBWzbUsvnoEwVsCW2yqxAs0NiK4q2JTW { top:2.375rem;left:19.458984375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTleFJhhMSRQyn6BGih7QDgCg28x9Ze4 { width:36.8125rem;height:4.125rem;top:17.75rem;left:8.9267578125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORSyuVIyvdoV50AAR91OFVF7UttzlLw3 { width:28.1875rem;height:4rem;top:27.8125rem;left:19.5625rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #do2cHJOl8O56tCK6JELqUZN24UQMLMST { width:28.3125rem;height:6.75rem;top:8.875rem;left:19.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z647A7MN6oFeZ2WrVpQA95LKMPHz0FzT { width:29.1875rem;height:4rem;top:22.8125rem;left:16.4892578125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac { display:none; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EdQTzWZvRy2BrmS7esS3x9r67biJh9PZ { top:4.375rem;left:8.708984375rem;width:10.375rem;height:10.561883203986rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT2Oz079g6S9Lv3rKDR3UbtGts3gK9sc { top:5rem;left:1rem;width:10.4375rem;height:1.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WT2J8iZBHqlXgDAHae5beatEmeinu5Th { top:7.625rem;left:0rem;width:14.4375rem;height:1.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CeRFhHh5hE1scNBuMWbeQJ2Ec9sVOPQp { width:16.6875rem;height:3.375rem;top:8.875rem;left:22.7392578125rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTgndhQAaTn13QfPtzCus0Rp8RmoQa7y { top:8.4375rem;left:0.4375rem;width:13.4375rem;height:1.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXtZCQcgyHZH76ybGFxOVNe7qCU1gouQ { top:6.625rem;left:3.4375rem;width:10.4375rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X { display:block; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIzugvOAKX7NJnPQNfv2NcM8Kl978dC8 { top:2.25rem;left:21.248046875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxTelT4Z1ShMxi7fWrWLot23IqRKcPW2 { top:0rem;left:15.060546875rem;width:15.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe { display:block; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laWuVcsqoAsZSPi9DwgW50aeGNibhwTh { top:25.625rem;left:0rem;width:40.3125rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inb0zIX1JSDOPDKi0qr5dJncFLAcVb3I { top:40.9375rem;left:42.875rem;width:4.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB9hzI3dODdZQQcT7srKq3LiyH2L13UC { width:11.25rem;height:1.125rem;top:44.0625rem;left:36.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlH218U05LNt8b7HeGvrhhhiWmMhNE23 { width:9.3125rem;height:3rem;top:36.5625rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV4qF0ybGzbFJSrFlTgr84MMPe5sPzod { display:block; }
 }@media only screen and (max-width: 763px) { #MWWS8g46il0zwtmzg85GIeZWqadqlHMC { top:30.5rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODFZmGtnT6yQL62C4eWVaxJh7Xydyls1 { width:6.5625rem;height:1.625rem;top:34.125rem;left:40.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0b30fCc39g7Jo4yAAGcK1DEnn11ssde { width:9.375rem;height:3.5rem;top:76.375rem;left:11.06093788147rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUmaWF9G1WwZmJRxwq5kdAW6iWycJ9BW { display:block; }
 }@media only screen and (max-width: 763px) { #qZxtUIvccQHPL9fqa8EC5oA7Evh7Q04i { top:32.9375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRCEvuWUHhLqwnFw0opA6Axu0qt5l9F3 { top:31.375rem;left:28.0625rem;width:19.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOAGqTm2199CwUfKmryGRbhpU44HITsM { top:42.5rem;left:26.125rem;width:21.625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXCIbv4f2EqyssLytMLzOuULdJDsvyv8 { width:9.3125rem;height:2.9375rem;top:47.6875rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMc2URnHuK6OqbMJ1lXBBruEHvm5DART { display:block; }
 }@media only screen and (max-width: 763px) { #ihvwK7kmZFc8T1Q9W59QaHczPV2IOT0t { width:8.1875rem;height:1.375rem;top:92.75rem;left:2.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQcV4ggOa9VXSCvPegXGi4SDTCoLLWdt { width:33.125rem;height:1.375rem;top:30.625rem;left:1.561767578125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dtc1Avfe1TOJEpoCATodHMs7K8pNJz4Z { width:33.125rem;height:4.125rem;top:32.875rem;left:1.561767578125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FduQDHTZ54F6qIsWumIxK3peTRLNc8rz { width:33.125rem;height:2.75rem;top:37.875rem;left:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgxKBdRrzBUP3rxT64wWeSF2W674Ohyt { width:33.125rem;height:1.375rem;top:41.75rem;left:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFxZCPuG5PrwV4VDdJFINSs2K2CkDCD1 { width:34.5rem;height:4.125rem;top:44.0625rem;left:1.561767578125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqT6E4roLN3a1XH8mTyaEzAvnzLcaN3c { width:33.125rem;height:4.125rem;top:49.125rem;left:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B35L9LaMuQKSgAf8QkqkU7ySNDnC7XnI { width:33.9375rem;height:2.75rem;top:54.375rem;left:1.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKN9ixkabTTxrwUfd0pgTT1sSKTUgO0T { top:37.75rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFBDb49foTmWCpETM23HnyEwLS0nbzV4 { top:41.75rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVdJTvwsNM3g34C0A0QTKcMoKZR7KksQ { top:44.0625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K84IpzMuWJi7iUI2c6wPNdTKUaJTl9rR { top:49.1875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAXfiO79UUsQZvurcUC6T3PkeLpm1pS6 { top:54.375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfIvshANBUWrWR7viQTN4oSfV4kaZfMy { width:6.5625rem;height:1.625rem;top:45.4375rem;left:40.56201171875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi8SoO1X1aaJUgNmifHi8VqbyCn6Or6c { width:10.8125rem;height:1.125rem;top:32.5rem;left:36.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6bZV2IPLCpTzb3DkLWQ5U7P5AxSJfTo { top:24.6875rem;left:0rem;width:34.6875rem;height:17.342315044138rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUTT3tRrsFCdJZyVwSwtEbem6QfA8qJb { top:7.875rem;left:0rem;width:47.75rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phWWRxxdVBywJlqWSmnkq69sRpkcWWDt { top:0.5625rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9RvkS79fSFRTHUtK9q03aIkk0aBsmaU { top:12.4375rem;left:0rem;width:36.6875rem;height:19.591025667191rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2IRMi9VTpcoqrQT71szRNI9P6toJQhI { top:7.625rem;left:0rem;width:17rem;height:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLJH1PCynxuNanlnSKJQ96FS1VO4M9ti { top:26.875rem;left:33.375rem;width:14.375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4JH3MRvxDthJToPvO8gEr34NvxasyFR { display:block; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0bDhwbGKH0vn6RBETL7FEdsyEccnOvf { width:9.375rem;height:3.5rem;top:76.375rem;left:11.06093788147rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxNhGQRLEXs0EQacUxQL5EvPClHv6kgu { display:block; }
 }@media only screen and (max-width: 763px) { #onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ { display:block; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo { display:block; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsBw5ieZBtvTDgBMTdvdCbZ4QhEsceFz { width:47.75rem;height:1.5rem;top:1.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDokmPa8mRrXLB1wSuE9v2cq6dXxC80m { top:4.875rem;left:9.875rem;width:8.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmSB8satOg8Zog0vOJklARikR4p9ybeQ { top:5.5625rem;left:38.875rem;width:8.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMRyhAv8UDNZvGmA1RsHSBM19mi4rTw0 { top:6.3125rem;left:23rem;width:10.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1eETzASTTM29PyCEZMoDNmzH21bUTGA { top:5.125rem;left:0.75rem;width:5.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr { display:block; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUibWqCfJTD33FOxZThP6fLH37UCPVw5 { width:47.75rem;height:1.5rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF85SQV1Na56OM6SgIIpnaGi3QODAmUX { top:5.3125rem;left:14.625rem;width:6.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi9krDE9A1Rfng7a36gkgO0P3Dvd5pC3 { top:3.0625rem;left:22.499820709229rem;width:12.4375rem;height:8.1253674789313rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5b62cbb9-1535-438f-921f-479e75aa6133/landingAntykujon.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:none; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20.adaptive-delivery-prevent-bg, #rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20.lazyload, #rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20.lazyloading { background-image: none; }#rCl4NzENPJM0JaEHBrA8DEJLLHkQMJ20 > .row .container { width:20rem;height:57.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bp9FOq1ZAgKmnAeeRx6hGygGr8Bc2wKZ { width:10.375rem;height:10.5615rem;top:6.3134765625rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBWzbUsvnoEwVsCW2yqxAs0NiK4q2JTW { width:1.625rem;height:1.625rem;top:25.435168457031rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTleFJhhMSRQyn6BGih7QDgCg28x9Ze4 { width:18.3105625rem;height:9.7959rem;top:7.0361328125rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:poppins;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ORSyuVIyvdoV50AAR91OFVF7UttzlLw3 { width:20rem;height:auto;top:27.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:poppins;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #do2cHJOl8O56tCK6JELqUZN24UQMLMST { width:20rem;height:auto;top:8.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #z647A7MN6oFeZ2WrVpQA95LKMPHz0FzT { width:20rem;height:auto;top:22.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:poppins;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b904731b-ae33-462c-9430-215ef934c578/landingAntykujonJulki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac.adaptive-delivery-prevent-bg, #rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac.lazyload, #rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac.lazyloading { background-image: none; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row .container { background-color: transparent; background-image: none; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row .container > .video-iframe-container { display: none; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row > .video-iframe-container { display: none; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .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); }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row .container { border-width: 0; border-radius: 0; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKQH9dK9qEnNFqX5TbiGvmc9QZiKD8Ac > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdQTzWZvRy2BrmS7esS3x9r67biJh9PZ { width:5.06163125rem;height:5.12413125rem;top:1.5598976612091rem;left:0.74913197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT2Oz079g6S9Lv3rKDR3UbtGts3gK9sc { top:4.8703842163086rem;left:7.0552197098731rem;width:11.9993125rem;height:1.86889375rem;z-index:15016;font-size:1.4375rem;text-align:left;text-align-last:left;font-family:hero;display:block; }
 }@media only screen and (max-width: 763px) { #WT2J8iZBHqlXgDAHae5beatEmeinu5Th { top:8.3080363273619rem;left:11.813058555126rem;width:8.187125rem;height:1.38139375rem;z-index:15017;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:hero;display:block; }
 }@media only screen and (max-width: 763px) { #CeRFhHh5hE1scNBuMWbeQJ2Ec9sVOPQp { width:16.6875rem;height:0;top:7.5625rem;left:4.71875rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #OTgndhQAaTn13QfPtzCus0Rp8RmoQa7y { top:2.1209163665771rem;left:6.1550069451332rem;width:7.6875rem;height:1.625rem;z-index:15017;font-size:1.25rem;text-align:left;text-align-last:left;font-family:hero;display:block; }
 }@media only screen and (max-width: 763px) { #DXtZCQcgyHZH76ybGFxOVNe7qCU1gouQ { top:6.6830363273619rem;left:11.437500655651rem;width:8.3125rem;height:1.625rem;z-index:15017;font-size:1.25rem;text-align:left;text-align-last:left;font-family:hero;display:block; }
 }@media only screen and (max-width: 763px) { #NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X { display:block; }#NbKvkVxUrgQiiX01OLFIlPtTPRbinK9X > .row .container { width:20rem;height:5.760498046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIzugvOAKX7NJnPQNfv2NcM8Kl978dC8 { width:3.125rem;height:3.125rem;top:2.6358308792114rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxTelT4Z1ShMxi7fWrWLot23IqRKcPW2 { width:13.6248125rem;height:1.9494625rem;top:0.68714427948rem;left:3.1862569451332rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe { display:block; }#fTNTTgN2DG6nIaVMe0AL8ZWkH5BbefSe > .row .container { width:20rem;height:94.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laWuVcsqoAsZSPi9DwgW50aeGNibhwTh { width:20rem;height:44.6875rem;top:22.3125rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #Inb0zIX1JSDOPDKi0qr5dJncFLAcVb3I { width:5.625rem;height:1.62475625rem;top:82.1259765625rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB9hzI3dODdZQQcT7srKq3LiyH2L13UC { width:8.875rem;height:1.375rem;top:215.25rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlH218U05LNt8b7HeGvrhhhiWmMhNE23 { width:9.1875rem;height:2.9375rem;top:77.1259765625rem;left:5.43701171875rem;font-size:1.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -moz-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -ms-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -o-linear-gradient(3deg, #ec6f00, #e832b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='#e832b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='#e832b2' );";background-image: linear-gradient(3deg, #ec6f00, #e832b2);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XV4qF0ybGzbFJSrFlTgr84MMPe5sPzod { display:block; }
 }@media only screen and (max-width: 763px) { #MWWS8g46il0zwtmzg85GIeZWqadqlHMC { width:1.875rem;height:1.875rem;top:50.875rem;left:0.875rem;font-size:1.3125rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #ODFZmGtnT6yQL62C4eWVaxJh7Xydyls1 { width:6.5625rem;height:1.7871125rem;top:74.875rem;left:6.749267578125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0b30fCc39g7Jo4yAAGcK1DEnn11ssde { width:11.125rem;height:3.5rem;top:65.337501525881rem;left:4.4374998807907rem;font-size:1.0625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #OUmaWF9G1WwZmJRxwq5kdAW6iWycJ9BW { display:block; }
 }@media only screen and (max-width: 763px) { #qZxtUIvccQHPL9fqa8EC5oA7Evh7Q04i { width:1.875rem;height:1.875rem;top:25.625rem;left:1.14013671875rem;font-size:1.3125rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #qRCEvuWUHhLqwnFw0opA6Axu0qt5l9F3 { width:20rem;height:9.5rem;top:71.687744140625rem;left:0rem;z-index:14987;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOAGqTm2199CwUfKmryGRbhpU44HITsM { width:20rem;height:9.875rem;top:84.5625rem;left:0rem;z-index:14987;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXCIbv4f2EqyssLytMLzOuULdJDsvyv8 { width:9.175rem;height:2.925rem;top:89.9384765625rem;left:5.43701171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMc2URnHuK6OqbMJ1lXBBruEHvm5DART { display:block; }
 }@media only screen and (max-width: 763px) { #ihvwK7kmZFc8T1Q9W59QaHczPV2IOT0t { width:8.1875rem;height:1.3745125rem;top:85.750244140625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15095;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RQcV4ggOa9VXSCvPegXGi4SDTCoLLWdt { width:14.8125rem;height:2.2753875rem;top:25.625rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #dtc1Avfe1TOJEpoCATodHMs7K8pNJz4Z { width:14.75rem;height:6.8261875rem;top:28.875rem;left:3.875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #FduQDHTZ54F6qIsWumIxK3peTRLNc8rz { width:15.75rem;height:3.4130875rem;top:36.3125rem;left:3.875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #cgxKBdRrzBUP3rxT64wWeSF2W674Ohyt { width:13.0625rem;height:2.2753875rem;top:40.75rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #yFxZCPuG5PrwV4VDdJFINSs2K2CkDCD1 { width:15.75rem;height:5.688475rem;top:44.25rem;left:3.875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #FqT6E4roLN3a1XH8mTyaEzAvnzLcaN3c { width:12.0625rem;height:7.963875rem;top:51.1875rem;left:4rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #B35L9LaMuQKSgAf8QkqkU7ySNDnC7XnI { width:14rem;height:4.55078125rem;top:60.6875rem;left:3.875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #xKN9ixkabTTxrwUfd0pgTT1sSKTUgO0T { width:1.875rem;height:1.875rem;top:36.312255859375rem;left:1.14013671875rem;font-size:1.3125rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #bFBDb49foTmWCpETM23HnyEwLS0nbzV4 { width:1.875rem;height:1.875rem;top:40.74951171875rem;left:1.14013671875rem;font-size:1.3125rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #zVdJTvwsNM3g34C0A0QTKcMoKZR7KksQ { width:1.875rem;height:1.875rem;top:44.249267578125rem;left:1.14013671875rem;font-size:1.3125rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #K84IpzMuWJi7iUI2c6wPNdTKUaJTl9rR { width:1.875rem;height:1.875rem;top:28.87451171875rem;left:1.14013671875rem;font-size:1.3125rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #TAXfiO79UUsQZvurcUC6T3PkeLpm1pS6 { width:1.875rem;height:1.875rem;top:60.6875rem;left:1.125rem;font-size:1.3125rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #ZfIvshANBUWrWR7viQTN4oSfV4kaZfMy { width:6.1875rem;height:1.7871125rem;top:87.6875rem;left:6.937255859375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi8SoO1X1aaJUgNmifHi8VqbyCn6Or6c { width:14.6875rem;height:1.3745125rem;top:72.87548828125rem;left:2.686767578125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6bZV2IPLCpTzb3DkLWQ5U7P5AxSJfTo { width:6.0625rem;height:6.0625rem;top:1.75rem;left:-3.78125rem;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #qUTT3tRrsFCdJZyVwSwtEbem6QfA8qJb { width:15.4368125rem;height:0;top:7.68643116951rem;left:2.2807171940804rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #phWWRxxdVBywJlqWSmnkq69sRpkcWWDt { width:18.8110625rem;height:8.5205rem;top:0.364990234375rem;left:0.59326171875rem;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #P9RvkS79fSFRTHUtK9q03aIkk0aBsmaU { width:20rem;height:10.679125rem;top:14.43714427948rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2IRMi9VTpcoqrQT71szRNI9P6toJQhI { width:17.5rem;height:5.68846875rem;top:9.557373046875rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #uLJH1PCynxuNanlnSKJQ96FS1VO4M9ti { width:14.375rem;height:3.2495125rem;top:67.7490234375rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4JH3MRvxDthJToPvO8gEr34NvxasyFR { display:block; }#n4JH3MRvxDthJToPvO8gEr34NvxasyFR > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0bDhwbGKH0vn6RBETL7FEdsyEccnOvf { width:11.125rem;height:3.5rem;top:65.337501525881rem;left:4.4374998807907rem;font-size:1.0625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #sxNhGQRLEXs0EQacUxQL5EvPClHv6kgu { display:block; }
 }@media only screen and (max-width: 763px) { #onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ { display:block; }#onIDRZ4MBzpGXmP5PKJbAQUrydw70QnJ > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo { display:block; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsBw5ieZBtvTDgBMTdvdCbZ4QhEsceFz { width:20rem;height:1.42489375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDokmPa8mRrXLB1wSuE9v2cq6dXxC80m { width:6.75rem;height:4.375rem;top:3.8375005722046rem;left:6.6249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmSB8satOg8Zog0vOJklARikR4p9ybeQ { width:6.0625rem;height:3.625rem;top:14.592968940735rem;left:6.9687498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMRyhAv8UDNZvGmA1RsHSBM19mi4rTw0 { width:10.375rem;height:3.3125rem;top:9.5250005722044rem;left:4.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1eETzASTTM29PyCEZMoDNmzH21bUTGA { width:5.1875rem;height:5.8125rem;top:20.1552734375rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr { display:block; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUibWqCfJTD33FOxZThP6fLH37UCPVw5 { width:20rem;height:1.42489375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF85SQV1Na56OM6SgIIpnaGi3QODAmUX { width:6.125rem;height:3.6875rem;top:4.3625001907349rem;left:6.9374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi9krDE9A1Rfng7a36gkgO0P3Dvd5pC3 { width:10.3125rem;height:6.8125rem;top:8.0492153167725rem;left:4.8437498807907rem;display:block; }
 }