.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:64,100,39;--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); }#TGgpf476clg1z2cvqUkg4sHHFUTGKBNI { 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; }#TGgpf476clg1z2cvqUkg4sHHFUTGKBNI.adaptive-delivery-prevent-bg, #TGgpf476clg1z2cvqUkg4sHHFUTGKBNI.lazyload, #TGgpf476clg1z2cvqUkg4sHHFUTGKBNI.lazyloading { background-image: none; }#TGgpf476clg1z2cvqUkg4sHHFUTGKBNI > .row .container { background-color: transparent; background-image: none; }#TGgpf476clg1z2cvqUkg4sHHFUTGKBNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGgpf476clg1z2cvqUkg4sHHFUTGKBNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGgpf476clg1z2cvqUkg4sHHFUTGKBNI > .row .container > .video-iframe-container { display: none; }#TGgpf476clg1z2cvqUkg4sHHFUTGKBNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGgpf476clg1z2cvqUkg4sHHFUTGKBNI > .row > .video-iframe-container { display: none; }#TGgpf476clg1z2cvqUkg4sHHFUTGKBNI > .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); }#TGgpf476clg1z2cvqUkg4sHHFUTGKBNI > .row .container { border-width: 0; border-radius: 0; }#TGgpf476clg1z2cvqUkg4sHHFUTGKBNI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGgpf476clg1z2cvqUkg4sHHFUTGKBNI > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:60rem;position:relative;display:block; }#vfT7ZZ5nEqdIS00ENOPasL0E7HhrWdiC { 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; }
#IIVxSmz1nunekp0k67IcfTotBqiEzFKt { 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; }
#DqbWIiR2dbkEHBov0NCeewW0KTTyqHmc { 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; }
#uqdLlQzf6a1GaZM9XW4QqCSPThMM2KNJ { 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; }
#ATfm8QQ2DaEwRqlABvWGLunfR4nolz7V { 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:block; }
#WUXtmlalnVDswVr33seWlTNUIUond10T { 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; }
#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 { position:relative;display:none; }#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 { border-width: 0; border-radius: 0; }#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 > .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; }#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 > .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; }#QDU0TmyVaMpAoyndT9Ve3Qzduc93l0Jw { 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; }
#zpE5WLdgUgtCEJmDkHV0cknRQRTJ5whX { 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; }
#aNmyZcr5dQAnWsHcyEm82c5kUlr98plp { 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; }
#Gr2gAWXufuMG966Z8f7rO4y4CtiJtXJD { 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; }
#SAd1iPL20VzCvLM5SmFxBeivI1up9Wxm { 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; }
#WUKsm2Pg8Vz7kHhLTXHAKsuoA72Tkgr6 { 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; }
#EC8725Ld4F1BsqdQ8odHvK0TaQMBimcL { 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; }#EC8725Ld4F1BsqdQ8odHvK0TaQMBimcL > .row .container { background-color: transparent; background-image: none; }#EC8725Ld4F1BsqdQ8odHvK0TaQMBimcL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EC8725Ld4F1BsqdQ8odHvK0TaQMBimcL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EC8725Ld4F1BsqdQ8odHvK0TaQMBimcL > .row .container > .video-iframe-container { display: none; }#EC8725Ld4F1BsqdQ8odHvK0TaQMBimcL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EC8725Ld4F1BsqdQ8odHvK0TaQMBimcL > .row > .video-iframe-container { display: none; }#EC8725Ld4F1BsqdQ8odHvK0TaQMBimcL > .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); }#EC8725Ld4F1BsqdQ8odHvK0TaQMBimcL > .row .container { border-width: 0; border-radius: 0; }#EC8725Ld4F1BsqdQ8odHvK0TaQMBimcL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EC8725Ld4F1BsqdQ8odHvK0TaQMBimcL > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#WGHJT44M1N333s8di3sbnpGnLiZUuZwQ { 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; }
#HumNIyxJdzHJ8Uuzyvnl8hFZacJCpwzK { 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; }
#onIpQc6ZNxf2tZGKtT1oAwF7Gp23rgkm { 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; }#onIpQc6ZNxf2tZGKtT1oAwF7Gp23rgkm > .row .container { background-color: transparent; background-image: none; }#onIpQc6ZNxf2tZGKtT1oAwF7Gp23rgkm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onIpQc6ZNxf2tZGKtT1oAwF7Gp23rgkm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onIpQc6ZNxf2tZGKtT1oAwF7Gp23rgkm > .row .container > .video-iframe-container { display: none; }#onIpQc6ZNxf2tZGKtT1oAwF7Gp23rgkm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onIpQc6ZNxf2tZGKtT1oAwF7Gp23rgkm > .row > .video-iframe-container { display: none; }#onIpQc6ZNxf2tZGKtT1oAwF7Gp23rgkm > .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); }#onIpQc6ZNxf2tZGKtT1oAwF7Gp23rgkm > .row .container { border-width: 0; border-radius: 0; }#onIpQc6ZNxf2tZGKtT1oAwF7Gp23rgkm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onIpQc6ZNxf2tZGKtT1oAwF7Gp23rgkm > .row .container { font-size:0.875rem;font-family:arial;height:63.5625rem;width:60rem;position:relative;display:block; }#VBdz2uzeRoKuC60SBkpvzr4OIAG3gkJn { 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; }
#SIc8rDZVVkGcaatRmohQnZHfCGTtr8z4 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9375rem;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:39.187255859375rem;left:55.12451171875rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#J37hF6dU4DaeiMLTrHGcgOmezskINHHG { 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:34.812255859375rem;left:45rem;display:block; }
#OeldytlRWhy4DwgdfFVJX4q0btFWu9LX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ySwnxen81o1a9dhnDkEAoqKfRG9eOxTq { 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; }
#yaZT73qVT0pRk9kAJAMQLTRXgGm2iBMC { 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:32.436767578125rem;left:46.436767578125rem;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; }
#NDabLs9T1gMN4085uhQoa5rUSknPmISz { background-color:transparent;background-image: -webkit-linear-gradient(3deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(3deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(3deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(3deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(3deg, rgba(var(--color-primary-4),1), 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; }
#INf6n33vDOTgtblH8I5gT38pSQE2DpPr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQP6LvvNUW21T3TAF44DSlKndUH07hn1 { 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; }
#Z9f8eJAmz1kgv3PTGcVXpLPrUewcBX4J { position:absolute;display:block;z-index:14996;background-color:#bbe100;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:29.624267578125rem;left:38.6865234375rem;display:block; }
#VMF8kpFcToDb7T9WxnhB7gOZnJ84XzuZ { position:absolute;display:block;z-index:14997;background-color:#bbe100;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:20.875rem;top:40.6875rem;left:37.999267578125rem;display:block; }
#guRgO2V1aP2GbVg5fL5zHGil8cHwcUg4 { 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:45.874267578125rem;left:45rem;display:block; }
#RzFiXFRJaqSvm3rZTKOyGe6P6bAw3Hiz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w6ph0Xo4s2RnkQdN2emzX7r4BdyWVrvQ { 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; }
#PvXefLIPtaVvJxBQU6ikcbxWo44Bup03 { 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.38139375rem;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; }
#vBRNHe0auW2Kt6qEmg2QRgm2Z6MZbz3d { 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; }
#w4oZa7037T9uXeqfeM4F8tiuGT5NBXBL { 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.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; }
#lTtTgilJm9VnzhEBEiSVr1lc5zoNDury { 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.38139375rem;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; }
#y9QQh2irmKr3LBZMEgP1waOouLCeyNEH { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;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.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; }
#v4S3VQcMPG0ge6Bb5UZfqJ24yTq7Hb9A { 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; }
#zcpwlfHwRvRRDGKS6eqNrLVCxkfKf0Pt { 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; }
#fwOEnwnpUxLE5NucPp9RF7nnsfAtcUa0 { 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; }
#MtD5fXnK1iDyyBWOMD5DpCiX02ogUD8u { 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; }
#xbcqoDDPIfQG2G6LTFim9qJ4eMmkdC1b { 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; }
#WwZRNM2L5noGRh1ROFKvRJ2PAV6TMr6W { 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; }
#LTlJc4Tbtc3Qcym6xmdnzEvMDwhPikcv { 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; }
#GxvQkSr0tSzTfz07D8VwRvPaqvxF8CnD { 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:43.686767578125rem;left:46.37451171875rem;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; }
#oZhJDMC39CVfXibZyk69W8KDrBHqQwf6 { 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:30.749755859375rem;left:44.3115234375rem;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; }
#b9pKxo3mUFN6dd42IoEF6omPwPVFv87v { 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; }
#wcZ69mZCA43QVuTDNcc5qnW9Sa8PvfzB { 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; }
#B8dAX2ur5xEl7uTMPuaeIytxBStCUF0s { 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:1.124267578125rem;left:0rem;height:6.1743125rem;text-align:center;text-align-last:center;display:block; }
#PweqxEQrexfXph8s3pF2Sl9rknJefI4T { 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; }
#QQwFvOT4mmJ5CISLaUwDmu9wAdfQ7t44 { 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; }
#gVwbXqgPJydwkJoyyuIzKREXFChu1EvX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:25.562255859375rem;left:41.86767578125rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iztXq26WoxhugoSH1WULc7Ck82a9L5sK { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15110;line-height:1.1;letter-spacing:0;top:41.96923828125rem;left:48.35107421875rem;height:1.1682125rem;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; }
#rTcszTbtWf7aQegrHVlRZ1so06t0cTiO { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15096;line-height:1.1;letter-spacing:0;top:41.96923828125rem;left:43.100830078125rem;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; }
#asTkh931DLTktEOz7PRSlETT2Aef2OVL { 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; }#asTkh931DLTktEOz7PRSlETT2Aef2OVL > .row .container { background-color: transparent; background-image: none; }#asTkh931DLTktEOz7PRSlETT2Aef2OVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asTkh931DLTktEOz7PRSlETT2Aef2OVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asTkh931DLTktEOz7PRSlETT2Aef2OVL > .row .container > .video-iframe-container { display: none; }#asTkh931DLTktEOz7PRSlETT2Aef2OVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asTkh931DLTktEOz7PRSlETT2Aef2OVL > .row > .video-iframe-container { display: none; }#asTkh931DLTktEOz7PRSlETT2Aef2OVL > .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); }#asTkh931DLTktEOz7PRSlETT2Aef2OVL > .row .container { border-width: 0; border-radius: 0; }#asTkh931DLTktEOz7PRSlETT2Aef2OVL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#asTkh931DLTktEOz7PRSlETT2Aef2OVL > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:60rem;position:relative;display:block; }#rbo6CFEwue7rOWTDKFx8NXiQ1xffty4G { 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:25.9375rem;width:40.3125rem;top:20.9375rem;left:1.3125rem;display:block; }
#PUsJi0m2M15BR1nHxJ5rKFN5bVfMrvDZ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9375rem;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:32.9375rem;left:53.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#xJeM0MNGWfbz4b8kbgfZPr3R7Aud3Joc { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;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:35.9375rem;left:41.6875rem;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; }
#fOnxEpssATRaLhtLxBvyaZxUTtw75Qk7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.1;letter-spacing:0;top:35.9375rem;left:46.9375rem;height:1.1682125rem;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; }
#Lx8ElPlvkpu47VXrmHqhwfXkzp57tzyd { 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:28.1875rem;left:43.6875rem;display:block; }
#WtrbtiTa69kze89LXvhVwkA5T9uC4DaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z8BzTPyQnxR69VlFkPV7L2KLu37XipvJ { 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:25.8125rem;left:3.1875rem;display:block; }
#BmLrAQCGkof4ZWMneAV0lhUoRRoxQdxG { 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:25.8125rem;left:45.125rem;height:1.6503875rem;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; }
#nUxKSAb39DdIb4UK8QuftDxTRhhVEqSC { background-color:transparent;background-image: -webkit-linear-gradient(3deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(3deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(3deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(3deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(3deg, rgba(var(--color-primary-4),1), 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; }
#x10HkZB68zEZy5en1RuDqE4V42ZQGzRR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D6u9uTtRcROvgumQ2i3MGc6XAdWMmSw5 { 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:28.75rem;left:3.1875rem;display:block; }
#QvT2AqVPEa8x51C1AV6RXXpSmzGM2smH { position:absolute;display:block;z-index:14996;background-color:#bbe100;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:20.25rem;top:23rem;left:37.375rem;display:block; }
#t1XKJy8NZTpeddc6vLTPRrDvnBJpafAW { position:absolute;display:block;z-index:14998;background-color:#bbe100;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:34.5625rem;left:35.625rem;display:block; }
#Md4qZb5nE4D8cPpg9lqHbqEkBfdF29z0 { 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:39.5rem;left:43.6875rem;display:block; }
#HOn53dCEgR2PLtrq8vPdU6J8vi5oMqP3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNXsvJ7W3cpK9PFs3nC8RpDqNZAwlg9T { 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; }
#XNvPdIpedb8qpHzhUIxRoG2whe9saOzr { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:hero;font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.1;letter-spacing:0;top:127.375rem;left:46.8125rem;height:1.16875rem;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:none; }
#dRPUiT6gmLLnkm9izNA9VLJFAOEQMv0w { 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:25.9375rem;left:6.375rem;height:1.38139375rem;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; }
#ei6oMPsWGNQ4UT5Kwz9rVWXZSeF8guT5 { 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:28.875rem;left:6.375rem;height:1.38139375rem;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; }
#rWgo3CcTQTE6JB03bsgPSHcgWGqfFO9K { 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:31.6875rem;left:6.375rem;height:1.38139375rem;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; }
#NuzI6M135kVTEmygeUxGgqbA7ZRetw4b { 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:34.5625rem;left:6.375rem;height:1.38139375rem;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; }
#x0xF49ccZTnWPzthV9VlhnGJcFxAoX0W { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;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:37.5rem;left:6.375rem;height:1.38139375rem;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; }
#Q72FdC08kbuwNKXz8nhQvEfeH5rcJUPE { 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:40.3125rem;left:6.375rem;height:1.38139375rem;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; }
#VNp74io6yhhwpZ7KpBZ4vTwSJsXMn8ee { 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:42.9375rem;left:6.375rem;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; }
#z6xg8230FERkv7N0OhSBQpfKX1gkr1fu { display:block;width:57.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.748046875rem;left:1.3118476867676rem;height:4.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-3),1);font-style:normal;display:block; }
#p0mEptOKtsCwy0yrZ3yvrPNgfiQIPfpP { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.935546875rem;left:0.0146484375rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nQCayeFOC6BoNL4ldJhcM7xN500I4ayt { 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.375rem;width:34.5rem;top:7.9375rem;left:4.125rem;overflow:hidden;display:block; }
#SvUfx2ivE6WdrBehIWX6ufy2JOgSHIcW { 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:31.625rem;left:3.1875rem;display:block; }
#PpBddsOnKABQcbfq5oGtn2QX6Bm7pdVR { 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:34.5rem;left:3.1875rem;display:block; }
#WwzkEf8hRcu5g1SawedgOVK00hBVARh4 { 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:37.4375rem;left:3.1875rem;display:block; }
#WpKX7FqT5LxSJq0DP160skC0ekcciSTZ { 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:40.25rem;left:3.1875rem;display:block; }
#y91mkGpx071TeMlCPKB7ReDtv53qFpq7 { 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:43rem;left:3.1875rem;display:block; }
#PBXNkQx3hl7gQ1etNFGzaH84zASlBoiO { 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:37.375rem;left:45.0625rem;height:1.6503875rem;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; }
#RUsD64JVRBerN8JWOHZtGpM61IT0fhKD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;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:24.25rem;left:42.875rem;height:1.1684rem;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; }
#doOwyKIZN79K98iJHPmfRxIC2Unfe7nU { 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; }#doOwyKIZN79K98iJHPmfRxIC2Unfe7nU > .row .container { background-color: transparent; background-image: none; }#doOwyKIZN79K98iJHPmfRxIC2Unfe7nU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doOwyKIZN79K98iJHPmfRxIC2Unfe7nU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doOwyKIZN79K98iJHPmfRxIC2Unfe7nU > .row .container > .video-iframe-container { display: none; }#doOwyKIZN79K98iJHPmfRxIC2Unfe7nU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doOwyKIZN79K98iJHPmfRxIC2Unfe7nU > .row > .video-iframe-container { display: none; }#doOwyKIZN79K98iJHPmfRxIC2Unfe7nU > .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); }#doOwyKIZN79K98iJHPmfRxIC2Unfe7nU > .row .container { border-width: 0; border-radius: 0; }#doOwyKIZN79K98iJHPmfRxIC2Unfe7nU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doOwyKIZN79K98iJHPmfRxIC2Unfe7nU > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;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) { #TGgpf476clg1z2cvqUkg4sHHFUTGKBNI { display:block; }#TGgpf476clg1z2cvqUkg4sHHFUTGKBNI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfT7ZZ5nEqdIS00ENOPasL0E7HhrWdiC { top:2.375rem;left:11.083984375rem;width:10.5625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIVxSmz1nunekp0k67IcfTotBqiEzFKt { top:2.375rem;left:19.458984375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqbWIiR2dbkEHBov0NCeewW0KTTyqHmc { 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) { #uqdLlQzf6a1GaZM9XW4QqCSPThMM2KNJ { width:28.1875rem;height:4rem;top:27.8125rem;left:19.5625rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATfm8QQ2DaEwRqlABvWGLunfR4nolz7V { width:16.6875rem;height:3.375rem;top:8.875rem;left:22.7392578125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUXtmlalnVDswVr33seWlTNUIUond10T { width:29.1875rem;height:4rem;top:22.8125rem;left:16.4892578125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 { display:none; }#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QDU0TmyVaMpAoyndT9Ve3Qzduc93l0Jw { top:4.375rem;left:8.708984375rem;width:10.375rem;height:10.561883203986rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpE5WLdgUgtCEJmDkHV0cknRQRTJ5whX { top:5rem;left:1rem;width:10.4375rem;height:1.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNmyZcr5dQAnWsHcyEm82c5kUlr98plp { top:7.625rem;left:0rem;width:14.4375rem;height:1.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gr2gAWXufuMG966Z8f7rO4y4CtiJtXJD { 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) { #SAd1iPL20VzCvLM5SmFxBeivI1up9Wxm { 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) { #WUKsm2Pg8Vz7kHhLTXHAKsuoA72Tkgr6 { 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) { #EC8725Ld4F1BsqdQ8odHvK0TaQMBimcL { display:block; }#EC8725Ld4F1BsqdQ8odHvK0TaQMBimcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGHJT44M1N333s8di3sbnpGnLiZUuZwQ { 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) { #HumNIyxJdzHJ8Uuzyvnl8hFZacJCpwzK { top:0rem;left:15.060546875rem;width:15.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onIpQc6ZNxf2tZGKtT1oAwF7Gp23rgkm { display:block; }#onIpQc6ZNxf2tZGKtT1oAwF7Gp23rgkm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBdz2uzeRoKuC60SBkpvzr4OIAG3gkJn { top:25.625rem;left:0rem;width:40.3125rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIc8rDZVVkGcaatRmohQnZHfCGTtr8z4 { top:39.125rem;left:42.875rem;width:4.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37hF6dU4DaeiMLTrHGcgOmezskINHHG { width:9.3125rem;height:3rem;top:34.75rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeldytlRWhy4DwgdfFVJX4q0btFWu9LX { display:block; }
 }@media only screen and (max-width: 763px) { #ySwnxen81o1a9dhnDkEAoqKfRG9eOxTq { top:30.5rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaZT73qVT0pRk9kAJAMQLTRXgGm2iBMC { width:6.5625rem;height:1.625rem;top:32.375rem;left:40.311767578125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDabLs9T1gMN4085uhQoa5rUSknPmISz { width:9.375rem;height:3.5rem;top:76.375rem;left:11.06093788147rem;display:none; }
 }@media only screen and (max-width: 763px) { #INf6n33vDOTgtblH8I5gT38pSQE2DpPr { display:block; }
 }@media only screen and (max-width: 763px) { #wQP6LvvNUW21T3TAF44DSlKndUH07hn1 { top:32.9375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9f8eJAmz1kgv3PTGcVXpLPrUewcBX4J { top:29.5625rem;left:28.0625rem;width:19.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMF8kpFcToDb7T9WxnhB7gOZnJ84XzuZ { top:40.6875rem;left:26.9375rem;width:20.8125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guRgO2V1aP2GbVg5fL5zHGil8cHwcUg4 { width:9.3125rem;height:2.9375rem;top:45.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzFiXFRJaqSvm3rZTKOyGe6P6bAw3Hiz { display:block; }
 }@media only screen and (max-width: 763px) { #w6ph0Xo4s2RnkQdN2emzX7r4BdyWVrvQ { 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) { #PvXefLIPtaVvJxBQU6ikcbxWo44Bup03 { width:33.125rem;height:1.375rem;top:30.625rem;left:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBRNHe0auW2Kt6qEmg2QRgm2Z6MZbz3d { width:33.1875rem;height:4.125rem;top:32.9375rem;left:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w4oZa7037T9uXeqfeM4F8tiuGT5NBXBL { 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) { #lTtTgilJm9VnzhEBEiSVr1lc5zoNDury { 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) { #y9QQh2irmKr3LBZMEgP1waOouLCeyNEH { width:34.125rem;height:4.125rem;top:44.0625rem;left:1.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4S3VQcMPG0ge6Bb5UZfqJ24yTq7Hb9A { 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) { #zcpwlfHwRvRRDGKS6eqNrLVCxkfKf0Pt { 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) { #fwOEnwnpUxLE5NucPp9RF7nnsfAtcUa0 { top:37.75rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtD5fXnK1iDyyBWOMD5DpCiX02ogUD8u { top:41.75rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbcqoDDPIfQG2G6LTFim9qJ4eMmkdC1b { top:44.0625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwZRNM2L5noGRh1ROFKvRJ2PAV6TMr6W { top:49.1875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTlJc4Tbtc3Qcym6xmdnzEvMDwhPikcv { top:54.375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxvQkSr0tSzTfz07D8VwRvPaqvxF8CnD { width:6.5625rem;height:1.625rem;top:43.625rem;left:40.24951171875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZhJDMC39CVfXibZyk69W8KDrBHqQwf6 { width:10.8125rem;height:1.125rem;top:30.6875rem;left:36.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9pKxo3mUFN6dd42IoEF6omPwPVFv87v { top:24.6875rem;left:0rem;width:34.6875rem;height:17.342315044138rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcZ69mZCA43QVuTDNcc5qnW9Sa8PvfzB { top:7.875rem;left:0rem;width:47.75rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8dAX2ur5xEl7uTMPuaeIytxBStCUF0s { top:1.0625rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PweqxEQrexfXph8s3pF2Sl9rknJefI4T { top:12.4375rem;left:0rem;width:36.6875rem;height:19.591025667191rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQwFvOT4mmJ5CISLaUwDmu9wAdfQ7t44 { top:7.625rem;left:0rem;width:17rem;height:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVwbXqgPJydwkJoyyuIzKREXFChu1EvX { top:25.5rem;left:32.125rem;width:15.625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iztXq26WoxhugoSH1WULc7Ck82a9L5sK { width:9.8125rem;height:1.125rem;top:41.9375rem;left:37.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTcszTbtWf7aQegrHVlRZ1so06t0cTiO { width:7.4375rem;height:1.125rem;top:41.9375rem;left:36.975830078125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asTkh931DLTktEOz7PRSlETT2Aef2OVL { display:block; }#asTkh931DLTktEOz7PRSlETT2Aef2OVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbo6CFEwue7rOWTDKFx8NXiQ1xffty4G { top:20.9375rem;left:0rem;width:40.3125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUsJi0m2M15BR1nHxJ5rKFN5bVfMrvDZ { top:32.9375rem;left:42.8125rem;width:4.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJeM0MNGWfbz4b8kbgfZPr3R7Aud3Joc { width:7.4375rem;height:1.125rem;top:35.9375rem;left:35.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOnxEpssATRaLhtLxBvyaZxUTtw75Qk7 { width:9.8125rem;height:1.125rem;top:35.9375rem;left:37.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx8ElPlvkpu47VXrmHqhwfXkzp57tzyd { width:9.25rem;height:2.9375rem;top:28.1875rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtrbtiTa69kze89LXvhVwkA5T9uC4DaG { display:block; }
 }@media only screen and (max-width: 763px) { #z8BzTPyQnxR69VlFkPV7L2KLu37XipvJ { top:25.8125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmLrAQCGkof4ZWMneAV0lhUoRRoxQdxG { width:6.5625rem;height:1.625rem;top:25.75rem;left:38.999786376953rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUxKSAb39DdIb4UK8QuftDxTRhhVEqSC { width:9.375rem;height:3.5rem;top:76.375rem;left:11.06093788147rem;display:none; }
 }@media only screen and (max-width: 763px) { #x10HkZB68zEZy5en1RuDqE4V42ZQGzRR { display:block; }
 }@media only screen and (max-width: 763px) { #D6u9uTtRcROvgumQ2i3MGc6XAdWMmSw5 { top:28.75rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvT2AqVPEa8x51C1AV6RXXpSmzGM2smH { top:23rem;left:27.5rem;width:20.25rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1XKJy8NZTpeddc6vLTPRrDvnBJpafAW { top:34.5625rem;left:26.0625rem;width:21.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md4qZb5nE4D8cPpg9lqHbqEkBfdF29z0 { width:9.25rem;height:2.875rem;top:39.5rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOn53dCEgR2PLtrq8vPdU6J8vi5oMqP3 { display:block; }
 }@media only screen and (max-width: 763px) { #VNXsvJ7W3cpK9PFs3nC8RpDqNZAwlg9T { width:8rem;height:1.375rem;top:61rem;left:2.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNvPdIpedb8qpHzhUIxRoG2whe9saOzr { width:10.9375rem;height:1.125rem;top:62.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRPUiT6gmLLnkm9izNA9VLJFAOEQMv0w { width:33.1875rem;height:1.375rem;top:25.9375rem;left:0.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ei6oMPsWGNQ4UT5Kwz9rVWXZSeF8guT5 { width:33.1875rem;height:1.375rem;top:28.875rem;left:0.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWgo3CcTQTE6JB03bsgPSHcgWGqfFO9K { width:33.1875rem;height:1.375rem;top:31.6875rem;left:0.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuzI6M135kVTEmygeUxGgqbA7ZRetw4b { width:33.1875rem;height:1.375rem;top:34.5625rem;left:0.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0xF49ccZTnWPzthV9VlhnGJcFxAoX0W { width:34.1875rem;height:1.375rem;top:37.5rem;left:0.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q72FdC08kbuwNKXz8nhQvEfeH5rcJUPE { width:33.1875rem;height:1.375rem;top:40.3125rem;left:0.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNp74io6yhhwpZ7KpBZ4vTwSJsXMn8ee { width:34rem;height:2.75rem;top:42.9375rem;left:0.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6xg8230FERkv7N0OhSBQpfKX1gkr1fu { width:21.875rem;height:3.4375rem;top:10.625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0mEptOKtsCwy0yrZ3yvrPNgfiQIPfpP { top:5.875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQCayeFOC6BoNL4ldJhcM7xN500I4ayt { top:7.9375rem;left:0rem;width:34.5rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvUfx2ivE6WdrBehIWX6ufy2JOgSHIcW { top:31.625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpBddsOnKABQcbfq5oGtn2QX6Bm7pdVR { top:34.5rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwzkEf8hRcu5g1SawedgOVK00hBVARh4 { top:37.4375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpKX7FqT5LxSJq0DP160skC0ekcciSTZ { top:40.25rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y91mkGpx071TeMlCPKB7ReDtv53qFpq7 { top:43rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBXNkQx3hl7gQ1etNFGzaH84zASlBoiO { width:6.5625rem;height:1.625rem;top:37.3125rem;left:38.936851501465rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUsD64JVRBerN8JWOHZtGpM61IT0fhKD { width:12.625rem;height:1.125rem;top:24.25rem;left:35.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doOwyKIZN79K98iJHPmfRxIC2Unfe7nU { display:block; }#doOwyKIZN79K98iJHPmfRxIC2Unfe7nU > .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) { #TGgpf476clg1z2cvqUkg4sHHFUTGKBNI { 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; }#TGgpf476clg1z2cvqUkg4sHHFUTGKBNI.adaptive-delivery-prevent-bg, #TGgpf476clg1z2cvqUkg4sHHFUTGKBNI.lazyload, #TGgpf476clg1z2cvqUkg4sHHFUTGKBNI.lazyloading { background-image: none; }#TGgpf476clg1z2cvqUkg4sHHFUTGKBNI > .row .container { width:20rem;height:57.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vfT7ZZ5nEqdIS00ENOPasL0E7HhrWdiC { width:10.375rem;height:10.5615rem;top:6.3134765625rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIVxSmz1nunekp0k67IcfTotBqiEzFKt { width:1.625rem;height:1.625rem;top:25.435168457031rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqbWIiR2dbkEHBov0NCeewW0KTTyqHmc { 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) { #uqdLlQzf6a1GaZM9XW4QqCSPThMM2KNJ { 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) { #ATfm8QQ2DaEwRqlABvWGLunfR4nolz7V { width:16.6875rem;height:auto;top:8.875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUXtmlalnVDswVr33seWlTNUIUond10T { 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) { #m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 { 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; }#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0.adaptive-delivery-prevent-bg, #m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0.lazyload, #m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0.lazyloading { background-image: none; }#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 > .row .container { background-color: transparent; background-image: none; }#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 > .row .container > .video-iframe-container { display: none; }#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 > .row > .video-iframe-container { display: none; }#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 > .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); }#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 > .row .container { border-width: 0; border-radius: 0; }#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m7SuFssrwLDwpqH8IaZ3TruFi1i4ScK0 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDU0TmyVaMpAoyndT9Ve3Qzduc93l0Jw { width:5.06163125rem;height:5.12413125rem;top:1.5598976612091rem;left:0.74913197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpE5WLdgUgtCEJmDkHV0cknRQRTJ5whX { 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) { #aNmyZcr5dQAnWsHcyEm82c5kUlr98plp { 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) { #Gr2gAWXufuMG966Z8f7rO4y4CtiJtXJD { 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) { #SAd1iPL20VzCvLM5SmFxBeivI1up9Wxm { top:2.1209163665771rem;left:6.1550069451332rem;width:7.6875rem;height:1.62475625rem;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) { #WUKsm2Pg8Vz7kHhLTXHAKsuoA72Tkgr6 { 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) { #EC8725Ld4F1BsqdQ8odHvK0TaQMBimcL { display:block; }#EC8725Ld4F1BsqdQ8odHvK0TaQMBimcL > .row .container { width:20rem;height:5.760498046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGHJT44M1N333s8di3sbnpGnLiZUuZwQ { 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) { #HumNIyxJdzHJ8Uuzyvnl8hFZacJCpwzK { width:13.6248125rem;height:1.9504625rem;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) { #onIpQc6ZNxf2tZGKtT1oAwF7Gp23rgkm { display:block; }#onIpQc6ZNxf2tZGKtT1oAwF7Gp23rgkm > .row .container { width:20rem;height:96.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBdz2uzeRoKuC60SBkpvzr4OIAG3gkJn { width:20rem;height:44.6875rem;top:22.3125rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #SIc8rDZVVkGcaatRmohQnZHfCGTtr8z4 { width:5.625rem;height:1.62475625rem;top:84.6875rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37hF6dU4DaeiMLTrHGcgOmezskINHHG { width:9.1875rem;height:2.9375rem;top:79.6875rem;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) { #OeldytlRWhy4DwgdfFVJX4q0btFWu9LX { display:block; }
 }@media only screen and (max-width: 763px) { #ySwnxen81o1a9dhnDkEAoqKfRG9eOxTq { 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) { #yaZT73qVT0pRk9kAJAMQLTRXgGm2iBMC { width:6.5625rem;height:1.7871125rem;top:77.4365234375rem;left:6.749267578125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDabLs9T1gMN4085uhQoa5rUSknPmISz { 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) { #INf6n33vDOTgtblH8I5gT38pSQE2DpPr { display:block; }
 }@media only screen and (max-width: 763px) { #wQP6LvvNUW21T3TAF44DSlKndUH07hn1 { 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) { #Z9f8eJAmz1kgv3PTGcVXpLPrUewcBX4J { width:20rem;height:9.5rem;top:74.249267578125rem;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) { #VMF8kpFcToDb7T9WxnhB7gOZnJ84XzuZ { width:20rem;height:9.375rem;top:87.1240234375rem;left:0rem;z-index:14987;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guRgO2V1aP2GbVg5fL5zHGil8cHwcUg4 { width:9.175rem;height:2.925rem;top:92.25rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzFiXFRJaqSvm3rZTKOyGe6P6bAw3Hiz { display:block; }
 }@media only screen and (max-width: 763px) { #w6ph0Xo4s2RnkQdN2emzX7r4BdyWVrvQ { width:8.1875rem;height:1.3745125rem;top:88.0625rem;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) { #PvXefLIPtaVvJxBQU6ikcbxWo44Bup03 { 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) { #vBRNHe0auW2Kt6qEmg2QRgm2Z6MZbz3d { width:14.75rem;height:5.688475rem;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) { #w4oZa7037T9uXeqfeM4F8tiuGT5NBXBL { 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) { #lTtTgilJm9VnzhEBEiSVr1lc5zoNDury { 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) { #y9QQh2irmKr3LBZMEgP1waOouLCeyNEH { 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) { #v4S3VQcMPG0ge6Bb5UZfqJ24yTq7Hb9A { 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) { #zcpwlfHwRvRRDGKS6eqNrLVCxkfKf0Pt { 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) { #fwOEnwnpUxLE5NucPp9RF7nnsfAtcUa0 { 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) { #MtD5fXnK1iDyyBWOMD5DpCiX02ogUD8u { 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) { #xbcqoDDPIfQG2G6LTFim9qJ4eMmkdC1b { 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) { #WwZRNM2L5noGRh1ROFKvRJ2PAV6TMr6W { 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) { #LTlJc4Tbtc3Qcym6xmdnzEvMDwhPikcv { 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) { #GxvQkSr0tSzTfz07D8VwRvPaqvxF8CnD { width:6.1875rem;height:1.7871125rem;top:90rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZhJDMC39CVfXibZyk69W8KDrBHqQwf6 { width:14.6875rem;height:1.3745125rem;top:75.43701171875rem;left:2.686767578125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9pKxo3mUFN6dd42IoEF6omPwPVFv87v { width:6.0625rem;height:6.0625rem;top:1.75rem;left:-3.78125rem;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #wcZ69mZCA43QVuTDNcc5qnW9Sa8PvfzB { 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) { #B8dAX2ur5xEl7uTMPuaeIytxBStCUF0s { width:18.811625rem;height:4.26025rem;top:2.3125019073486rem;left:0.59201389551162rem;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PweqxEQrexfXph8s3pF2Sl9rknJefI4T { width:20rem;height:10.679125rem;top:14.43714427948rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQwFvOT4mmJ5CISLaUwDmu9wAdfQ7t44 { width:17.5rem;height:5.68846875rem;top:8.8085927963256rem;left:1.2500000596046rem;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) { #gVwbXqgPJydwkJoyyuIzKREXFChu1EvX { width:15.625rem;height:3.2495125rem;top:69.140625rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iztXq26WoxhugoSH1WULc7Ck82a9L5sK { width:17.5625rem;height:1.16875rem;top:41.9375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTcszTbtWf7aQegrHVlRZ1so06t0cTiO { width:8.875rem;height:1.375rem;top:41.9375rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #asTkh931DLTktEOz7PRSlETT2Aef2OVL { display:block; }#asTkh931DLTktEOz7PRSlETT2Aef2OVL > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbo6CFEwue7rOWTDKFx8NXiQ1xffty4G { width:20rem;height:29.75rem;top:14.029655456543rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #PUsJi0m2M15BR1nHxJ5rKFN5bVfMrvDZ { width:5.625rem;height:1.625rem;top:56.505865097046rem;left:7.1875002980231rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJeM0MNGWfbz4b8kbgfZPr3R7Aud3Joc { 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) { #fOnxEpssATRaLhtLxBvyaZxUTtw75Qk7 { width:17.5625rem;height:1.16875rem;top:216.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lx8ElPlvkpu47VXrmHqhwfXkzp57tzyd { width:9.1875rem;height:2.9375rem;top:51.529951095581rem;left:5.4062502980232rem;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) { #WtrbtiTa69kze89LXvhVwkA5T9uC4DaG { display:block; }
 }@media only screen and (max-width: 763px) { #z8BzTPyQnxR69VlFkPV7L2KLu37XipvJ { width:1.875rem;height:1.875rem;top:20.437500953674rem;left:0.87500005960463rem;font-size:1.3125rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #BmLrAQCGkof4ZWMneAV0lhUoRRoxQdxG { width:6.5625rem;height:1.7875rem;top:49.154689788818rem;left:6.7187498807906rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUxKSAb39DdIb4UK8QuftDxTRhhVEqSC { 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) { #x10HkZB68zEZy5en1RuDqE4V42ZQGzRR { display:block; }
 }@media only screen and (max-width: 763px) { #D6u9uTtRcROvgumQ2i3MGc6XAdWMmSw5 { width:1.875rem;height:1.875rem;top:17.149740219116rem;left:0.87500005960463rem;font-size:1.3125rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #QvT2AqVPEa8x51C1AV6RXXpSmzGM2smH { width:20rem;height:9.5rem;top:46.061201095581rem;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) { #t1XKJy8NZTpeddc6vLTPRrDvnBJpafAW { width:20rem;height:9.875rem;top:59.1875rem;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) { #Md4qZb5nE4D8cPpg9lqHbqEkBfdF29z0 { width:9.175rem;height:2.925rem;top:64.50000190735rem;left:5.4125002622604rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOn53dCEgR2PLtrq8vPdU6J8vi5oMqP3 { display:block; }
 }@media only screen and (max-width: 763px) { #VNXsvJ7W3cpK9PFs3nC8RpDqNZAwlg9T { width:8rem;height:1.375rem;top:61.043750762939rem;left:8.5625003576281rem;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) { #XNvPdIpedb8qpHzhUIxRoG2whe9saOzr { width:10.9375rem;height:1.1684rem;top:62.56250190735rem;left:4.5312498807907rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #dRPUiT6gmLLnkm9izNA9VLJFAOEQMv0w { width:14.8125rem;height:2.2753875rem;top:17.299480438233rem;left:3.4375002980233rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #ei6oMPsWGNQ4UT5Kwz9rVWXZSeF8guT5 { width:14.75rem;height:2.2753875rem;top:20.625000953674rem;left:3.3750002980233rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #rWgo3CcTQTE6JB03bsgPSHcgWGqfFO9K { width:15.75rem;height:2.2753875rem;top:23.9375rem;left:3.3437502980233rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #NuzI6M135kVTEmygeUxGgqbA7ZRetw4b { width:13.0625rem;height:3.4130875rem;top:27.250001907349rem;left:3.3437502980233rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #x0xF49ccZTnWPzthV9VlhnGJcFxAoX0W { width:15.75rem;height:2.2753875rem;top:31.750001907349rem;left:3.3125002980233rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #Q72FdC08kbuwNKXz8nhQvEfeH5rcJUPE { width:12.0625rem;height:2.2753875rem;top:35.0625rem;left:3.3125002980233rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #VNp74io6yhhwpZ7KpBZ4vTwSJsXMn8ee { width:14rem;height:4.55078125rem;top:38.375rem;left:3.3750002980233rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #z6xg8230FERkv7N0OhSBQpfKX1gkr1fu { width:20rem;height:2.5rem;top:0.99853515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0mEptOKtsCwy0yrZ3yvrPNgfiQIPfpP { width:18.562rem;height:1.3994125rem;top:5.01953125rem;left:0.7177734375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQCayeFOC6BoNL4ldJhcM7xN500I4ayt { width:19.875rem;height:10rem;top:6.3404954671863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvUfx2ivE6WdrBehIWX6ufy2JOgSHIcW { width:1.875rem;height:1.875rem;top:23.75rem;left:0.87500005960463rem;font-size:1.3125rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #PpBddsOnKABQcbfq5oGtn2QX6Bm7pdVR { width:1.875rem;height:1.875rem;top:27.062501907349rem;left:0.87500005960463rem;font-size:1.3125rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #WwzkEf8hRcu5g1SawedgOVK00hBVARh4 { width:1.875rem;height:1.875rem;top:31.599611282349rem;left:0.93750005960463rem;font-size:1.3125rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #WpKX7FqT5LxSJq0DP160skC0ekcciSTZ { width:1.875rem;height:1.875rem;top:34.9375rem;left:0.87500005960463rem;font-size:1.3125rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #y91mkGpx071TeMlCPKB7ReDtv53qFpq7 { width:1.875rem;height:1.875rem;top:38.187501907349rem;left:0.87500005960463rem;font-size:1.3125rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #PBXNkQx3hl7gQ1etNFGzaH84zASlBoiO { width:7.0625rem;height:1.7875rem;top:60.837501525879rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUsD64JVRBerN8JWOHZtGpM61IT0fhKD { width:14.6875rem;height:1.375rem;top:47.267580032349rem;left:3.0000000596046rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #doOwyKIZN79K98iJHPmfRxIC2Unfe7nU { display:block; }#doOwyKIZN79K98iJHPmfRxIC2Unfe7nU > .row .container { width:20rem;height:8.125rem;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; }
 }