.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#a20000;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); }#qQS5t0uNkwdkrKAKNZXTBbSBJ3ohZNxD { position:relative;display:block; }#qQS5t0uNkwdkrKAKNZXTBbSBJ3ohZNxD { background-color: transparent; background-image: none; }#qQS5t0uNkwdkrKAKNZXTBbSBJ3ohZNxD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQS5t0uNkwdkrKAKNZXTBbSBJ3ohZNxD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQS5t0uNkwdkrKAKNZXTBbSBJ3ohZNxD > .row .container > .video-iframe-container { display: none; }#qQS5t0uNkwdkrKAKNZXTBbSBJ3ohZNxD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQS5t0uNkwdkrKAKNZXTBbSBJ3ohZNxD > .row > .video-iframe-container { display: none; }#qQS5t0uNkwdkrKAKNZXTBbSBJ3ohZNxD > .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); }#qQS5t0uNkwdkrKAKNZXTBbSBJ3ohZNxD { border-width: 0; border-radius: 0; }#qQS5t0uNkwdkrKAKNZXTBbSBJ3ohZNxD > .row .container > .video-iframe-container {  }#qQS5t0uNkwdkrKAKNZXTBbSBJ3ohZNxD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#a20000;background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#IHN4wMLF0FnOooyI7gyxFrHaEuxFLskp { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100000;line-height:1.6;letter-spacing:0;top:0.86875003576281rem;left:7.5rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/BlrhmO3j/jak_pozyskiwa_sponsor_w_6_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV.adaptive-delivery-prevent-bg, #KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV.lazyload, #KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV.lazyloading { background-image: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container { background-color: transparent; background-image: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container > .video-iframe-container { display: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row > .video-iframe-container { display: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .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); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container { border-width: 0; border-radius: 0; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row > .video-iframe-container {  }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#dIN6eDBVJEn2lIW9HpI9qD26MHNcSUIl { color:#ffffff;display:block;width:59.1875rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.2742185592651rem;left:7.875rem;height:19.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQKuhablmsBZyKGtt49BAbkwvBGBmaLl { color:#ffffff;display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.709375262261rem;left:10.25rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZ9VWWJMnM8StnMm29Xraipx4fELUXGT { color:#ffffff;display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.728124499321rem;left:10.25rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhuqtwe7L9MFeegQr0vr2tGuLDiGeg9a { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:100001;line-height:1.6;letter-spacing:0;top:17.88750064373rem;left:7.5625rem;height:3.1rem;text-align:center;text-align-last:center;display:block; }
#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container { background-color: transparent; background-image: none; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container > .video-iframe-container { display: none; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row > .video-iframe-container { display: none; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .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); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container { border-width: 0; border-radius: 0; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row > .video-iframe-container {  }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#AsfZRTLRRhPiy4TC5mGGQsZ8UJ0NAIDx { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:18.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container { background-color: transparent; background-image: none; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container > .video-iframe-container { display: none; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row > .video-iframe-container { display: none; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .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); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container { border-width: 0; border-radius: 0; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row > .video-iframe-container {  }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#vlRuKM4qaRaVm4GOmVU246UG0Rfo2UuL { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.1250038146973rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zr1U7waCJZZr9zdoTGPk1yrq2Qb9mHM2 { color:#000000;display:block;width:54rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:8.67812538147rem;left:10.5rem;height:22.34375rem;text-align:center;text-align-last:center;display:block; }
#PDE898cNLbXNDkDkrblxesnolm4PHo82 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00519d;background-image:none;position:relative;display:block; }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row .container { background-color: transparent; background-image: none; }#PDE898cNLbXNDkDkrblxesnolm4PHo82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row .container > .video-iframe-container { display: none; }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row > .video-iframe-container { display: none; }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .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); }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row .container { border-width: 0; border-radius: 0; }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row > .video-iframe-container {  }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#maCmMip6Sf5DemkzNngDxUxJcCZyPgZP { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:8.7437505722044rem;left:0rem;height:7.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dc1NTWLi2fSHpbfbgJldA5VcyFtglQd3 { z-index:100003;top:20.861718177796rem;left:28.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #a48b98, #a20000);background-image: -moz-linear-gradient(216deg, #a48b98, #a20000);background-image: -ms-linear-gradient(216deg, #a48b98, #a20000);background-image: -o-linear-gradient(216deg, #a48b98, #a20000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a48b98', endColorstr='#a20000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a48b98', endColorstr='#a20000' );";background-image: linear-gradient(216deg, #a48b98, #a20000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:4.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#a4F92mgHkD6l29d6Lnk7QxAGu9tf0fd5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#awZmaGM2TsKlHJSmAmsWIhmNn6If2wuo { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:2.6750001907349rem;left:26.1875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container {  }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#HvkRTTe58KZtp6E2LJRPETcZ0eySbPnH { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100002;line-height:2.1;letter-spacing:0;top:11.574216455221rem;left:7.6875rem;height:12.6rem;display:block; }
#eZAxdzG7hkEnqLDtShAn1UGs62Tv1U3L { color:#000000;display:block;width:42.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:42.836720466614rem;left:24rem;height:;display:block; }
#kJ4WolDFsef4vaiBCgHb4eTTrRvsSkcf { color:#000000;display:block;width:33.625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.8492813110351rem;left:20.6875rem;height:3.25rem;font-style:normal;display:block; }
#TEt8idIpbHKFd881BPyDRMGr77ihL1nf { color:#006aac;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:27.58203125rem;left:35.187501907349rem;height:2.35625rem;font-style:normal;display:block; }
#RnV76HaXwVFWeaDTanABw5WnkXzgkKah { color:#000000;display:block;width:32.625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:36.625003814698rem;left:7.6875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dZdshd7Y/jak_pozyskiwa_sponsor_w_8_.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5.adaptive-delivery-prevent-bg, #O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5.lazyload, #O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5.lazyloading { background-image: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container { background-color: transparent; background-image: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container > .video-iframe-container { display: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row > .video-iframe-container { display: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .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); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container { border-width: 0; border-radius: 0; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row > .video-iframe-container {  }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#dgEhrhOKv1IwkyCOibbTVtzImCZMTghn { color:#000000;display:block;width:52.0625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100001;line-height:1.9;letter-spacing:0;top:3.1117191314698rem;left:13.5rem;height:32.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZtkSXs7Qv5IkpWNbcv62lgR00z5makC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;opacity:1;top:3.1117186546326rem;left:8.27499961853rem; }
#sfid4ximygWweoMbTzKFPVQ2iy2Q9zXM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;opacity:1;top:11.962500095367rem;left:8.27499961853rem; }
#y4asfo9GSpCra9H9TmntrKao4fhVObtq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;opacity:1;top:23.775000095367rem;left:8.27499961853rem; }
#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row .container { background-color: transparent; background-image: none; }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row .container > .video-iframe-container { display: none; }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row > .video-iframe-container { display: none; }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .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); }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row .container { border-width: 0; border-radius: 0; }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row > .video-iframe-container {  }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row .container { font-size:0.875rem;font-family:arial;height:64.0625rem;width:75rem;position:relative;display:block; }#SuPv4yRnn95p31bMn1hTLPuomMWRgTFZ { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.9375rem;width:49.8125rem;top:12.874216079712rem;left:12.5rem;display:block; }
#auVT6ShaKvlsTX9QbnJQaGiQKNB71oDe { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.2828140258789rem;left:15.125rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XKmXDXSfwKKNVv7DiR3ME4yTuTDkTEg7 { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:44.910159111023rem;left:12.1875rem;height:7.55625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sdICcxverJWTpTquw6d2IN3JINE2EaPr { z-index:100000;top:56.850006103516rem;left:30.4375rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KCoAGBN65d0b4PMTyVO5DFAlsKaaSwls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ArcfxxCVppCDPxHUwd6bky7kirc4xDxR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;opacity:1;top:57.006252288818rem;left:25.21249961853rem; }
#RDazcsRXTFWTDMmJHtZHXy40RFdZBO12 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;opacity:1;top:57.006252288818rem;left:46.14999961853rem; }
#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row .container { background-color: transparent; background-image: none; }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row .container > .video-iframe-container { display: none; }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row > .video-iframe-container { display: none; }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .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); }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row .container { border-width: 0; border-radius: 0; }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row > .video-iframe-container {  }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row .container { font-size:0.875rem;font-family:arial;height:78.0625rem;width:75rem;position:relative;display:block; }#WLS5JvurAXfz70RolkbagqtKL0PxdTfQ { color:#000000;display:block;width:33.5rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.53439331054688rem;left:22.375rem;height:2.51875rem;font-style:normal;display:block; }
#NqaS5uFyBBrzohh8llAVRzXxBXo6maLL { color:#000000;display:block;width:50.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.34765625rem;left:8.6875rem;height:2.03125rem;display:block; }
#VaK54XONAnz5aTTU5lnQeJMlsoiGs3hz { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:68.432832717894rem;left:8.6875rem;height:2.03125rem;display:block; }
#h4IUhvN1sPClgrD7iMgr1hrB8HLoGNnm { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:16.28515625rem;left:8.5rem;height:2.03125rem;display:block; }
#OUTLvHyNQaDFcGyIxWzBkTnXwqelZ9u0 { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:63.683614730837rem;left:8.6875rem;height:2.03125rem;display:block; }
#UHSx7yGnMn2uGiBbu50SAEf7Tb1IVJfN { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:26.641401290894rem;left:8.5625rem;height:2.03125rem;display:block; }
#wZMQpTDuoibKQ8tnEI5QHXbCmq971IBy { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:32.106245040894rem;left:8.5625rem;height:2.03125rem;display:block; }
#eLmVUORdl9Gz0k5FrF02VOoRaqeWuEuU { color:#000000;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:37.796869277954rem;left:8.5625rem;height:2.03125rem;display:block; }
#GABZy1BWo1zXTAVe3KWbtOGf6IJRavg0 { color:#000000;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:43.409376144409rem;left:8.5625rem;height:2.03125rem;display:block; }
#VWZ1cpkU1fBoTEwMMA9gC3HTsaPquebQ { color:#000000;display:block;width:62.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:52.971096038818rem;left:8.5625rem;height:2.03125rem;display:block; }
#gb33VTccRq4qzKR3ymwvnGRTDHI58My0 { color:#000000;display:block;width:56rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:48.533596038818rem;left:8.5625rem;height:2.03125rem;display:block; }
#L5RVUBDuWMIp4oAOPP9WV7n7QeWfTkA1 { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:57.324239730835rem;left:8.6875rem;height:4.0625rem;display:block; }
#ShSLxgMTxK6SZk1W7KQvzCy6pA3zgVNO { color:#000000;display:block;width:56rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:11.01953125rem;left:8.75rem;height:2.03125rem;display:block; }
#DTVruPRcQQOOpHscR9zL7gDxtIs17D8f { color:#000000;display:block;width:66.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:21.453125rem;left:8.5625rem;height:2.03125rem;display:block; }
#htCT0vSUXh9gCE2xoRp9tKkXyEDRTyZN { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:73.401584625244rem;left:8.6875rem;height:2.03125rem;display:block; }
#nAwEtAcLDERolG9kbUx8pGPXy3P03RMv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100017;opacity:1;top:6.2382822036743rem;left:4.7742185592651rem; }
#SvfeZNIdQ698stAcHaQg6GdR7Lvs0tbk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;opacity:1;top:10.91015625rem;left:4.7742185592651rem; }
#xpgc2hdnGNS50CGFv67E9eE5Sh05IzL7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;opacity:1;top:16.17578125rem;left:4.7742185592651rem; }
#E0bVXD7zo7npKyMVImITvgDO9upb3Zcz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;opacity:1;top:21.34375rem;left:4.7742185592651rem; }
#saoI65n0yN75gtsJVpthKJEgJ4D0bOAV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100021;opacity:1;top:26.53125rem;left:4.7742185592651rem; }
#JHAen8Sa8iDWwVsKikRGKdyyxIF88wlI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100022;opacity:1;top:31.99609375rem;left:4.7742185592651rem; }
#qxQdhWUaovmIoUWwFuSQQckNcSaFfzE6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100023;opacity:1;top:37.686717987061rem;left:4.7742185592651rem; }
#KF7AmE61VWrsT1txKlgTt9ufgmkN1pRb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100024;opacity:1;top:43.300001144409rem;left:4.7742185592651rem; }
#yPcCDTPdt4wXpfONB3NgF7prqLzKFUfI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100025;opacity:1;top:48.424220085144rem;left:4.7742185592651rem; }
#yX2uyd2oNTPPh3aOJis3m3XLxmEhxJhL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100026;opacity:1;top:52.971095085144rem;left:4.7742185592651rem; }
#sDEzm1BO8eg61IB6bTpzb6OkdSoZ2bkn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100027;opacity:1;top:57.324239730835rem;left:4.7742185592651rem; }
#xilhsQUf5ocXmHP5Tstp6s0J2J8zkSSc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100028;opacity:1;top:63.574239730837rem;left:4.7742185592651rem; }
#aR0kE6QGF8e5RS22pNUeK9vri0d2ks8y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100029;opacity:1;top:68.323457717894rem;left:4.7742185592651rem; }
#Ixo5UqLLNfh1fqkaTwg4ZKsQUvX0vdV8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100030;opacity:1;top:73.292209625244rem;left:4.7742185592651rem; }
#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row .container { background-color: transparent; background-image: none; }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row .container > .video-iframe-container { display: none; }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row > .video-iframe-container { display: none; }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .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); }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row .container { border-width: 0; border-radius: 0; }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row > .video-iframe-container {  }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row .container { font-size:0.875rem;font-family:arial;height:54.8125rem;width:75rem;position:relative;display:block; }#fs3ZC5d4Tzu6VqTMySetxc3oSEzgS7Hf { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3.3249998092651rem;left:19.875rem;height:2.51875rem;font-style:normal;display:block; }
#LX5mnGvns9QmPgJJabl6Hk43Q9JZmzKU { color:#006aac;display:block;width:32rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:100008;line-height:1.6;letter-spacing:0;top:9.199986457825rem;left:21.5rem;height:4.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NPvpLrEKxA3DkadVI0o2RGZ68Txf82xP { color:#000000;display:block;width:45.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:15.286719083786rem;left:15.5rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#FZzeTQ0fHfM54TZxbIFAVG2Wak5b3CLp { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:22.01796913147rem;left:16.3125rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#Crg9A6xqrTdGlPRXz8wQHfLq0Fw4R0Sf { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:34.111713409424rem;left:18.0625rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#F4OpRfXe60op9LWPS8oFBHK7WpF3b4qT { color:#000000;display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:40.73671913147rem;left:24.9375rem;height:2.03125rem;display:block; }
#V3qF25slrgPV0ZmtdX2xADyZzJ8RxDpB { z-index:100005;top:45.154682159424rem;left:31.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #9e050d, #9e050d);background-image: -moz-linear-gradient(216deg, #9e050d, #9e050d);background-image: -ms-linear-gradient(216deg, #9e050d, #9e050d);background-image: -o-linear-gradient(216deg, #9e050d, #9e050d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e050d', endColorstr='#9e050d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e050d', endColorstr='#9e050d' );";background-image: linear-gradient(216deg, #9e050d, #9e050d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WLeZGxK3SOJpqeteLNH44RZaPOoWRDSy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container { background-color: transparent; background-image: none; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container > .video-iframe-container { display: none; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row > .video-iframe-container { display: none; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .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); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container { border-width: 0; border-radius: 0; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row > .video-iframe-container {  }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#yePDSU9644k5DgpXG43OgKk3AUMbhRPQ { color:#000000;display:block;width:57.875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.7117309570312rem;left:8.5625rem;height:10.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SgHWil96NICP4p6p0NMU9Pmnzvx3Tf73 { color:#000000;display:block;width:52.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:7.717968940735rem;left:11.25rem;height:11.6875rem;text-align:center;text-align-last:center;display:block; }
#TUDssG6r8fLP0GDXOiayN4VWItnurO6Q { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:19.875rem;left:30.125rem;height:2.68125rem;font-style:normal;display:block; }
#Uq9avkWaq2boMWfHcTzn2RaCnL3kL0fn { color:#000000;display:block;width:36.625rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:26.5rem;left:19.875rem;height:2.68125rem;font-style:normal;display:block; }
#seD53F8lqaZ22O2cxGMuGV0b5Nb70mm8 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:23.375rem;left:28.3125rem;height:1.7875rem;display:block; }
#oswCiPQ4oIO4FFDnvmZR6naWC7TbXq4Q { position:absolute;display:block;z-index:100004;background-color:#ffdb15;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;height:2.875rem;width:16.8125rem;top:19.762500762939rem;left:29.4375rem;display:block; }
#fl9fhdpccb3vnoD9xTNCUcCdvV3EzhZH { position:absolute;display:block;z-index:100003;background-color:#ffdb15;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;height:2.875rem;width:38.625rem;top:26.356250762939rem;left:18.8125rem;display:block; }
#EyG4eZvh0IPRnLEE2CNaVeGq4GE3Tiw0 { position:absolute;display:block;z-index:100010;background-color:#ffdb15;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;height:0.125rem;width:9rem;top:3.6101684570312rem;left:8.5625rem;display:block; }
#cvv3rRZX7KaOuPLL2u2gdw19WkAX7qlz { position:absolute;display:block;z-index:100011;background-color:#ffdb15;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;height:0.125rem;width:7.75rem;top:3.359375rem;left:58.5625rem;display:block; }
#iR5f2FCraA9tzeMPqQ62g9rmSxfTnTQ7 { position:absolute;display:block;z-index:100011;background-color:#ffdb15;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;height:0.125rem;width:57.9375rem;top:33.799217939377rem;left:8.5625rem;display:block; }
#ZUhhnlD2dKZ2oBXn4t5PK8TCELwKsynI { position:absolute;display:block;z-index:100012;background-color:#ffdb15;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;height:30.125rem;width:0.125rem;top:3.7367188930511rem;left:8.4375rem;display:block; }
#hoWfp3RXQcNHHg8x6MwRx40sxxrucohI { position:absolute;display:block;z-index:100013;background-color:#ffdb15;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;height:30.125rem;width:0.125rem;top:3.6117248535156rem;left:66.3125rem;display:block; }
#rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk { border-top:0.125rem solid #00519d;border-left:0.125rem solid #00519d;border-right:0.125rem solid #00519d;border-bottom:0.125rem solid #00519d;background-color:transparent;background-image:url("https://images.assets-landingi.com/8Uh651Wz/Untitled_design_1_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk.adaptive-delivery-prevent-bg, #rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk.lazyload, #rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk.lazyloading { background-image: none; }#rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk > .row .container { background-color: transparent; background-image: none; }#rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk > .row .container > .video-iframe-container { display: none; }#rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk > .row > .video-iframe-container { display: none; }#rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk > .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); }#rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk > .row .container { border-width: 0; border-radius: 0; }#rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk > .row > .video-iframe-container {  }#rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#pW3wicNdURgGSF2N493ZJ2Agv0TEkSzw { color:#000000;display:block;width:61.1875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:3.2539005279541rem;left:6.90625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x5KnO9tOC6gDzp7CQXka9wNTuiaPFszc { color:#000000;display:block;width:58.125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:24.753126144409rem;left:8.4375rem;height:3.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8Uh651Wz/Untitled_design_1_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7.adaptive-delivery-prevent-bg, #xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7.lazyload, #xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7.lazyloading { background-image: none; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row .container { background-color: transparent; background-image: none; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row .container > .video-iframe-container { display: none; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row > .video-iframe-container { display: none; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .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); }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row .container { border-width: 0; border-radius: 0; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row > .video-iframe-container {  }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row .container { font-size:0.875rem;font-family:arial;height:75.1875rem;width:75rem;position:relative;display:block; }#McC3Q3A9ZgHXC1ZGJfWfU8lfCXu4AQvg { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:2.44140625rem;left:28.656251907349rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QREgPvUtfNAra25vKk1g0puCFNq4BTDO { color:#000000;display:block;width:74.1875rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:400;z-index:100005;line-height:2.5;letter-spacing:0;top:10.503125190735rem;left:0.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8Uh651Wz/Untitled_design_1_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR.adaptive-delivery-prevent-bg, #iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR.lazyload, #iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR.lazyloading { background-image: none; }#iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR > .row .container { background-color: transparent; background-image: none; }#iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR > .row .container > .video-iframe-container { display: none; }#iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR > .row > .video-iframe-container { display: none; }#iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR > .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); }#iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR > .row .container { border-width: 0; border-radius: 0; }#iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR > .row > .video-iframe-container {  }#iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#IR31EyTNym7bgSQxhpPM2kLUgqdMwIRG { color:#000000;display:block;width:58.125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:2.75390625rem;left:8.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mETZpRiJ1T9aByCgWJ4t1hTpm2R7sTD4 { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16rem;width:28.5rem;top:13.312500476837rem;left:7.5rem;display:block; }
#DWCg3EDptZuy0POTco8CMEK2UpiI6mvV { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16rem;width:28.5rem;top:13.312500476837rem;left:38.875rem;display:block; }
#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container { background-color: transparent; background-image: none; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container > .video-iframe-container { display: none; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row > .video-iframe-container { display: none; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .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); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container { border-width: 0; border-radius: 0; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row > .video-iframe-container {  }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#lbRbfWF9ytPsIl1PvdDpQB4zCQcKV96z { color:#000000;display:block;width:57.875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.7117309570312rem;left:8.5625rem;height:10.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WonlSoGFMf7oOHwLTz58GcTOCDlbyUel { color:#000000;display:block;width:52.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:9.3437442779544rem;left:11.25rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#vL0nLh4m38Xguc9rn377AsnhQGxedEw1 { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:15.843749761581rem;left:13.375rem;height:1.7875rem;display:block; }
#uzRiBt2SVdO6m6z0UfQ4iEoPAOzNicJD { color:#000000;display:block;width:52.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:26.3046875rem;left:13.375rem;height:3.575rem;display:block; }
#TKDuXZgKBnh2tFeZUtv1W5akOtVBgeLf { color:#000000;display:block;width:34.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:21.492188263684rem;left:13.375rem;height:1.7875rem;display:block; }
#VpQ0wFwG3oyEDfBVPKZUXSq7R1zbBJsy { color:#000000;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:33.085937023163rem;left:13.375rem;height:1.7875rem;display:block; }
#Sf8PruL2x52k24TDdUTaaWTuIEVknmLX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;opacity:1;top:15.831250429154rem;left:9.5rem; }
#HbpqTmIhsbd5w7m6LidZGFrCXAQKb4Xm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100011;opacity:1;top:21.479687452316rem;left:9.5rem; }
#V7fNc88LZgt2xt0vqkxv65W0evbU6QQf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100012;opacity:1;top:26.429688215256rem;left:9.5rem; }
#QUgIMSe765Wd5IIM9feke6iLhArCyRVz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100013;opacity:1;top:33.073437452316rem;left:9.5rem; }
#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container { background-color: transparent; background-image: none; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container > .video-iframe-container { display: none; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row > .video-iframe-container { display: none; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .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); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container { border-width: 0; border-radius: 0; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row > .video-iframe-container {  }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#bN3i8s5AmmzbW7AzQ6Wkm04J2k2OCeUM { color:#000000;display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:10.26718711853rem;left:7.5rem;height:8.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ruoBMF6GTXScGfNq4GZeitcvH1blJ6to { position:absolute;display:block;z-index:100005;background-color:#ffdb15;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;height:2.875rem;width:17.5625rem;top:10.26718711853rem;left:35.0625rem;display:block; }
#rRA5m8tpf4dkEB4CrgT8tLd7GlzNK4OZ { position:absolute;display:block;z-index:100004;background-color:#ffdb15;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;height:2.75rem;width:31.125rem;top:12.942188262939rem;left:17.8125rem;display:block; }
#DTywHAf1qZxaH07rrKg4a1MymvZ3vQ13 { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.1250009536743rem;left:18.9375rem;height:3.65625rem;font-style:normal;display:block; }
#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container { background-color: transparent; background-image: none; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container > .video-iframe-container { display: none; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row > .video-iframe-container { display: none; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .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); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container { border-width: 0; border-radius: 0; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row > .video-iframe-container {  }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container { font-size:0.875rem;font-family:arial;height:118.0625rem;width:75rem;position:relative;display:block; }#RzMCXzJQUaZaF99P9lw6yiHgCzBfJGxw { color:#000000;display:block;width:35.625rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.4335939884186rem;left:19.125rem;height:7.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wdem11fmNOz7vvwTuNBQXTaOaf9xlXH9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:18.375rem;left:17.625rem;height:0;display:block; }
#RrcAHTd1GJ43TQEnWDImpSbdQThin0Cy { position:absolute;display:block;z-index:100007;background-color:#ffdb15;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:97.0625rem;width:31.375rem;top:11.49609375rem;left:21.8125rem;display:block; }
#GS8MWvXWbQopzh9ZZAaOQzrzwTsIBXvV { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:13.378125190735rem;left:23.593751907349rem;height:9.99375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SOq0OqSO8lmvQz8kmsiFcStqNh5AB0zz { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:3.9375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:23.697662353516rem;left:29.6875rem;height:5.11875rem;font-style:normal;display:block; }
#MGszWzsCZPUotvp9hae9A09GS940tauq { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:32.692199707031rem;left:23.5625rem;height:1.3rem;font-style:normal;display:block; }
#vKGzNS5BGRyKreL1DqByqWvVvef97D8s { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100010;line-height:2.1;letter-spacing:0;top:36.8671875rem;left:23.5625rem;height:;font-style:normal;display:block; }#vKGzNS5BGRyKreL1DqByqWvVvef97D8s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vKGzNS5BGRyKreL1DqByqWvVvef97D8s li:before{  }
#vgxyfZdJcsFOsEWyKtExEIxelPNBJyw6 { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100011;line-height:2.1;letter-spacing:0;top:73.537551879881rem;left:23.5625rem;height:9.975rem;font-style:normal;display:block; }#vgxyfZdJcsFOsEWyKtExEIxelPNBJyw6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vgxyfZdJcsFOsEWyKtExEIxelPNBJyw6 li:before{  }
#UCNHSni8goI12SyhHIoO94LHX7awvT5m { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:88.600038528444rem;left:31.0625rem;height:4.3875rem;display:block; }
#buGbFozTnOlrO0dF2H1c8PnZk7KgdMAH { color:#000000;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:4.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:96.556264877319rem;left:27.9375rem;height:5.76875rem;font-style:normal;display:block; }
#sZxAnHUcCcptxJxxreiagDrRizhBkVXX { z-index:100015;top:106.99843978882rem;left:27.25rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff0000, #ff7000);background-image: -moz-linear-gradient(216deg, #ff0000, #ff7000);background-image: -ms-linear-gradient(216deg, #ff0000, #ff7000);background-image: -o-linear-gradient(216deg, #ff0000, #ff7000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7000' );";background-image: linear-gradient(216deg, #ff0000, #ff7000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:4.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nX4G7rme0WMwP2de5uaCTozGkAiREhsI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S5lpH23IW5ME5fFWaqcIezUPQaP7J8Lz { color:#000000;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:71.214895248413rem;left:23.5625rem;height:1.38125rem;font-style:normal;display:block; }
#gA6xgaciT5oTVnTXk4uPrTPUE5WFvWOc { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:20.810932159424rem;left:31.0625rem;height:3.575rem;font-style:normal;display:block; }
#XVv6V7UTgsh8XDTrZGiq3F3l6FZIstv2 { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:92.356288909912rem;left:30.5rem;height:3.575rem;font-style:normal;display:block; }
#X63T7bwWTNfHvwgwXllTV8sTNCi86S13 { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:28.816407203674rem;left:32.8125rem;height:1.21875rem;font-style:normal;display:block; }
#m8Dl25GXey2W6bhls2TC9Q2QI6fHrVcI { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:102.32497596741rem;left:32.3125rem;height:1.21875rem;font-style:normal;display:block; }
#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Jf6jHRy7/Copy_of_Untitled_4_.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC.adaptive-delivery-prevent-bg, #qOodQqVNLTS2szPSBxgPRaG5eV2awwcC.lazyload, #qOodQqVNLTS2szPSBxgPRaG5eV2awwcC.lazyloading { background-image: none; }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .row .container { background-color: transparent; background-image: none; }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .row .container > .video-iframe-container { display: none; }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .row > .video-iframe-container { display: none; }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .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); }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .row .container { border-width: 0; border-radius: 0; }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .row > .video-iframe-container {  }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#AbgznakRqUXv2QTnVaOnEHGCMVR5qx4R { color:#000000;display:block;width:36.625rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:2.8468747138977rem;left:19.1875rem;height:5.0375rem;font-style:normal;display:block; }
#Qm97wF4v71Ahxr0QgL8beBQ7Zdlpn7qa { z-index:100021;top:8.2773447036744rem;left:28.375rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dBTmVGoP5Dk8g3SBT4zs5wPKN6bSpGDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container { background-color: transparent; background-image: none; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container > .video-iframe-container { display: none; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row > .video-iframe-container { display: none; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .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); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container { border-width: 0; border-radius: 0; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row > .video-iframe-container {  }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container { font-size:0.875rem;font-family:arial;height:62.375rem;width:75rem;position:relative;display:block; }#tTOn2eeVONh1CIQzQR6qx0a8dM638stf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.6875rem;top:2.6867189407349rem;left:7.5rem;overflow:hidden;display:block; }
#QcMgkwuAC1FvutZd2iPVxALpc1805EZF { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:15.596093758941rem;left:15.1875rem;height:1.3rem;display:block; }
#tdEOUCJbLbTyFhnmbmDeXOm94sd7P9Zt { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:7.6875rem;top:2.686719045043rem;left:38.8125rem;overflow:hidden;display:block; }
#HIOHt1JcE8hV5FdSnqAiKskzxhvT1zlA { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.3304567337036rem;left:46.75rem;height:6.5rem;display:block; }
#CeQXQUtgg8UNevbOltsn9N8JHV6ncPm0 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:14.946875199676rem;left:46.8125rem;height:2.6rem;display:block; }
#sg7FU7zo6VXIvxQApwA52GDyTwwNUhxO { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.6875rem;top:20.388257980347rem;left:7.5rem;overflow:hidden;display:block; }
#k5mDlodWPm0VZ9fAXxWu6w9bOIoxPan8 { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:21.625rem;left:15.1875rem;height:11.375rem;display:block; }
#ysOX859cBykT6fal9TWKoXxDVGh2m64c { color:#000000;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:35.085132598877rem;left:15.1875rem;height:1.3rem;display:block; }
#rEIa4EJwpwLfJxAKQaxMRGTtI9C6h7dc { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.6875rem;top:20.387500762939rem;left:37.75rem;overflow:hidden;display:block; }
#VrMIEehtcM33PqOe5EPqh67G5N7sq0oF { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:21.624219655991rem;left:45.375rem;height:11.375rem;display:block; }
#vRXctZh3K75aOb4p1OgglohraTn2CUHa { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:35.083595037461rem;left:45.4375rem;height:1.3rem;display:block; }
#JT7TNgJctSthUHWCgLMglyaQnzPUyGbX { position:absolute;display:block;z-index:99999;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;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:17.1875rem;width:29.625rem;top:1.078125rem;left:7.5rem;display:block; }
#TOUWZ0V4Z9IRGRJhW9TnQAiEfRl6o3ed { position:absolute;display:block;z-index:100000;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;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:17.1875rem;width:29.625rem;top:1.078125rem;left:37.875rem;display:block; }
#Nf7X8zLAs3gqDS3vSQFqTd2skW7JvWVO { position:absolute;display:block;z-index:100001;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;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:17.4375rem;width:29.625rem;top:19.87890625rem;left:7.5rem;display:block; }
#SGbBtVv8zreXoc5SH3ywZFzmSp7HPTar { position:absolute;display:block;z-index:100002;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;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:17.5rem;width:29.625rem;top:19.824218377471rem;left:37.875rem;display:block; }
#TDmyN8yDPZH7R143TStzQR5lbxzUdrES { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:5.4375rem;top:0.390625rem;left:30.5625rem;overflow:hidden;display:block; }
#BuXvhLl3Bk8Vyy0Dc1C6PHXk1nGMgJMQ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:5.4375rem;top:0.390625rem;left:61.1875rem;overflow:hidden;display:block; }
#sEkvZgA9Q0ZL0oAmMIwZotcWdRfAUlkF { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:5.4375rem;top:19.23593711853rem;left:30.5625rem;overflow:hidden;display:block; }
#tnzELayf1CQdqiEyDHiwBPMJ8wf6Op3y { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:5.4375rem;top:19.235961675644rem;left:61.625rem;overflow:hidden;display:block; }
#xyAVGu1ouTA6LmbQdt7AkG8xMvS3r3Fr { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:7rem;top:9.785937309265rem;left:8.25rem;overflow:hidden;display:block; }
#g0JZIwMEbFK98DUFgnKpPAbbn5GAO9is { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:7rem;top:27.386693954467rem;left:8.25rem;overflow:hidden;display:block; }
#cGhv3ZxCymR1iD9vVMJ2aAXmzpz6iukQ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:7rem;top:27.385938644409rem;left:38.8125rem;overflow:hidden;display:block; }
#gllCbuZ9Ee6rQbqdPwWbEKuxVN0slyFG { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:7rem;top:9.7851557731631rem;left:39.875rem;overflow:hidden;display:block; }
#S6MscN40oeQXtEy4c15iaEgWeHaqZJ1n { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.6866945028305rem;left:15.1875rem;height:9.75rem;display:block; }
#schq0kVvFCPlut0M1p1yKSiiTN1X01N8 { position:absolute;display:block;z-index:100003;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;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:17.5rem;width:29.625rem;top:39.88671875rem;left:22.6875rem;display:block; }
#wA1ogBZH56ih5UAoRN07RscX9XZG4urL { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:42.236731529236rem;left:31.25rem;height:9.75rem;display:block; }
#blf5PQkK0O6sINCQBMQuQ7GTG50xbKth { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:7.6875rem;top:40.872656822204rem;left:22.9375rem;overflow:hidden;display:block; }
#pSLzvcrLD5FppXlP9ZT9xORW70DIoU3n { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:5.4375rem;top:39.173438072204rem;left:46.75rem;overflow:hidden;display:block; }
#J0Jrn3CTIuXohiT5oOcaxc3hx5B57NTG { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:53.20859336853rem;left:31.25rem;height:1.3rem;display:block; }
#MfdQkzWNwuP9Fqlhk3OqVMKeoRzTWc2u { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:7rem;top:46.69921875rem;left:23.625rem;overflow:hidden;display:block; }
#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8Uh651Wz/Untitled_design_1_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB.adaptive-delivery-prevent-bg, #VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB.lazyload, #VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB.lazyloading { background-image: none; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row .container { background-color: transparent; background-image: none; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row .container > .video-iframe-container { display: none; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row > .video-iframe-container { display: none; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .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); }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row .container { border-width: 0; border-radius: 0; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row > .video-iframe-container {  }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;position:relative;display:block; }#XZhPMRbUcUznlkxs8mwPa4XBmkoWfNLg { color:#000000;display:block;width:58.125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:1.1281495094299rem;left:8.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0QrXfR2iiddVNpawE2JEXAkSNSLIpFn { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16rem;width:28.5rem;top:13.312500476837rem;left:7.5rem;display:block; }
#wTGMOb0KfpQFdHuGfB9wOzEvg1QwlvZ4 { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16rem;width:28.5rem;top:13.312500476837rem;left:38.875rem;display:block; }
#EhSKAi2XBxdWl2QiHLQ0K1bOwkxczwkT { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16rem;width:28.5rem;top:31.9375rem;left:23.1875rem;display:block; }
#A34LzJOFFQMfwE5uB7DruhkActN26DpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container { background-color: transparent; background-image: none; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container > .video-iframe-container { display: none; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row > .video-iframe-container { display: none; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .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); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container { border-width: 0; border-radius: 0; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row > .video-iframe-container {  }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#mmGX0qRgH8ycfbbBB5G4f4tyAJWxETwx { color:#000000;display:block;width:58.1875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.0609374046326rem;left:8.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUrRX91OZx21pGInF7TWwBzHJ19NRlt6 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:9.0625rem;top:11.992969036102rem;left:16.875rem;overflow:hidden;display:block; }
#GFzecsiX6vlB0vGT3TfMpBtgtcp2FSJT { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:9rem;top:11.992969036102rem;left:33.000001907349rem;overflow:hidden;display:block; }
#g42s5hQ1eHD1W8pLGayro6KD3C7d9gpF { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:11rem;top:11.024219036102rem;left:47.500001907349rem;overflow:hidden;display:block; }
#DCbcTclkkGeQ6V6HbJbDJ4nmqCpOHAiw { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:10.875rem;top:10.180469036102rem;left:61.812498092651rem;overflow:hidden;display:block; }
#bssM71Qy3PafNwqQXQ8qzminWlSIHxhc { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:11.125rem;top:11.899219036102rem;left:2.6875rem;overflow:hidden;display:block; }
#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container { background-color: transparent; background-image: none; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container > .video-iframe-container { display: none; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row > .video-iframe-container { display: none; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .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); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container { border-width: 0; border-radius: 0; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row > .video-iframe-container {  }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:75rem;position:relative;display:block; }#Q354sQJ4cBOLokUMUqMsKEf8NHVMu2Wx { color:#000000;display:block;width:13.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.249963760376rem;left:30.5625rem;height:3.25rem;font-style:normal;display:block; }
#XtkKmovFEXmSw8MXp5hPL943X1Ta1JRA { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:4.375rem;top:8.0875005722044rem;left:9.3125rem;overflow:hidden;display:block; }
#PvN3im2xK6KTW5gRuLEm2WwvTmFB52QK { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:11.5rem;top:7.7125005722044rem;left:55.625rem;overflow:hidden;display:block; }
#Gtciv2QvqQimxy3XTmf3AK51kT7x2Wa8 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:7.625rem;top:7.2750005722044rem;left:24rem;overflow:hidden;display:block; }
#rKZiEhKJ9K0OxVUVuEAyFTy06NfxrFpH { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:6.1875rem;top:18.58749961853rem;left:17.25rem;overflow:hidden;display:block; }
#QOfLuQ89gHeGJ3PKk4X5Twh6ukc1vAi6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.1875rem;top:7.9937505722044rem;left:32.4375rem;overflow:hidden;display:block; }
#XTd5yhgiXPZxrMS9MCGf4tiAAmFACCEM { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:5.125rem;top:8.5250005722044rem;left:40.6875rem;overflow:hidden;display:block; }
#JT6xEaslmzBwi1gDd6iHNixTT6IB1eXi { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:3.375rem;top:19.02499961853rem;left:26.125rem;overflow:hidden;display:block; }
#kyyT0orfLGuMgXTwqfulJKsxTa3pTKUA { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:4.875rem;top:8.0875005722044rem;left:17.875rem;overflow:hidden;display:block; }
#xR52Tegqv3UGlrblKV2NPEV6QNp3TTEb { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:9.375rem;top:17.93124961853rem;left:7.5rem;overflow:hidden;display:block; }
#AI7ih7N2klTUbTfRzGb0ngwIGSxkTvOl { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.1875rem;top:7.9937505722044rem;left:48.75rem;overflow:hidden;display:block; }
#yHgqcsbWOKuy6EPu5i0cSCK8MT63e0gU { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:7.8125rem;top:17.99374961853rem;left:31.625rem;overflow:hidden;display:block; }
#JuPzXVvvmTTuLSKNeIhmkn8qNifed6gB { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.1875rem;top:18.52499961853rem;left:40.6875rem;overflow:hidden;display:block; }
#mGwkXGa8B3sO0Z2qmFeAKaTHoB5vZyTR { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.1875rem;top:18.49374961853rem;left:48.75rem;overflow:hidden;display:block; }
#Gt9dAsrv14OQxpi856FnVdCxTmP1k543 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.1875rem;top:18.49374961853rem;left:58.3125rem;overflow:hidden;display:block; }
#ORuKFtTM3A4yCGTdsSC1E2fFVwGN5WSP { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.125rem;top:29.243774414062rem;left:9.3125rem;overflow:hidden;display:block; }
#AcTHTQxzaDLL53hOmHq5WAPpDqvtpMbB { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:4.9375rem;top:29.243774414062rem;left:17.875rem;overflow:hidden;display:block; }
#o1TknEHIHDkQS95BiMx2ffkEcWLFf5d1 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:8.3125rem;top:30.150024414062rem;left:26.125rem;overflow:hidden;display:block; }
#vbIp30CEvo518I0nd3ssykQtlwcuWyuc { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.1875rem;top:29.243774414062rem;left:35.875rem;overflow:hidden;display:block; }
#B6zNWnCTI8X5E3iE8OLFHaTEkCXhQ6Ar { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.1875rem;top:28.743774414062rem;left:43.375rem;overflow:hidden;display:block; }
#fpm2PxBkAc4qUlp0k81b3pTQtq6M8Bax { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.1875rem;top:28.743750095367rem;left:51.1875rem;overflow:hidden;display:block; }
#zTNTGanQogaNOv8HsBbMC6iqz1cC4hsF { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.1875rem;top:28.743750095367rem;left:59.0625rem;overflow:hidden;display:block; }
#xDMJimdNDTdHz6RMo4Wuy3Nn7rupvnNT { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.125rem;top:38.930468559265rem;left:8.625rem;overflow:hidden;display:block; }
#CNFBgozCBTpddtyTCafJwDQk9kthpq48 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:6.375rem;top:38.930468559265rem;left:37.0625rem;overflow:hidden;display:block; }
#uUcPsboO4OJhSay24RlStFikq2x5iTZF { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:6.375rem;top:38.930468559265rem;left:47.625rem;overflow:hidden;display:block; }
#evxH2XZS2yiPNgQR6EO7WiKbEUI5tZ9x { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:6.25rem;top:40.086718559265rem;left:28.25rem;overflow:hidden;display:block; }
#tV6NDkrcAau5uSZaa7oT6nwgQNIIIwNx { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:7.125rem;top:38.930468559265rem;left:17.875rem;overflow:hidden;display:block; }
#hqG7cu7VrdDzpSVFLQI4B0FQcJEwEHcv { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.3125rem;width:7.25rem;top:48.8125rem;left:16.25rem;overflow:hidden;display:block; }
#TgzLkPWuWlMWNzfZ5uLf1U3pUruzJuEm { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:6.375rem;top:38.930469512939rem;left:59.5rem;overflow:hidden;display:block; }
#KQvTlEloOEFKlrGFvfsh0cllEfT7CK1D { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:7.25rem;top:48.84375rem;left:27.75rem;overflow:hidden;display:block; }
#Llyl0OxtUFetaU2DO7VKsoNp39o9usgC { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:8.3125rem;top:48.84375rem;left:54.4375rem;overflow:hidden;display:block; }
#UJzykCF0q5E2XlsRXrVSqpnCOrWQa9O2 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:12.1875rem;top:49.625rem;left:39.4375rem;overflow:hidden;display:block; }
#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row .container { background-color: transparent; background-image: none; }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row .container > .video-iframe-container { display: none; }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row > .video-iframe-container { display: none; }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .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); }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row .container { border-width: 0; border-radius: 0; }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row > .video-iframe-container {  }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#JvIRv5R94u9okHUws7pL7PTz1eXXQRTs { color:#000000;display:block;width:52.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:2.9726572036743rem;left:11.3125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-form-header { font-size:0.75rem; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#ffffff;width:23.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.8125rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-text {padding-top: 0; padding-bottom: 0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.8125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.8125rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-select {padding-top: 0; padding-bottom: 0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -moz-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -ms-linear-gradient(13deg, #8c209d, #ff3fbe);background-image: -o-linear-gradient(13deg, #8c209d, #ff3fbe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c209d', endColorstr='#ff3fbe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c209d', endColorstr='#ff3fbe' );";background-image: linear-gradient(13deg, #8c209d, #ff3fbe);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#ffffff;width:23.8125rem;height:4.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:22.625rem;overflow:hidden;font-style:normal;float:none; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-container:first-of-type{padding-top:0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-container:last-of-type{padding-bottom:0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #11162f, #2e117d);background-image: -moz-linear-gradient(180deg, #11162f, #2e117d);background-image: -ms-linear-gradient(180deg, #11162f, #2e117d);background-image: -o-linear-gradient(180deg, #11162f, #2e117d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );";background-image: linear-gradient(180deg, #11162f, #2e117d);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:16.843751907349rem;top:13.050000190735rem;z-index:100003;position:absolute; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.8125rem;display:block;vertical-align:top; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn {display:block;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #11162f, #2e117d);background-image: -moz-linear-gradient(180deg, #11162f, #2e117d);background-image: -ms-linear-gradient(180deg, #11162f, #2e117d);background-image: -o-linear-gradient(180deg, #11162f, #2e117d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#2e117d' );";background-image: linear-gradient(180deg, #11162f, #2e117d);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:24.3125rem;top:13.050000190735rem;z-index:100003;position:absolute; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #e7igihMqgxlxWU9FTZ2al3zSCeHpCz2p { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #t51aLByw4h8DaQNCCAuOhNgMD3uLoxm3 { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #ZbRHTiaO0kPuaTEHJCd8ZCQhhCiLAlLQ { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #KRuEu810eZ2gatQCQCvo4Pvp1z0LdH93 { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #fGxQor9Hfhr6hB06Ee1k7XKuLPWXEQ8J { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #LIDy7xzcvWOggoVBS7xhtRMXezkNkIyT { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #d4X0vkENTBnsZ1wuViCRIM8KfaEpoNcu { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #NuBIninNLCMBThRzZ3pf0oT86d66rqKS { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #rGr0h4Qo1hpxCzUhwMT7K4ChMaTXBFLa { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #iCeFpXHs81ilEQfbHMIIDHpcTAxCKHTy { position:relative; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #Dn78GJxXobuGssJhXUTtyJ8hcitzagJL { position:relative; }
#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row .container { background-color: transparent; background-image: none; }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row .container > .video-iframe-container { display: none; }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row > .video-iframe-container { display: none; }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .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); }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row .container { border-width: 0; border-radius: 0; }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row > .video-iframe-container {  }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#lC4voOcD4FhTAlegP9zk5TBbdgZBiyCa { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.625rem;width:21.8125rem;top:1.6562623977661rem;left:45.6875rem;overflow:hidden;display:block; }
#tR60GaoHHLsrkcwTpyE2U0oAHOnIfNvq { color:#000000;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11.760912895202rem;left:7.5rem;height:29.9rem;display:block; }
#T6gnkhriHdFWMygtFgOhD9XPrqTHiKk8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:2.2241945266724rem;left:31.25rem;height:3.575rem;font-style:normal;display:block; }
#hmkbsfOak5GiMilEZPC16xRfo8p12xVS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .row .container { background-color: transparent; background-image: none; }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .row .container > .video-iframe-container { display: none; }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .row > .video-iframe-container { display: none; }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .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); }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .row .container { border-width: 0; border-radius: 0; }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .row > .video-iframe-container {  }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .row .container { font-size:0.875rem;font-family:arial;height:122.125rem;width:75rem;position:relative;display:block; }#t8mok0eTtdTU2pVlhtvVgquGV22TTK73 { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.9960939884186rem;left:9.375rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EPtaVVTT0wh1Pf0oQ5h3A7le7TTnu8zx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:18.375rem;left:17.625rem;height:0;display:block; }
#yG8GMVFkWhUcHFMX9myNBQBABZOee9vJ { position:absolute;display:block;z-index:100007;background-color:#ffdb15;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:100.5625rem;width:31.375rem;top:11.997661590576rem;left:21.8125rem;display:block; }
#pR5BsNLI6blzPfKsGdapuHFyCZf9QQWG { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:13.621870040894rem;left:23.593751907349rem;height:9.50625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TO4Epzt4RQMepM9Fq0rTUfKSiq3ITUKt { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:3.9375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:23.697662353516rem;left:29.6875rem;height:5.11875rem;font-style:normal;display:block; }
#EkKfs6wB2oOcU2LT6ZPTLzwK5Pd6VTpx { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:32.692199707031rem;left:23.5625rem;height:1.3rem;font-style:normal;display:block; }
#gECPnfCmCQ93pQ70JIXCTTe5h1svEMEG { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100010;line-height:2.1;letter-spacing:0;top:36.8671875rem;left:23.5625rem;height:;font-style:normal;display:block; }#gECPnfCmCQ93pQ70JIXCTTe5h1svEMEG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gECPnfCmCQ93pQ70JIXCTTe5h1svEMEG li:before{  }
#r5WHtmTOyIfdlv3TbAGxUydAWNscnPQS { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100011;line-height:2.1;letter-spacing:0;top:74.350000381469rem;left:23.5625rem;height:9.975rem;font-style:normal;display:block; }#r5WHtmTOyIfdlv3TbAGxUydAWNscnPQS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r5WHtmTOyIfdlv3TbAGxUydAWNscnPQS li:before{  }
#CCvrgc1BSM9QZp83MWlBRthzLZAc0MaE { color:#000000;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:91.850761413575rem;left:31.0625rem;height:4.3875rem;display:block; }
#mJlRAgy03H4pe8d9N3I1SfTu8IZaxeoN { color:#000000;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:4.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:99.369512557981rem;left:27.9375rem;height:5.76875rem;font-style:normal;display:block; }
#S3PWJePoz0QAlqVdnCLRT8b4wUBAu0bM { z-index:100015;top:110.18593597412rem;left:27.25rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ff0000, #ff7000);background-image: -moz-linear-gradient(216deg, #ff0000, #ff7000);background-image: -ms-linear-gradient(216deg, #ff0000, #ff7000);background-image: -o-linear-gradient(216deg, #ff0000, #ff7000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7000' );";background-image: linear-gradient(216deg, #ff0000, #ff7000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:4.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wUscXT7K9TL4gHq60odLrWsMDfp3lye3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RNOvCauf5gyE1KzPk0W9OtJ4dnTEieff { color:#000000;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:71.33984375rem;left:23.5625rem;height:1.38125rem;font-style:normal;display:block; }
#Syaeqeq2NCh9uh156s7fmr46EU5KqdT6 { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:20.810932159424rem;left:31.0625rem;height:3.575rem;font-style:normal;display:block; }
#v1DpoKPloOT4l09lyVxmIBggnpOUeNii { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:95.232011795044rem;left:30.5rem;height:3.575rem;font-style:normal;display:block; }
#F3rqf5KGzk6HmE2TpWi5hiSKzFXFqsbR { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:28.816407203674rem;left:32.8125rem;height:1.21875rem;font-style:normal;display:block; }
#eyTO7WLI7d2GMmOlg4SgNiayJ98W9iv6 { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:105.81637382508rem;left:32.3125rem;height:1.21875rem;font-style:normal;display:block; }
#BT70ecR2RtT1mAA955dlivvAqBRyERPg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Jf6jHRy7/Copy_of_Untitled_4_.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#BT70ecR2RtT1mAA955dlivvAqBRyERPg.adaptive-delivery-prevent-bg, #BT70ecR2RtT1mAA955dlivvAqBRyERPg.lazyload, #BT70ecR2RtT1mAA955dlivvAqBRyERPg.lazyloading { background-image: none; }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .row .container { background-color: transparent; background-image: none; }#BT70ecR2RtT1mAA955dlivvAqBRyERPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .row .container > .video-iframe-container { display: none; }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .row > .video-iframe-container { display: none; }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .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); }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .row .container { border-width: 0; border-radius: 0; }#BT70ecR2RtT1mAA955dlivvAqBRyERPg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .row > .video-iframe-container {  }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#ePSsQiV9TgRUR5uru6L4U7qI3adsXGs8 { color:#000000;display:block;width:36.625rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:2.8468747138977rem;left:19.1875rem;height:5.0375rem;font-style:normal;display:block; }
#kgLWMOEsNvvXeq2wxWsE89vvgOVL9f4D { z-index:100021;top:8.2773447036744rem;left:28.375rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ImtULLfh7XzF1VtVu7OLuPT48QgSHgGe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:url("https://images.assets-landingi.com/x5GFGHgTgB4/unsplash/patrick-hendry-x5GFGHgTgB4-photo-1488767136043-c1eb91ca932d.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL.adaptive-delivery-prevent-bg, #yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL.lazyload, #yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL.lazyloading { background-image: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container { background-color: transparent; background-image: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container > .video-iframe-container { display: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row > .video-iframe-container { display: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .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); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container { border-width: 0; border-radius: 0; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row > .video-iframe-container {  }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#zDVCbTQ2Qym71R5eWzHmntHv1pZa8RHk { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.4539060592651rem;left:31.0625rem;height:3.98125rem;font-style:normal;display:block; }
#BF06bZCTXyMvZCmGehdOsusMBwtT3kTe { box-sizing:content-box;color:#ffffff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.8125rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:8.625rem;left:17.3125rem;display:block; }
#nhzZTxuo9sG953m7TuTriHTM37ucvev5 { box-sizing:content-box;color:#ffffff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:12.8125rem;left:22.75rem;display:block; }
#T6fl0WTvXe694pBDyi77R3zeHr8HPJg6 { color:#ffffff;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:9.8562507629394rem;left:22.0625rem;height:2.35625rem;font-style:normal;display:block; }
#JZ7em71PWlspa1DeecufhNQHcf8eRmTk { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14rem;left:28.375rem;height:3.25rem;font-style:normal;display:block; }
#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 { position:relative;display:block; }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 { background-color: transparent; background-image: none; }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row .container > .video-iframe-container { display: none; }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row > .video-iframe-container { display: none; }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .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); }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 { border-width: 0; border-radius: 0; }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row .container > .video-iframe-container {  }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#9e050d;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#c99HlZemCyGWR1MlrUIsHf0JqP7OaN73 { z-index:100002;top:0.84375rem;left:39.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #0800fd, #5653b9);background-image: -moz-linear-gradient(216deg, #0800fd, #5653b9);background-image: -ms-linear-gradient(216deg, #0800fd, #5653b9);background-image: -o-linear-gradient(216deg, #0800fd, #5653b9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0800fd', endColorstr='#5653b9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0800fd', endColorstr='#5653b9' );";background-image: linear-gradient(216deg, #0800fd, #5653b9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qL5imh4sznay71xAvak4cxT5xtsqUGhs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q9ZqXi1ftHikkfFbIsgzGpiFRyHAr8zi { z-index:100003;top:0.84375rem;left:24.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #0800fd, #5653b9);background-image: -moz-linear-gradient(216deg, #0800fd, #5653b9);background-image: -ms-linear-gradient(216deg, #0800fd, #5653b9);background-image: -o-linear-gradient(216deg, #0800fd, #5653b9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0800fd', endColorstr='#5653b9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0800fd', endColorstr='#5653b9' );";background-image: linear-gradient(216deg, #0800fd, #5653b9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kL7xraP1UebiNLNepX1RsG80kyJARKBi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qQS5t0uNkwdkrKAKNZXTBbSBJ3ohZNxD { display:block; }#qQS5t0uNkwdkrKAKNZXTBbSBJ3ohZNxD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHN4wMLF0FnOooyI7gyxFrHaEuxFLskp { top:0.8125rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV { display:block; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIN6eDBVJEn2lIW9HpI9qD26MHNcSUIl { top:5.25rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQKuhablmsBZyKGtt49BAbkwvBGBmaLl { top:21.6875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ9VWWJMnM8StnMm29Xraipx4fELUXGT { top:26.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhuqtwe7L9MFeegQr0vr2tGuLDiGeg9a { top:17.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaIA8F6ToACA11T2orf1EmOHUTziTTe7 { display:block; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsfZRTLRRhPiy4TC5mGGQsZ8UJ0NAIDx { top:4.0625rem;left:0rem;width:47.75rem;height:14.125rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe { display:block; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlRuKM4qaRaVm4GOmVU246UG0Rfo2UuL { top:2.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr1U7waCJZZr9zdoTGPk1yrq2Qb9mHM2 { top:8.625rem;left:0rem;width:47.75rem;height:22.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDE898cNLbXNDkDkrblxesnolm4PHo82 { display:block; }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maCmMip6Sf5DemkzNngDxUxJcCZyPgZP { top:8.6875rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1NTWLi2fSHpbfbgJldA5VcyFtglQd3 { top:20.8125rem;left:14.9375rem;width:17.875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4F92mgHkD6l29d6Lnk7QxAGu9tf0fd5 { display:block; }
 }@media only screen and (max-width: 763px) { #awZmaGM2TsKlHJSmAmsWIhmNn6If2wuo { top:2.625rem;left:12.5625rem;width:22.625rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvkRTTe58KZtp6E2LJRPETcZ0eySbPnH { top:11.5625rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZAxdzG7hkEnqLDtShAn1UGs62Tv1U3L { top:42.8125rem;left:5.625rem;width:42.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ4WolDFsef4vaiBCgHb4eTTrRvsSkcf { top:1.8125rem;left:7.0625rem;width:33.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEt8idIpbHKFd881BPyDRMGr77ihL1nf { top:27.5625rem;left:14.9375rem;width:32.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnV76HaXwVFWeaDTanABw5WnkXzgkKah { top:36.625rem;left:0rem;width:32.625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 { display:block; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgEhrhOKv1IwkyCOibbTVtzImCZMTghn { top:3.0625rem;left:0rem;width:47.75rem;height:32.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZtkSXs7Qv5IkpWNbcv62lgR00z5makC { top:3.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfid4ximygWweoMbTzKFPVQ2iy2Q9zXM { top:11.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4asfo9GSpCra9H9TmntrKao4fhVObtq { top:23.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI { display:block; }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuPv4yRnn95p31bMn1hTLPuomMWRgTFZ { top:12.8125rem;left:0rem;width:47.625rem;height:26.710633626098rem;display:block; }
 }@media only screen and (max-width: 763px) { #auVT6ShaKvlsTX9QbnJQaGiQKNB71oDe { top:3.25rem;left:1.5rem;width:44.6875rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKmXDXSfwKKNVv7DiR3ME4yTuTDkTEg7 { top:44.875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdICcxverJWTpTquw6d2IN3JINE2EaPr { top:56.8125rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCoAGBN65d0b4PMTyVO5DFAlsKaaSwls { display:block; }
 }@media only screen and (max-width: 763px) { #ArcfxxCVppCDPxHUwd6bky7kirc4xDxR { top:57rem;left:11.58749961853rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDazcsRXTFWTDMmJHtZHXy40RFdZBO12 { top:57rem;left:32.52499961853rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 { display:block; }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLS5JvurAXfz70RolkbagqtKL0PxdTfQ { top:0.5rem;left:8.75rem;width:33.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqaS5uFyBBrzohh8llAVRzXxBXo6maLL { top:6.3125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaK54XONAnz5aTTU5lnQeJMlsoiGs3hz { top:68.375rem;left:0rem;width:46.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4IUhvN1sPClgrD7iMgr1hrB8HLoGNnm { top:16.25rem;left:0rem;width:46.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUTLvHyNQaDFcGyIxWzBkTnXwqelZ9u0 { top:63.625rem;left:0rem;width:46.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHSx7yGnMn2uGiBbu50SAEf7Tb1IVJfN { top:26.625rem;left:0rem;width:46.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZMQpTDuoibKQ8tnEI5QHXbCmq971IBy { top:32.0625rem;left:0rem;width:46.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLmVUORdl9Gz0k5FrF02VOoRaqeWuEuU { top:37.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GABZy1BWo1zXTAVe3KWbtOGf6IJRavg0 { top:43.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWZ1cpkU1fBoTEwMMA9gC3HTsaPquebQ { top:52.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb33VTccRq4qzKR3ymwvnGRTDHI58My0 { top:48.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5RVUBDuWMIp4oAOPP9WV7n7QeWfTkA1 { top:57.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShSLxgMTxK6SZk1W7KQvzCy6pA3zgVNO { top:11rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVruPRcQQOOpHscR9zL7gDxtIs17D8f { top:21.4375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htCT0vSUXh9gCE2xoRp9tKkXyEDRTyZN { top:73.375rem;left:0rem;width:31.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAwEtAcLDERolG9kbUx8pGPXy3P03RMv { top:6.1875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvfeZNIdQ698stAcHaQg6GdR7Lvs0tbk { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpgc2hdnGNS50CGFv67E9eE5Sh05IzL7 { top:16.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0bVXD7zo7npKyMVImITvgDO9upb3Zcz { top:21.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #saoI65n0yN75gtsJVpthKJEgJ4D0bOAV { top:26.5rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHAen8Sa8iDWwVsKikRGKdyyxIF88wlI { top:31.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxQdhWUaovmIoUWwFuSQQckNcSaFfzE6 { top:37.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF7AmE61VWrsT1txKlgTt9ufgmkN1pRb { top:43.25rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPcCDTPdt4wXpfONB3NgF7prqLzKFUfI { top:48.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX2uyd2oNTPPh3aOJis3m3XLxmEhxJhL { top:52.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDEzm1BO8eg61IB6bTpzb6OkdSoZ2bkn { top:57.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xilhsQUf5ocXmHP5Tstp6s0J2J8zkSSc { top:63.5625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR0kE6QGF8e5RS22pNUeK9vri0d2ks8y { top:68.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixo5UqLLNfh1fqkaTwg4ZKsQUvX0vdV8 { top:73.25rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw { display:block; }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fs3ZC5d4Tzu6VqTMySetxc3oSEzgS7Hf { top:3.3125rem;left:6.25rem;width:36.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX5mnGvns9QmPgJJabl6Hk43Q9JZmzKU { top:9.1875rem;left:7.875rem;width:32rem;height:4.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPvpLrEKxA3DkadVI0o2RGZ68Txf82xP { top:15.25rem;left:1.875rem;width:45.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZzeTQ0fHfM54TZxbIFAVG2Wak5b3CLp { top:22rem;left:2.6875rem;width:40.5625rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crg9A6xqrTdGlPRXz8wQHfLq0Fw4R0Sf { top:34.0625rem;left:4.4375rem;width:40.5625rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4OpRfXe60op9LWPS8oFBHK7WpF3b4qT { top:40.6875rem;left:11.3125rem;width:26.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3qF25slrgPV0ZmtdX2xADyZzJ8RxDpB { top:45.125rem;left:17.8125rem;width:13.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLeZGxK3SOJpqeteLNH44RZaPOoWRDSy { display:block; }
 }@media only screen and (max-width: 763px) { #PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk { display:block; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yePDSU9644k5DgpXG43OgKk3AUMbhRPQ { top:1.6875rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgHWil96NICP4p6p0NMU9Pmnzvx3Tf73 { top:7.6875rem;left:0rem;width:47.75rem;height:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUDssG6r8fLP0GDXOiayN4VWItnurO6Q { top:19.875rem;left:16.5rem;width:16.125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq9avkWaq2boMWfHcTzn2RaCnL3kL0fn { top:26.5rem;left:6.25rem;width:36.625rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seD53F8lqaZ22O2cxGMuGV0b5Nb70mm8 { top:23.375rem;left:14.6875rem;width:18.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oswCiPQ4oIO4FFDnvmZR6naWC7TbXq4Q { top:19.75rem;left:15.8125rem;width:16.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl9fhdpccb3vnoD9xTNCUcCdvV3EzhZH { top:26.3125rem;left:5.1875rem;width:38.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyG4eZvh0IPRnLEE2CNaVeGq4GE3Tiw0 { top:3.5625rem;left:0rem;width:9rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvv3rRZX7KaOuPLL2u2gdw19WkAX7qlz { top:3.3125rem;left:40rem;width:7.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR5f2FCraA9tzeMPqQ62g9rmSxfTnTQ7 { top:33.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUhhnlD2dKZ2oBXn4t5PK8TCELwKsynI { top:3.6875rem;left:0rem;width:0.125rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoWfp3RXQcNHHg8x6MwRx40sxxrucohI { top:3.5625rem;left:47.625rem;width:0.125rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk { display:block; }#rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pW3wicNdURgGSF2N493ZJ2Agv0TEkSzw { width:47.75rem;height:18rem;top:3.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5KnO9tOC6gDzp7CQXka9wNTuiaPFszc { width:47.75rem;height:;top:24.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 { display:block; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McC3Q3A9ZgHXC1ZGJfWfU8lfCXu4AQvg { width:17.6875rem;height:7.1875rem;top:2.4375rem;left:15.031251907349rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QREgPvUtfNAra25vKk1g0puCFNq4BTDO { width:47.75rem;height:;top:10.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR { display:block; }#iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IR31EyTNym7bgSQxhpPM2kLUgqdMwIRG { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mETZpRiJ1T9aByCgWJ4t1hTpm2R7sTD4 { top:13.3125rem;left:0rem;width:28.5rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWCg3EDptZuy0POTco8CMEK2UpiI6mvV { top:13.3125rem;left:19.125rem;width:28.5rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm { display:block; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbRbfWF9ytPsIl1PvdDpQB4zCQcKV96z { top:1.6875rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WonlSoGFMf7oOHwLTz58GcTOCDlbyUel { top:9.3125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL0nLh4m38Xguc9rn377AsnhQGxedEw1 { top:15.8125rem;left:0rem;width:23.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzRiBt2SVdO6m6z0UfQ4iEoPAOzNicJD { top:26.25rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDuXZgKBnh2tFeZUtv1W5akOtVBgeLf { top:21.4375rem;left:0rem;width:34.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpQ0wFwG3oyEDfBVPKZUXSq7R1zbBJsy { top:33.0625rem;left:0rem;width:30.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf8PruL2x52k24TDdUTaaWTuIEVknmLX { top:15.8125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbpqTmIhsbd5w7m6LidZGFrCXAQKb4Xm { top:21.4375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7fNc88LZgt2xt0vqkxv65W0evbU6QQf { top:26.375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUgIMSe765Wd5IIM9feke6iLhArCyRVz { top:33.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWZrud4Akesoz51VGuZOeOwJC0uyf5qm { display:block; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bN3i8s5AmmzbW7AzQ6Wkm04J2k2OCeUM { top:10.25rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruoBMF6GTXScGfNq4GZeitcvH1blJ6to { top:10.25rem;left:21.4375rem;width:17.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRA5m8tpf4dkEB4CrgT8tLd7GlzNK4OZ { top:12.9375rem;left:4.1875rem;width:31.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTywHAf1qZxaH07rrKg4a1MymvZ3vQ13 { top:1.125rem;left:5.3125rem;width:37.0625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu { display:block; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzMCXzJQUaZaF99P9lw6yiHgCzBfJGxw { top:2.375rem;left:5.5rem;width:35.625rem;height:3.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdem11fmNOz7vvwTuNBQXTaOaf9xlXH9 { top:18.375rem;left:4rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrcAHTd1GJ43TQEnWDImpSbdQThin0Cy { top:11.4375rem;left:8.1875rem;width:31.375rem;height:97.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS8MWvXWbQopzh9ZZAaOQzrzwTsIBXvV { top:13.375rem;left:9.9687519073488rem;width:27.8125rem;height:9.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOq0OqSO8lmvQz8kmsiFcStqNh5AB0zz { top:23.6875rem;left:16.062501907349rem;width:17.625rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGszWzsCZPUotvp9hae9A09GS940tauq { top:32.6875rem;left:9.9375rem;width:24.9375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKGzNS5BGRyKreL1DqByqWvVvef97D8s { top:36.8125rem;left:9.9375019073488rem;width:23.6875rem;height:;font-size:1.1875rem;display:block; }#vKGzNS5BGRyKreL1DqByqWvVvef97D8s li:before{  }
 }@media only screen and (max-width: 763px) { #vgxyfZdJcsFOsEWyKtExEIxelPNBJyw6 { top:73.5rem;left:9.9375rem;width:23.6875rem;height:12.4375rem;font-size:0.9375rem;display:block; }#vgxyfZdJcsFOsEWyKtExEIxelPNBJyw6 li:before{  }
 }@media only screen and (max-width: 763px) { #UCNHSni8goI12SyhHIoO94LHX7awvT5m { top:88.5625rem;left:17.4375rem;width:11.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buGbFozTnOlrO0dF2H1c8PnZk7KgdMAH { top:96.5rem;left:14.312501907349rem;width:18rem;height:5.75rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZxAnHUcCcptxJxxreiagDrRizhBkVXX { top:106.9375rem;left:13.625rem;width:20.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX4G7rme0WMwP2de5uaCTozGkAiREhsI { display:block; }
 }@media only screen and (max-width: 763px) { #S5lpH23IW5ME5fFWaqcIezUPQaP7J8Lz { top:71.1875rem;left:9.9375rem;width:5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA6xgaciT5oTVnTXk4uPrTPUE5WFvWOc { top:20.75rem;left:17.437501907349rem;width:12.875rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVv6V7UTgsh8XDTrZGiq3F3l6FZIstv2 { top:92.3125rem;left:16.875001907349rem;width:12.875rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X63T7bwWTNfHvwgwXllTV8sTNCi86S13 { top:28.8125rem;left:19.187501907349rem;width:9.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8Dl25GXey2W6bhls2TC9Q2QI6fHrVcI { top:102.3125rem;left:18.687501907349rem;width:9.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOodQqVNLTS2szPSBxgPRaG5eV2awwcC { display:block; }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbgznakRqUXv2QTnVaOnEHGCMVR5qx4R { top:2.8125rem;left:5.5625rem;width:36.625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm97wF4v71Ahxr0QgL8beBQ7Zdlpn7qa { top:8.25rem;left:14.75rem;width:18.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBTmVGoP5Dk8g3SBT4zs5wPKN6bSpGDA { display:block; }
 }@media only screen and (max-width: 763px) { #PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 { display:block; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTOn2eeVONh1CIQzQR6qx0a8dM638stf { top:2.625rem;left:0rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcMgkwuAC1FvutZd2iPVxALpc1805EZF { top:15.5625rem;left:1.5625rem;width:17.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdEOUCJbLbTyFhnmbmDeXOm94sd7P9Zt { top:2.625rem;left:25.1875rem;width:7.6875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIOHt1JcE8hV5FdSnqAiKskzxhvT1zlA { top:3.3125rem;left:27rem;width:20.75rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeQXQUtgg8UNevbOltsn9N8JHV6ncPm0 { top:14.9375rem;left:29.8125rem;width:17.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7FU7zo6VXIvxQApwA52GDyTwwNUhxO { top:20.375rem;left:0rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5mDlodWPm0VZ9fAXxWu6w9bOIoxPan8 { top:21.625rem;left:1.5625rem;width:20.75rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysOX859cBykT6fal9TWKoXxDVGh2m64c { top:35.0625rem;left:1.5625rem;width:9.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEIa4EJwpwLfJxAKQaxMRGTtI9C6h7dc { top:20.375rem;left:24.125rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrMIEehtcM33PqOe5EPqh67G5N7sq0oF { top:21.5625rem;left:27rem;width:20.75rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRXctZh3K75aOb4p1OgglohraTn2CUHa { top:35.0625rem;left:29.8125rem;width:17.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT7TNgJctSthUHWCgLMglyaQnzPUyGbX { top:1.0625rem;left:0rem;width:29.625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOUWZ0V4Z9IRGRJhW9TnQAiEfRl6o3ed { top:1.0625rem;left:18.125rem;width:29.625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf7X8zLAs3gqDS3vSQFqTd2skW7JvWVO { top:19.875rem;left:0rem;width:29.625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGbBtVv8zreXoc5SH3ywZFzmSp7HPTar { top:19.8125rem;left:18.125rem;width:29.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDmyN8yDPZH7R143TStzQR5lbxzUdrES { top:0.375rem;left:16.9375rem;width:5.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuXvhLl3Bk8Vyy0Dc1C6PHXk1nGMgJMQ { top:0.375rem;left:42.3125rem;width:5.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEkvZgA9Q0ZL0oAmMIwZotcWdRfAUlkF { top:19.1875rem;left:16.9375rem;width:5.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnzELayf1CQdqiEyDHiwBPMJ8wf6Op3y { top:19.1875rem;left:42.3125rem;width:5.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyAVGu1ouTA6LmbQdt7AkG8xMvS3r3Fr { top:9.75rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0JZIwMEbFK98DUFgnKpPAbbn5GAO9is { top:27.375rem;left:0rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGhv3ZxCymR1iD9vVMJ2aAXmzpz6iukQ { top:27.375rem;left:25.1875rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gllCbuZ9Ee6rQbqdPwWbEKuxVN0slyFG { top:9.75rem;left:26.25rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6MscN40oeQXtEy4c15iaEgWeHaqZJ1n { top:2.625rem;left:1.5625rem;width:20.75rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #schq0kVvFCPlut0M1p1yKSiiTN1X01N8 { top:39.875rem;left:9.0625rem;width:29.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA1ogBZH56ih5UAoRN07RscX9XZG4urL { top:42.1875rem;left:17.625rem;width:20.75rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blf5PQkK0O6sINCQBMQuQ7GTG50xbKth { top:40.8125rem;left:9.3125rem;width:7.6875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSLzvcrLD5FppXlP9ZT9xORW70DIoU3n { top:39.125rem;left:33.125rem;width:5.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0Jrn3CTIuXohiT5oOcaxc3hx5B57NTG { top:53.1875rem;left:17.625rem;width:17.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfdQkzWNwuP9Fqlhk3OqVMKeoRzTWc2u { top:46.6875rem;left:10rem;width:7rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB { display:block; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZhPMRbUcUznlkxs8mwPa4XBmkoWfNLg { width:47.75rem;height:7.1875rem;top:1.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0QrXfR2iiddVNpawE2JEXAkSNSLIpFn { top:13.3125rem;left:0rem;width:28.5rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGMOb0KfpQFdHuGfB9wOzEvg1QwlvZ4 { top:13.3125rem;left:19.125rem;width:28.5rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhSKAi2XBxdWl2QiHLQ0K1bOwkxczwkT { top:31.9375rem;left:9.5625rem;width:28.5rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #A34LzJOFFQMfwE5uB7DruhkActN26DpT { display:block; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmGX0qRgH8ycfbbBB5G4f4tyAJWxETwx { top:2rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUrRX91OZx21pGInF7TWwBzHJ19NRlt6 { top:11.9375rem;left:3.25rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFzecsiX6vlB0vGT3TfMpBtgtcp2FSJT { top:11.9375rem;left:19.375001907349rem;width:9rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g42s5hQ1eHD1W8pLGayro6KD3C7d9gpF { top:11rem;left:33.875001907349rem;width:11rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCbcTclkkGeQ6V6HbJbDJ4nmqCpOHAiw { top:10.125rem;left:36.875rem;width:10.875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bssM71Qy3PafNwqQXQ8qzminWlSIHxhc { top:11.875rem;left:0rem;width:11.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yulZhvcEZbiX3LO1owFWQLcVAmUldeHP { display:block; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q354sQJ4cBOLokUMUqMsKEf8NHVMu2Wx { top:1.1875rem;left:16.9375rem;width:13.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtkKmovFEXmSw8MXp5hPL943X1Ta1JRA { top:8.0625rem;left:0rem;width:4.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvN3im2xK6KTW5gRuLEm2WwvTmFB52QK { top:7.6875rem;left:36.25rem;width:11.5rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtciv2QvqQimxy3XTmf3AK51kT7x2Wa8 { top:7.25rem;left:10.375rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKZiEhKJ9K0OxVUVuEAyFTy06NfxrFpH { top:18.5625rem;left:3.625rem;width:6.1875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOfLuQ89gHeGJ3PKk4X5Twh6ukc1vAi6 { top:7.9375rem;left:18.8125rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTd5yhgiXPZxrMS9MCGf4tiAAmFACCEM { top:8.5rem;left:27.0625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT6xEaslmzBwi1gDd6iHNixTT6IB1eXi { top:19rem;left:12.5rem;width:3.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyyT0orfLGuMgXTwqfulJKsxTa3pTKUA { top:8.0625rem;left:4.25rem;width:4.875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR52Tegqv3UGlrblKV2NPEV6QNp3TTEb { top:17.875rem;left:0rem;width:9.375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI7ih7N2klTUbTfRzGb0ngwIGSxkTvOl { top:7.9375rem;left:35.125rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHgqcsbWOKuy6EPu5i0cSCK8MT63e0gU { top:17.9375rem;left:18rem;width:7.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuPzXVvvmTTuLSKNeIhmkn8qNifed6gB { top:18.5rem;left:27.0625rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGwkXGa8B3sO0Z2qmFeAKaTHoB5vZyTR { top:18.4375rem;left:35.125rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt9dAsrv14OQxpi856FnVdCxTmP1k543 { top:18.4375rem;left:41.5625rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORuKFtTM3A4yCGTdsSC1E2fFVwGN5WSP { top:29.1875rem;left:0rem;width:6.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcTHTQxzaDLL53hOmHq5WAPpDqvtpMbB { top:29.1875rem;left:4.25rem;width:4.9375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1TknEHIHDkQS95BiMx2ffkEcWLFf5d1 { top:30.125rem;left:12.5rem;width:8.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbIp30CEvo518I0nd3ssykQtlwcuWyuc { top:29.1875rem;left:22.25rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6zNWnCTI8X5E3iE8OLFHaTEkCXhQ6Ar { top:28.6875rem;left:29.75rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpm2PxBkAc4qUlp0k81b3pTQtq6M8Bax { top:28.6875rem;left:37.5625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTNTGanQogaNOv8HsBbMC6iqz1cC4hsF { top:28.6875rem;left:40.5625rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDMJimdNDTdHz6RMo4Wuy3Nn7rupvnNT { top:38.875rem;left:0rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNFBgozCBTpddtyTCafJwDQk9kthpq48 { top:38.875rem;left:23.4375rem;width:6.375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUcPsboO4OJhSay24RlStFikq2x5iTZF { top:38.875rem;left:34rem;width:6.375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evxH2XZS2yiPNgQR6EO7WiKbEUI5tZ9x { top:40.0625rem;left:14.625rem;width:6.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV6NDkrcAau5uSZaa7oT6nwgQNIIIwNx { top:38.875rem;left:4.25rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqG7cu7VrdDzpSVFLQI4B0FQcJEwEHcv { top:48.8125rem;left:2.625rem;width:7.25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzLkPWuWlMWNzfZ5uLf1U3pUruzJuEm { top:38.875rem;left:41.375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQvTlEloOEFKlrGFvfsh0cllEfT7CK1D { top:48.8125rem;left:14.125rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llyl0OxtUFetaU2DO7VKsoNp39o9usgC { top:48.8125rem;left:39.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJzykCF0q5E2XlsRXrVSqpnCOrWQa9O2 { top:49.625rem;left:25.8125rem;width:12.1875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD { display:block; }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvIRv5R94u9okHUws7pL7PTz1eXXQRTs { top:2.9375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-regular-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-text { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-text {padding-top: 0; padding-bottom: 0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-textarea { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-select { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-select {padding-top: 0; padding-bottom: 0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-button { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-checkbox-label { width:22.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn  { width:23.8125rem;height:17.25rem;top:13rem;left:10.718751907349rem; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .radio-container { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn {display:block;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn { width:23.8125rem;height:17.25rem;top:13rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #e7igihMqgxlxWU9FTZ2al3zSCeHpCz2p {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #t51aLByw4h8DaQNCCAuOhNgMD3uLoxm3 {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #ZbRHTiaO0kPuaTEHJCd8ZCQhhCiLAlLQ {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #KRuEu810eZ2gatQCQCvo4Pvp1z0LdH93 {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #fGxQor9Hfhr6hB06Ee1k7XKuLPWXEQ8J {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #LIDy7xzcvWOggoVBS7xhtRMXezkNkIyT {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #d4X0vkENTBnsZ1wuViCRIM8KfaEpoNcu {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #NuBIninNLCMBThRzZ3pf0oT86d66rqKS {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #rGr0h4Qo1hpxCzUhwMT7K4ChMaTXBFLa {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #iCeFpXHs81ilEQfbHMIIDHpcTAxCKHTy {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #Dn78GJxXobuGssJhXUTtyJ8hcitzagJL {  }
 }@media only screen and (max-width: 763px) { #bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx { display:block; }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC4voOcD4FhTAlegP9zk5TBbdgZBiyCa { top:1.625rem;left:25.9375rem;width:21.8125rem;height:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR60GaoHHLsrkcwTpyE2U0oAHOnIfNvq { top:11.75rem;left:0rem;width:39rem;height:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gnkhriHdFWMygtFgOhD9XPrqTHiKk8 { top:2.1875rem;left:17.625rem;width:12.5rem;height:3.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmkbsfOak5GiMilEZPC16xRfo8p12xVS { display:block; }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8mok0eTtdTU2pVlhtvVgquGV22TTK73 { top:1.9375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPtaVVTT0wh1Pf0oQ5h3A7le7TTnu8zx { top:18.375rem;left:4rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG8GMVFkWhUcHFMX9myNBQBABZOee9vJ { top:11.9375rem;left:8.1875rem;width:31.375rem;height:100.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR5BsNLI6blzPfKsGdapuHFyCZf9QQWG { top:13.5625rem;left:9.9687519073488rem;width:27.8125rem;height:9.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO4Epzt4RQMepM9Fq0rTUfKSiq3ITUKt { top:23.6875rem;left:16.062501907349rem;width:17.625rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkKfs6wB2oOcU2LT6ZPTLzwK5Pd6VTpx { top:32.6875rem;left:9.9375rem;width:24.9375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gECPnfCmCQ93pQ70JIXCTTe5h1svEMEG { top:36.8125rem;left:9.9375rem;width:23.6875rem;height:;font-size:1.1875rem;display:block; }#gECPnfCmCQ93pQ70JIXCTTe5h1svEMEG li:before{  }
 }@media only screen and (max-width: 763px) { #r5WHtmTOyIfdlv3TbAGxUydAWNscnPQS { top:74.3125rem;left:9.9375rem;width:23.6875rem;height:12.4375rem;font-size:0.9375rem;display:block; }#r5WHtmTOyIfdlv3TbAGxUydAWNscnPQS li:before{  }
 }@media only screen and (max-width: 763px) { #CCvrgc1BSM9QZp83MWlBRthzLZAc0MaE { top:91.8125rem;left:17.4375rem;width:11.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJlRAgy03H4pe8d9N3I1SfTu8IZaxeoN { top:99.3125rem;left:14.312501907349rem;width:18rem;height:5.75rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3PWJePoz0QAlqVdnCLRT8b4wUBAu0bM { top:110.125rem;left:13.625rem;width:20.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUscXT7K9TL4gHq60odLrWsMDfp3lye3 { display:block; }
 }@media only screen and (max-width: 763px) { #RNOvCauf5gyE1KzPk0W9OtJ4dnTEieff { top:71.3125rem;left:9.9375rem;width:5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Syaeqeq2NCh9uh156s7fmr46EU5KqdT6 { top:20.75rem;left:17.437501907349rem;width:12.875rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1DpoKPloOT4l09lyVxmIBggnpOUeNii { top:95.1875rem;left:16.875001907349rem;width:12.875rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3rqf5KGzk6HmE2TpWi5hiSKzFXFqsbR { top:28.8125rem;left:19.187501907349rem;width:9.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyTO7WLI7d2GMmOlg4SgNiayJ98W9iv6 { top:105.8125rem;left:18.687501907349rem;width:9.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT70ecR2RtT1mAA955dlivvAqBRyERPg { display:block; }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePSsQiV9TgRUR5uru6L4U7qI3adsXGs8 { top:2.8125rem;left:5.5625rem;width:36.625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgLWMOEsNvvXeq2wxWsE89vvgOVL9f4D { top:8.25rem;left:14.75rem;width:18.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImtULLfh7XzF1VtVu7OLuPT48QgSHgGe { display:block; }
 }@media only screen and (max-width: 763px) { #yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL { display:block; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDVCbTQ2Qym71R5eWzHmntHv1pZa8RHk { top:3.4375rem;left:17.4375rem;width:12.875rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF06bZCTXyMvZCmGehdOsusMBwtT3kTe { top:8.625rem;left:3.6875rem;width:4.75rem;height:4.8125rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhzZTxuo9sG953m7TuTriHTM37ucvev5 { top:12.8125rem;left:9.125rem;width:5.625rem;height:5.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6fl0WTvXe694pBDyi77R3zeHr8HPJg6 { top:9.8125rem;left:8.4375rem;width:20.75rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ7em71PWlspa1DeecufhNQHcf8eRmTk { top:14rem;left:14.75rem;width:23.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 { display:block; }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c99HlZemCyGWR1MlrUIsHf0JqP7OaN73 { top:0.8125rem;left:26.1875rem;width:13.125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL5imh4sznay71xAvak4cxT5xtsqUGhs { display:block; }
 }@media only screen and (max-width: 763px) { #q9ZqXi1ftHikkfFbIsgzGpiFRyHAr8zi { top:0.8125rem;left:10.4375rem;width:11.3125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL7xraP1UebiNLNepX1RsG80kyJARKBi { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qQS5t0uNkwdkrKAKNZXTBbSBJ3ohZNxD { display:block; }#qQS5t0uNkwdkrKAKNZXTBbSBJ3ohZNxD > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHN4wMLF0FnOooyI7gyxFrHaEuxFLskp { width:20rem;height:7.2rem;top:0.93125003576281rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV { background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/BlrhmO3j/jak_pozyskiwa_sponsor_w_6_.png");background-position:center left !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;display:block; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV.adaptive-delivery-prevent-bg, #KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV.lazyload, #KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV.lazyloading { background-image: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container { background-color: transparent; background-image: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container > .video-iframe-container { display: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row > .video-iframe-container { display: none; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .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); }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container { border-width: 0; border-radius: 0; }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row > .video-iframe-container {  }#KU3txc0Kf0pdIwIUmrfUD2URPotoS0oV > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIN6eDBVJEn2lIW9HpI9qD26MHNcSUIl { width:20rem;height:9.425rem;top:3.2992186546326rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQKuhablmsBZyKGtt49BAbkwvBGBmaLl { width:18.5rem;height:2.275rem;top:18.375000357628rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZ9VWWJMnM8StnMm29Xraipx4fELUXGT { width:13.6875rem;height:1.95rem;top:21.400000572204rem;left:2.4062501192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qhuqtwe7L9MFeegQr0vr2tGuLDiGeg9a { width:20rem;height:4.8rem;top:12.724218726158rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaIA8F6ToACA11T2orf1EmOHUTziTTe7 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container { background-color: transparent; background-image: none; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container > .video-iframe-container { display: none; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row > .video-iframe-container { display: none; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .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); }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container { border-width: 0; border-radius: 0; }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row > .video-iframe-container {  }#gaIA8F6ToACA11T2orf1EmOHUTziTTe7 > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsfZRTLRRhPiy4TC5mGGQsZ8UJ0NAIDx { width:20rem;height:13.1625rem;top:2.1062498092651rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container { background-color: transparent; background-image: none; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container > .video-iframe-container { display: none; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row > .video-iframe-container { display: none; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .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); }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container { border-width: 0; border-radius: 0; }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row > .video-iframe-container {  }#DcFxzTJsrfX4pofeIxSciZfZ2bOzpLqe > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlRuKM4qaRaVm4GOmVU246UG0Rfo2UuL { width:20rem;height:4.3875rem;top:2.1062498092651rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zr1U7waCJZZr9zdoTGPk1yrq2Qb9mHM2 { width:20rem;height:23.4rem;top:7.74296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDE898cNLbXNDkDkrblxesnolm4PHo82 { display:block; }#PDE898cNLbXNDkDkrblxesnolm4PHo82 > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maCmMip6Sf5DemkzNngDxUxJcCZyPgZP { width:20rem;height:11.475rem;top:5.1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1NTWLi2fSHpbfbgJldA5VcyFtglQd3 { top:18.237499237061rem;left:1.0625rem;width:17.875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4F92mgHkD6l29d6Lnk7QxAGu9tf0fd5 { display:block; }
 }@media only screen and (max-width: 763px) { #awZmaGM2TsKlHJSmAmsWIhmNn6If2wuo { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container {  }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvkRTTe58KZtp6E2LJRPETcZ0eySbPnH { width:20rem;height:22.44375rem;top:7.7rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZAxdzG7hkEnqLDtShAn1UGs62Tv1U3L { width:20rem;height:0;top:43.5375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ4WolDFsef4vaiBCgHb4eTTrRvsSkcf { width:20rem;height:5.2rem;top:1.4984378814698rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEt8idIpbHKFd881BPyDRMGr77ihL1nf { width:20rem;height:3.4125rem;top:31.125001430511rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnV76HaXwVFWeaDTanABw5WnkXzgkKah { width:20rem;height:5.0375rem;top:37.143750667572rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dZdshd7Y/jak_pozyskiwa_sponsor_w_8_.png");background-position:top 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;display:block; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5.adaptive-delivery-prevent-bg, #O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5.lazyload, #O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5.lazyloading { background-image: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container { background-color: transparent; background-image: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container > .video-iframe-container { display: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row > .video-iframe-container { display: none; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .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); }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container { border-width: 0; border-radius: 0; }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row > .video-iframe-container {  }#O67wfbSTM9Qs6uF3Vifgb793NZd0gMP5 > .row .container { width:20rem;height:112.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgEhrhOKv1IwkyCOibbTVtzImCZMTghn { width:20rem;height:106.4rem;top:5.9359512329101rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #TZtkSXs7Qv5IkpWNbcv62lgR00z5makC { width:3.125rem;height:3.125rem;top:2.8117160797119rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfid4ximygWweoMbTzKFPVQ2iy2Q9zXM { width:3.125rem;height:3.125rem;top:32.936728477478rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4asfo9GSpCra9H9TmntrKao4fhVObtq { width:3.125rem;height:3.125rem;top:74.685928821562rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI { display:block; }#mzEDAXciE4sBFXn2PaPQJpzgFqUWgGAI > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuPv4yRnn95p31bMn1hTLPuomMWRgTFZ { height:11.146957340025rem;width:19.875rem;top:10.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auVT6ShaKvlsTX9QbnJQaGiQKNB71oDe { width:20rem;height:7.8rem;top:2.0624971389771rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKmXDXSfwKKNVv7DiR3ME4yTuTDkTEg7 { width:20rem;height:14.7875rem;top:22.678124046326rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdICcxverJWTpTquw6d2IN3JINE2EaPr { top:40.784375190735rem;left:3.7812498807907rem;width:12.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCoAGBN65d0b4PMTyVO5DFAlsKaaSwls { display:block; }
 }@media only screen and (max-width: 763px) { #ArcfxxCVppCDPxHUwd6bky7kirc4xDxR { width:2.1875rem;height:2.1875rem;top:40.878125190735rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDazcsRXTFWTDMmJHtZHXy40RFdZBO12 { width:2.125rem;height:2.125rem;top:40.909375190735rem;left:16.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 { display:block; }#K2W1DPsVOJVMWTPQPukrlJkEREThrbU5 > .row .container { width:20rem;height:126.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLS5JvurAXfz70RolkbagqtKL0PxdTfQ { width:20rem;height:5.0375rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NqaS5uFyBBrzohh8llAVRzXxBXo6maLL { width:20rem;height:2.6rem;top:11.9125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VaK54XONAnz5aTTU5lnQeJMlsoiGs3hz { width:20rem;height:2.6rem;top:105.07500457764rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h4IUhvN1sPClgrD7iMgr1hrB8HLoGNnm { width:20rem;height:2.6rem;top:28.3625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OUTLvHyNQaDFcGyIxWzBkTnXwqelZ9u0 { width:20rem;height:2.6rem;top:36.5875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHSx7yGnMn2uGiBbu50SAEf7Tb1IVJfN { width:20rem;height:2.6rem;top:114.31171989441rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZMQpTDuoibKQ8tnEI5QHXbCmq971IBy { width:20rem;height:2.6rem;top:53.0375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eLmVUORdl9Gz0k5FrF02VOoRaqeWuEuU { width:20rem;height:2.6rem;top:61.2625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GABZy1BWo1zXTAVe3KWbtOGf6IJRavg0 { width:20rem;height:2.6rem;top:69.4875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWZ1cpkU1fBoTEwMMA9gC3HTsaPquebQ { width:20rem;height:3.9rem;top:85.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gb33VTccRq4qzKR3ymwvnGRTDHI58My0 { width:20rem;height:2.6rem;top:77.7125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5RVUBDuWMIp4oAOPP9WV7n7QeWfTkA1 { width:20rem;height:3.9rem;top:95.4625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ShSLxgMTxK6SZk1W7KQvzCy6pA3zgVNO { width:20rem;height:2.6rem;top:19.836719036103rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTVruPRcQQOOpHscR9zL7gDxtIs17D8f { width:20rem;height:3.9rem;top:45.424221038818rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htCT0vSUXh9gCE2xoRp9tKkXyEDRTyZN { width:20rem;height:1.3rem;top:122.09843635559rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAwEtAcLDERolG9kbUx8pGPXy3P03RMv { width:2.25rem;height:2.25rem;top:8.4101657867431rem;left:8.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvfeZNIdQ698stAcHaQg6GdR7Lvs0tbk { width:2.25rem;height:2.25rem;top:110.91094350815rem;left:8.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpgc2hdnGNS50CGFv67E9eE5Sh05IzL7 { width:2.25rem;height:2.25rem;top:101.22344207764rem;left:8.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0bVXD7zo7npKyMVImITvgDO9upb3Zcz { width:2.25rem;height:2.25rem;top:91.285942077638rem;left:8.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #saoI65n0yN75gtsJVpthKJEgJ4D0bOAV { width:2.25rem;height:2.25rem;top:81.910918235781rem;left:8.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHAen8Sa8iDWwVsKikRGKdyyxIF88wlI { width:2.25rem;height:2.25rem;top:73.535941123963rem;left:8.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxQdhWUaovmIoUWwFuSQQckNcSaFfzE6 { width:2.25rem;height:2.25rem;top:65.098442077638rem;left:8.9375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF7AmE61VWrsT1txKlgTt9ufgmkN1pRb { width:2.25rem;height:2.25rem;top:57.035938262939rem;left:8.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPcCDTPdt4wXpfONB3NgF7prqLzKFUfI { width:2.25rem;height:2.25rem;top:49.910914421081rem;left:8.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX2uyd2oNTPPh3aOJis3m3XLxmEhxJhL { width:2.25rem;height:2.25rem;top:40.910961151123rem;left:8.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDEzm1BO8eg61IB6bTpzb6OkdSoZ2bkn { width:2.25rem;height:2.25rem;top:32.223414421081rem;left:8.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #xilhsQUf5ocXmHP5Tstp6s0J2J8zkSSc { width:2.25rem;height:2.25rem;top:23.660939216614rem;left:8.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR0kE6QGF8e5RS22pNUeK9vri0d2ks8y { width:2.25rem;height:2.25rem;top:15.785937786102rem;left:8.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixo5UqLLNfh1fqkaTwg4ZKsQUvX0vdV8 { width:2.25rem;height:2.25rem;top:118.47344350815rem;left:8.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw { display:block; }#nSrqx8un9CgRPSBRQZwuxOrIEkXRxKlw > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fs3ZC5d4Tzu6VqTMySetxc3oSEzgS7Hf { width:20rem;height:5.0375rem;top:1.75rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LX5mnGvns9QmPgJJabl6Hk43Q9JZmzKU { width:20rem;height:6.9rem;top:7.5375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPvpLrEKxA3DkadVI0o2RGZ68Txf82xP { width:20rem;height:10.80625rem;top:15.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZzeTQ0fHfM54TZxbIFAVG2Wak5b3CLp { width:20rem;height:16.98125rem;top:27.74375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crg9A6xqrTdGlPRXz8wQHfLq0Fw4R0Sf { width:20rem;height:9.2625rem;top:46.1rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4OpRfXe60op9LWPS8oFBHK7WpF3b4qT { width:20rem;height:4.0625rem;top:56.6125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3qF25slrgPV0ZmtdX2xADyZzJ8RxDpB { top:61.9875rem;left:3.0625rem;width:13.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLeZGxK3SOJpqeteLNH44RZaPOoWRDSy { display:block; }
 }@media only screen and (max-width: 763px) { #PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk { background-color:#ffffff;background-image:none;display:block; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container { background-color: transparent; background-image: none; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container > .video-iframe-container { display: none; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row > .video-iframe-container { display: none; }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .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); }#PozzEF4JF7KiV7hMAJpxeBiOp8rz1bmk > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yePDSU9644k5DgpXG43OgKk3AUMbhRPQ { width:20rem;height:10.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SgHWil96NICP4p6p0NMU9Pmnzvx3Tf73 { width:20rem;height:32.725rem;top:9.46249961853rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUDssG6r8fLP0GDXOiayN4VWItnurO6Q { width:16.125rem;height:2.6rem;top:44.311719894409rem;left:1.9375001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq9avkWaq2boMWfHcTzn2RaCnL3kL0fn { width:20rem;height:5.2rem;top:52.10000038147rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #seD53F8lqaZ22O2cxGMuGV0b5Nb70mm8 { width:18.375rem;height:1.7875rem;top:48.375001907349rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oswCiPQ4oIO4FFDnvmZR6naWC7TbXq4Q { width:16.8125rem;height:2.875rem;top:44.174218177796rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl9fhdpccb3vnoD9xTNCUcCdvV3EzhZH { width:20rem;height:2.875rem;top:52.10000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyG4eZvh0IPRnLEE2CNaVeGq4GE3Tiw0 { width:12.6875rem;height:0.125rem;top:3.5625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvv3rRZX7KaOuPLL2u2gdw19WkAX7qlz { width:12.5rem;height:0.125rem;top:3.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iR5f2FCraA9tzeMPqQ62g9rmSxfTnTQ7 { width:20rem;height:0.125rem;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUhhnlD2dKZ2oBXn4t5PK8TCELwKsynI { width:0.125rem;height:30.125rem;top:3.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hoWfp3RXQcNHHg8x6MwRx40sxxrucohI { width:0.125rem;height:30.125rem;top:3.5625rem;left:9.9375rem;background-color:#003095;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk { display:block; }#rADgfDqPHJDfpr3ciZT1iwiTHb2E8dAk > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pW3wicNdURgGSF2N493ZJ2Agv0TEkSzw { width:20rem;height:21.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5KnO9tOC6gDzp7CQXka9wNTuiaPFszc { width:20rem;height:5.4rem;top:24.103833019733rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 { display:block; }#xfCdgFQFAlmTVtA6EkgOF1BHoKKkflt7 > .row .container { width:20rem;height:120.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McC3Q3A9ZgHXC1ZGJfWfU8lfCXu4AQvg { width:20rem;height:5.4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QREgPvUtfNAra25vKk1g0puCFNq4BTDO { width:20rem;height:111.40625rem;top:7.9rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR { display:block; }#iV8fWAwnOKvhCU9w2qss1OTXvVrlliKR > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IR31EyTNym7bgSQxhpPM2kLUgqdMwIRG { width:20rem;height:8.1rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mETZpRiJ1T9aByCgWJ4t1hTpm2R7sTD4 { height:11.157894736842rem;width:19.875rem;top:10.6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWCg3EDptZuy0POTco8CMEK2UpiI6mvV { height:11.157894736842rem;width:19.875rem;top:23.1328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm { background-color:#ffffff;background-image:none;display:block; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container { background-color: transparent; background-image: none; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container > .video-iframe-container { display: none; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row > .video-iframe-container { display: none; }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .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); }#yPqs1ef8t7u8XlZuUQPK1evz0BJaWATm > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbRbfWF9ytPsIl1PvdDpQB4zCQcKV96z { width:20rem;height:10.4rem;top:1.7867188453674rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WonlSoGFMf7oOHwLTz58GcTOCDlbyUel { width:20rem;height:1.7875rem;top:12.9rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL0nLh4m38Xguc9rn377AsnhQGxedEw1 { width:16.3125rem;height:3.575rem;top:20.375rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzRiBt2SVdO6m6z0UfQ4iEoPAOzNicJD { width:16.5rem;height:8.9375rem;top:40.75rem;left:1.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKDuXZgKBnh2tFeZUtv1W5akOtVBgeLf { width:16.3125rem;height:5.3625rem;top:29.7rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VpQ0wFwG3oyEDfBVPKZUXSq7R1zbBJsy { width:20rem;height:3.575rem;top:55.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sf8PruL2x52k24TDdUTaaWTuIEVknmLX { width:1.8125rem;height:1.8125rem;top:37.200001239777rem;left:9.0937503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbpqTmIhsbd5w7m6LidZGFrCXAQKb4Xm { width:1.8125rem;height:1.8125rem;top:26.512501239777rem;left:9.0937503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7fNc88LZgt2xt0vqkxv65W0evbU6QQf { width:1.8125rem;height:1.8125rem;top:17.374218463897rem;left:9.0937503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUgIMSe765Wd5IIM9feke6iLhArCyRVz { width:1.8125rem;height:1.8125rem;top:51.887499809265rem;left:9.0937503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWZrud4Akesoz51VGuZOeOwJC0uyf5qm { background-color:#ffffff;background-image:none;display:block; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container { background-color: transparent; background-image: none; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container > .video-iframe-container { display: none; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row > .video-iframe-container { display: none; }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .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); }#FWZrud4Akesoz51VGuZOeOwJC0uyf5qm > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bN3i8s5AmmzbW7AzQ6Wkm04J2k2OCeUM { width:20rem;height:12.375rem;top:7.7rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruoBMF6GTXScGfNq4GZeitcvH1blJ6to { width:13.3125rem;height:2.125rem;top:25.075rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRA5m8tpf4dkEB4CrgT8tLd7GlzNK4OZ { width:8.125rem;height:1.9375rem;top:21.387515258789rem;left:1.8125000000001rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTywHAf1qZxaH07rrKg4a1MymvZ3vQ13 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu { background-color:#ffffff;background-image:none;display:block; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container { background-color: transparent; background-image: none; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container > .video-iframe-container { display: none; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row > .video-iframe-container { display: none; }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .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); }#pwCf7iEbvKMewNMTgvWIkMwWfNc2urZu > .row .container { width:20rem;height:98.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzMCXzJQUaZaF99P9lw6yiHgCzBfJGxw { width:20rem;height:1.70625rem;top:1.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdem11fmNOz7vvwTuNBQXTaOaf9xlXH9 { width:12.5rem;height:0;top:5.1rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrcAHTd1GJ43TQEnWDImpSbdQThin0Cy { width:20rem;height:86.4375rem;top:7.3297119140625rem;left:0rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #GS8MWvXWbQopzh9ZZAaOQzrzwTsIBXvV { width:20rem;height:6.58125rem;top:7.8164243698119rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOq0OqSO8lmvQz8kmsiFcStqNh5AB0zz { width:14.4375rem;height:4.63125rem;top:19.629687547684rem;left:2.7812501192093rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGszWzsCZPUotvp9hae9A09GS940tauq { width:19rem;height:2.925rem;top:28.028126716614rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKGzNS5BGRyKreL1DqByqWvVvef97D8s { width:20rem;height:26.4375rem;top:32.821095466614rem;left:0rem;font-size:0.9375rem;display:block; }#vKGzNS5BGRyKreL1DqByqWvVvef97D8s li:before{  }
 }@media only screen and (max-width: 763px) { #vgxyfZdJcsFOsEWyKtExEIxelPNBJyw6 { width:20rem;height:7.875rem;top:64.31250190735rem;left:0rem;font-size:0.9375rem;display:block; }#vgxyfZdJcsFOsEWyKtExEIxelPNBJyw6 li:before{  }
 }@media only screen and (max-width: 763px) { #UCNHSni8goI12SyhHIoO94LHX7awvT5m { width:11.75rem;height:2.19375rem;top:74.508596420288rem;left:4.1249998807907rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buGbFozTnOlrO0dF2H1c8PnZk7KgdMAH { width:15.125rem;height:4.7125rem;top:81.764846801756rem;left:2.4375001192093rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZxAnHUcCcptxJxxreiagDrRizhBkVXX { top:91.78125190735rem;left:0.5rem;width:19rem;height:4.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX4G7rme0WMwP2de5uaCTozGkAiREhsI { display:block; }
 }@media only screen and (max-width: 763px) { #S5lpH23IW5ME5fFWaqcIezUPQaP7J8Lz { width:5rem;height:1.38125rem;top:61.09370136261rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA6xgaciT5oTVnTXk4uPrTPUE5WFvWOc { width:9.8125rem;height:2.6rem;top:16.528906106949rem;left:5.0937498807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVv6V7UTgsh8XDTrZGiq3F3l6FZIstv2 { width:9.625rem;height:2.6rem;top:77.789846420288rem;left:5.1874998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X63T7bwWTNfHvwgwXllTV8sTNCi86S13 { width:9.3125rem;height:1.21875rem;top:87.102346420288rem;left:5.3437498807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8Dl25GXey2W6bhls2TC9Q2QI6fHrVcI { width:9.3125rem;height:1.21875rem;top:24.260937929154rem;left:5.3437498807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOodQqVNLTS2szPSBxgPRaG5eV2awwcC { background-color:#ffffff;background-image:none;display:block; }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .row .container { background-color: transparent; background-image: none; }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .row .container > .video-iframe-container { display: none; }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .row > .video-iframe-container { display: none; }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .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); }#qOodQqVNLTS2szPSBxgPRaG5eV2awwcC > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbgznakRqUXv2QTnVaOnEHGCMVR5qx4R { width:20rem;height:7.55625rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qm97wF4v71Ahxr0QgL8beBQ7Zdlpn7qa { top:12.612528800964rem;left:0.90625rem;width:18.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBTmVGoP5Dk8g3SBT4zs5wPKN6bSpGDA { display:block; }
 }@media only screen and (max-width: 763px) { #PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 { background-color:#ffffff;background-image:none;display:block; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container { background-color: transparent; background-image: none; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container > .video-iframe-container { display: none; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row > .video-iframe-container { display: none; }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .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); }#PpbhCDl6ND6tqTK3PJuUBsOFBQp7Ie89 > .row .container { width:20rem;height:143rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTOn2eeVONh1CIQzQR6qx0a8dM638stf { width:7.6875rem;height:7.6875rem;top:2.33203125rem;left:6.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcMgkwuAC1FvutZd2iPVxALpc1805EZF { width:17.9375rem;height:1.3rem;top:22.080468893051rem;left:2.0625001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdEOUCJbLbTyFhnmbmDeXOm94sd7P9Zt { width:7.6875rem;height:6.4375rem;top:33.1875rem;left:6.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIOHt1JcE8hV5FdSnqAiKskzxhvT1zlA { width:20rem;height:5.2rem;top:42.750037193298rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CeQXQUtgg8UNevbOltsn9N8JHV6ncPm0 { width:18.375rem;height:2.6rem;top:49.700000762939rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7FU7zo6VXIvxQApwA52GDyTwwNUhxO { width:7.6875rem;height:7.6875rem;top:60.1875rem;left:6.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5mDlodWPm0VZ9fAXxWu6w9bOIoxPan8 { width:20rem;height:7.8rem;top:70.281249046325rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #ysOX859cBykT6fal9TWKoXxDVGh2m64c { width:8.125rem;height:1.3rem;top:78.970312118531rem;left:5.9374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEIa4EJwpwLfJxAKQaxMRGTtI9C6h7dc { width:7.6875rem;height:7.6875rem;top:88.624987602231rem;left:6.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrMIEehtcM33PqOe5EPqh67G5N7sq0oF { width:20rem;height:9.1rem;top:99.360940933225rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #vRXctZh3K75aOb4p1OgglohraTn2CUHa { width:17.9375rem;height:1.3rem;top:109.9492225647rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT7TNgJctSthUHWCgLMglyaQnzPUyGbX { width:20rem;height:23.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOUWZ0V4Z9IRGRJhW9TnQAiEfRl6o3ed { width:20rem;height:23.4375rem;top:31.246131658554rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf7X8zLAs3gqDS3vSQFqTd2skW7JvWVO { width:20rem;height:22.3125rem;top:59.312501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGbBtVv8zreXoc5SH3ywZFzmSp7HPTar { width:20rem;height:25rem;top:87.449996948244rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDmyN8yDPZH7R143TStzQR5lbxzUdrES { width:5.4375rem;height:3rem;top:0.62501192092894rem;left:14.062500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuXvhLl3Bk8Vyy0Dc1C6PHXk1nGMgJMQ { width:5.4375rem;height:3rem;top:30.187500953674rem;left:13.843750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEkvZgA9Q0ZL0oAmMIwZotcWdRfAUlkF { width:5.4375rem;height:3rem;top:58.375rem;left:13.843750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnzELayf1CQdqiEyDHiwBPMJ8wf6Op3y { width:5.4375rem;height:3rem;top:86.750002861025rem;left:13.843750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyAVGu1ouTA6LmbQdt7AkG8xMvS3r3Fr { width:7rem;height:3.875rem;top:8.832812309265rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0JZIwMEbFK98DUFgnKpPAbbn5GAO9is { width:7rem;height:3.875rem;top:66.406249046325rem;left:6.7499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGhv3ZxCymR1iD9vVMJ2aAXmzpz6iukQ { width:7rem;height:3.875rem;top:95.485940933225rem;left:6.9062498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #gllCbuZ9Ee6rQbqdPwWbEKuxVN0slyFG { width:7rem;height:3.875rem;top:38.875000953674rem;left:6.9374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6MscN40oeQXtEy4c15iaEgWeHaqZJ1n { width:20rem;height:7.8rem;top:12.707031965256rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #schq0kVvFCPlut0M1p1yKSiiTN1X01N8 { width:20rem;height:20.625rem;top:118.03750514984rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA1ogBZH56ih5UAoRN07RscX9XZG4urL { width:20rem;height:6.5rem;top:126.85000419617rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blf5PQkK0O6sINCQBMQuQ7GTG50xbKth { width:7.6875rem;height:6.4375rem;top:118.03750514984rem;left:6.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSLzvcrLD5FppXlP9ZT9xORW70DIoU3n { width:5.4375rem;height:3rem;top:117.28750514984rem;left:13.843750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0Jrn3CTIuXohiT5oOcaxc3hx5B57NTG { width:17.9375rem;height:1.3rem;top:134.91250419617rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfdQkzWNwuP9Fqlhk3OqVMKeoRzTWc2u { width:7rem;height:3.875rem;top:123.60000419617rem;left:6.6249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB { display:block; }#VOBKgBl3zxb08WJN2rzuBx7XJD7JWTAB > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZhPMRbUcUznlkxs8mwPa4XBmkoWfNLg { width:20rem;height:5.4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0QrXfR2iiddVNpawE2JEXAkSNSLIpFn { height:11.1578125rem;width:19.875rem;top:5.4734129905701rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGMOb0KfpQFdHuGfB9wOzEvg1QwlvZ4 { height:11.1578125rem;width:19.875rem;top:18.457813262939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhSKAi2XBxdWl2QiHLQ0K1bOwkxczwkT { height:11.157894736842rem;width:19.875rem;top:31.540649414062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A34LzJOFFQMfwE5uB7DruhkActN26DpT { background-color:#ffffff;background-image:none;display:block; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container { background-color: transparent; background-image: none; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container > .video-iframe-container { display: none; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row > .video-iframe-container { display: none; }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .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); }#A34LzJOFFQMfwE5uB7DruhkActN26DpT > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmGX0qRgH8ycfbbBB5G4f4tyAJWxETwx { width:20rem;height:10.075rem;top:2.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUrRX91OZx21pGInF7TWwBzHJ19NRlt6 { width:6.125rem;height:6.125rem;top:17.500000596046rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFzecsiX6vlB0vGT3TfMpBtgtcp2FSJT { width:5.5rem;height:5.5625rem;top:17.781250596046rem;left:12.538281798362rem;display:block; }
 }@media only screen and (max-width: 763px) { #g42s5hQ1eHD1W8pLGayro6KD3C7d9gpF { width:7.5rem;height:7.5rem;top:26.375rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCbcTclkkGeQ6V6HbJbDJ4nmqCpOHAiw { width:8.4375rem;height:9.875rem;top:25.1875rem;left:11.069531798362rem;display:block; }
 }@media only screen and (max-width: 763px) { #bssM71Qy3PafNwqQXQ8qzminWlSIHxhc { width:11.125rem;height:9.25rem;top:36.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yulZhvcEZbiX3LO1owFWQLcVAmUldeHP { background-color:#ffffff;background-image:none;display:block; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container { background-color: transparent; background-image: none; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container > .video-iframe-container { display: none; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row > .video-iframe-container { display: none; }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .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); }#yulZhvcEZbiX3LO1owFWQLcVAmUldeHP > .row .container { width:20rem;height:120.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q354sQJ4cBOLokUMUqMsKEf8NHVMu2Wx { width:13.875rem;height:2.6rem;top:1.25rem;left:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtkKmovFEXmSw8MXp5hPL943X1Ta1JRA { width:4.375rem;height:5.375rem;top:6.4117193222044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvN3im2xK6KTW5gRuLEm2WwvTmFB52QK { width:9.375rem;height:4.9375rem;top:22.97500038147rem;left:0rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #Gtciv2QvqQimxy3XTmf3AK51kT7x2Wa8 { width:7.625rem;height:7.625rem;top:5.28515625rem;left:12.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKZiEhKJ9K0OxVUVuEAyFTy06NfxrFpH { width:6.1875rem;height:6.0625rem;top:29.787501335144rem;left:0rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #QOfLuQ89gHeGJ3PKk4X5Twh6ukc1vAi6 { width:6.1875rem;height:6.1875rem;top:14.224975585938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTd5yhgiXPZxrMS9MCGf4tiAAmFACCEM { width:5.125rem;height:5.125rem;top:14.755469083786rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT6xEaslmzBwi1gDd6iHNixTT6IB1eXi { width:3.375rem;height:5.6875rem;top:29.975001335144rem;left:8.3125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyyT0orfLGuMgXTwqfulJKsxTa3pTKUA { width:4.875rem;height:5.375rem;top:6.41171836853rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR52Tegqv3UGlrblKV2NPEV6QNp3TTEb { width:9.375rem;height:6rem;top:22.44375038147rem;left:10.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI7ih7N2klTUbTfRzGb0ngwIGSxkTvOl { width:6.1875rem;height:6.1875rem;top:14.224218606949rem;left:13.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHgqcsbWOKuy6EPu5i0cSCK8MT63e0gU { width:7.8125rem;height:5.875rem;top:40.598437309265rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuPzXVvvmTTuLSKNeIhmkn8qNifed6gB { width:6.1875rem;height:6.1875rem;top:29.725039482117rem;left:13.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGwkXGa8B3sO0Z2qmFeAKaTHoB5vZyTR { width:6.1875rem;height:6.1875rem;top:40.442946434021rem;left:12.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt9dAsrv14OQxpi856FnVdCxTmP1k543 { width:6.1875rem;height:6.1875rem;top:49.974988937378rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORuKFtTM3A4yCGTdsSC1E2fFVwGN5WSP { width:6.125rem;height:6.1875rem;top:49.974219322204rem;left:6.9374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcTHTQxzaDLL53hOmHq5WAPpDqvtpMbB { width:4.9375rem;height:6.1875rem;top:49.974245548248rem;left:14.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1TknEHIHDkQS95BiMx2ffkEcWLFf5d1 { width:8.3125rem;height:4.375rem;top:67.911719322206rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbIp30CEvo518I0nd3ssykQtlwcuWyuc { width:6.1875rem;height:6.1875rem;top:57.349999427796rem;left:6.9062498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6zNWnCTI8X5E3iE8OLFHaTEkCXhQ6Ar { width:7.1875rem;height:7.1875rem;top:56.849999189377rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpm2PxBkAc4qUlp0k81b3pTQtq6M8Bax { width:7.1875rem;height:7.1875rem;top:57.350003123283rem;left:12.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTNTGanQogaNOv8HsBbMC6iqz1cC4hsF { width:7.1875rem;height:7.125rem;top:66.53748989105rem;left:12.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDMJimdNDTdHz6RMo4Wuy3Nn7rupvnNT { width:7.125rem;height:7.125rem;top:77.786719322206rem;left:12.875000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNFBgozCBTpddtyTCafJwDQk9kthpq48 { width:6.375rem;height:7.125rem;top:77.78671855945rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUcPsboO4OJhSay24RlStFikq2x5iTZF { width:6.375rem;height:7.125rem;top:86.849243164062rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #evxH2XZS2yiPNgQR6EO7WiKbEUI5tZ9x { width:6.25rem;height:4.8125rem;top:78.942969322206rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV6NDkrcAau5uSZaa7oT6nwgQNIIIwNx { width:7.125rem;height:7.125rem;top:104.28672218322rem;left:11.687500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqG7cu7VrdDzpSVFLQI4B0FQcJEwEHcv { width:7.25rem;height:7.3125rem;top:95.380470275881rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzLkPWuWlMWNzfZ5uLf1U3pUruzJuEm { width:6.375rem;height:6.375rem;top:95.911720275881rem;left:12.000000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQvTlEloOEFKlrGFvfsh0cllEfT7CK1D { width:7.25rem;height:7.25rem;top:86.786720275881rem;left:9.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llyl0OxtUFetaU2DO7VKsoNp39o9usgC { width:8.3125rem;height:8.3125rem;top:104.28672218322rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJzykCF0q5E2XlsRXrVSqpnCOrWQa9O2 { width:12.1875rem;height:6.75rem;top:112.59922218322rem;left:3.9062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD { display:block; }#sykmfDIKXnFxO9KDiaSPlF9tISQMMRmD > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvIRv5R94u9okHUws7pL7PTz1eXXQRTs { width:20rem;height:7.475rem;top:1.25rem;left:0.12499988079071rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-text {padding-top: 0; padding-bottom: 0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-select {padding-top: 0; padding-bottom: 0;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn  { width:17.5rem;height:auto;top:10.550000190735rem;left:0rem; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn {display:block;}#S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn { width:17.5rem;height:auto;top:10.550000190735rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #e7igihMqgxlxWU9FTZ2al3zSCeHpCz2p {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #t51aLByw4h8DaQNCCAuOhNgMD3uLoxm3 {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #ZbRHTiaO0kPuaTEHJCd8ZCQhhCiLAlLQ {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #KRuEu810eZ2gatQCQCvo4Pvp1z0LdH93 {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #fGxQor9Hfhr6hB06Ee1k7XKuLPWXEQ8J {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #LIDy7xzcvWOggoVBS7xhtRMXezkNkIyT {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #d4X0vkENTBnsZ1wuViCRIM8KfaEpoNcu {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #NuBIninNLCMBThRzZ3pf0oT86d66rqKS {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #rGr0h4Qo1hpxCzUhwMT7K4ChMaTXBFLa {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #iCeFpXHs81ilEQfbHMIIDHpcTAxCKHTy {  }
 }@media only screen and (max-width: 763px) { #S0grXrn2auk3NRwqrA4Ao6WCHd4qQmTn #Dn78GJxXobuGssJhXUTtyJ8hcitzagJL {  }
 }@media only screen and (max-width: 763px) { #bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx { display:block; }#bTVIyDrCqEHaf5WfEzFoZ5IrCtf9tuqx > .row .container { width:20rem;height:112.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC4voOcD4FhTAlegP9zk5TBbdgZBiyCa { width:20rem;height:42.75rem;top:64.85rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR60GaoHHLsrkcwTpyE2U0oAHOnIfNvq { width:20rem;height:58.5rem;top:5.1rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6gnkhriHdFWMygtFgOhD9XPrqTHiKk8 { width:7.75rem;height:2.6rem;top:1.25rem;left:6.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmkbsfOak5GiMilEZPC16xRfo8p12xVS { background-color:#ffffff;background-image:none;display:block; }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .row .container { background-color: transparent; background-image: none; }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .row .container > .video-iframe-container { display: none; }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .row > .video-iframe-container { display: none; }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .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); }#hmkbsfOak5GiMilEZPC16xRfo8p12xVS > .row .container { width:20rem;height:101.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8mok0eTtdTU2pVlhtvVgquGV22TTK73 { width:20rem;height:1.86875rem;top:2.9374759672209rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPtaVVTT0wh1Pf0oQ5h3A7le7TTnu8zx { width:12.5rem;height:0;top:5.1rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG8GMVFkWhUcHFMX9myNBQBABZOee9vJ { width:20rem;height:86.3125rem;top:7.3296813964844rem;left:0rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #pR5BsNLI6blzPfKsGdapuHFyCZf9QQWG { width:20rem;height:6.58125rem;top:10.01015663147rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO4Epzt4RQMepM9Fq0rTUfKSiq3ITUKt { width:14.4375rem;height:4.63125rem;top:19.629687547684rem;left:2.7812501192093rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkKfs6wB2oOcU2LT6ZPTLzwK5Pd6VTpx { width:19.3125rem;height:2.925rem;top:28.903121948243rem;left:0.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gECPnfCmCQ93pQ70JIXCTTe5h1svEMEG { width:20rem;height:26.4375rem;top:33.633594512939rem;left:0rem;font-size:0.9375rem;display:block; }#gECPnfCmCQ93pQ70JIXCTTe5h1svEMEG li:before{  }
 }@media only screen and (max-width: 763px) { #r5WHtmTOyIfdlv3TbAGxUydAWNscnPQS { width:20rem;height:7.875rem;top:64.875rem;left:0rem;font-size:0.9375rem;display:block; }#r5WHtmTOyIfdlv3TbAGxUydAWNscnPQS li:before{  }
 }@media only screen and (max-width: 763px) { #CCvrgc1BSM9QZp83MWlBRthzLZAc0MaE { width:11.75rem;height:2.19375rem;top:75.696069717406rem;left:4.1249998807907rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJlRAgy03H4pe8d9N3I1SfTu8IZaxeoN { width:15.125rem;height:4.7125rem;top:82.952344894406rem;left:2.4375001192093rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3PWJePoz0QAlqVdnCLRT8b4wUBAu0bM { top:91.7187538147rem;left:0.5rem;width:19rem;height:4.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUscXT7K9TL4gHq60odLrWsMDfp3lye3 { display:block; }
 }@media only screen and (max-width: 763px) { #RNOvCauf5gyE1KzPk0W9OtJ4dnTEieff { width:5rem;height:1.38125rem;top:61.406324386597rem;left:0.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Syaeqeq2NCh9uh156s7fmr46EU5KqdT6 { width:9.8125rem;height:2.6rem;top:16.528906106949rem;left:5.0937498807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1DpoKPloOT4l09lyVxmIBggnpOUeNii { width:9.625rem;height:2.6rem;top:79.352346420288rem;left:5.1874998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3rqf5KGzk6HmE2TpWi5hiSKzFXFqsbR { width:9.3125rem;height:1.21875rem;top:88.602346420288rem;left:5.3437498807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyTO7WLI7d2GMmOlg4SgNiayJ98W9iv6 { width:9.3125rem;height:1.21875rem;top:24.260937929154rem;left:5.3437498807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT70ecR2RtT1mAA955dlivvAqBRyERPg { background-color:#ffffff;background-image:none;display:block; }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .row .container { background-color: transparent; background-image: none; }#BT70ecR2RtT1mAA955dlivvAqBRyERPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .row .container > .video-iframe-container { display: none; }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .row > .video-iframe-container { display: none; }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .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); }#BT70ecR2RtT1mAA955dlivvAqBRyERPg > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePSsQiV9TgRUR5uru6L4U7qI3adsXGs8 { width:20rem;height:7.55625rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgLWMOEsNvvXeq2wxWsE89vvgOVL9f4D { top:11.424922943115rem;left:0.90625rem;width:18.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImtULLfh7XzF1VtVu7OLuPT48QgSHgGe { display:block; }
 }@media only screen and (max-width: 763px) { #yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/x5GFGHgTgB4/unsplash/patrick-hendry-x5GFGHgTgB4-photo-1488767136043-c1eb91ca932d.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL.adaptive-delivery-prevent-bg, #yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL.lazyload, #yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL.lazyloading { background-image: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container { background-color: transparent; background-image: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container > .video-iframe-container { display: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row > .video-iframe-container { display: none; }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .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); }#yVFKrzcfEybGf24TkaUC4aHMMB5RTmFL > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDVCbTQ2Qym71R5eWzHmntHv1pZa8RHk { width:8.5rem;height:2.6rem;top:1.25rem;left:5.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF06bZCTXyMvZCmGehdOsusMBwtT3kTe { width:4.75rem;height:4.8125rem;top:5.1rem;left:7.625rem;font-size:3.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nhzZTxuo9sG953m7TuTriHTM37ucvev5 { width:5.625rem;height:5.625rem;top:13.63125rem;left:7.1875rem;font-size:3.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T6fl0WTvXe694pBDyi77R3zeHr8HPJg6 { width:17.6875rem;height:1.21875rem;top:11.161719322204rem;left:1.15625rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JZ7em71PWlspa1DeecufhNQHcf8eRmTk { width:17.875rem;height:2.6rem;top:20.068749427796rem;left:1.0625rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 { display:block; }#ADXDPTOlwC3e6dZ1lOki5yJVdUglGJ95 > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c99HlZemCyGWR1MlrUIsHf0JqP7OaN73 { top:3.1117191314698rem;left:4.4687498807907rem;width:11.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL5imh4sznay71xAvak4cxT5xtsqUGhs { display:block; }
 }@media only screen and (max-width: 763px) { #q9ZqXi1ftHikkfFbIsgzGpiFRyHAr8zi { top:7.2367210388181rem;left:4.3437498807907rem;width:11.3125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL7xraP1UebiNLNepX1RsG80kyJARKBi { display:block; }
 }