.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image: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); }#mIL43FBdeyJb6e8arozwe0zHAIhFnloc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#mIL43FBdeyJb6e8arozwe0zHAIhFnloc.adaptive-delivery-prevent-bg, #mIL43FBdeyJb6e8arozwe0zHAIhFnloc.lazyload, #mIL43FBdeyJb6e8arozwe0zHAIhFnloc.lazyloading { background-image: none; }#mIL43FBdeyJb6e8arozwe0zHAIhFnloc > .row .container { background-color: transparent; background-image: none; }#mIL43FBdeyJb6e8arozwe0zHAIhFnloc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIL43FBdeyJb6e8arozwe0zHAIhFnloc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIL43FBdeyJb6e8arozwe0zHAIhFnloc > .row .container > .video-iframe-container { display: none; }#mIL43FBdeyJb6e8arozwe0zHAIhFnloc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIL43FBdeyJb6e8arozwe0zHAIhFnloc > .row > .video-iframe-container { display: none; }#mIL43FBdeyJb6e8arozwe0zHAIhFnloc > .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); }#mIL43FBdeyJb6e8arozwe0zHAIhFnloc > .row .container { border-width: 0; border-radius: 0; }#mIL43FBdeyJb6e8arozwe0zHAIhFnloc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mIL43FBdeyJb6e8arozwe0zHAIhFnloc > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:60rem;position:relative;display:block; }#RktLaSSyzblo0rVGZWEtaqe9cqQUlPqd { 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; }
#WPNxmvIznfBRU5SI2WoWQV4b9rtpoIo3 { 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; }
#hx8IUxnvAhs2akeETOmmIoN5o0WpXsvX { 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(0,0,0,0.5);top:17.75rem;left:15.0517578125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xbo35rW9gH8RXWuAaqoTzhCaOig7gbpK { 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(0,0,0,0.5);top:27.865234375rem;left:31.125rem;height:4.0562875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z2Q2CGN6ae3Ed70BczodxO7Lr6O0y98N { 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; }
#sLKlZKNpl3rTg7O4xMH3ZuVJaIkZhUH9 { 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(0,0,0,0.5);top:22.84765625rem;left:22.6142578125rem;height:4.0562875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb { position:relative;display:none; }#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb { border-width: 0; border-radius: 0; }#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb > .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; }#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#Qohcd2cUJ6NMXaNKvDLBlGPAmqvMzMKJ { 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; }
#HWzSZIu0bVUCcWGJeAguVacMNDedNqTX { color:#000000;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; }
#ob1CcpQ880FeLicBzBmgu5UsJCb64WKo { color:#000000;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; }
#vZHuRsk2USsl33ZHyzhVXmtfJ6UlGOVB { 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; }
#CHvmqP0FHaZgC9A8BTZKnqgQ3S1XugJB { color:#000000;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; }
#ZV3VlPs4eVPlbFbz2T54Cq0XQTkn462q { color:#000000;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; }
#OG4McEiEpmHF577ga9SZTE9husIgv3pR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OG4McEiEpmHF577ga9SZTE9husIgv3pR > .row .container { background-color: transparent; background-image: none; }#OG4McEiEpmHF577ga9SZTE9husIgv3pR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG4McEiEpmHF577ga9SZTE9husIgv3pR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG4McEiEpmHF577ga9SZTE9husIgv3pR > .row .container > .video-iframe-container { display: none; }#OG4McEiEpmHF577ga9SZTE9husIgv3pR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG4McEiEpmHF577ga9SZTE9husIgv3pR > .row > .video-iframe-container { display: none; }#OG4McEiEpmHF577ga9SZTE9husIgv3pR > .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); }#OG4McEiEpmHF577ga9SZTE9husIgv3pR > .row .container { border-width: 0; border-radius: 0; }#OG4McEiEpmHF577ga9SZTE9husIgv3pR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OG4McEiEpmHF577ga9SZTE9husIgv3pR > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#nO5x9ibs79QVXykWBmAbKcolmfcziNIm { 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; }
#iHogqeLwiIpQD7u8Gyr2hn9JWT3PoXJf { color:#000000;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; }
#CikHaDZ1Ku2c3Cym4Caf82FoSgDOOLqV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #eec303, #e832b2);background-image: -moz-linear-gradient(360deg, #eec303, #e832b2);background-image: -ms-linear-gradient(360deg, #eec303, #e832b2);background-image: -o-linear-gradient(360deg, #eec303, #e832b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eec303', endColorstr='#e832b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eec303', endColorstr='#e832b2' );";background-image: linear-gradient(360deg, #eec303, #e832b2);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; }#CikHaDZ1Ku2c3Cym4Caf82FoSgDOOLqV > .row .container { background-color: transparent; background-image: none; }#CikHaDZ1Ku2c3Cym4Caf82FoSgDOOLqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CikHaDZ1Ku2c3Cym4Caf82FoSgDOOLqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CikHaDZ1Ku2c3Cym4Caf82FoSgDOOLqV > .row .container > .video-iframe-container { display: none; }#CikHaDZ1Ku2c3Cym4Caf82FoSgDOOLqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CikHaDZ1Ku2c3Cym4Caf82FoSgDOOLqV > .row > .video-iframe-container { display: none; }#CikHaDZ1Ku2c3Cym4Caf82FoSgDOOLqV > .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); }#CikHaDZ1Ku2c3Cym4Caf82FoSgDOOLqV > .row .container { border-width: 0; border-radius: 0; }#CikHaDZ1Ku2c3Cym4Caf82FoSgDOOLqV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CikHaDZ1Ku2c3Cym4Caf82FoSgDOOLqV > .row .container { font-size:0.875rem;font-family:arial;height:63.5625rem;width:60rem;position:relative;display:block; }#icBDZ9RQTgkvmEHc9L2lcqSlTMGDbGny { position:absolute;display:block;z-index:15078;background-color:#ffffff;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(0,0,0,0.5) ;height:33.4375rem;width:40.3125rem;top:25.625rem;left:2.625rem;display:block; }
#SHsLDNfmRL4rwOosNdnu4SqpF111t3K6 { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:poppins;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(0,0,0,0.5);top:35.375rem;left:55.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#avgEUELNz5dMolmPkOEiMQXAsWJTUI04 { color:#000000;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:40.625rem;left:43.5625rem;height:1.16796875rem;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; }
#INEHArrk4Og2aUTBHkvNwVnXrltK3wxW { color:#000000;display:block;width:13.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15093;line-height:1.1;letter-spacing:0;top:38.5625rem;left:43.375rem;height:1.375rem;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; }
#VP8zTMtRv3kC80Kpzpo5f7JNKwhkCP0G { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15153;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:46.5625rem;left:55.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#MTgN2gtpJuSTNTOICmOCUokP7DTII8F6 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:49.5625rem;left:46.5625rem;height:1.1684rem;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; }
#nTFO4vbQqPe3dIcJAJ1hwsDPsOh757Ep { 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;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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:31rem;left:45rem;display:block; }
#TU2wbWDFZ5552nPd7nyrNIaV2KmoygGs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uDh0EWwkudJT7bwDa7FrlGaRk0ZGqKkM { box-sizing:content-box;color:#caf303;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 #000000;display:block;z-index:15100;top:30.5rem;left:4.5rem;display:block; }
#T2tGla7R2UqLzMzd2BZCCrLvfr2cTIhR { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15091;line-height:1.1;letter-spacing:0;top:28.625rem;left:46.4375rem;height:1.6494125rem;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; }
#ANw0BGNzE9l7nbRAS6Pfe0JUf9xzO25t { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #406427, #caf303);background-image: -moz-linear-gradient(3deg, #406427, #caf303);background-image: -ms-linear-gradient(3deg, #406427, #caf303);background-image: -o-linear-gradient(3deg, #406427, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #406427, #caf303);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;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; }
#XZxpu0t6gLTWOd6fh8ellJcLqAlpIRce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QvtDwnucq8lKIv0AfSM2ZxQ0K4kyWAcp { box-sizing:content-box;color:#caf303;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 #000000;display:block;z-index:15101;top:32.9375rem;left:4.5rem;display:block; }
#yH58SIaKu5Lz5Ow0PTqvaBvXEoEllrto { 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(0,0,0,0.5) ;height:9.625rem;width:19.75rem;top:25.8125rem;left:38.6875rem;display:block; }
#gMC3IaqfEnIgLEGsi8HK1SCkbTr2FIbT { 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(0,0,0,0.5) ;height:9.6875rem;width:20.875rem;top:36.875rem;left:38rem;display:block; }
#ZTNZ33Lv2ofDEAR6Wb749FVXwgQcITtQ { 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;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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:15098;text-align:center;text-align-last:center;top:42.5rem;left:45rem;display:block; }
#C4fERNvg8sed5roi3Q42DUyWv9f1mxPg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T00yBRMB3fsT0p6wtUmuENT51seCozPv { 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(0,0,0,0.5) ;height:9.6875rem;width:21.6875rem;top:48.0625rem;left:36.9375rem;display:block; }
#hcoEoLvsmSgSf3Ec4FAPHaiw9miOAOU0 { 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;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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:53.1875rem;left:45.4375rem;display:block; }
#pOEvnsHh2RrAnuTmdHGQJvQWWdNRkK6l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BigPT01ThJ8wZLoWT1DmslWqW3ET3SWJ { color:#000000;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; }
#cCuMlFF3QUFlbgax1vNqHJk0U2Anv9Tm { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:poppins;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; }
#hqKVO7aHqphiler1D9h7q5UKmtHPt9zk { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:32.9375rem;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; }
#tqWgrSrkSzMTyyL85UZ1enxF1T9ht81u { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:poppins;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; }
#t6nGg4urg0s4PTqC1uOZryPoBK2NirFd { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:poppins;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; }
#AsVB6nJUDoRDKBTotuQLJsZK9a2uZTo5 { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:44.0625rem;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; }
#uGKbTt8UIFcD2t3l2QhesIWHVdlOmXB4 { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:poppins;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; }
#sCRaTbFH9tiAAUgCGFOD43Hh6NxxLSyI { color:#000000;display:block;width:34rem;position:absolute;font-family:poppins;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; }
#MxwNRfmJ6khfEkaVuzWCqWBoFzhlMcmC { box-sizing:content-box;color:#caf303;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 #000000;display:block;z-index:15102;top:37.75rem;left:4.5rem;display:block; }
#ssfPstPL9wBJLEbshWd3RWedQZHeLei7 { box-sizing:content-box;color:#caf303;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 #000000;display:block;z-index:15103;top:41.75rem;left:4.5rem;display:block; }
#wWJPdzTvccTQ3NzOhWqQLTheMTUVnXoB { box-sizing:content-box;color:#caf303;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 #000000;display:block;z-index:15104;top:44.0625rem;left:4.5rem;display:block; }
#RzQnDD54Ta6Cfa5nwGA19fTXNRvET5Vn { box-sizing:content-box;color:#caf303;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 #000000;display:block;z-index:15105;top:49.1875rem;left:4.5rem;display:block; }
#JtnmvMpJ7ACgpTcBtxfIT14nJTpbGRUU { box-sizing:content-box;color:#caf303;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 #000000;display:block;z-index:15106;top:54.375rem;left:4.5rem;display:block; }
#vC3flqM1zwT4bHuMgZgAdJaGElwFyiu5 { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15092;line-height:1.1;letter-spacing:0;top:51rem;left:46.8125rem;height:1.6494125rem;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; }
#TauyUuZ7UdH45p8rreh1nOE4AaFMBhbl { color:#0c61da;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:26.9375rem;left:44.3125rem;height:1.1684rem;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; }
#MMCG8GTKWpRV4M7AmHfvko8MRAzKH7n6 { 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; }
#ysWRkWmBZZbCWgu0NElPC6aIPtqFOlRG { color:#fdf6f8;display:block;width:57.2470625rem;position:absolute;font-family:poppins;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:block; }
#TGn1wUBtfOcG8u3T340W5iquBCxt5fl9 { color:#000000;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(0,0,0,0.5);top:2.99853515625rem;left:0.03125rem;height:3.0872375rem;text-align:center;text-align-last:center;display:block; }
#SF72HGuyNMgAcZndL1T261JrffLCq1cH { 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; }
#SSNUzD5bo8dsLkS74Lbm2ARTEQ1rJQzA { color:#fdf6f8;display:block;width:57.2470625rem;position:absolute;font-family:poppins;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; }
#Tu3pu1hkm0NxqrBUNAN29gXDTR6oCHxR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e832b2, #eec303);background-image: -moz-linear-gradient(360deg, #e832b2, #eec303);background-image: -ms-linear-gradient(360deg, #e832b2, #eec303);background-image: -o-linear-gradient(360deg, #e832b2, #eec303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e832b2', endColorstr='#eec303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e832b2', endColorstr='#eec303' );";background-image: linear-gradient(360deg, #e832b2, #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; }#Tu3pu1hkm0NxqrBUNAN29gXDTR6oCHxR > .row .container { background-color: transparent; background-image: none; }#Tu3pu1hkm0NxqrBUNAN29gXDTR6oCHxR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tu3pu1hkm0NxqrBUNAN29gXDTR6oCHxR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tu3pu1hkm0NxqrBUNAN29gXDTR6oCHxR > .row .container > .video-iframe-container { display: none; }#Tu3pu1hkm0NxqrBUNAN29gXDTR6oCHxR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tu3pu1hkm0NxqrBUNAN29gXDTR6oCHxR > .row > .video-iframe-container { display: none; }#Tu3pu1hkm0NxqrBUNAN29gXDTR6oCHxR > .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); }#Tu3pu1hkm0NxqrBUNAN29gXDTR6oCHxR > .row .container { border-width: 0; border-radius: 0; }#Tu3pu1hkm0NxqrBUNAN29gXDTR6oCHxR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tu3pu1hkm0NxqrBUNAN29gXDTR6oCHxR > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:60rem;position:relative;display:block; }#ZiucPrEtJxF9UCf1WvT7nnOHc1HQJXgJ { position:absolute;display:block;z-index:15078;background-color:#ffffff;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(0,0,0,0.5) ;height:25.9375rem;width:40.3125rem;top:20.9375rem;left:1.3125rem;display:block; }
#sHZPTPJT77XqwvKBAB98WzQ1t8xO3y6L { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:poppins;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(0,0,0,0.5);top:32.9375rem;left:53.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ISlQ32auG0VUQtMU92eaOPqlNxReldlP { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:poppins;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.1684rem;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; }
#TVv3TTTnxZdCTTJD32sMbh6cH2dDvkyT { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:poppins;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.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; }
#tsFdp5V0bkTdAfRkL7H4TNRaf4ElE7e3 { 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;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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; }
#HRL77FgaWORIMLrRfDWwuHipZHTTsw7p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O8HIEmnNJanyPhxKDepsrJsP1xQHubWz { box-sizing:content-box;color:#caf303;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 #000000;display:block;z-index:15100;top:25.8125rem;left:3.1875rem;display:block; }
#UzMr8uWZ37PUPguM5nP2HMhfUr9ddE6S { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:poppins;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.6497375rem;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; }
#EloFrxydW2QqTH4HcRwDTQuNcbprnXN3 { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #406427, #caf303);background-image: -moz-linear-gradient(3deg, #406427, #caf303);background-image: -ms-linear-gradient(3deg, #406427, #caf303);background-image: -o-linear-gradient(3deg, #406427, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #406427, #caf303);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;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; }
#m03A0SJTT1e113tXdRbtGiBLEXQx8zQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rVLKGQn3IiNHK0T043grBwuErTRnvvyw { box-sizing:content-box;color:#caf303;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 #000000;display:block;z-index:15101;top:28.75rem;left:3.1875rem;display:block; }
#nSxH9N1JIuwZA6qDNOZmPS6GdDEbiHFu { 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(0,0,0,0.5) ;height:9.625rem;width:20.25rem;top:23rem;left:37.375rem;display:block; }
#rrlBnTKo0H5AcW8TBRqQaOBIpBcKith7 { 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(0,0,0,0.5) ;height:9.6875rem;width:21.6875rem;top:34.5625rem;left:35.625rem;display:block; }
#sgKItgDT3DDx8L8NdCyuOGMuv537nvR6 { 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;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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; }
#oTiviemSSna0ZOooLDZ2e9oQO4MLkqQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#quisaJA7eTCeclrgeBUWPWEq5XtOITGd { color:#000000;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; }
#PtDx2wGEa2hQO4xIEiEHA3kRtTPZBaJ5 { color:#000000;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; }
#QNGO8Q1rCr3cotzqRBRgdEp28TJ3vWMb { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:poppins;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; }
#I4WKwLiJGbyJBvzupMKnHUSXQskv2RBh { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:poppins;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; }
#tUKTA8g41uy0CH0VEwCdFMoLkyRrADEp { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:poppins;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; }
#d1bqqCayTE9exM0VsMaewAOWtSFbsMVL { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:poppins;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; }
#L702u7zpTPgzn1fwkyKbm0LaNDv469Wa { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:poppins;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; }
#L7q3hTmlt1NIKGgoQg17LnmrG5Zb4G3A { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:poppins;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; }
#yxG1w4zQ4acJhZT24JWHe1TEAZv1rdFO { color:#000000;display:block;width:34rem;position:absolute;font-family:poppins;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; }
#h7I1v94rVSZV1U712SvxTBMPpMBsWDyS { display:block;width:57.875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1.748046875rem;left:1.3118476867676rem;height:4.375rem;text-align:center;text-align-last:center;color:#caf303;font-style:normal;display:block; }
#MgxviRTeE3QJuOCvl848n5JSA4RBp3Ms { color:#fdf6f8;display:block;width:60rem;position:absolute;font-family:poppins;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(0,0,0,0.5);top:5.873046875rem;left:0.0146484375rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TW4uBaPMfJNrkW30h684g406ckwztmd5 { 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; }
#e4qVCnlBx0fiRLvWOb48BTU3danVJTV4 { box-sizing:content-box;color:#caf303;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 #000000;display:block;z-index:15102;top:31.625rem;left:3.1875rem;display:block; }
#peOMacTcmr7NrLFTawJTPPJwmZEo1i7K { box-sizing:content-box;color:#caf303;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 #000000;display:block;z-index:15103;top:34.5rem;left:3.1875rem;display:block; }
#RerdAV1QRLVJd5Dgr96O96N8aKuDaG2U { box-sizing:content-box;color:#caf303;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 #000000;display:block;z-index:15104;top:37.4375rem;left:3.1875rem;display:block; }
#BnFGIIGdrOTrGTxxHrbrKqmJSxugX8eZ { box-sizing:content-box;color:#caf303;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 #000000;display:block;z-index:15105;top:40.25rem;left:3.1875rem;display:block; }
#xdW2AMuLFJeAFG1i43ioFA0mxwAb3ZAV { box-sizing:content-box;color:#caf303;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 #000000;display:block;z-index:15106;top:43rem;left:3.1875rem;display:block; }
#GdlDTp4aAwWWMDXWZmvshWBaWIJLZ6W3 { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:poppins;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.6497375rem;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; }
#sbuSDlTIhsDskPgB9mWAWGF2hfT6vFcD { color:#000000;display:block;width:12.625rem;position:absolute;font-family:poppins;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; }
#Wsv5DQVEKZq7GTEJR4FFipVM5IX9kb9p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e832b2, #ffffff);background-image: -moz-linear-gradient(180deg, #e832b2, #ffffff);background-image: -ms-linear-gradient(180deg, #e832b2, #ffffff);background-image: -o-linear-gradient(180deg, #e832b2, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e832b2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e832b2', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e832b2, #ffffff);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; }#Wsv5DQVEKZq7GTEJR4FFipVM5IX9kb9p > .row .container { background-color: transparent; background-image: none; }#Wsv5DQVEKZq7GTEJR4FFipVM5IX9kb9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wsv5DQVEKZq7GTEJR4FFipVM5IX9kb9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wsv5DQVEKZq7GTEJR4FFipVM5IX9kb9p > .row .container > .video-iframe-container { display: none; }#Wsv5DQVEKZq7GTEJR4FFipVM5IX9kb9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wsv5DQVEKZq7GTEJR4FFipVM5IX9kb9p > .row > .video-iframe-container { display: none; }#Wsv5DQVEKZq7GTEJR4FFipVM5IX9kb9p > .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); }#Wsv5DQVEKZq7GTEJR4FFipVM5IX9kb9p > .row .container { border-width: 0; border-radius: 0; }#Wsv5DQVEKZq7GTEJR4FFipVM5IX9kb9p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wsv5DQVEKZq7GTEJR4FFipVM5IX9kb9p > .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:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:poppins;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:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:poppins;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) { #mIL43FBdeyJb6e8arozwe0zHAIhFnloc { display:block; }#mIL43FBdeyJb6e8arozwe0zHAIhFnloc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RktLaSSyzblo0rVGZWEtaqe9cqQUlPqd { top:2.375rem;left:11.083984375rem;width:10.5625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPNxmvIznfBRU5SI2WoWQV4b9rtpoIo3 { top:2.375rem;left:19.458984375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx8IUxnvAhs2akeETOmmIoN5o0WpXsvX { 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) { #xbo35rW9gH8RXWuAaqoTzhCaOig7gbpK { width:28.1875rem;height:4rem;top:27.8125rem;left:19.5625rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Q2CGN6ae3Ed70BczodxO7Lr6O0y98N { 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) { #sLKlZKNpl3rTg7O4xMH3ZuVJaIkZhUH9 { width:29.1875rem;height:4rem;top:22.8125rem;left:16.4892578125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb { display:none; }#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qohcd2cUJ6NMXaNKvDLBlGPAmqvMzMKJ { top:4.375rem;left:8.708984375rem;width:10.375rem;height:10.561883203986rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWzSZIu0bVUCcWGJeAguVacMNDedNqTX { top:5rem;left:1rem;width:10.4375rem;height:1.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ob1CcpQ880FeLicBzBmgu5UsJCb64WKo { top:7.625rem;left:0rem;width:14.4375rem;height:1.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZHuRsk2USsl33ZHyzhVXmtfJ6UlGOVB { 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) { #CHvmqP0FHaZgC9A8BTZKnqgQ3S1XugJB { 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) { #ZV3VlPs4eVPlbFbz2T54Cq0XQTkn462q { 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) { #OG4McEiEpmHF577ga9SZTE9husIgv3pR { display:block; }#OG4McEiEpmHF577ga9SZTE9husIgv3pR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nO5x9ibs79QVXykWBmAbKcolmfcziNIm { 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) { #iHogqeLwiIpQD7u8Gyr2hn9JWT3PoXJf { top:0rem;left:15.060546875rem;width:15.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CikHaDZ1Ku2c3Cym4Caf82FoSgDOOLqV { display:block; }#CikHaDZ1Ku2c3Cym4Caf82FoSgDOOLqV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icBDZ9RQTgkvmEHc9L2lcqSlTMGDbGny { top:25.625rem;left:0rem;width:40.3125rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHsLDNfmRL4rwOosNdnu4SqpF111t3K6 { top:35.375rem;left:42.875rem;width:4.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #avgEUELNz5dMolmPkOEiMQXAsWJTUI04 { width:13.375rem;height:1.125rem;top:40.625rem;left:34.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INEHArrk4Og2aUTBHkvNwVnXrltK3wxW { width:13.75rem;height:1.3125rem;top:38.5625rem;left:34rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8zTMtRv3kC80Kpzpo5f7JNKwhkCP0G { top:46.5625rem;left:42.875rem;width:4.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTgN2gtpJuSTNTOICmOCUokP7DTII8F6 { width:7.375rem;height:1.125rem;top:49.5625rem;left:40.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTFO4vbQqPe3dIcJAJ1hwsDPsOh757Ep { width:9.3125rem;height:3rem;top:31rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU2wbWDFZ5552nPd7nyrNIaV2KmoygGs { display:block; }
 }@media only screen and (max-width: 763px) { #uDh0EWwkudJT7bwDa7FrlGaRk0ZGqKkM { top:30.5rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tGla7R2UqLzMzd2BZCCrLvfr2cTIhR { width:6.5625rem;height:1.625rem;top:28.625rem;left:40.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANw0BGNzE9l7nbRAS6Pfe0JUf9xzO25t { width:9.375rem;height:3.5rem;top:76.375rem;left:11.06093788147rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZxpu0t6gLTWOd6fh8ellJcLqAlpIRce { display:block; }
 }@media only screen and (max-width: 763px) { #QvtDwnucq8lKIv0AfSM2ZxQ0K4kyWAcp { top:32.9375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH58SIaKu5Lz5Ow0PTqvaBvXEoEllrto { top:25.8125rem;left:28.0625rem;width:19.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMC3IaqfEnIgLEGsi8HK1SCkbTr2FIbT { top:36.875rem;left:26.9375rem;width:20.8125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNZ33Lv2ofDEAR6Wb749FVXwgQcITtQ { width:9.3125rem;height:2.9375rem;top:42.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fERNvg8sed5roi3Q42DUyWv9f1mxPg { display:block; }
 }@media only screen and (max-width: 763px) { #T00yBRMB3fsT0p6wtUmuENT51seCozPv { top:48.0625rem;left:26.125rem;width:21.625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcoEoLvsmSgSf3Ec4FAPHaiw9miOAOU0 { width:9.3125rem;height:2.9375rem;top:53.1875rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOEvnsHh2RrAnuTmdHGQJvQWWdNRkK6l { display:block; }
 }@media only screen and (max-width: 763px) { #BigPT01ThJ8wZLoWT1DmslWqW3ET3SWJ { 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) { #cCuMlFF3QUFlbgax1vNqHJk0U2Anv9Tm { 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) { #hqKVO7aHqphiler1D9h7q5UKmtHPt9zk { 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) { #tqWgrSrkSzMTyyL85UZ1enxF1T9ht81u { 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) { #t6nGg4urg0s4PTqC1uOZryPoBK2NirFd { 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) { #AsVB6nJUDoRDKBTotuQLJsZK9a2uZTo5 { 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) { #uGKbTt8UIFcD2t3l2QhesIWHVdlOmXB4 { 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) { #sCRaTbFH9tiAAUgCGFOD43Hh6NxxLSyI { 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) { #MxwNRfmJ6khfEkaVuzWCqWBoFzhlMcmC { top:37.75rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssfPstPL9wBJLEbshWd3RWedQZHeLei7 { top:41.75rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWJPdzTvccTQ3NzOhWqQLTheMTUVnXoB { top:44.0625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzQnDD54Ta6Cfa5nwGA19fTXNRvET5Vn { top:49.1875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtnmvMpJ7ACgpTcBtxfIT14nJTpbGRUU { top:54.375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC3flqM1zwT4bHuMgZgAdJaGElwFyiu5 { width:6.5625rem;height:1.625rem;top:51rem;left:40.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TauyUuZ7UdH45p8rreh1nOE4AaFMBhbl { width:10.8125rem;height:1.125rem;top:26.9375rem;left:36.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMCG8GTKWpRV4M7AmHfvko8MRAzKH7n6 { top:24.6875rem;left:0rem;width:34.6875rem;height:17.342315044138rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysWRkWmBZZbCWgu0NElPC6aIPtqFOlRG { top:7.875rem;left:0rem;width:47.75rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGn1wUBtfOcG8u3T340W5iquBCxt5fl9 { top:2.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF72HGuyNMgAcZndL1T261JrffLCq1cH { top:12.4375rem;left:0rem;width:36.6875rem;height:19.591025667191rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSNUzD5bo8dsLkS74Lbm2ARTEQ1rJQzA { top:7.625rem;left:0rem;width:17rem;height:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tu3pu1hkm0NxqrBUNAN29gXDTR6oCHxR { display:block; }#Tu3pu1hkm0NxqrBUNAN29gXDTR6oCHxR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiucPrEtJxF9UCf1WvT7nnOHc1HQJXgJ { top:20.9375rem;left:0rem;width:40.3125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHZPTPJT77XqwvKBAB98WzQ1t8xO3y6L { 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) { #ISlQ32auG0VUQtMU92eaOPqlNxReldlP { 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) { #TVv3TTTnxZdCTTJD32sMbh6cH2dDvkyT { 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) { #tsFdp5V0bkTdAfRkL7H4TNRaf4ElE7e3 { width:9.25rem;height:2.9375rem;top:28.1875rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRL77FgaWORIMLrRfDWwuHipZHTTsw7p { display:block; }
 }@media only screen and (max-width: 763px) { #O8HIEmnNJanyPhxKDepsrJsP1xQHubWz { top:25.8125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzMr8uWZ37PUPguM5nP2HMhfUr9ddE6S { 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) { #EloFrxydW2QqTH4HcRwDTQuNcbprnXN3 { width:9.375rem;height:3.5rem;top:76.375rem;left:11.06093788147rem;display:none; }
 }@media only screen and (max-width: 763px) { #m03A0SJTT1e113tXdRbtGiBLEXQx8zQT { display:block; }
 }@media only screen and (max-width: 763px) { #rVLKGQn3IiNHK0T043grBwuErTRnvvyw { top:28.75rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSxH9N1JIuwZA6qDNOZmPS6GdDEbiHFu { top:23rem;left:27.5rem;width:20.25rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrlBnTKo0H5AcW8TBRqQaOBIpBcKith7 { top:34.5625rem;left:26.0625rem;width:21.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgKItgDT3DDx8L8NdCyuOGMuv537nvR6 { width:9.25rem;height:2.875rem;top:39.5rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTiviemSSna0ZOooLDZ2e9oQO4MLkqQD { display:block; }
 }@media only screen and (max-width: 763px) { #quisaJA7eTCeclrgeBUWPWEq5XtOITGd { width:8rem;height:1.375rem;top:61rem;left:2.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtDx2wGEa2hQO4xIEiEHA3kRtTPZBaJ5 { width:10.9375rem;height:1.125rem;top:62.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNGO8Q1rCr3cotzqRBRgdEp28TJ3vWMb { 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) { #I4WKwLiJGbyJBvzupMKnHUSXQskv2RBh { 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) { #tUKTA8g41uy0CH0VEwCdFMoLkyRrADEp { 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) { #d1bqqCayTE9exM0VsMaewAOWtSFbsMVL { 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) { #L702u7zpTPgzn1fwkyKbm0LaNDv469Wa { 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) { #L7q3hTmlt1NIKGgoQg17LnmrG5Zb4G3A { 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) { #yxG1w4zQ4acJhZT24JWHe1TEAZv1rdFO { width:34rem;height:2.75rem;top:42.9375rem;left:0.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7I1v94rVSZV1U712SvxTBMPpMBsWDyS { width:21.875rem;height:3.4375rem;top:10.625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgxviRTeE3QJuOCvl848n5JSA4RBp3Ms { top:5.8125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4uBaPMfJNrkW30h684g406ckwztmd5 { top:7.9375rem;left:0rem;width:34.5rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4qVCnlBx0fiRLvWOb48BTU3danVJTV4 { top:31.625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peOMacTcmr7NrLFTawJTPPJwmZEo1i7K { top:34.5rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RerdAV1QRLVJd5Dgr96O96N8aKuDaG2U { top:37.4375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnFGIIGdrOTrGTxxHrbrKqmJSxugX8eZ { top:40.25rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdW2AMuLFJeAFG1i43ioFA0mxwAb3ZAV { top:43rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdlDTp4aAwWWMDXWZmvshWBaWIJLZ6W3 { 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) { #sbuSDlTIhsDskPgB9mWAWGF2hfT6vFcD { 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) { #Wsv5DQVEKZq7GTEJR4FFipVM5IX9kb9p { display:block; }#Wsv5DQVEKZq7GTEJR4FFipVM5IX9kb9p > .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) { #mIL43FBdeyJb6e8arozwe0zHAIhFnloc { 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; }#mIL43FBdeyJb6e8arozwe0zHAIhFnloc.adaptive-delivery-prevent-bg, #mIL43FBdeyJb6e8arozwe0zHAIhFnloc.lazyload, #mIL43FBdeyJb6e8arozwe0zHAIhFnloc.lazyloading { background-image: none; }#mIL43FBdeyJb6e8arozwe0zHAIhFnloc > .row .container { width:20rem;height:57.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RktLaSSyzblo0rVGZWEtaqe9cqQUlPqd { width:10.375rem;height:10.5615rem;top:6.3134765625rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPNxmvIznfBRU5SI2WoWQV4b9rtpoIo3 { width:1.625rem;height:1.625rem;top:25.435168457031rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hx8IUxnvAhs2akeETOmmIoN5o0WpXsvX { 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) { #xbo35rW9gH8RXWuAaqoTzhCaOig7gbpK { 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) { #Z2Q2CGN6ae3Ed70BczodxO7Lr6O0y98N { 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) { #sLKlZKNpl3rTg7O4xMH3ZuVJaIkZhUH9 { 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) { #mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb { 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; }#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb.adaptive-delivery-prevent-bg, #mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb.lazyload, #mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb.lazyloading { background-image: none; }#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb > .row .container { background-color: transparent; background-image: none; }#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb > .row .container > .video-iframe-container { display: none; }#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb > .row > .video-iframe-container { display: none; }#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb > .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); }#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb > .row .container { border-width: 0; border-radius: 0; }#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfEt5UWqMx1Tg0tnlSVRtXt1TP9wTBtb > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qohcd2cUJ6NMXaNKvDLBlGPAmqvMzMKJ { width:5.06163125rem;height:5.12413125rem;top:1.5598976612091rem;left:0.74913197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWzSZIu0bVUCcWGJeAguVacMNDedNqTX { top:4.8703842163086rem;left:7.0552197098731rem;width:11.9993125rem;height:1.8679rem;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) { #ob1CcpQ880FeLicBzBmgu5UsJCb64WKo { 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) { #vZHuRsk2USsl33ZHyzhVXmtfJ6UlGOVB { 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) { #CHvmqP0FHaZgC9A8BTZKnqgQ3S1XugJB { top:2.1209163665771rem;left:6.1550069451332rem;width:7.6875rem;height:1.62464375rem;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) { #ZV3VlPs4eVPlbFbz2T54Cq0XQTkn462q { 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) { #OG4McEiEpmHF577ga9SZTE9husIgv3pR { display:block; }#OG4McEiEpmHF577ga9SZTE9husIgv3pR > .row .container { width:20rem;height:5.7608261108399rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nO5x9ibs79QVXykWBmAbKcolmfcziNIm { 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) { #iHogqeLwiIpQD7u8Gyr2hn9JWT3PoXJf { 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) { #CikHaDZ1Ku2c3Cym4Caf82FoSgDOOLqV { display:block; }#CikHaDZ1Ku2c3Cym4Caf82FoSgDOOLqV > .row .container { width:20rem;height:108.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icBDZ9RQTgkvmEHc9L2lcqSlTMGDbGny { width:20rem;height:44.6875rem;top:22.3125rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #SHsLDNfmRL4rwOosNdnu4SqpF111t3K6 { width:5.625rem;height:1.625rem;top:81.5625rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #avgEUELNz5dMolmPkOEiMQXAsWJTUI04 { width:14.125rem;height:1.23668125rem;top:87.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INEHArrk4Og2aUTBHkvNwVnXrltK3wxW { width:12.25rem;height:1.375rem;top:85.25rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8zTMtRv3kC80Kpzpo5f7JNKwhkCP0G { width:4.9375rem;height:1.625rem;top:94rem;left:7.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTgN2gtpJuSTNTOICmOCUokP7DTII8F6 { 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) { #nTFO4vbQqPe3dIcJAJ1hwsDPsOh757Ep { width:9.1875rem;height:2.9375rem;top:76.5625rem;left:5.4375rem;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) { #TU2wbWDFZ5552nPd7nyrNIaV2KmoygGs { display:block; }
 }@media only screen and (max-width: 763px) { #uDh0EWwkudJT7bwDa7FrlGaRk0ZGqKkM { 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) { #T2tGla7R2UqLzMzd2BZCCrLvfr2cTIhR { width:6.5625rem;height:1.787325rem;top:74.3125rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANw0BGNzE9l7nbRAS6Pfe0JUf9xzO25t { 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) { #XZxpu0t6gLTWOd6fh8ellJcLqAlpIRce { display:block; }
 }@media only screen and (max-width: 763px) { #QvtDwnucq8lKIv0AfSM2ZxQ0K4kyWAcp { 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) { #yH58SIaKu5Lz5Ow0PTqvaBvXEoEllrto { width:20rem;height:9.5rem;top:71.125rem;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) { #gMC3IaqfEnIgLEGsi8HK1SCkbTr2FIbT { width:20rem;height:9.375rem;top:84rem;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) { #ZTNZ33Lv2ofDEAR6Wb749FVXwgQcITtQ { width:9.175rem;height:2.925rem;top:89.4375rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fERNvg8sed5roi3Q42DUyWv9f1mxPg { display:block; }
 }@media only screen and (max-width: 763px) { #T00yBRMB3fsT0p6wtUmuENT51seCozPv { width:20rem;height:9.875rem;top:96.375rem;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) { #hcoEoLvsmSgSf3Ec4FAPHaiw9miOAOU0 { width:9.175rem;height:2.925rem;top:101.75rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOEvnsHh2RrAnuTmdHGQJvQWWdNRkK6l { display:block; }
 }@media only screen and (max-width: 763px) { #BigPT01ThJ8wZLoWT1DmslWqW3ET3SWJ { width:8.1875rem;height:1.375rem;top:97.5625rem;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) { #cCuMlFF3QUFlbgax1vNqHJk0U2Anv9Tm { width:14.8125rem;height:2.2745rem;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) { #hqKVO7aHqphiler1D9h7q5UKmtHPt9zk { width:14.75rem;height:6.8235rem;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) { #tqWgrSrkSzMTyyL85UZ1enxF1T9ht81u { width:15.75rem;height:3.41175625rem;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) { #t6nGg4urg0s4PTqC1uOZryPoBK2NirFd { width:13.0625rem;height:2.2745rem;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) { #AsVB6nJUDoRDKBTotuQLJsZK9a2uZTo5 { width:15.75rem;height:5.68625625rem;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) { #uGKbTt8UIFcD2t3l2QhesIWHVdlOmXB4 { width:12.0625rem;height:7.96075rem;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) { #sCRaTbFH9tiAAUgCGFOD43Hh6NxxLSyI { width:14rem;height:4.54900625rem;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) { #MxwNRfmJ6khfEkaVuzWCqWBoFzhlMcmC { 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) { #ssfPstPL9wBJLEbshWd3RWedQZHeLei7 { 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) { #wWJPdzTvccTQ3NzOhWqQLTheMTUVnXoB { 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) { #RzQnDD54Ta6Cfa5nwGA19fTXNRvET5Vn { 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) { #JtnmvMpJ7ACgpTcBtxfIT14nJTpbGRUU { 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) { #vC3flqM1zwT4bHuMgZgAdJaGElwFyiu5 { width:6.1875rem;height:1.787325rem;top:99.5rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TauyUuZ7UdH45p8rreh1nOE4AaFMBhbl { width:14.6875rem;height:1.375rem;top:72.3125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMCG8GTKWpRV4M7AmHfvko8MRAzKH7n6 { width:6.0625rem;height:6.0625rem;top:1.75rem;left:-3.78125rem;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #ysWRkWmBZZbCWgu0NElPC6aIPtqFOlRG { 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) { #TGn1wUBtfOcG8u3T340W5iquBCxt5fl9 { width:18.811625rem;height:4.26215rem;top:2.3125019073486rem;left:0.59201389551162rem;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SF72HGuyNMgAcZndL1T261JrffLCq1cH { width:20rem;height:10.679125rem;top:14.43714427948rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSNUzD5bo8dsLkS74Lbm2ARTEQ1rJQzA { width:17.5rem;height:5.68625rem;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) { #Tu3pu1hkm0NxqrBUNAN29gXDTR6oCHxR { display:block; }#Tu3pu1hkm0NxqrBUNAN29gXDTR6oCHxR > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiucPrEtJxF9UCf1WvT7nnOHc1HQJXgJ { width:20rem;height:29.75rem;top:14.029655456543rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #sHZPTPJT77XqwvKBAB98WzQ1t8xO3y6L { 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) { #ISlQ32auG0VUQtMU92eaOPqlNxReldlP { 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) { #TVv3TTTnxZdCTTJD32sMbh6cH2dDvkyT { 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) { #tsFdp5V0bkTdAfRkL7H4TNRaf4ElE7e3 { 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) { #HRL77FgaWORIMLrRfDWwuHipZHTTsw7p { display:block; }
 }@media only screen and (max-width: 763px) { #O8HIEmnNJanyPhxKDepsrJsP1xQHubWz { 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) { #UzMr8uWZ37PUPguM5nP2HMhfUr9ddE6S { 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) { #EloFrxydW2QqTH4HcRwDTQuNcbprnXN3 { 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) { #m03A0SJTT1e113tXdRbtGiBLEXQx8zQT { display:block; }
 }@media only screen and (max-width: 763px) { #rVLKGQn3IiNHK0T043grBwuErTRnvvyw { 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) { #nSxH9N1JIuwZA6qDNOZmPS6GdDEbiHFu { 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) { #rrlBnTKo0H5AcW8TBRqQaOBIpBcKith7 { 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) { #sgKItgDT3DDx8L8NdCyuOGMuv537nvR6 { 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) { #oTiviemSSna0ZOooLDZ2e9oQO4MLkqQD { display:block; }
 }@media only screen and (max-width: 763px) { #quisaJA7eTCeclrgeBUWPWEq5XtOITGd { 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) { #PtDx2wGEa2hQO4xIEiEHA3kRtTPZBaJ5 { 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) { #QNGO8Q1rCr3cotzqRBRgdEp28TJ3vWMb { width:14.8125rem;height:2.2745rem;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) { #I4WKwLiJGbyJBvzupMKnHUSXQskv2RBh { width:14.75rem;height:2.2745rem;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) { #tUKTA8g41uy0CH0VEwCdFMoLkyRrADEp { width:15.75rem;height:2.2745rem;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) { #d1bqqCayTE9exM0VsMaewAOWtSFbsMVL { width:13.0625rem;height:3.41175625rem;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) { #L702u7zpTPgzn1fwkyKbm0LaNDv469Wa { width:15.75rem;height:2.2745rem;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) { #L7q3hTmlt1NIKGgoQg17LnmrG5Zb4G3A { width:12.0625rem;height:2.2745rem;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) { #yxG1w4zQ4acJhZT24JWHe1TEAZv1rdFO { width:14rem;height:4.54900625rem;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) { #h7I1v94rVSZV1U712SvxTBMPpMBsWDyS { 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) { #MgxviRTeE3QJuOCvl848n5JSA4RBp3Ms { 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) { #TW4uBaPMfJNrkW30h684g406ckwztmd5 { width:19.875rem;height:10rem;top:6.3404954671863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4qVCnlBx0fiRLvWOb48BTU3danVJTV4 { 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) { #peOMacTcmr7NrLFTawJTPPJwmZEo1i7K { 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) { #RerdAV1QRLVJd5Dgr96O96N8aKuDaG2U { 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) { #BnFGIIGdrOTrGTxxHrbrKqmJSxugX8eZ { 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) { #xdW2AMuLFJeAFG1i43ioFA0mxwAb3ZAV { 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) { #GdlDTp4aAwWWMDXWZmvshWBaWIJLZ6W3 { 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) { #sbuSDlTIhsDskPgB9mWAWGF2hfT6vFcD { 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) { #Wsv5DQVEKZq7GTEJR4FFipVM5IX9kb9p { display:block; }#Wsv5DQVEKZq7GTEJR4FFipVM5IX9kb9p > .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; }
 }