.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;
}
.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/e3ios8I9/Test_DNA_Talentu_t_o.jpg");background-position:center left !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#dceTWhZZqKbGT1AyS4403JE1fciEhqwy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container { display: none; }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .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); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT { background-color:rgba(63,3,95,0.79);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { background-color: transparent; background-image: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .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); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { border-width: 0; border-radius: 0; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { width:60rem;height:45.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#pqx3Z6FctqlvLATSWKoPdrdrHD0Gg3Bn { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.1875rem;width:27.625rem;top:6.5625rem;left:32.375rem;overflow:hidden;display:block; }
#Zc2sg4JlIvuB0ymiWI7stCuEuElANUo0 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:13rem;top:1.125rem;left:9.625rem;overflow:hidden;display:block; }
#sqd86LuHrr8TLqasC8PH8GQCTB2foA65 { color:#00b0ff;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:14.96875rem;left:0rem;height:12.9980625rem;text-align:center;text-align-last:center;display:block; }
#qzK1vrVZ0ShQcTuTdHA9DOXfNfzg1hc0 { color:#000000;display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:30.3125rem;left:0rem;height:9.2607375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDnTGiglFNzhzseyhiMJNgvWdCu8de79 { z-index:100007;top:40.3125rem;left:7.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #0002a8, #2c9bff);background-image: -moz-linear-gradient(12deg, #0002a8, #2c9bff);background-image: -ms-linear-gradient(12deg, #0002a8, #2c9bff);background-image: -o-linear-gradient(12deg, #0002a8, #2c9bff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#2c9bff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#2c9bff' );";background-image: linear-gradient(12deg, #0002a8, #2c9bff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J5paF4mJIctqnE33tQJn3a0Lc5B0Tife { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DaEfGKp3P1p5mcQJoyp2RzIi83uGaiFK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DaEfGKp3P1p5mcQJoyp2RzIi83uGaiFK > .row .container { background-color: transparent; background-image: none; }#DaEfGKp3P1p5mcQJoyp2RzIi83uGaiFK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DaEfGKp3P1p5mcQJoyp2RzIi83uGaiFK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DaEfGKp3P1p5mcQJoyp2RzIi83uGaiFK > .row .container > .video-iframe-container { display: none; }#DaEfGKp3P1p5mcQJoyp2RzIi83uGaiFK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DaEfGKp3P1p5mcQJoyp2RzIi83uGaiFK > .row > .video-iframe-container { display: none; }#DaEfGKp3P1p5mcQJoyp2RzIi83uGaiFK > .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); }#DaEfGKp3P1p5mcQJoyp2RzIi83uGaiFK > .row .container { border-width: 0; border-radius: 0; }#DaEfGKp3P1p5mcQJoyp2RzIi83uGaiFK > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;position:relative;display:block; }#tZX1JV1aWbieF02gZo7edZqB2aFurx0i { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QvbZxpoRppk703H1NZku8dP7e0zhKSqE { color:#232323;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:8.1875rem;left:0rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SLotH7P8i2Tl6acUIaDASpqMkMIhTN3w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SLotH7P8i2Tl6acUIaDASpqMkMIhTN3w > .row .container { background-color: transparent; background-image: none; }#SLotH7P8i2Tl6acUIaDASpqMkMIhTN3w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SLotH7P8i2Tl6acUIaDASpqMkMIhTN3w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SLotH7P8i2Tl6acUIaDASpqMkMIhTN3w > .row .container > .video-iframe-container { display: none; }#SLotH7P8i2Tl6acUIaDASpqMkMIhTN3w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SLotH7P8i2Tl6acUIaDASpqMkMIhTN3w > .row > .video-iframe-container { display: none; }#SLotH7P8i2Tl6acUIaDASpqMkMIhTN3w > .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); }#SLotH7P8i2Tl6acUIaDASpqMkMIhTN3w > .row .container { border-width: 0; border-radius: 0; }#SLotH7P8i2Tl6acUIaDASpqMkMIhTN3w > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;position:relative;display:block; }#Pc0TO2z4izTQdbraTT7rLSCByPVq51pV { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:26.4375rem;top:10.46875rem;left:0.8125rem;overflow:hidden;display:block; }
#iEkd956hGXxWzTnTuNp538SA0DQa2NKr { color:#00b0ff;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:5.5598964691162rem;left:30rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kp8aacl0TaPuKtpBJQmra1pz15rT5b5Z { color:#000000;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:1.561279296875rem;left:30rem;height:1.42480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oeWqpuuFbFhGrPDHtGm1UxZhDaSA7SI3 { color:#00b0ff;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:11.9375rem;left:34.03125rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GME5ANVG6IrL3oUlOoeHcMUmpFi4fu3h { color:#1f2021;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:13.53125rem;left:34.03125rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iVFXTU85QVOvMWoL6IM4qJykRCFkOQWF { color:#00b0ff;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:20.59375rem;left:34.03125rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qdQy8TKFe6xX19c4Vl0lPzlKHqOqyJyV { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:19.75rem;left:30rem;overflow:hidden;display:block; }
#RzUwXxTPSPJXAHTcz3KuVOr8GT16PpBS { color:#1f2021;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:22.75rem;left:34.03125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qqZl7BnLCUJXXW0cEkbElyetBUyoxZer { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:27.84375rem;left:30rem;overflow:hidden;display:block; }
#c2MIEwceGpWA5in9VttNZ8XLAGvP7Kak { color:#00b0ff;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:28.6875rem;left:34.03125rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FHKAGEHbAETzZGLzf9lhlm8Z8ghDBMbV { color:#1f2021;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:30.78125rem;left:34.03125rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w5exRSynCORvbmUTmu0aBAR7WiI7dx7f { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.99913125rem;width:2.99913125rem;top:11.936849594116rem;left:30.000001907349rem;overflow:hidden;display:block; }
#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fbfb;background-image:none;position:relative;display:block; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container { background-color: transparent; background-image: none; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container > .video-iframe-container { display: none; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row > .video-iframe-container { display: none; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .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); }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container { border-width: 0; border-radius: 0; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#qCTyq47sJSWAQC80fTIZZWCrd6HLb4Ie { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:2.75rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q8ELCql8sBTJygyhOhcFNuOw2DR0gQZF { color:#00b0ff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:6.0625rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fbfb;background-image:none;position:relative;display:block; }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row .container { background-color: transparent; background-image: none; }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row .container > .video-iframe-container { display: none; }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row > .video-iframe-container { display: none; }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .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); }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row .container { border-width: 0; border-radius: 0; }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:60rem;position:relative;display:block; }#eT6KK55IRlS17UoHTwxP30Wx53B0ttnB { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0.9375rem 1.5625rem rgba(0,0,0,0.15) ;height:4.6875rem;width:4.6875rem;top:1.25rem;left:1.1875rem;display:block; }
#XzbMNFRG6aw1PtM26ttCbKidg7nhAov7 { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:0.060759782791138rem;left:7.4989147186281rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#viVbPmGRJ27hqQqkbudKcR09HiJ4i6Nk { box-sizing:content-box;color:#783775;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:2.375rem;left:2.25rem;display:block; }
#q2JbIi00WseFZrWNFAJVlzznl0x0Tqqa { color:#00b0ff;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:5.3125rem;left:27.3125rem;height:12.246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HSqpvM8P9fKPZKuTZyK1vyUCqLTeefqV { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0.9375rem 1.5625rem rgba(0,0,0,0.15) ;height:4.6875rem;width:4.6875rem;top:1.25rem;left:21.1875rem;display:block; }
#z63UuZlKzOaWuP7d2FB0o7BdtQ5O9ah4 { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:1.2499961853027rem;left:27.311201095581rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sD7lD63OVDn2me9lcZaiomeWVXnXcEZe { box-sizing:content-box;color:#783775;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:2.375rem;left:22.25rem;display:block; }
#ELNuA3rJ05JFGU0pGSMcCWrMTzSle2MF { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0.9375rem 1.5625rem rgba(0,0,0,0.15) ;height:4.6875rem;width:4.6875rem;top:1.25rem;left:41.1875rem;display:block; }
#PW9m0Ehv3CK39XhU7vvVSEBDT43TVygB { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:0.060759782791138rem;left:47.249353408814rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#da5etGwxsFn07eq0C3eOeH0yFLgDSvIt { box-sizing:content-box;color:#783775;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:2.375rem;left:42.25rem;display:block; }
#SoqlltNmwI4hPB9IZaocbvSVVMLT9W4T { color:#00b0ff;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:5.375rem;left:47.3125rem;height:17.1445rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QUxDimWEVBlb98IOV1i2onuQBmSnxog0 { color:#00b0ff;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100010;line-height:1.4;letter-spacing:0;top:5.6875rem;left:7.3125rem;height:15.9199375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dHDT1syFkM7yasZdMWVkxJLaUfC1VLSa { z-index:100005;top:22.75rem;left:21.28125rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #8200ff, #2c9bff);background-image: -moz-linear-gradient(12deg, #8200ff, #2c9bff);background-image: -ms-linear-gradient(12deg, #8200ff, #2c9bff);background-image: -o-linear-gradient(12deg, #8200ff, #2c9bff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#2c9bff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#2c9bff' );";background-image: linear-gradient(12deg, #8200ff, #2c9bff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KQIzivWNvnE2mr7k8Pqdvfwt7Lk8XXfy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aK4ScLiTaiuo5I9xmu2dTObnUEdFcwHw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#251a5f;background-image:none;position:relative;display:block; }#aK4ScLiTaiuo5I9xmu2dTObnUEdFcwHw > .row .container { background-color: transparent; background-image: none; }#aK4ScLiTaiuo5I9xmu2dTObnUEdFcwHw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aK4ScLiTaiuo5I9xmu2dTObnUEdFcwHw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aK4ScLiTaiuo5I9xmu2dTObnUEdFcwHw > .row .container > .video-iframe-container { display: none; }#aK4ScLiTaiuo5I9xmu2dTObnUEdFcwHw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aK4ScLiTaiuo5I9xmu2dTObnUEdFcwHw > .row > .video-iframe-container { display: none; }#aK4ScLiTaiuo5I9xmu2dTObnUEdFcwHw > .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); }#aK4ScLiTaiuo5I9xmu2dTObnUEdFcwHw > .row .container { border-width: 0; border-radius: 0; }#aK4ScLiTaiuo5I9xmu2dTObnUEdFcwHw > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:60rem;position:relative;display:block; }#IqWKnOplw7eLbdP3orkiac0pP0aM0s3f { color:#fffafa;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:2.4989156723023rem;left:0rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vmUlJTnCxwLCxUq9igp776O51DsgByOr { color:#00b0ff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:6.9997844696044rem;left:0rem;height:6.89845rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VA2i75UBqU1AkRnuEKsWrQ2vIMJZeLBk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#251a5f;background-image:none;position:relative;display:block; }#VA2i75UBqU1AkRnuEKsWrQ2vIMJZeLBk > .row .container { background-color: transparent; background-image: none; }#VA2i75UBqU1AkRnuEKsWrQ2vIMJZeLBk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VA2i75UBqU1AkRnuEKsWrQ2vIMJZeLBk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VA2i75UBqU1AkRnuEKsWrQ2vIMJZeLBk > .row .container > .video-iframe-container { display: none; }#VA2i75UBqU1AkRnuEKsWrQ2vIMJZeLBk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VA2i75UBqU1AkRnuEKsWrQ2vIMJZeLBk > .row > .video-iframe-container { display: none; }#VA2i75UBqU1AkRnuEKsWrQ2vIMJZeLBk > .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); }#VA2i75UBqU1AkRnuEKsWrQ2vIMJZeLBk > .row .container { border-width: 0; border-radius: 0; }#VA2i75UBqU1AkRnuEKsWrQ2vIMJZeLBk > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#NQPTLhSDDgnfUdWrmcMUPpwBycR3Gp9z { color:#00b0ff;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:2.09375rem;left:4.875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qTbTrN3rgpc02STGH2vwnMguNGbdL3Zt { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:1.15625rem;left:24.75rem;height:2.5996125rem;font-style:normal;display:block; }
#zqTheyF8cPJZPXnCwAdw7wR0K4JE5new { position:absolute;display:block;z-index:100040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #0468fb);background-image: -moz-linear-gradient(146deg, #8200ff, #0468fb);background-image: -ms-linear-gradient(146deg, #8200ff, #0468fb);background-image: -o-linear-gradient(146deg, #8200ff, #0468fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#0468fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#0468fb' );";background-image: linear-gradient(146deg, #8200ff, #0468fb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:1.46875rem;left:1.25rem;display:block; }
#W01CTWIraidDGq1B9ASv40Jgn64N0NNW { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #0468fb);background-image: -moz-linear-gradient(339deg, #8200ff, #0468fb);background-image: -ms-linear-gradient(339deg, #8200ff, #0468fb);background-image: -o-linear-gradient(339deg, #8200ff, #0468fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#0468fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#0468fb' );";background-image: linear-gradient(339deg, #8200ff, #0468fb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:16.6875rem;width:0.375rem;top:2.09375rem;left:2rem;display:block; }
#hM9XW5okUsuVcmd6txF8iUmTDIKB96d7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:2.125rem;left:13.0625rem;height:1.4624rem;display:block; }
#NbrevuPFkwoR8hQHxZax9iFlBK0fsM1D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#251a5f;background-image:none;position:relative;display:block; }#NbrevuPFkwoR8hQHxZax9iFlBK0fsM1D > .row .container { background-color: transparent; background-image: none; }#NbrevuPFkwoR8hQHxZax9iFlBK0fsM1D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NbrevuPFkwoR8hQHxZax9iFlBK0fsM1D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NbrevuPFkwoR8hQHxZax9iFlBK0fsM1D > .row .container > .video-iframe-container { display: none; }#NbrevuPFkwoR8hQHxZax9iFlBK0fsM1D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NbrevuPFkwoR8hQHxZax9iFlBK0fsM1D > .row > .video-iframe-container { display: none; }#NbrevuPFkwoR8hQHxZax9iFlBK0fsM1D > .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); }#NbrevuPFkwoR8hQHxZax9iFlBK0fsM1D > .row .container { border-width: 0; border-radius: 0; }#NbrevuPFkwoR8hQHxZax9iFlBK0fsM1D > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#DF1GyUFOXBZyEvQp7ByJ1748uxXOZ78d { color:#00b0ff;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:2.09375rem;left:4.875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mty5flXqWTWXFZAuJexE4KfPusCrswBO { color:#00b0ff;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.2;letter-spacing:0;top:2.09375rem;left:12.875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VFpCLyE4QH8noswSUq1zeI4BblMSbKZi { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:1.15625rem;left:24.75rem;height:2.5996125rem;font-style:normal;display:block; }
#ccz1B7F6Rxzer9Ge4LK4yC2FqxJIuera { position:absolute;display:block;z-index:100040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #0468fb);background-image: -moz-linear-gradient(146deg, #8200ff, #0468fb);background-image: -ms-linear-gradient(146deg, #8200ff, #0468fb);background-image: -o-linear-gradient(146deg, #8200ff, #0468fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#0468fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#0468fb' );";background-image: linear-gradient(146deg, #8200ff, #0468fb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:1.46875rem;left:1.25rem;display:block; }
#JS0C40DT4W9EDNT9txMZzRX4d8ESWB41 { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #0468fb);background-image: -moz-linear-gradient(339deg, #8200ff, #0468fb);background-image: -ms-linear-gradient(339deg, #8200ff, #0468fb);background-image: -o-linear-gradient(339deg, #8200ff, #0468fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#0468fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#0468fb' );";background-image: linear-gradient(339deg, #8200ff, #0468fb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:16.6875rem;width:0.375rem;top:2.09375rem;left:2rem;display:block; }
#sNxeIFqDnOoqpyLMwmmLSppfH8rWveA0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#251a5f;background-image:none;position:relative;display:block; }#sNxeIFqDnOoqpyLMwmmLSppfH8rWveA0 > .row .container { background-color: transparent; background-image: none; }#sNxeIFqDnOoqpyLMwmmLSppfH8rWveA0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sNxeIFqDnOoqpyLMwmmLSppfH8rWveA0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sNxeIFqDnOoqpyLMwmmLSppfH8rWveA0 > .row .container > .video-iframe-container { display: none; }#sNxeIFqDnOoqpyLMwmmLSppfH8rWveA0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sNxeIFqDnOoqpyLMwmmLSppfH8rWveA0 > .row > .video-iframe-container { display: none; }#sNxeIFqDnOoqpyLMwmmLSppfH8rWveA0 > .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); }#sNxeIFqDnOoqpyLMwmmLSppfH8rWveA0 > .row .container { border-width: 0; border-radius: 0; }#sNxeIFqDnOoqpyLMwmmLSppfH8rWveA0 > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#pi1ZkUdyBWsf3rmR9fVCOCqULJDbx6Tn { color:#00b0ff;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:2.09375rem;left:4.875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v1kT0wrarCiBIPvyKeTlkVwppuB0fMzb { color:#00b0ff;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.2;letter-spacing:0;top:2.09375rem;left:12.875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P5HhOXpBh2BzwVCSuHqtT7UvDs2rnFU9 { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:1.15625rem;left:24.75rem;height:2.5996125rem;font-style:normal;display:block; }
#SwvgL09sMKRItAFUqz5lJTp5CgGwmtDR { position:absolute;display:block;z-index:100040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #0468fb);background-image: -moz-linear-gradient(146deg, #8200ff, #0468fb);background-image: -ms-linear-gradient(146deg, #8200ff, #0468fb);background-image: -o-linear-gradient(146deg, #8200ff, #0468fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#0468fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#0468fb' );";background-image: linear-gradient(146deg, #8200ff, #0468fb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:1.46875rem;left:1.25rem;display:block; }
#tL4pxS9seUnnF3dM5IfubvTh0xS3xuRG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#251a5f;background-image:none;position:relative;display:block; }#tL4pxS9seUnnF3dM5IfubvTh0xS3xuRG > .row .container { background-color: transparent; background-image: none; }#tL4pxS9seUnnF3dM5IfubvTh0xS3xuRG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tL4pxS9seUnnF3dM5IfubvTh0xS3xuRG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tL4pxS9seUnnF3dM5IfubvTh0xS3xuRG > .row .container > .video-iframe-container { display: none; }#tL4pxS9seUnnF3dM5IfubvTh0xS3xuRG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tL4pxS9seUnnF3dM5IfubvTh0xS3xuRG > .row > .video-iframe-container { display: none; }#tL4pxS9seUnnF3dM5IfubvTh0xS3xuRG > .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); }#tL4pxS9seUnnF3dM5IfubvTh0xS3xuRG > .row .container { border-width: 0; border-radius: 0; }#tL4pxS9seUnnF3dM5IfubvTh0xS3xuRG > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#ZWtGyPT3IheqzPzPsM1Z3bVJuARkLTWk { color:#00b0ff;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:2.09375rem;left:4.875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yovbQsFtnO7Ie4gTPIXuz8TpIV3WwZDC { color:#00b0ff;display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.2;letter-spacing:0;top:1.4375rem;left:12.8125rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rw6gt8EELrHh2R9Nb3esr9dNL9ArSKUE { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:1.5rem;left:24.75rem;height:2.5996125rem;font-style:normal;display:block; }
#b2syyXyTDAV56aNJHxmZ5BWCmkEMI3gv { position:absolute;display:block;z-index:100040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #0468fb);background-image: -moz-linear-gradient(146deg, #8200ff, #0468fb);background-image: -ms-linear-gradient(146deg, #8200ff, #0468fb);background-image: -o-linear-gradient(146deg, #8200ff, #0468fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#0468fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#0468fb' );";background-image: linear-gradient(146deg, #8200ff, #0468fb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:1.46875rem;left:1.25rem;display:block; }
#E0D7KoysD1wSXNHkugEXFuTAl80dbvgG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#251a5f;background-image:none;position:relative;display:block; }#E0D7KoysD1wSXNHkugEXFuTAl80dbvgG > .row .container { background-color: transparent; background-image: none; }#E0D7KoysD1wSXNHkugEXFuTAl80dbvgG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E0D7KoysD1wSXNHkugEXFuTAl80dbvgG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E0D7KoysD1wSXNHkugEXFuTAl80dbvgG > .row .container > .video-iframe-container { display: none; }#E0D7KoysD1wSXNHkugEXFuTAl80dbvgG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E0D7KoysD1wSXNHkugEXFuTAl80dbvgG > .row > .video-iframe-container { display: none; }#E0D7KoysD1wSXNHkugEXFuTAl80dbvgG > .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); }#E0D7KoysD1wSXNHkugEXFuTAl80dbvgG > .row .container { border-width: 0; border-radius: 0; }#E0D7KoysD1wSXNHkugEXFuTAl80dbvgG > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#aEX7BFTEHfQLEqD2x48uFXw8VwLxguud { color:#00b0ff;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:2.09375rem;left:4.875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cp0irzobPaT11Lgf0NbDRwwLL6wXPwNL { color:#00b0ff;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.2;letter-spacing:0;top:2.09375rem;left:12.75rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FPfXEq8NtUqMEc29rf8iQvpAqAAJIeqp { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:1.5rem;left:24.75rem;height:2.5996125rem;font-style:normal;display:block; }
#q48NKZgC3FzlTChR94TtekVxJCqhfyU8 { position:absolute;display:block;z-index:100040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #0468fb);background-image: -moz-linear-gradient(146deg, #8200ff, #0468fb);background-image: -ms-linear-gradient(146deg, #8200ff, #0468fb);background-image: -o-linear-gradient(146deg, #8200ff, #0468fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#0468fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#0468fb' );";background-image: linear-gradient(146deg, #8200ff, #0468fb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:1.46875rem;left:1.25rem;display:block; }
#s6ObRDK44WA8oWOac0KdKu4vtWiIvfuT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#251a5f;background-image:none;position:relative;display:block; }#s6ObRDK44WA8oWOac0KdKu4vtWiIvfuT > .row .container { background-color: transparent; background-image: none; }#s6ObRDK44WA8oWOac0KdKu4vtWiIvfuT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s6ObRDK44WA8oWOac0KdKu4vtWiIvfuT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s6ObRDK44WA8oWOac0KdKu4vtWiIvfuT > .row .container > .video-iframe-container { display: none; }#s6ObRDK44WA8oWOac0KdKu4vtWiIvfuT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s6ObRDK44WA8oWOac0KdKu4vtWiIvfuT > .row > .video-iframe-container { display: none; }#s6ObRDK44WA8oWOac0KdKu4vtWiIvfuT > .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); }#s6ObRDK44WA8oWOac0KdKu4vtWiIvfuT > .row .container { border-width: 0; border-radius: 0; }#s6ObRDK44WA8oWOac0KdKu4vtWiIvfuT > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#TT350WBxTMci0BaEZcVxgBsLUlgNBlDr { z-index:100006;top:0.71875rem;left:24.59375rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #8200ff, #2c9bff);background-image: -moz-linear-gradient(12deg, #8200ff, #2c9bff);background-image: -ms-linear-gradient(12deg, #8200ff, #2c9bff);background-image: -o-linear-gradient(12deg, #8200ff, #2c9bff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#2c9bff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#2c9bff' );";background-image: linear-gradient(12deg, #8200ff, #2c9bff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zLkB79nZD3pJT0FN1B0cENECFzbFuaGE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rl7qKBIKqVQgrm5RJGi4HLMb0EWPbzr3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#rl7qKBIKqVQgrm5RJGi4HLMb0EWPbzr3 > .row .container { border-width: 0; border-radius: 0; }#rl7qKBIKqVQgrm5RJGi4HLMb0EWPbzr3 > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:60rem;position:relative;display:none; }#Hmnfk66cI4zOtgBfaDlPJqx3b8MrO1bz { color:#00b0ff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:3.4375rem;left:0rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qXQPcToqD11xFma1n7Hfc6UTuyU0397i { z-index:100007;top:7.5625rem;left:24.46875rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #8200ff, #ff004b);background-image: -moz-linear-gradient(12deg, #8200ff, #ff004b);background-image: -ms-linear-gradient(12deg, #8200ff, #ff004b);background-image: -o-linear-gradient(12deg, #8200ff, #ff004b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#ff004b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#ff004b' );";background-image: linear-gradient(12deg, #8200ff, #ff004b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#mRUpVVNzsHqPTMil5BAVQnMQaH3aTlAL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IDdGqVuXJF7niM3txknTBMKvE8sAxvSV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IDdGqVuXJF7niM3txknTBMKvE8sAxvSV > .row .container { background-color: transparent; background-image: none; }#IDdGqVuXJF7niM3txknTBMKvE8sAxvSV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IDdGqVuXJF7niM3txknTBMKvE8sAxvSV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IDdGqVuXJF7niM3txknTBMKvE8sAxvSV > .row .container > .video-iframe-container { display: none; }#IDdGqVuXJF7niM3txknTBMKvE8sAxvSV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IDdGqVuXJF7niM3txknTBMKvE8sAxvSV > .row > .video-iframe-container { display: none; }#IDdGqVuXJF7niM3txknTBMKvE8sAxvSV > .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); }#IDdGqVuXJF7niM3txknTBMKvE8sAxvSV > .row .container { border-width: 0; border-radius: 0; }#IDdGqVuXJF7niM3txknTBMKvE8sAxvSV > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:60rem;position:relative;display:block; }#WrkS8UpvWL48G4tEtAy9r6Ncns6teTNw { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pk0LHkPtOV3dKlxM9HPbunV4lSkhFofy { color:#00b0ff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:7.9375rem;left:0rem;height:3.2998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c9KiXz6Fp7KETySgWzz3Cici2kRp4lmO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#c9KiXz6Fp7KETySgWzz3Cici2kRp4lmO > .row .container { background-color: transparent; background-image: none; }#c9KiXz6Fp7KETySgWzz3Cici2kRp4lmO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c9KiXz6Fp7KETySgWzz3Cici2kRp4lmO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c9KiXz6Fp7KETySgWzz3Cici2kRp4lmO > .row .container > .video-iframe-container { display: none; }#c9KiXz6Fp7KETySgWzz3Cici2kRp4lmO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c9KiXz6Fp7KETySgWzz3Cici2kRp4lmO > .row > .video-iframe-container { display: none; }#c9KiXz6Fp7KETySgWzz3Cici2kRp4lmO > .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); }#c9KiXz6Fp7KETySgWzz3Cici2kRp4lmO > .row .container { border-width: 0; border-radius: 0; }#c9KiXz6Fp7KETySgWzz3Cici2kRp4lmO > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#hRPRNkAi45OGtaTzlMlWEhtJzmWsAapp { color:#424242;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:8.2083332538606rem;left:0rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UoTdLO2hFcBfqSa1JPFx4HixLshwsaHV { color:#424242;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:8.2500011920931rem;left:30rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ie81wvQpdu1BG2zZd9RXcyg3wo24Vthg { color:#424242;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:8.2083332538606rem;left:15.28125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qvN2gvbZ926E4x86tOBHt03V6a4W2VRd { color:#424242;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:9.0000011920931rem;left:45.625rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oz6eKco4QegwT9vmLupaWzBavoX8TF81 { box-sizing:content-box;color:#ffffff;font-size:3.75rem;font-weight:400;line-height:1;height:5.4362rem;width:5.4362rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:1.0000002384186rem;left:50.09375rem;display:block; }
#qop2fxyQO54qZxsfRvTf01yl6ZkZdKTS { box-sizing:content-box;color:#ffffff;font-size:4.1875rem;font-weight:400;line-height:1;height:5.9987rem;width:5.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:2.3841857910156E-7rem;left:34.21875rem;display:block; }
#Bg7UwakLLXWll4FKIsF9KpbdJLEAfspa { box-sizing:content-box;color:#ffffff;font-size:4.1875rem;font-weight:400;line-height:1;height:5.9987rem;width:5.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:2.3841857910156E-7rem;left:19.5rem;display:block; }
#Hs7g2JUNJOIeRfHWgsJWUo6k4lvqcQ75 { box-sizing:content-box;color:#ffffff;font-size:3.625rem;font-weight:400;line-height:1;height:5.2487rem;width:5.2487rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:1.0937502384186rem;left:4.59375rem;display:block; }
#P2teEG53oJSFFAV0Q6qTn34KCKelx4zA { position:absolute;display:block;z-index:100001;background-color:#00b0ff;background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:7.5rem;width:7.5rem;top:2.3841857910156E-7rem;left:3.75rem;display:block; }
#a5tDPzDpDnSi14UtWXouIB6bIzJOMkfp { position:absolute;display:block;z-index:100004;background-color:#00b0ff;background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:7.5rem;width:7.5rem;top:2.3841857910156E-7rem;left:18.75rem;display:block; }
#lEefGPTH05HX0ptO4DEaowKgXr5rQ41s { position:absolute;display:block;z-index:100004;background-color:#00b0ff;background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:7.5rem;width:7.5rem;top:2.3841857910156E-7rem;left:33.75rem;display:block; }
#XrPgkX8e5N2xsSnpDPxPLpcmvSebh2AB { position:absolute;display:block;z-index:100007;background-color:#00b0ff;background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:7.5rem;width:7.5rem;top:2.3841857910156E-7rem;left:48.75rem;display:block; }
#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Gdngcdfh/bg.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB.adaptive-delivery-prevent-bg, #P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB.lazyload, #P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB.lazyloading { background-image: none; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container { background-color: transparent; background-image: none; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #251a5f; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container > .video-iframe-container { display: none; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #251a5f; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row > .video-iframe-container { display: none; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .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); }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container { border-width: 0; border-radius: 0; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#Q2WiNMNMVTkDEv2BWsCelBNT5aQqdgw7 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/30c3e70c-adbc-4f84-a21f-869bbca6a03e/1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid #00b0ff;border-left:0.5rem solid #00b0ff;border-right:0.5rem solid #00b0ff;border-bottom:0.5rem solid #00b0ff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:19.9375rem;width:19.9375rem;top:3.4375rem;left:2.8125rem;display:block; }#Q2WiNMNMVTkDEv2BWsCelBNT5aQqdgw7.adaptive-delivery-prevent-bg, #Q2WiNMNMVTkDEv2BWsCelBNT5aQqdgw7.lazyload, #Q2WiNMNMVTkDEv2BWsCelBNT5aQqdgw7.lazyloading { background-image: none; }
#NHdoqLHIxGV3D75a0Z4yM72URWIlXKo4 { position:absolute;display:block;z-index:99999;background-color:rgba(0,176,255,0.2);background-image:none;background-position:top left !important;background-repeat: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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:12.5rem;width:12.5rem;top:0rem;left:0rem;display:block; }
#E6kr9Bl60iK5MxcrLRkCEz3RduaSmhm9 { position:absolute;display:block;z-index:99998;background-color:rgba(0,176,255,0.2);background-image:none;background-position:top left !important;background-repeat: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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:12.5rem;width:12.5rem;top:14.8125rem;left:16.375rem;display:block; }
#lT0S4gpgJgqQFudVF6TsqVaamy4KtVXI { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:10.25rem;left:33.75rem;height:19.334975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TqxehmtiAdO9e6hbuu0IWFq9Dn7gRFl7 { color:#00b0ff;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:5.21875rem;left:33.75rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aCcQ2pNQri3yobPbaLw2ziFzJtFoOnfH { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:7.4375rem;left:33.75rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vK4qmCDxNchp8VU3ArlJJv3AQR8uIPCF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#251a5f;background-image:none;position:relative;display:block; }#vK4qmCDxNchp8VU3ArlJJv3AQR8uIPCF > .row .container { background-color: transparent; background-image: none; }#vK4qmCDxNchp8VU3ArlJJv3AQR8uIPCF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vK4qmCDxNchp8VU3ArlJJv3AQR8uIPCF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vK4qmCDxNchp8VU3ArlJJv3AQR8uIPCF > .row .container > .video-iframe-container { display: none; }#vK4qmCDxNchp8VU3ArlJJv3AQR8uIPCF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vK4qmCDxNchp8VU3ArlJJv3AQR8uIPCF > .row > .video-iframe-container { display: none; }#vK4qmCDxNchp8VU3ArlJJv3AQR8uIPCF > .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); }#vK4qmCDxNchp8VU3ArlJJv3AQR8uIPCF > .row .container { border-width: 0; border-radius: 0; }#vK4qmCDxNchp8VU3ArlJJv3AQR8uIPCF > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#Z89iTVzIkIh7TnxHy1Cb2hZTUIHeVuLr { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.875rem;width:4.875rem;top:9.71875rem;left:5.0830078125rem;display:block; }
#AE4yo5Q1bLILwAdziFtmaSiL4mWOro1s { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:9.90625rem;left:11.25rem;height:4.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rrOC7lg7rKwiW7hpQS61PQA70efwlGTJ { background-color:transparent;background-image: -webkit-linear-gradient(top, #8200ff, #2c9bff);background-image: -moz-linear-gradient(top, #8200ff, #2c9bff);background-image: -ms-linear-gradient(top, #8200ff, #2c9bff);background-image: -o-linear-gradient(top, #8200ff, #2c9bff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#2c9bff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#2c9bff' );";background-image: linear-gradient(to bottom, #8200ff, #2c9bff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: 0rem 0.9375rem 1.5625rem rgba(0,0,0,0.2) ;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:1.9375rem;left:25.5rem;display:block; }
#a91rynWKSGHXNOy4s329nSeS0TETXnt9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TCy6PhQCb47hBkMNb54unIMg3NIdlc46 { box-sizing:content-box;color:#3f035f;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:10.90625rem;left:6.2705078125rem;display:block; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#251a5f;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV .widget-text.counter-label { background-color:;background-image:none;color:#efeef8;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#251a5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.3125rem;left:39.5rem;z-index:100013; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV #s3h9p1rXerTaE3fuAvH1VTCHTgiGqr84 { display:flex;position:relative;top:0rem;left:0rem; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV #Hy6hMT7Nq1nN4KhCgcc7k4A2Tylf9unU { width:auto; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV #pFOZQcnspIq6TO6euWnN2TpZNTsZIHOT {  }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV #if4sMuOtSIFOtReSD18yQ8EaIfiV45Cf { display:flex;position:relative;top:0rem;left:0rem; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV #lTvqfxOILJASr9iWR90RFimVd7uIB7kp {  }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV #H28ovdf9G8THkcNZ23RncOMdErHAMUvq {  }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV #GxE0aET96UNpeKsTU3cSmwD8ruBcTeAt { display:flex;position:relative;top:0rem;left:0rem; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV #fzM2UU3Tw3cFbwCbBb0Jf8HZLuRCMbKk {  }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV #FnoD4TgugaquPsgtDpQ78lNxHDJMtIQx {  }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV #v397G4phubxF1KScIyNNMLbS0KDvnoaC { display:flex;position:relative;top:0rem;left:0rem; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV #TTOJLfVCepQDZO4e7GtA7L4SupPkDoWA {  }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV #KOQpoMuegQfZEUw5LXyT2xBxJMq48IJS {  }
#Ib47VhDm5ad1KZAdUQKJHtfyNkbTsTzx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(63,3,95,0.81);background-image:none;position:relative;display:block; }#Ib47VhDm5ad1KZAdUQKJHtfyNkbTsTzx > .row .container { background-color: transparent; background-image: none; }#Ib47VhDm5ad1KZAdUQKJHtfyNkbTsTzx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ib47VhDm5ad1KZAdUQKJHtfyNkbTsTzx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ib47VhDm5ad1KZAdUQKJHtfyNkbTsTzx > .row .container > .video-iframe-container { display: none; }#Ib47VhDm5ad1KZAdUQKJHtfyNkbTsTzx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ib47VhDm5ad1KZAdUQKJHtfyNkbTsTzx > .row > .video-iframe-container { display: none; }#Ib47VhDm5ad1KZAdUQKJHtfyNkbTsTzx > .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); }#Ib47VhDm5ad1KZAdUQKJHtfyNkbTsTzx > .row .container { border-width: 0; border-radius: 0; }#Ib47VhDm5ad1KZAdUQKJHtfyNkbTsTzx > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#wBg9EOL5MxTUF4Zn7xWNuzRocgGBBT4p { color:#00c5ff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:3.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OuopNTaWpFfNNAisFSgCHvTgy7xF84uP { color:#fffafa;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:6.875rem;left:2.3125rem;height:22.39841875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iu6d1BlsgbE4oWTUVCsvKm0cJki5Pp8U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(63,3,95,0.81);background-image:none;position:relative;display:block; }#iu6d1BlsgbE4oWTUVCsvKm0cJki5Pp8U > .row .container { background-color: transparent; background-image: none; }#iu6d1BlsgbE4oWTUVCsvKm0cJki5Pp8U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iu6d1BlsgbE4oWTUVCsvKm0cJki5Pp8U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iu6d1BlsgbE4oWTUVCsvKm0cJki5Pp8U > .row .container > .video-iframe-container { display: none; }#iu6d1BlsgbE4oWTUVCsvKm0cJki5Pp8U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iu6d1BlsgbE4oWTUVCsvKm0cJki5Pp8U > .row > .video-iframe-container { display: none; }#iu6d1BlsgbE4oWTUVCsvKm0cJki5Pp8U > .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); }#iu6d1BlsgbE4oWTUVCsvKm0cJki5Pp8U > .row .container { border-width: 0; border-radius: 0; }#iu6d1BlsgbE4oWTUVCsvKm0cJki5Pp8U > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:60rem;position:relative;display:block; }#meQuGvn1eut7cM6fn0ySrP9MloDZXnvB { color:#ebeff5;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.34375rem;left:5.46875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U6wNBbQuQvv1dLNxazbbiKHTwtM4A8Rk { position:absolute;display:block;z-index:100002;background-color:#2c9bff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.875rem;width:24.3125rem;top:0.9375rem;left:3.65625rem;display:block; }
#QpG7wgDDdCbfGEy77cVwoz8s9K8G4VCV { color:#fefdff;display:block;width:18.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100053;line-height:1.3;letter-spacing:0;top:5.5rem;left:5.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#meTFBKLEt0gsKBEgIbeQQTLo3kMTmGFq { z-index:100002;top:7.84375rem;left:10.875rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #3f035f;border-left:0.1875rem solid #3f035f;border-right:0.1875rem solid #3f035f;border-bottom:0.1875rem solid #3f035f;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;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:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TeJPCDv5Rofm68KeBTHO58c29MA8KE7P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BSR2fAOOcrWeOz1mqRzoykv1c3SN0bBp { color:#ebeff5;display:block;width:22.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100049;line-height:1.3;letter-spacing:0;top:12.375rem;left:5.46875rem;height:;display:block; }#BSR2fAOOcrWeOz1mqRzoykv1c3SN0bBp li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#BSR2fAOOcrWeOz1mqRzoykv1c3SN0bBp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
#OyxG7aB4PG8VWSi3fpewXm9KHw89uMk8 { background-color:#3f035f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.125rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:37.812500953674rem;left:6.78125rem;display:block; }
#rb6TJobrJIJ7MI7QegTkwT75yTtnWz9n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EB0Q4Bb42CNTDcAdsi2WFVmrVveKxzlN { position:absolute;display:block;z-index:100023;background-color:#251a5f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52.9375rem;width:23.8125rem;top:0.9375rem;left:32.998699188233rem;display:block; }
#DtX1fJeLWO69lWg18GpMA5R1atdHiI47 { color:#ebeff5;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:2.3125rem;left:39.71875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zMCoyqUALZnRuTcuTc58n3JJa5yIPnLu { color:#e8f7ff;display:block;width:18.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:5.5rem;left:36.71875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aA9l0CVoEknZbqAu9r9cLC4koTzQ7DHR { z-index:100051;top:7.75rem;left:42.4375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #0e9ae5;border-left:0.125rem solid #0e9ae5;border-right:0.125rem solid #0e9ae5;border-bottom:0.125rem solid #0e9ae5;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#G9yQPmHAUk6zFl1TW39AV2MbzhqxKSuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BWaG3bfTzCXdeRhTwxAZ6bnLv4hr9uuo { color:#ebeff5;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100050;line-height:1.3;letter-spacing:0;top:12.21875rem;left:34.3125rem;height:;font-style:normal;display:block; }#BWaG3bfTzCXdeRhTwxAZ6bnLv4hr9uuo li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#BWaG3bfTzCXdeRhTwxAZ6bnLv4hr9uuo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
#mORwFRvKDFTP8Af4ZFKV6dMZHsMZv04V { background-color:transparent;background-image:none;border-top:0.5rem solid #00b0ff;border-left:0.5rem solid #00b0ff;border-right:0.5rem solid #00b0ff;border-bottom:0.5rem solid #00b0ff;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-sizing:border-box;color:#fefdff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.5rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:46.248698234558rem;left:36.091148376465rem;display:block; }
#XlhhBvVeICFglTfINmI1vIDDG89rWTGQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N29b8VHDto5xkuykRpBkPiHwxfLGSLIQ { color:#fbfbfb;display:block;width:20.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:38.623680114746rem;left:34.3125rem;height:;font-style:normal;display:block; }#N29b8VHDto5xkuykRpBkPiHwxfLGSLIQ li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#N29b8VHDto5xkuykRpBkPiHwxfLGSLIQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(63,3,95,0.81);background-image:none;position:relative;display:block; }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row .container { background-color: transparent; background-image: none; }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row .container > .video-iframe-container { display: none; }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row > .video-iframe-container { display: none; }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .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); }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row .container { border-width: 0; border-radius: 0; }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:60rem;position:relative;display:block; }#aCP8xsapeTNiWUPNfDqVT0IKfZiHhTau { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:2.25rem;left:0rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OCUAwQfgSEuexNq6VUPWWODLluq1Z3N9 { color:#00b0ff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:5.875rem;left:0rem;height:1.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l2LC1dNb240tQ85bRp53peipntmL4EVI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tyxNJEQX/Free_resources_poziom_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#l2LC1dNb240tQ85bRp53peipntmL4EVI.adaptive-delivery-prevent-bg, #l2LC1dNb240tQ85bRp53peipntmL4EVI.lazyload, #l2LC1dNb240tQ85bRp53peipntmL4EVI.lazyloading { background-image: none; }#l2LC1dNb240tQ85bRp53peipntmL4EVI > .row .container { background-color: transparent; background-image: none; }#l2LC1dNb240tQ85bRp53peipntmL4EVI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l2LC1dNb240tQ85bRp53peipntmL4EVI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l2LC1dNb240tQ85bRp53peipntmL4EVI > .row .container > .video-iframe-container { display: none; }#l2LC1dNb240tQ85bRp53peipntmL4EVI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l2LC1dNb240tQ85bRp53peipntmL4EVI > .row > .video-iframe-container { display: none; }#l2LC1dNb240tQ85bRp53peipntmL4EVI > .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); }#l2LC1dNb240tQ85bRp53peipntmL4EVI > .row .container { border-width: 0; border-radius: 0; }#l2LC1dNb240tQ85bRp53peipntmL4EVI > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:60rem;position:relative;display:block; }#IEnV6kLJ7wDobgVT5leloQloonhm3TNu { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(0,0,0,0.2) ;height:23.875rem;width:57.5rem;top:2.125rem;left:0.71875rem;display:block; }
#fvfnVTUhVkZQfrc5cdQucafEkq0h8IAT { color:#000000;display:block;width:56.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:3rem;left:1.53125rem;height:15.84375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#T3oi4CWzTkf9lbwelgfaLheforV8R9Rf { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uqkXak9s/Rafa_Cop.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:6.625rem;width:6.625rem;top:18.4375rem;left:48.53125rem;display:block; }#T3oi4CWzTkf9lbwelgfaLheforV8R9Rf.adaptive-delivery-prevent-bg, #T3oi4CWzTkf9lbwelgfaLheforV8R9Rf.lazyload, #T3oi4CWzTkf9lbwelgfaLheforV8R9Rf.lazyloading { background-image: none; }
#KuipcliLTlMHpUWXRp15kcmWCwrfnDV2 { color:#00b0ff;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:20.8125rem;left:37.0625rem;height:1.949225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tyxNJEQX/Free_resources_poziom_2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz.adaptive-delivery-prevent-bg, #ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz.lazyload, #ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz.lazyloading { background-image: none; }#ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz > .row .container { background-color: transparent; background-image: none; }#ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz > .row .container > .video-iframe-container { display: none; }#ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz > .row > .video-iframe-container { display: none; }#ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz > .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); }#ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz > .row .container { border-width: 0; border-radius: 0; }#ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:block; }#f1f0BlzQid87LsplZHMh7RX0WUd2m9gO { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(0,0,0,0.2) ;height:27.375rem;width:18rem;top:1.5rem;left:1rem;display:block; }
#D6tnLcwm5CVAWhTOxibhisHlvfuFzSPp { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:3.3125rem;left:1.9375rem;height:13.40625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TWuUNxyyvXb9oTTBSlqdZTaQHJBxwOaM { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/zcJARxTH/Katarzyna_Krupa.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:6.625rem;width:6.625rem;top:18.4375rem;left:11.1875rem;display:block; }#TWuUNxyyvXb9oTTBSlqdZTaQHJBxwOaM.adaptive-delivery-prevent-bg, #TWuUNxyyvXb9oTTBSlqdZTaQHJBxwOaM.lazyload, #TWuUNxyyvXb9oTTBSlqdZTaQHJBxwOaM.lazyloading { background-image: none; }
#yfmsKJ1Vpm5t0def7soltfX41SUf69hJ { color:#00b0ff;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:20.34375rem;left:3.6875rem;height:2.9238375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yDQGSRv9OwAc0ilmI9LthQU5nb925Dbp { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(0,0,0,0.2) ;height:27.375rem;width:18rem;top:1.5rem;left:21rem;display:block; }
#Jpf6Dv8VNITrC06sBEAGnJFNS4OvdgEH { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(0,0,0,0.2) ;height:27.375rem;width:18rem;top:1.5rem;left:41rem;display:block; }
#kJEKGXVVSiGXtog9LkAg7PtvKJFLZXGv { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/7Kz8rQVr/Aleksandra_Smorawa.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:6.625rem;width:6.625rem;top:18.4375rem;left:30.5rem;display:block; }#kJEKGXVVSiGXtog9LkAg7PtvKJFLZXGv.adaptive-delivery-prevent-bg, #kJEKGXVVSiGXtog9LkAg7PtvKJFLZXGv.lazyload, #kJEKGXVVSiGXtog9LkAg7PtvKJFLZXGv.lazyloading { background-image: none; }
#kF9QIc8iy3uyiC4bdCwpiFgXOEQFzNiW { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/OoPJV92c/Jan_Cichy.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:6.625rem;width:6.625rem;top:18.4375rem;left:51.0625rem;display:block; }#kF9QIc8iy3uyiC4bdCwpiFgXOEQFzNiW.adaptive-delivery-prevent-bg, #kF9QIc8iy3uyiC4bdCwpiFgXOEQFzNiW.lazyload, #kF9QIc8iy3uyiC4bdCwpiFgXOEQFzNiW.lazyloading { background-image: none; }
#U3niAT1ufOd1kS2i2cJ9O53DwPJt1eFf { color:#00b0ff;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:20.34375rem;left:20rem;height:2.9238375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TKAowuQ3buJrRWm8HFu2gsuNfOwku4FG { color:#00b0ff;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:20.34375rem;left:42.09375rem;height:2.9238375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wgX3h5Nqt5ZNzueTJi1eDcWxT4MT5E43 { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:3.3125rem;left:22.09375rem;height:14.625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#THakRIgT3VV2zCuWC1RI4ZWKaH22dpXa { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:3.3125rem;left:42.09375rem;height:13.40625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tyxNJEQX/Free_resources_poziom_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq.adaptive-delivery-prevent-bg, #uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq.lazyload, #uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq.lazyloading { background-image: none; }#uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq > .row .container { background-color: transparent; background-image: none; }#uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq > .row .container > .video-iframe-container { display: none; }#uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq > .row > .video-iframe-container { display: none; }#uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq > .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); }#uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq > .row .container { border-width: 0; border-radius: 0; }#uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:block; }#FIEA4MVi9y9hAgH0CJyv92T6DlfDeHpB { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(0,0,0,0.2) ;height:32rem;width:27.5625rem;top:2.125rem;left:0.71875rem;display:block; }
#BOpt0dM19wruW2UatDtBw95RSySEnLpr { color:#000000;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:3rem;left:1.53125rem;height:24.375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#psJgyJ7CVOvTKJGvCdIGoXyNcUDMAqeJ { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(0,0,0,0.2) ;height:32.125rem;width:27.375rem;top:2.125rem;left:31.625rem;display:block; }
#opMLl4pBRkHKFvJ7WR06N4tGrWxN7lMu { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:2.40625rem;left:33.03125rem;height:24.375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#D827x89iCos6CrGfWDgNPZZJXDdlIoSz { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/XnmhCF6J/0.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:6.625rem;width:6.625rem;top:26.75rem;left:19.09375rem;display:block; }#D827x89iCos6CrGfWDgNPZZJXDdlIoSz.adaptive-delivery-prevent-bg, #D827x89iCos6CrGfWDgNPZZJXDdlIoSz.lazyload, #D827x89iCos6CrGfWDgNPZZJXDdlIoSz.lazyloading { background-image: none; }
#Dvu1Ifowz1zunfgTLgT4rXsqI8wKcmna { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/26d2535e-ea75-4935-8646-788c408bd028/DanielMAzurkiewicz.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:6.625rem;width:6.625rem;top:26.75rem;left:50.4375rem;display:block; }#Dvu1Ifowz1zunfgTLgT4rXsqI8wKcmna.adaptive-delivery-prevent-bg, #Dvu1Ifowz1zunfgTLgT4rXsqI8wKcmna.lazyload, #Dvu1Ifowz1zunfgTLgT4rXsqI8wKcmna.lazyloading { background-image: none; }
#QGmrtF5kMiztcQwuGgSV64RyH0vW5hT0 { color:#00b0ff;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:28.65625rem;left:5.875rem;height:1.949225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ROOH52tQyscF8BgWLWxVTtQoHTkoEJw7 { color:#00b0ff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:28.65625rem;left:35rem;height:1.949225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VmFHAvSwNQVDVIVVVTUITroww30tszAp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tyxNJEQX/Free_resources_poziom_2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#VmFHAvSwNQVDVIVVVTUITroww30tszAp.adaptive-delivery-prevent-bg, #VmFHAvSwNQVDVIVVVTUITroww30tszAp.lazyload, #VmFHAvSwNQVDVIVVVTUITroww30tszAp.lazyloading { background-image: none; }#VmFHAvSwNQVDVIVVVTUITroww30tszAp > .row .container { background-color: transparent; background-image: none; }#VmFHAvSwNQVDVIVVVTUITroww30tszAp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VmFHAvSwNQVDVIVVVTUITroww30tszAp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VmFHAvSwNQVDVIVVVTUITroww30tszAp > .row .container > .video-iframe-container { display: none; }#VmFHAvSwNQVDVIVVVTUITroww30tszAp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VmFHAvSwNQVDVIVVVTUITroww30tszAp > .row > .video-iframe-container { display: none; }#VmFHAvSwNQVDVIVVVTUITroww30tszAp > .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); }#VmFHAvSwNQVDVIVVVTUITroww30tszAp > .row .container { border-width: 0; border-radius: 0; }#VmFHAvSwNQVDVIVVVTUITroww30tszAp > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;position:relative;display:block; }#Cr4oGoQIqfAW5LOnaD5DDR3Erv7bcL09 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(0,0,0,0.2) ;height:27.375rem;width:18rem;top:1.5rem;left:1rem;display:block; }
#GTgwxDZGB7LInBVTSTthvc0tqoGm5FtL { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:3.125rem;left:1.9375rem;height:18.28125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dO781kvoeiBKsXyq5NMqQhcOIiWmcIE2 { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/0mOp2QVI/Sylwia_Bia_og_owy.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:6.625rem;width:6.625rem;top:21.125rem;left:11.1875rem;display:block; }#dO781kvoeiBKsXyq5NMqQhcOIiWmcIE2.adaptive-delivery-prevent-bg, #dO781kvoeiBKsXyq5NMqQhcOIiWmcIE2.lazyload, #dO781kvoeiBKsXyq5NMqQhcOIiWmcIE2.lazyloading { background-image: none; }
#OxTAokCaeOGTnqBUqTInHENaP97Pfde8 { color:#00b0ff;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:23.25rem;left:1.9375rem;height:1.94921875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dWRVsPoAtdABqAxUwlMghGUhUuwDJ8Tr { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(0,0,0,0.2) ;height:27.375rem;width:18rem;top:1.5rem;left:21rem;display:block; }
#vqCw2H47azm8izQz8XBDKoJZMVAxSAMn { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.9375rem 1.875rem rgba(0,0,0,0.2) ;height:27.375rem;width:18rem;top:1.5rem;left:41rem;display:block; }
#wvccRO9AdN3bF0rwdWZXoTRuu1e5Bth3 { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VBZuhGGS/Elz_bieta_Mulka.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:6.625rem;width:6.625rem;top:21.125rem;left:31.34375rem;display:block; }#wvccRO9AdN3bF0rwdWZXoTRuu1e5Bth3.adaptive-delivery-prevent-bg, #wvccRO9AdN3bF0rwdWZXoTRuu1e5Bth3.lazyload, #wvccRO9AdN3bF0rwdWZXoTRuu1e5Bth3.lazyloading { background-image: none; }
#wuTz5Eu0wdrOqE6mtOXTLPClZv7BZEyo { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/VcMPhceT/Elz_bieta_Tomaszewska.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:6.625rem;width:6.625rem;top:21.125rem;left:51.34375rem;display:block; }#wuTz5Eu0wdrOqE6mtOXTLPClZv7BZEyo.adaptive-delivery-prevent-bg, #wuTz5Eu0wdrOqE6mtOXTLPClZv7BZEyo.lazyload, #wuTz5Eu0wdrOqE6mtOXTLPClZv7BZEyo.lazyloading { background-image: none; }
#qA3iwzpkWUftSiSFyT5wGWXgZssOOSR1 { color:#00b0ff;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:23.03125rem;left:22.09375rem;height:2.9238375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#msHvTvkBVJZl67Pi24QDvr1SHKTF8026 { color:#00b0ff;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:23.25rem;left:43.15625rem;height:1.94921875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MKLzrRGR2PFE3MFVoXoxlJLG4GoXMe3z { color:#000000;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:2.75rem;left:22.09375rem;height:19.5rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Dk5zhac7MT7tzrmahD6Drib5qSEVRfSI { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:2.8125rem;left:42.09375rem;height:17.0625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#JQt2JhcR1T7842JIplcccOOL1s5g87Ii { z-index:100004;top:30.3125rem;left:21.28125rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #8200ff, #2c9bff);background-image: -moz-linear-gradient(12deg, #8200ff, #2c9bff);background-image: -ms-linear-gradient(12deg, #8200ff, #2c9bff);background-image: -o-linear-gradient(12deg, #8200ff, #2c9bff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#2c9bff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#2c9bff' );";background-image: linear-gradient(12deg, #8200ff, #2c9bff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uM2DsNH2Omf6id8DxOcSixFWWeNUFUDD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M3mlz1Mccnyp6MHeNTpS6uHy8QyTf9Gm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#M3mlz1Mccnyp6MHeNTpS6uHy8QyTf9Gm > .row .container { background-color: transparent; background-image: none; }#M3mlz1Mccnyp6MHeNTpS6uHy8QyTf9Gm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M3mlz1Mccnyp6MHeNTpS6uHy8QyTf9Gm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M3mlz1Mccnyp6MHeNTpS6uHy8QyTf9Gm > .row .container > .video-iframe-container { display: none; }#M3mlz1Mccnyp6MHeNTpS6uHy8QyTf9Gm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M3mlz1Mccnyp6MHeNTpS6uHy8QyTf9Gm > .row > .video-iframe-container { display: none; }#M3mlz1Mccnyp6MHeNTpS6uHy8QyTf9Gm > .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); }#M3mlz1Mccnyp6MHeNTpS6uHy8QyTf9Gm > .row .container { border-width: 0; border-radius: 0; }#M3mlz1Mccnyp6MHeNTpS6uHy8QyTf9Gm > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:60rem;position:relative;display:block; }#l3tqxQP0EzgCvqF1ucVGslZvd7sL2onk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.625rem 1.875rem rgba(0,0,0,0.15) ;height:18.3125rem;width:29.4375rem;top:3.8125rem;left:0rem;display:block; }
#UVfiFiMdbV4vT0WpWmCMpASH8A8fE3dT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.625rem 1.875rem rgba(0,0,0,0.15) ;height:18.3125rem;width:29.4375rem;top:3.875rem;left:30.5625rem;display:block; }
#tswyLglcNO87y4WHM0VAJVBNNP669ABW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Gdngcdfh/bg.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW.adaptive-delivery-prevent-bg, #tswyLglcNO87y4WHM0VAJVBNNP669ABW.lazyload, #tswyLglcNO87y4WHM0VAJVBNNP669ABW.lazyloading { background-image: none; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container { background-color: transparent; background-image: none; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #251a5f; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container > .video-iframe-container { display: none; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #251a5f; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row > .video-iframe-container { display: none; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .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); }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container { border-width: 0; border-radius: 0; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#zzpg9DT78apQSGAznKcX25JdzMTo9OTa { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:2.625rem;left:0rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mWCSg0uXr4hkdZD2qGOMBVSz7m7GiH5M { color:#00b0ff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:5.875rem;left:0rem;height:1.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Gdngcdfh/bg.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne.adaptive-delivery-prevent-bg, #dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne.lazyload, #dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne.lazyloading { background-image: none; }#dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne > .row .container { background-color: transparent; background-image: none; }#dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #251a5f; }#dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne > .row .container > .video-iframe-container { display: none; }#dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #251a5f; }#dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne > .row > .video-iframe-container { display: none; }#dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne > .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); }#dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne > .row .container { border-width: 0; border-radius: 0; }#dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#gmOQRaAdPQoegu95gNIwHB6AKcS7THpL { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nZA6Fg0v/Zdje_cia_w_ko_ku_2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid #00b0ff;border-left:0.5rem solid #00b0ff;border-right:0.5rem solid #00b0ff;border-bottom:0.5rem solid #00b0ff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:20.6875rem;width:20.6875rem;top:1.9375rem;left:4.5625rem;display:block; }#gmOQRaAdPQoegu95gNIwHB6AKcS7THpL.adaptive-delivery-prevent-bg, #gmOQRaAdPQoegu95gNIwHB6AKcS7THpL.lazyload, #gmOQRaAdPQoegu95gNIwHB6AKcS7THpL.lazyloading { background-image: none; }
#etCai58mrhM2U3yB5aaGNtlfTM0P0BRU { position:absolute;display:block;z-index:99998;background-color:rgba(0,176,255,0.2);background-image:none;background-position:top left !important;background-repeat: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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:12.5rem;width:12.5rem;top:12.5rem;left:15.8125rem;display:block; }
#Rp32iu2khXTUQxAsnVP6BGU9UDkwDBus { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:6.0625rem;left:30rem;height:8.9238375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MpFPh84UQnget03W71aGAaCEgXbcGIkJ { color:#fefdff;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:0.96875rem;left:30rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vpTs8nXT8gI0NhTTFngkqSSHxzC2FDd6 { color:#2c9bff;display:block;width:29.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:3.9375rem;left:30rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RVvU3xA836sOByUTTUO5vim1Hw7fQDSB { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:15.125rem;left:30rem;height:10.411125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cOs9Nsd0Ooysg1ry155wDLLKsBrqpnWF { position:absolute;display:block;z-index:99999;background-color:rgba(0,176,255,0.2);background-image:none;background-position:top left !important;background-repeat: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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:12.5rem;width:12.5rem;top:3.03125rem;left:0.8125rem;display:block; }
#VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Gdngcdfh/bg.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH.adaptive-delivery-prevent-bg, #VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH.lazyload, #VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH.lazyloading { background-image: none; }#VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH > .row .container { background-color: transparent; background-image: none; }#VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #251a5f; }#VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH > .row .container > .video-iframe-container { display: none; }#VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #251a5f; }#VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH > .row > .video-iframe-container { display: none; }#VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH > .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); }#VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH > .row .container { border-width: 0; border-radius: 0; }#VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;position:relative;display:block; }#x9W2eWZlWJJsS3RfpyxyoCCBvTwWmCtW { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:2.625rem;left:0rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#az5IQhW142bZLV80TBfsTqs6Km3ppKSa { color:#00b0ff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:6.25rem;left:0rem;height:1.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lgwFAfDRCxdCdpTJFIJfqrpLqTIUZ5Gw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#251a5f;background-image:none;position:relative;display:block; }#lgwFAfDRCxdCdpTJFIJfqrpLqTIUZ5Gw > .row .container { background-color: transparent; background-image: none; }#lgwFAfDRCxdCdpTJFIJfqrpLqTIUZ5Gw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lgwFAfDRCxdCdpTJFIJfqrpLqTIUZ5Gw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lgwFAfDRCxdCdpTJFIJfqrpLqTIUZ5Gw > .row .container > .video-iframe-container { display: none; }#lgwFAfDRCxdCdpTJFIJfqrpLqTIUZ5Gw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lgwFAfDRCxdCdpTJFIJfqrpLqTIUZ5Gw > .row > .video-iframe-container { display: none; }#lgwFAfDRCxdCdpTJFIJfqrpLqTIUZ5Gw > .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); }#lgwFAfDRCxdCdpTJFIJfqrpLqTIUZ5Gw > .row .container { border-width: 0; border-radius: 0; }#lgwFAfDRCxdCdpTJFIJfqrpLqTIUZ5Gw > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#pZEIRgOtiZ1rKnMm6iqZ5T4PikF0UMHp { color:#fffafa;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:5.1875rem;left:1rem;height:10.19925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D2OOa38KBWrriZ10W35q0Sqg6S2e3r7k { color:#fffafa;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:5.1875rem;left:16rem;height:17.848625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ObGUlGaOVt7vRCocbfTqr1Vvx9gR1axv { color:#fffafa;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:5.1875rem;left:32.0625rem;height:15.2988625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xVQB3nUvordyhewZdgCI1TXWVxWDWax8 { color:#fffafa;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:5.46875rem;left:46rem;height:14.0239375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JswzNT5TxRkirh5TiG7LMbSopTwi8DOI { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:2.25rem;top:1.0625rem;left:11.25rem;overflow:hidden;display:block; }
#DNrP0CrglsnzZAlgzT9475KZGDJMpNot { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:2.25rem;top:1.0625rem;left:56.1875rem;overflow:hidden;display:block; }
#HvTmC5ZAsIti4bqNcTnodve2U44GXLIa { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:2.25rem;top:1.0625rem;left:26.8125rem;overflow:hidden;display:block; }
#ITsc9DiFEGdXTxZavReS46xcVUyC64TI { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:2.25rem;top:1.0625rem;left:41.5rem;overflow:hidden;display:block; }
#JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Gdngcdfh/bg.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp.adaptive-delivery-prevent-bg, #JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp.lazyload, #JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp.lazyloading { background-image: none; }#JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp > .row .container { background-color: transparent; background-image: none; }#JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #251a5f; }#JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp > .row .container > .video-iframe-container { display: none; }#JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #251a5f; }#JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp > .row > .video-iframe-container { display: none; }#JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp > .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); }#JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp > .row .container { border-width: 0; border-radius: 0; }#JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#UHLKxfAM4KDF9WwIeqfTdQGal3LWuiFk { z-index:100005;top:0.625rem;left:21.84375rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #8200ff, #2c9bff);background-image: -moz-linear-gradient(12deg, #8200ff, #2c9bff);background-image: -ms-linear-gradient(12deg, #8200ff, #2c9bff);background-image: -o-linear-gradient(12deg, #8200ff, #2c9bff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#2c9bff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#2c9bff' );";background-image: linear-gradient(12deg, #8200ff, #2c9bff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#g6McUAhBrTQRsN0eh4EuhGJmy45ArIGZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row .container { background-color: transparent; background-image: none; }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row .container > .video-iframe-container { display: none; }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row > .video-iframe-container { display: none; }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .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); }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row .container { border-width: 0; border-radius: 0; }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#Xf2OgP8n0VP5DcIylTZilN2Qby22Lnsv { color:#6b2568;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:5.9375rem;left:0rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e8VDvXcSZ5ebEHCfK6WcHf6zge1WMDUn { color:#2c9bff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:9.5625rem;left:0rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PzCgWGwd6JLw3EZp5lM7Ui8Rz6TAzvMU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(20,14,56,0.81);background-image:none;position:relative;display:block; }#PzCgWGwd6JLw3EZp5lM7Ui8Rz6TAzvMU > .row .container { background-color: transparent; background-image: none; }#PzCgWGwd6JLw3EZp5lM7Ui8Rz6TAzvMU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PzCgWGwd6JLw3EZp5lM7Ui8Rz6TAzvMU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PzCgWGwd6JLw3EZp5lM7Ui8Rz6TAzvMU > .row .container > .video-iframe-container { display: none; }#PzCgWGwd6JLw3EZp5lM7Ui8Rz6TAzvMU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PzCgWGwd6JLw3EZp5lM7Ui8Rz6TAzvMU > .row > .video-iframe-container { display: none; }#PzCgWGwd6JLw3EZp5lM7Ui8Rz6TAzvMU > .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); }#PzCgWGwd6JLw3EZp5lM7Ui8Rz6TAzvMU > .row .container { border-width: 0; border-radius: 0; }#PzCgWGwd6JLw3EZp5lM7Ui8Rz6TAzvMU > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#ZnxmByyMMhTMpA4Ax10F0VsWazUv20ur { color:#fffafa;display:block;width:30.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:2rem;height:1.13720625rem;display:block; }
#q5bSHiCmR0kWFfQo7EXT7deWoVLWAOSt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#fffafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:1.625rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:2.25rem;left:36.875rem;display:block; }
#rB54SNQTxhfHlUcZF4FdGi3ppItRTUHP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d8X60Q7MbBmu1Fo7QxpnDQIJxtagJ5ml { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#fffafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:1.625rem;text-decoration:none;z-index:100012;text-align:left;text-align-last:left;top:2.25rem;left:49.1875rem;display:block; }
#QNG5rZCaL9hEugE5kgsuEzmsw9M3t0OF { 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) { #b1po0ITDxceQDH2kvOb9ygBubwyl4NeT { display:block; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqx3Z6FctqlvLATSWKoPdrdrHD0Gg3Bn { top:6.5625rem;left:20.125rem;width:27.625rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc2sg4JlIvuB0ymiWI7stCuEuElANUo0 { top:1.125rem;left:3.5rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqd86LuHrr8TLqasC8PH8GQCTB2foA65 { top:14.9375rem;left:0rem;width:32.25rem;height:12.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzK1vrVZ0ShQcTuTdHA9DOXfNfzg1hc0 { top:30.3125rem;left:0rem;width:32.75rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDnTGiglFNzhzseyhiMJNgvWdCu8de79 { top:40.3125rem;left:1.53125rem;width:17.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5paF4mJIctqnE33tQJn3a0Lc5B0Tife { display:block; }
 }@media only screen and (max-width: 763px) { #DaEfGKp3P1p5mcQJoyp2RzIi83uGaiFK { display:block; }#DaEfGKp3P1p5mcQJoyp2RzIi83uGaiFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZX1JV1aWbieF02gZo7edZqB2aFurx0i { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvbZxpoRppk703H1NZku8dP7e0zhKSqE { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLotH7P8i2Tl6acUIaDASpqMkMIhTN3w { display:block; }#SLotH7P8i2Tl6acUIaDASpqMkMIhTN3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pc0TO2z4izTQdbraTT7rLSCByPVq51pV { top:10.4375rem;left:0rem;width:26.4375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEkd956hGXxWzTnTuNp538SA0DQa2NKr { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp8aacl0TaPuKtpBJQmra1pz15rT5b5Z { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeWqpuuFbFhGrPDHtGm1UxZhDaSA7SI3 { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GME5ANVG6IrL3oUlOoeHcMUmpFi4fu3h { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVFXTU85QVOvMWoL6IM4qJykRCFkOQWF { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdQy8TKFe6xX19c4Vl0lPzlKHqOqyJyV { top:19.75rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzUwXxTPSPJXAHTcz3KuVOr8GT16PpBS { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqZl7BnLCUJXXW0cEkbElyetBUyoxZer { top:27.8125rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2MIEwceGpWA5in9VttNZ8XLAGvP7Kak { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHKAGEHbAETzZGLzf9lhlm8Z8ghDBMbV { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5exRSynCORvbmUTmu0aBAR7WiI7dx7f { top:11.875rem;left:23.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ { display:block; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCTyq47sJSWAQC80fTIZZWCrd6HLb4Ie { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8ELCql8sBTJygyhOhcFNuOw2DR0gQZF { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUpciiv2OiJO3LycbiqnUH2OeZvMrONf { display:block; }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eT6KK55IRlS17UoHTwxP30Wx53B0ttnB { width:4.6875rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzbMNFRG6aw1PtM26ttCbKidg7nhAov7 { width:7.5rem;height:1.3125rem;top:5.3125rem;left:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #viVbPmGRJ27hqQqkbudKcR09HiJ4i6Nk { width:2.5rem;height:2.5rem;top:2.375rem;left:0.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2JbIi00WseFZrWNFAJVlzznl0x0Tqqa { width:11.5625rem;height:7.5rem;top:7.1875rem;left:20.291666666667rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HSqpvM8P9fKPZKuTZyK1vyUCqLTeefqV { width:4.6875rem;height:4.6875rem;top:1.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z63UuZlKzOaWuP7d2FB0o7BdtQ5O9ah4 { width:7.5rem;height:1.3125rem;top:5.3125rem;left:20.291666666667rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sD7lD63OVDn2me9lcZaiomeWVXnXcEZe { width:2.5rem;height:2.5rem;top:2.375rem;left:16.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELNuA3rJ05JFGU0pGSMcCWrMTzSle2MF { width:4.6875rem;height:4.6875rem;top:1.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW9m0Ehv3CK39XhU7vvVSEBDT43TVygB { width:7.5rem;height:1.3125rem;top:5.3125rem;left:36.208333333333rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #da5etGwxsFn07eq0C3eOeH0yFLgDSvIt { width:2.5rem;height:2.5rem;top:2.375rem;left:31.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoqlltNmwI4hPB9IZaocbvSVVMLT9W4T { width:11.5625rem;height:7.5rem;top:7.1875rem;left:20.291666666667rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QUxDimWEVBlb98IOV1i2onuQBmSnxog0 { width:11.5625rem;height:7.5rem;top:7.1875rem;left:20.291666666667rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dHDT1syFkM7yasZdMWVkxJLaUfC1VLSa { top:22.75rem;left:14.3125rem;width:17.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQIzivWNvnE2mr7k8Pqdvfwt7Lk8XXfy { display:block; }
 }@media only screen and (max-width: 763px) { #aK4ScLiTaiuo5I9xmu2dTObnUEdFcwHw { display:block; }#aK4ScLiTaiuo5I9xmu2dTObnUEdFcwHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqWKnOplw7eLbdP3orkiac0pP0aM0s3f { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmUlJTnCxwLCxUq9igp776O51DsgByOr { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA2i75UBqU1AkRnuEKsWrQ2vIMJZeLBk { display:block; }#VA2i75UBqU1AkRnuEKsWrQ2vIMJZeLBk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQPTLhSDDgnfUdWrmcMUPpwBycR3Gp9z { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTbTrN3rgpc02STGH2vwnMguNGbdL3Zt { top:1.125rem;left:12.5rem;width:35.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqTheyF8cPJZPXnCwAdw7wR0K4JE5new { top:1.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W01CTWIraidDGq1B9ASv40Jgn64N0NNW { top:2.0625rem;left:0rem;width:0.375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM9XW5okUsuVcmd6txF8iUmTDIKB96d7 { top:2.125rem;left:6.9375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbrevuPFkwoR8hQHxZax9iFlBK0fsM1D { display:block; }#NbrevuPFkwoR8hQHxZax9iFlBK0fsM1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DF1GyUFOXBZyEvQp7ByJ1748uxXOZ78d { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mty5flXqWTWXFZAuJexE4KfPusCrswBO { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFpCLyE4QH8noswSUq1zeI4BblMSbKZi { top:1.125rem;left:12.5rem;width:35.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccz1B7F6Rxzer9Ge4LK4yC2FqxJIuera { top:1.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS0C40DT4W9EDNT9txMZzRX4d8ESWB41 { top:2.0625rem;left:0rem;width:0.375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNxeIFqDnOoqpyLMwmmLSppfH8rWveA0 { display:block; }#sNxeIFqDnOoqpyLMwmmLSppfH8rWveA0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pi1ZkUdyBWsf3rmR9fVCOCqULJDbx6Tn { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1kT0wrarCiBIPvyKeTlkVwppuB0fMzb { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5HhOXpBh2BzwVCSuHqtT7UvDs2rnFU9 { top:1.125rem;left:12.5rem;width:35.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwvgL09sMKRItAFUqz5lJTp5CgGwmtDR { top:1.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL4pxS9seUnnF3dM5IfubvTh0xS3xuRG { display:block; }#tL4pxS9seUnnF3dM5IfubvTh0xS3xuRG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWtGyPT3IheqzPzPsM1Z3bVJuARkLTWk { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yovbQsFtnO7Ie4gTPIXuz8TpIV3WwZDC { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw6gt8EELrHh2R9Nb3esr9dNL9ArSKUE { top:1.5rem;left:12.5rem;width:35.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2syyXyTDAV56aNJHxmZ5BWCmkEMI3gv { top:1.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0D7KoysD1wSXNHkugEXFuTAl80dbvgG { display:block; }#E0D7KoysD1wSXNHkugEXFuTAl80dbvgG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEX7BFTEHfQLEqD2x48uFXw8VwLxguud { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp0irzobPaT11Lgf0NbDRwwLL6wXPwNL { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPfXEq8NtUqMEc29rf8iQvpAqAAJIeqp { top:1.5rem;left:12.5rem;width:35.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q48NKZgC3FzlTChR94TtekVxJCqhfyU8 { top:1.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ObRDK44WA8oWOac0KdKu4vtWiIvfuT { display:block; }#s6ObRDK44WA8oWOac0KdKu4vtWiIvfuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT350WBxTMci0BaEZcVxgBsLUlgNBlDr { top:0.6875rem;left:18.46875rem;width:17.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLkB79nZD3pJT0FN1B0cENECFzbFuaGE { display:block; }
 }@media only screen and (max-width: 763px) { #rl7qKBIKqVQgrm5RJGi4HLMb0EWPbzr3 { display:block; }#rl7qKBIKqVQgrm5RJGi4HLMb0EWPbzr3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hmnfk66cI4zOtgBfaDlPJqx3b8MrO1bz { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXQPcToqD11xFma1n7Hfc6UTuyU0397i { top:7.5625rem;left:18.34375rem;width:18.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRUpVVNzsHqPTMil5BAVQnMQaH3aTlAL { display:block; }
 }@media only screen and (max-width: 763px) { #IDdGqVuXJF7niM3txknTBMKvE8sAxvSV { display:block; }#IDdGqVuXJF7niM3txknTBMKvE8sAxvSV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrkS8UpvWL48G4tEtAy9r6Ncns6teTNw { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk0LHkPtOV3dKlxM9HPbunV4lSkhFofy { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9KiXz6Fp7KETySgWzz3Cici2kRp4lmO { display:block; }#c9KiXz6Fp7KETySgWzz3Cici2kRp4lmO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRPRNkAi45OGtaTzlMlWEhtJzmWsAapp { width:13.4375rem;height:6rem;top:16.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoTdLO2hFcBfqSa1JPFx4HixLshwsaHV { width:13.4375rem;height:6rem;top:16.4375rem;left:17.791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie81wvQpdu1BG2zZd9RXcyg3wo24Vthg { width:13.4375rem;height:6rem;top:16.4375rem;left:17.791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvN2gvbZ926E4x86tOBHt03V6a4W2VRd { width:13.4375rem;height:6rem;top:16.4375rem;left:33.708333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz6eKco4QegwT9vmLupaWzBavoX8TF81 { width:5rem;height:5rem;top:6.125rem;left:37.333333333333rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qop2fxyQO54qZxsfRvTf01yl6ZkZdKTS { width:5rem;height:5rem;top:6.125rem;left:21.416666666667rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg7UwakLLXWll4FKIsF9KpbdJLEAfspa { width:5rem;height:5rem;top:6.125rem;left:21.416666666667rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs7g2JUNJOIeRfHWgsJWUo6k4lvqcQ75 { width:5rem;height:5rem;top:6.125rem;left:5.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2teEG53oJSFFAV0Q6qTn34KCKelx4zA { width:9.9375rem;height:9.9375rem;top:3.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5tDPzDpDnSi14UtWXouIB6bIzJOMkfp { width:9.9375rem;height:9.9375rem;top:3.625rem;left:18.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEefGPTH05HX0ptO4DEaowKgXr5rQ41s { width:9.9375rem;height:9.9375rem;top:3.625rem;left:18.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrPgkX8e5N2xsSnpDPxPLpcmvSebh2AB { width:9.9375rem;height:9.9375rem;top:3.625rem;left:34.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB { display:block; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2WiNMNMVTkDEv2BWsCelBNT5aQqdgw7 { width:19.9375rem;height:19.9375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHdoqLHIxGV3D75a0Z4yM72URWIlXKo4 { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6kr9Bl60iK5MxcrLRkCEz3RduaSmhm9 { width:12.5rem;height:12.5rem;top:14.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT0S4gpgJgqQFudVF6TsqVaamy4KtVXI { width:19.5625rem;height:12rem;top:12.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqxehmtiAdO9e6hbuu0IWFq9Dn7gRFl7 { width:13.5625rem;height:4.5rem;top:9.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCcQ2pNQri3yobPbaLw2ziFzJtFoOnfH { width:13.5625rem;height:4.5rem;top:9.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK4qmCDxNchp8VU3ArlJJv3AQR8uIPCF { display:block; }#vK4qmCDxNchp8VU3ArlJJv3AQR8uIPCF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z89iTVzIkIh7TnxHy1Cb2hZTUIHeVuLr { width:4.875rem;height:4.875rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE4yo5Q1bLILwAdziFtmaSiL4mWOro1s { width:9.0625rem;height:1.5rem;top:9.125rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrOC7lg7rKwiW7hpQS61PQA70efwlGTJ { width:16.25rem;height:3.75rem;top:1.9375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a91rynWKSGHXNOy4s329nSeS0TETXnt9 { display:block; }
 }@media only screen and (max-width: 763px) { #TCy6PhQCb47hBkMNb54unIMg3NIdlc46 { width:2.5rem;height:2.5rem;top:10.875rem;left:0.1455078125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV { display:flex;width:18rem;height:5.0625rem;top:10.4375rem;left:15.9580078125rem; }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #s3h9p1rXerTaE3fuAvH1VTCHTgiGqr84 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #Hy6hMT7Nq1nN4KhCgcc7k4A2Tylf9unU {  }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #pFOZQcnspIq6TO6euWnN2TpZNTsZIHOT {  }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #if4sMuOtSIFOtReSD18yQ8EaIfiV45Cf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #lTvqfxOILJASr9iWR90RFimVd7uIB7kp {  }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #H28ovdf9G8THkcNZ23RncOMdErHAMUvq {  }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #GxE0aET96UNpeKsTU3cSmwD8ruBcTeAt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #fzM2UU3Tw3cFbwCbBb0Jf8HZLuRCMbKk {  }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #FnoD4TgugaquPsgtDpQ78lNxHDJMtIQx {  }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #v397G4phubxF1KScIyNNMLbS0KDvnoaC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #TTOJLfVCepQDZO4e7GtA7L4SupPkDoWA {  }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #KOQpoMuegQfZEUw5LXyT2xBxJMq48IJS {  }
 }@media only screen and (max-width: 763px) { #Ib47VhDm5ad1KZAdUQKJHtfyNkbTsTzx { display:block; }#Ib47VhDm5ad1KZAdUQKJHtfyNkbTsTzx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBg9EOL5MxTUF4Zn7xWNuzRocgGBBT4p { width:47.75rem;height:3.5625rem;top:2.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuopNTaWpFfNNAisFSgCHvTgy7xF84uP { width:11.5625rem;height:7.5rem;top:7.1875rem;left:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iu6d1BlsgbE4oWTUVCsvKm0cJki5Pp8U { display:block; }#iu6d1BlsgbE4oWTUVCsvKm0cJki5Pp8U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meQuGvn1eut7cM6fn0ySrP9MloDZXnvB { width:19.0625rem;height:2rem;top:2.3125rem;left:2.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6wNBbQuQvv1dLNxazbbiKHTwtM4A8Rk { width:24.3125rem;height:43.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpG7wgDDdCbfGEy77cVwoz8s9K8G4VCV { top:5.5rem;left:2.6875rem;width:18.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meTFBKLEt0gsKBEgIbeQQTLo3kMTmGFq { top:7.8125rem;left:7.8125rem;width:6.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeJPCDv5Rofm68KeBTHO58c29MA8KE7P { display:block; }
 }@media only screen and (max-width: 763px) { #BSR2fAOOcrWeOz1mqRzoykv1c3SN0bBp { width:22.0625rem;height:;top:12.375rem;left:1.8125rem;font-size:1rem;display:block; }#BSR2fAOOcrWeOz1mqRzoykv1c3SN0bBp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #OyxG7aB4PG8VWSi3fpewXm9KHw89uMk8 { width:16.4375rem;height:3.125rem;top:37.8125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb6TJobrJIJ7MI7QegTkwT75yTtnWz9n { display:block; }
 }@media only screen and (max-width: 763px) { #EB0Q4Bb42CNTDcAdsi2WFVmrVveKxzlN { width:23.8125rem;height:52.9375rem;top:0.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtX1fJeLWO69lWg18GpMA5R1atdHiI47 { width:12.5rem;height:2.0625rem;top:2.3125rem;left:30.53125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMCoyqUALZnRuTcuTc58n3JJa5yIPnLu { top:5.5rem;left:27.53125rem;width:18.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA9l0CVoEknZbqAu9r9cLC4koTzQ7DHR { top:7.75rem;left:33.25rem;width:7.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9yQPmHAUk6zFl1TW39AV2MbzhqxKSuL { display:block; }
 }@media only screen and (max-width: 763px) { #BWaG3bfTzCXdeRhTwxAZ6bnLv4hr9uuo { width:21.1875rem;height:;top:12.1875rem;left:25.125rem;font-size:1rem;display:block; }#BWaG3bfTzCXdeRhTwxAZ6bnLv4hr9uuo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #mORwFRvKDFTP8Af4ZFKV6dMZHsMZv04V { width:19.5rem;height:3.5rem;top:46.1875rem;left:26.903648376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlhhBvVeICFglTfINmI1vIDDG89rWTGQ { display:block; }
 }@media only screen and (max-width: 763px) { #N29b8VHDto5xkuykRpBkPiHwxfLGSLIQ { width:20.75rem;height:;top:38.5625rem;left:25.125rem;font-size:1.1875rem;display:block; }#N29b8VHDto5xkuykRpBkPiHwxfLGSLIQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 { display:block; }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCP8xsapeTNiWUPNfDqVT0IKfZiHhTau { width:32.5625rem;height:5.375rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCUAwQfgSEuexNq6VUPWWODLluq1Z3N9 { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2LC1dNb240tQ85bRp53peipntmL4EVI { display:block; }#l2LC1dNb240tQ85bRp53peipntmL4EVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEnV6kLJ7wDobgVT5leloQloonhm3TNu { width:23.25rem;height:19.625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvfnVTUhVkZQfrc5cdQucafEkq0h8IAT { width:11.5625rem;height:7.5rem;top:15.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3oi4CWzTkf9lbwelgfaLheforV8R9Rf { width:6.625rem;height:6.625rem;top:24.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuipcliLTlMHpUWXRp15kcmWCwrfnDV2 { width:11.5625rem;height:3rem;top:26.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz { display:block; }#ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1f0BlzQid87LsplZHMh7RX0WUd2m9gO { width:23.25rem;height:19.625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6tnLcwm5CVAWhTOxibhisHlvfuFzSPp { width:11.5625rem;height:7.5rem;top:15.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWuUNxyyvXb9oTTBSlqdZTaQHJBxwOaM { width:6.625rem;height:6.625rem;top:24.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfmsKJ1Vpm5t0def7soltfX41SUf69hJ { width:11.5625rem;height:3rem;top:26.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDQGSRv9OwAc0ilmI9LthQU5nb925Dbp { width:23.25rem;height:19.625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpf6Dv8VNITrC06sBEAGnJFNS4OvdgEH { width:23.25rem;height:19.625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJEKGXVVSiGXtog9LkAg7PtvKJFLZXGv { width:6.625rem;height:6.625rem;top:24.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF9QIc8iy3uyiC4bdCwpiFgXOEQFzNiW { width:6.625rem;height:6.625rem;top:24.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3niAT1ufOd1kS2i2cJ9O53DwPJt1eFf { width:11.5625rem;height:3rem;top:26.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKAowuQ3buJrRWm8HFu2gsuNfOwku4FG { width:11.5625rem;height:3rem;top:26.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgX3h5Nqt5ZNzueTJi1eDcWxT4MT5E43 { width:11.5625rem;height:7.5rem;top:15.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THakRIgT3VV2zCuWC1RI4ZWKaH22dpXa { width:11.5625rem;height:7.5rem;top:15.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq { display:block; }#uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIEA4MVi9y9hAgH0CJyv92T6DlfDeHpB { width:23.25rem;height:19.625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOpt0dM19wruW2UatDtBw95RSySEnLpr { width:11.5625rem;height:7.5rem;top:15.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psJgyJ7CVOvTKJGvCdIGoXyNcUDMAqeJ { width:23.25rem;height:19.625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opMLl4pBRkHKFvJ7WR06N4tGrWxN7lMu { width:11.5625rem;height:7.5rem;top:15.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D827x89iCos6CrGfWDgNPZZJXDdlIoSz { width:6.625rem;height:6.625rem;top:24.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvu1Ifowz1zunfgTLgT4rXsqI8wKcmna { width:6.625rem;height:6.625rem;top:24.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGmrtF5kMiztcQwuGgSV64RyH0vW5hT0 { width:11.5625rem;height:3rem;top:26.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROOH52tQyscF8BgWLWxVTtQoHTkoEJw7 { width:11.5625rem;height:3rem;top:26.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmFHAvSwNQVDVIVVVTUITroww30tszAp { display:block; }#VmFHAvSwNQVDVIVVVTUITroww30tszAp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cr4oGoQIqfAW5LOnaD5DDR3Erv7bcL09 { width:23.25rem;height:19.625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTgwxDZGB7LInBVTSTthvc0tqoGm5FtL { width:11.5625rem;height:7.5rem;top:15.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO781kvoeiBKsXyq5NMqQhcOIiWmcIE2 { width:6.625rem;height:6.625rem;top:24.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTAokCaeOGTnqBUqTInHENaP97Pfde8 { width:11.5625rem;height:3rem;top:26.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWRVsPoAtdABqAxUwlMghGUhUuwDJ8Tr { width:23.25rem;height:19.625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqCw2H47azm8izQz8XBDKoJZMVAxSAMn { width:23.25rem;height:19.625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvccRO9AdN3bF0rwdWZXoTRuu1e5Bth3 { width:6.625rem;height:6.625rem;top:24.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTz5Eu0wdrOqE6mtOXTLPClZv7BZEyo { width:6.625rem;height:6.625rem;top:24.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA3iwzpkWUftSiSFyT5wGWXgZssOOSR1 { width:11.5625rem;height:3rem;top:26.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #msHvTvkBVJZl67Pi24QDvr1SHKTF8026 { width:11.5625rem;height:3rem;top:26.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLzrRGR2PFE3MFVoXoxlJLG4GoXMe3z { width:11.5625rem;height:7.5rem;top:15.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk5zhac7MT7tzrmahD6Drib5qSEVRfSI { width:11.5625rem;height:7.5rem;top:15.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQt2JhcR1T7842JIplcccOOL1s5g87Ii { top:30.3125rem;left:14.3125rem;width:17.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM2DsNH2Omf6id8DxOcSixFWWeNUFUDD { display:block; }
 }@media only screen and (max-width: 763px) { #M3mlz1Mccnyp6MHeNTpS6uHy8QyTf9Gm { display:block; }#M3mlz1Mccnyp6MHeNTpS6uHy8QyTf9Gm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3tqxQP0EzgCvqF1ucVGslZvd7sL2onk { width:29.4375rem;height:18.3125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVfiFiMdbV4vT0WpWmCMpASH8A8fE3dT { width:29.4375rem;height:18.3125rem;top:3.875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tswyLglcNO87y4WHM0VAJVBNNP669ABW { display:block; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzpg9DT78apQSGAznKcX25JdzMTo9OTa { width:32.5625rem;height:5.375rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWCSg0uXr4hkdZD2qGOMBVSz7m7GiH5M { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne { display:block; }#dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmOQRaAdPQoegu95gNIwHB6AKcS7THpL { width:20.6875rem;height:20.6875rem;top:1.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #etCai58mrhM2U3yB5aaGNtlfTM0P0BRU { width:12.5rem;height:12.5rem;top:12.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp32iu2khXTUQxAsnVP6BGU9UDkwDBus { width:19.5625rem;height:12rem;top:12.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpFPh84UQnget03W71aGAaCEgXbcGIkJ { width:13.5625rem;height:4.5rem;top:9.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpTs8nXT8gI0NhTTFngkqSSHxzC2FDd6 { width:19.5625rem;height:12rem;top:12.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVvU3xA836sOByUTTUO5vim1Hw7fQDSB { width:19.5625rem;height:12rem;top:12.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOs9Nsd0Ooysg1ry155wDLLKsBrqpnWF { width:12.5rem;height:12.5rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH { display:block; }#VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9W2eWZlWJJsS3RfpyxyoCCBvTwWmCtW { width:32.5625rem;height:5.375rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #az5IQhW142bZLV80TBfsTqs6Km3ppKSa { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgwFAfDRCxdCdpTJFIJfqrpLqTIUZ5Gw { display:block; }#lgwFAfDRCxdCdpTJFIJfqrpLqTIUZ5Gw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZEIRgOtiZ1rKnMm6iqZ5T4PikF0UMHp { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2OOa38KBWrriZ10W35q0Sqg6S2e3r7k { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObGUlGaOVt7vRCocbfTqr1Vvx9gR1axv { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVQB3nUvordyhewZdgCI1TXWVxWDWax8 { width:32.5625rem;height:1.3125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JswzNT5TxRkirh5TiG7LMbSopTwi8DOI { top:1.0625rem;left:9.6875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNrP0CrglsnzZAlgzT9475KZGDJMpNot { top:1.0625rem;left:45.46875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvTmC5ZAsIti4bqNcTnodve2U44GXLIa { top:1.0625rem;left:21.625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITsc9DiFEGdXTxZavReS46xcVUyC64TI { top:1.0625rem;left:33.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp { display:block; }#JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHLKxfAM4KDF9WwIeqfTdQGal3LWuiFk { top:0.625rem;left:15.71875rem;width:17.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6McUAhBrTQRsN0eh4EuhGJmy45ArIGZ { display:block; }
 }@media only screen and (max-width: 763px) { #tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy { display:block; }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xf2OgP8n0VP5DcIylTZilN2Qby22Lnsv { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8VDvXcSZ5ebEHCfK6WcHf6zge1WMDUn { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzCgWGwd6JLw3EZp5lM7Ui8Rz6TAzvMU { display:block; }#PzCgWGwd6JLw3EZp5lM7Ui8Rz6TAzvMU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnxmByyMMhTMpA4Ax10F0VsWazUv20ur { width:30.0625rem;height:1.125rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5bSHiCmR0kWFfQo7EXT7deWoVLWAOSt { width:8.875rem;height:1.625rem;top:2.25rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB54SNQTxhfHlUcZF4FdGi3ppItRTUHP { display:block; }
 }@media only screen and (max-width: 763px) { #d8X60Q7MbBmu1Fo7QxpnDQIJxtagJ5ml { width:8.8125rem;height:1.625rem;top:2.25rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNG5rZCaL9hEugE5kgsuEzmsw9M3t0OF { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b1po0ITDxceQDH2kvOb9ygBubwyl4NeT { display:block; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { width:20rem;height:82.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqx3Z6FctqlvLATSWKoPdrdrHD0Gg3Bn { width:20rem;height:28.37025rem;top:49.067928552627rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc2sg4JlIvuB0ymiWI7stCuEuElANUo0 { width:10.6875rem;height:10.6875rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqd86LuHrr8TLqasC8PH8GQCTB2foA65 { width:20rem;height:20.474125rem;top:13.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzK1vrVZ0ShQcTuTdHA9DOXfNfzg1hc0 { width:20rem;height:9.75rem;top:34.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDnTGiglFNzhzseyhiMJNgvWdCu8de79 { top:77.370125rem;left:1.25rem;width:17.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5paF4mJIctqnE33tQJn3a0Lc5B0Tife { display:block; }
 }@media only screen and (max-width: 763px) { #DaEfGKp3P1p5mcQJoyp2RzIi83uGaiFK { display:block; }#DaEfGKp3P1p5mcQJoyp2RzIi83uGaiFK > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZX1JV1aWbieF02gZo7edZqB2aFurx0i { width:18.75rem;height:4.94921875rem;top:3.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvbZxpoRppk703H1NZku8dP7e0zhKSqE { width:18.75rem;height:3.59911875rem;top:9.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLotH7P8i2Tl6acUIaDASpqMkMIhTN3w { display:block; }#SLotH7P8i2Tl6acUIaDASpqMkMIhTN3w > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pc0TO2z4izTQdbraTT7rLSCByPVq51pV { width:13.875rem;height:10.6875rem;top:10.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEkd956hGXxWzTnTuNp538SA0DQa2NKr { width:16rem;height:2.3994125rem;top:5.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp8aacl0TaPuKtpBJQmra1pz15rT5b5Z { width:18.75rem;height:3.75rem;top:1.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeWqpuuFbFhGrPDHtGm1UxZhDaSA7SI3 { width:11.125rem;height:1.3496125rem;top:24.904296875rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GME5ANVG6IrL3oUlOoeHcMUmpFi4fu3h { width:20rem;height:5.625rem;top:28.685546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVFXTU85QVOvMWoL6IM4qJykRCFkOQWF { width:14.375rem;height:2.69921875rem;top:38.810546875rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdQy8TKFe6xX19c4Vl0lPzlKHqOqyJyV { width:3rem;height:3rem;top:38.623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzUwXxTPSPJXAHTcz3KuVOr8GT16PpBS { width:20rem;height:4.5rem;top:43.185546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqZl7BnLCUJXXW0cEkbElyetBUyoxZer { width:3rem;height:3rem;top:50.060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2MIEwceGpWA5in9VttNZ8XLAGvP7Kak { width:9.25rem;height:2.69921875rem;top:50.248046875rem;left:4rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHKAGEHbAETzZGLzf9lhlm8Z8ghDBMbV { width:20rem;height:6.75rem;top:54.498046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5exRSynCORvbmUTmu0aBAR7WiI7dx7f { width:2.9375rem;height:2.9375rem;top:62.414307128906rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ { display:block; }#ONzQZDgtB0RZd5yt3tEigpVcE96EU7CQ > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCTyq47sJSWAQC80fTIZZWCrd6HLb4Ie { width:18.75rem;height:6.75rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8ELCql8sBTJygyhOhcFNuOw2DR0gQZF { width:18.75rem;height:6.75rem;top:9.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cUpciiv2OiJO3LycbiqnUH2OeZvMrONf { display:block; }#cUpciiv2OiJO3LycbiqnUH2OeZvMrONf > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eT6KK55IRlS17UoHTwxP30Wx53B0ttnB { width:4.6875rem;height:4.6875rem;top:0.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzbMNFRG6aw1PtM26ttCbKidg7nhAov7 { width:17.5rem;height:1.5rem;top:6.25rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #viVbPmGRJ27hqQqkbudKcR09HiJ4i6Nk { width:2.5rem;height:2.5rem;top:1.9375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2JbIi00WseFZrWNFAJVlzznl0x0Tqqa { width:17.5rem;height:6.2988125rem;top:24.468750953674rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSqpvM8P9fKPZKuTZyK1vyUCqLTeefqV { width:4.6875rem;height:4.6875rem;top:15.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z63UuZlKzOaWuP7d2FB0o7BdtQ5O9ah4 { width:17.5rem;height:1.5rem;top:21.3125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sD7lD63OVDn2me9lcZaiomeWVXnXcEZe { width:2.5rem;height:2.5rem;top:16.75rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELNuA3rJ05JFGU0pGSMcCWrMTzSle2MF { width:4.6875rem;height:4.6875rem;top:31.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW9m0Ehv3CK39XhU7vvVSEBDT43TVygB { width:17.5rem;height:3rem;top:36.750000953674rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #da5etGwxsFn07eq0C3eOeH0yFLgDSvIt { width:2.5rem;height:2.5rem;top:32.5rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoqlltNmwI4hPB9IZaocbvSVVMLT9W4T { width:18.4375rem;height:7.348625rem;top:41.187500953674rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUxDimWEVBlb98IOV1i2onuQBmSnxog0 { width:18.4375rem;height:7.348625rem;top:7.75rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHDT1syFkM7yasZdMWVkxJLaUfC1VLSa { top:49.500002861023rem;left:1.39453125rem;width:17.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQIzivWNvnE2mr7k8Pqdvfwt7Lk8XXfy { display:block; }
 }@media only screen and (max-width: 763px) { #aK4ScLiTaiuo5I9xmu2dTObnUEdFcwHw { display:block; }#aK4ScLiTaiuo5I9xmu2dTObnUEdFcwHw > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqWKnOplw7eLbdP3orkiac0pP0aM0s3f { width:18.75rem;height:7.4238125rem;top:1.4366245269776rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmUlJTnCxwLCxUq9igp776O51DsgByOr { width:18.75rem;height:9rem;top:9.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA2i75UBqU1AkRnuEKsWrQ2vIMJZeLBk { display:block; }#VA2i75UBqU1AkRnuEKsWrQ2vIMJZeLBk > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQPTLhSDDgnfUdWrmcMUPpwBycR3Gp9z { width:9.25rem;height:1.3496125rem;top:1.568359375rem;left:4.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qTbTrN3rgpc02STGH2vwnMguNGbdL3Zt { width:14.5rem;height:6.499rem;top:7.125rem;left:4.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqTheyF8cPJZPXnCwAdw7wR0K4JE5new { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W01CTWIraidDGq1B9ASv40Jgn64N0NNW { width:0.375rem;height:43.75rem;top:26.5rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hM9XW5okUsuVcmd6txF8iUmTDIKB96d7 { width:12.5rem;height:1.4624rem;top:3.162109375rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbrevuPFkwoR8hQHxZax9iFlBK0fsM1D { display:block; }#NbrevuPFkwoR8hQHxZax9iFlBK0fsM1D > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DF1GyUFOXBZyEvQp7ByJ1748uxXOZ78d { width:11.75rem;height:1.3496125rem;top:1.568359375rem;left:4.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mty5flXqWTWXFZAuJexE4KfPusCrswBO { width:5.8125rem;height:1.3496125rem;top:3.79296875rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFpCLyE4QH8noswSUq1zeI4BblMSbKZi { width:15.625rem;height:5.199225rem;top:6.91796875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccz1B7F6Rxzer9Ge4LK4yC2FqxJIuera { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS0C40DT4W9EDNT9txMZzRX4d8ESWB41 { width:0.375rem;height:16.6875rem;top:2.0625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNxeIFqDnOoqpyLMwmmLSppfH8rWveA0 { display:block; }#sNxeIFqDnOoqpyLMwmmLSppfH8rWveA0 > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pi1ZkUdyBWsf3rmR9fVCOCqULJDbx6Tn { width:10rem;height:1.3496125rem;top:1.568359375rem;left:4.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v1kT0wrarCiBIPvyKeTlkVwppuB0fMzb { width:5.8125rem;height:1.3496125rem;top:3.9375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5HhOXpBh2BzwVCSuHqtT7UvDs2rnFU9 { width:15.75rem;height:5.199225rem;top:7.875rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwvgL09sMKRItAFUqz5lJTp5CgGwmtDR { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL4pxS9seUnnF3dM5IfubvTh0xS3xuRG { display:block; }#tL4pxS9seUnnF3dM5IfubvTh0xS3xuRG > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWtGyPT3IheqzPzPsM1Z3bVJuARkLTWk { width:7.1875rem;height:1.3496125rem;top:1.568359375rem;left:4.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yovbQsFtnO7Ie4gTPIXuz8TpIV3WwZDC { width:5.8125rem;height:2.69921875rem;top:4.068359375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw6gt8EELrHh2R9Nb3esr9dNL9ArSKUE { width:15.6875rem;height:5.199225rem;top:8.23046875rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2syyXyTDAV56aNJHxmZ5BWCmkEMI3gv { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0D7KoysD1wSXNHkugEXFuTAl80dbvgG { display:block; }#E0D7KoysD1wSXNHkugEXFuTAl80dbvgG > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEX7BFTEHfQLEqD2x48uFXw8VwLxguud { width:10.4375rem;height:1.3496125rem;top:1.568359375rem;left:4.03125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cp0irzobPaT11Lgf0NbDRwwLL6wXPwNL { width:5.8125rem;height:1.3496125rem;top:3.79296875rem;left:4.03125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPfXEq8NtUqMEc29rf8iQvpAqAAJIeqp { width:15.9375rem;height:3.89941875rem;top:8.099609375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q48NKZgC3FzlTChR94TtekVxJCqhfyU8 { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ObRDK44WA8oWOac0KdKu4vtWiIvfuT { display:block; }#s6ObRDK44WA8oWOac0KdKu4vtWiIvfuT > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT350WBxTMci0BaEZcVxgBsLUlgNBlDr { top:1.25rem;left:1.25rem;width:17.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLkB79nZD3pJT0FN1B0cENECFzbFuaGE { display:block; }
 }@media only screen and (max-width: 763px) { #rl7qKBIKqVQgrm5RJGi4HLMb0EWPbzr3 { display:none; }#rl7qKBIKqVQgrm5RJGi4HLMb0EWPbzr3 > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hmnfk66cI4zOtgBfaDlPJqx3b8MrO1bz { width:18.75rem;height:0;top:2.9999847412109rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXQPcToqD11xFma1n7Hfc6UTuyU0397i { top:10.0625rem;left:0.84375rem;width:18.3125rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRUpVVNzsHqPTMil5BAVQnMQaH3aTlAL { display:block; }
 }@media only screen and (max-width: 763px) { #IDdGqVuXJF7niM3txknTBMKvE8sAxvSV { display:block; }#IDdGqVuXJF7niM3txknTBMKvE8sAxvSV > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrkS8UpvWL48G4tEtAy9r6Ncns6teTNw { width:18.75rem;height:5.3994125rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk0LHkPtOV3dKlxM9HPbunV4lSkhFofy { width:18.75rem;height:3.59911875rem;top:6.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9KiXz6Fp7KETySgWzz3Cici2kRp4lmO { display:block; }#c9KiXz6Fp7KETySgWzz3Cici2kRp4lmO > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRPRNkAi45OGtaTzlMlWEhtJzmWsAapp { width:14.375rem;height:5.625rem;top:8.9375004768369rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoTdLO2hFcBfqSa1JPFx4HixLshwsaHV { width:14.375rem;height:5.625rem;top:39.540365219116rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie81wvQpdu1BG2zZd9RXcyg3wo24Vthg { width:14.375rem;height:5.625rem;top:25.270824432373rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvN2gvbZ926E4x86tOBHt03V6a4W2VRd { width:14.375rem;height:6.75rem;top:53.9375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz6eKco4QegwT9vmLupaWzBavoX8TF81 { width:3.75rem;height:3.75rem;top:48.248699188233rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qop2fxyQO54qZxsfRvTf01yl6ZkZdKTS { width:3.75rem;height:3.75rem;top:33.312501907349rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg7UwakLLXWll4FKIsF9KpbdJLEAfspa { width:3.75rem;height:3.75rem;top:19.062500476837rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs7g2JUNJOIeRfHWgsJWUo6k4lvqcQ75 { width:3.75rem;height:3.75rem;top:3rem;left:8.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2teEG53oJSFFAV0Q6qTn34KCKelx4zA { width:7.5rem;height:7.5rem;top:0.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5tDPzDpDnSi14UtWXouIB6bIzJOMkfp { width:7.5rem;height:7.5rem;top:16.666666507721rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEefGPTH05HX0ptO4DEaowKgXr5rQ41s { width:7.5rem;height:7.5rem;top:31.437501907349rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrPgkX8e5N2xsSnpDPxPLpcmvSebh2AB { width:7.5rem;height:7.5rem;top:45.623699188233rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB { display:block; }#P6xVamsWSQDFCbyvqeiWvvbZaToPx2wB > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2WiNMNMVTkDEv2BWsCelBNT5aQqdgw7 { width:12.5rem;height:12.5rem;top:1.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHdoqLHIxGV3D75a0Z4yM72URWIlXKo4 { width:6.25rem;height:6.25rem;top:0rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6kr9Bl60iK5MxcrLRkCEz3RduaSmhm9 { width:6.25rem;height:6.25rem;top:9.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT0S4gpgJgqQFudVF6TsqVaamy4KtVXI { width:18.75rem;height:22.3095875rem;top:23.75rem;left:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TqxehmtiAdO9e6hbuu0IWFq9Dn7gRFl7 { width:20rem;height:2.0996125rem;top:17.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCcQ2pNQri3yobPbaLw2ziFzJtFoOnfH { width:20rem;height:2.0996125rem;top:20.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vK4qmCDxNchp8VU3ArlJJv3AQR8uIPCF { display:block; }#vK4qmCDxNchp8VU3ArlJJv3AQR8uIPCF > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z89iTVzIkIh7TnxHy1Cb2hZTUIHeVuLr { width:4.875rem;height:4.875rem;top:5.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE4yo5Q1bLILwAdziFtmaSiL4mWOro1s { width:19.5rem;height:3.2998rem;top:11.4072265625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrOC7lg7rKwiW7hpQS61PQA70efwlGTJ { width:17.5rem;height:3.75rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a91rynWKSGHXNOy4s329nSeS0TETXnt9 { display:block; }
 }@media only screen and (max-width: 763px) { #TCy6PhQCb47hBkMNb54unIMg3NIdlc46 { width:2.5rem;height:2.5rem;top:7.0625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#WW75wZenJEHMTZEnyn7etK14lXwCXGRV { display:flex;width:18rem;height:5.0625rem;top:16.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #s3h9p1rXerTaE3fuAvH1VTCHTgiGqr84 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #Hy6hMT7Nq1nN4KhCgcc7k4A2Tylf9unU {  }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #pFOZQcnspIq6TO6euWnN2TpZNTsZIHOT {  }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #if4sMuOtSIFOtReSD18yQ8EaIfiV45Cf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #lTvqfxOILJASr9iWR90RFimVd7uIB7kp {  }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #H28ovdf9G8THkcNZ23RncOMdErHAMUvq {  }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #GxE0aET96UNpeKsTU3cSmwD8ruBcTeAt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #fzM2UU3Tw3cFbwCbBb0Jf8HZLuRCMbKk {  }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #FnoD4TgugaquPsgtDpQ78lNxHDJMtIQx {  }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #v397G4phubxF1KScIyNNMLbS0KDvnoaC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #TTOJLfVCepQDZO4e7GtA7L4SupPkDoWA {  }
 }@media only screen and (max-width: 763px) { #WW75wZenJEHMTZEnyn7etK14lXwCXGRV #KOQpoMuegQfZEUw5LXyT2xBxJMq48IJS {  }
 }@media only screen and (max-width: 763px) { #Ib47VhDm5ad1KZAdUQKJHtfyNkbTsTzx { display:block; }#Ib47VhDm5ad1KZAdUQKJHtfyNkbTsTzx > .row .container { width:20rem;height:53.5278125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBg9EOL5MxTUF4Zn7xWNuzRocgGBBT4p { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuopNTaWpFfNNAisFSgCHvTgy7xF84uP { width:20rem;height:48.99659375rem;top:4.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu6d1BlsgbE4oWTUVCsvKm0cJki5Pp8U { display:block; }#iu6d1BlsgbE4oWTUVCsvKm0cJki5Pp8U > .row .container { width:20rem;height:107rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meQuGvn1eut7cM6fn0ySrP9MloDZXnvB { width:12.5rem;height:2.03125rem;top:3.4375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6wNBbQuQvv1dLNxazbbiKHTwtM4A8Rk { width:20rem;height:47.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpG7wgDDdCbfGEy77cVwoz8s9K8G4VCV { width:18.5rem;height:1.3808625rem;top:6.4384765625rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meTFBKLEt0gsKBEgIbeQQTLo3kMTmGFq { top:8.7509765625rem;left:6.53125rem;width:6.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeJPCDv5Rofm68KeBTHO58c29MA8KE7P { display:block; }
 }@media only screen and (max-width: 763px) { #BSR2fAOOcrWeOz1mqRzoykv1c3SN0bBp { width:18.25rem;height:24.9970625rem;top:13.78125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#BSR2fAOOcrWeOz1mqRzoykv1c3SN0bBp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #OyxG7aB4PG8VWSi3fpewXm9KHw89uMk8 { width:15rem;height:3.125rem;top:41.249965667724rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb6TJobrJIJ7MI7QegTkwT75yTtnWz9n { display:block; }
 }@media only screen and (max-width: 763px) { #EB0Q4Bb42CNTDcAdsi2WFVmrVveKxzlN { width:20rem;height:55.75rem;top:51.125213623047rem;left:0.18663197755814rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #DtX1fJeLWO69lWg18GpMA5R1atdHiI47 { width:12.5rem;height:2.11230625rem;top:53.0009765625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMCoyqUALZnRuTcuTc58n3JJa5yIPnLu { width:19.9375rem;height:1.3808625rem;top:56.562501907349rem;left:-0.00043386220932007rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA9l0CVoEknZbqAu9r9cLC4koTzQ7DHR { top:59.3759765625rem;left:6.46875rem;width:7.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9yQPmHAUk6zFl1TW39AV2MbzhqxKSuL { display:block; }
 }@media only screen and (max-width: 763px) { #BWaG3bfTzCXdeRhTwxAZ6bnLv4hr9uuo { width:19.0625rem;height:24.9970625rem;top:64.5322265625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#BWaG3bfTzCXdeRhTwxAZ6bnLv4hr9uuo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #mORwFRvKDFTP8Af4ZFKV6dMZHsMZv04V { width:14.752625rem;height:2.87760625rem;top:101.12891387939rem;left:2.6223959922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlhhBvVeICFglTfINmI1vIDDG89rWTGQ { display:block; }
 }@media only screen and (max-width: 763px) { #N29b8VHDto5xkuykRpBkPiHwxfLGSLIQ { width:19.2486875rem;height:2.76171875rem;top:92.337245941162rem;left:0.7526042461395rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#N29b8VHDto5xkuykRpBkPiHwxfLGSLIQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 { display:block; }#XFTkUwEafuzmlDixZqbkOBwo0bC3O3t1 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCP8xsapeTNiWUPNfDqVT0IKfZiHhTau { width:18.75rem;height:5.3994125rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCUAwQfgSEuexNq6VUPWWODLluq1Z3N9 { width:20rem;height:1.7246125rem;top:9.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l2LC1dNb240tQ85bRp53peipntmL4EVI { display:block; }#l2LC1dNb240tQ85bRp53peipntmL4EVI > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEnV6kLJ7wDobgVT5leloQloonhm3TNu { width:20rem;height:41rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvfnVTUhVkZQfrc5cdQucafEkq0h8IAT { width:20rem;height:30.375rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3oi4CWzTkf9lbwelgfaLheforV8R9Rf { width:6.625rem;height:6.625rem;top:34.6875rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuipcliLTlMHpUWXRp15kcmWCwrfnDV2 { width:7.5625rem;height:1.949225rem;top:37.0625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz { display:block; }#ztxWLqAWDS78LIQLqZzvxPXy3zhkCCcz > .row .container { width:20rem;height:87.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1f0BlzQid87LsplZHMh7RX0WUd2m9gO { width:20rem;height:22.8125rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6tnLcwm5CVAWhTOxibhisHlvfuFzSPp { width:16.25rem;height:11.25rem;top:6.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWuUNxyyvXb9oTTBSlqdZTaQHJBxwOaM { width:6.625rem;height:6.625rem;top:18.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfmsKJ1Vpm5t0def7soltfX41SUf69hJ { width:11.75rem;height:2.9238375rem;top:21.0625rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDQGSRv9OwAc0ilmI9LthQU5nb925Dbp { width:19.8125rem;height:27.375rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpf6Dv8VNITrC06sBEAGnJFNS4OvdgEH { width:18rem;height:21.6875rem;top:62.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJEKGXVVSiGXtog9LkAg7PtvKJFLZXGv { width:6.625rem;height:6.625rem;top:46.5rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF9QIc8iy3uyiC4bdCwpiFgXOEQFzNiW { width:6.625rem;height:6.625rem;top:75.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3niAT1ufOd1kS2i2cJ9O53DwPJt1eFf { width:9.25rem;height:2.9238375rem;top:48.40625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKAowuQ3buJrRWm8HFu2gsuNfOwku4FG { width:7.5625rem;height:2.9238375rem;top:77.78125rem;left:3rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgX3h5Nqt5ZNzueTJi1eDcWxT4MT5E43 { width:15.8125rem;height:13.5rem;top:31.75rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THakRIgT3VV2zCuWC1RI4ZWKaH22dpXa { width:15.8125rem;height:11.25rem;top:63.25rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq { display:block; }#uvwbTqmJQ3KT5ETdNR2eEv1xlHx9qcAq > .row .container { width:20rem;height:77.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIEA4MVi9y9hAgH0CJyv92T6DlfDeHpB { width:20rem;height:34.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOpt0dM19wruW2UatDtBw95RSySEnLpr { width:20rem;height:24.75rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #psJgyJ7CVOvTKJGvCdIGoXyNcUDMAqeJ { width:20rem;height:36.5625rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opMLl4pBRkHKFvJ7WR06N4tGrWxN7lMu { width:20rem;height:25.875rem;top:41.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D827x89iCos6CrGfWDgNPZZJXDdlIoSz { width:6.625rem;height:6.625rem;top:27.4375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvu1Ifowz1zunfgTLgT4rXsqI8wKcmna { width:6.625rem;height:6.625rem;top:68.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGmrtF5kMiztcQwuGgSV64RyH0vW5hT0 { width:7.5625rem;height:1.949225rem;top:30.34375rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROOH52tQyscF8BgWLWxVTtQoHTkoEJw7 { width:10.5625rem;height:1.949225rem;top:70.5rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmFHAvSwNQVDVIVVVTUITroww30tszAp { display:block; }#VmFHAvSwNQVDVIVVVTUITroww30tszAp > .row .container { width:20rem;height:105rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cr4oGoQIqfAW5LOnaD5DDR3Erv7bcL09 { width:20rem;height:26.1875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTgwxDZGB7LInBVTSTthvc0tqoGm5FtL { width:16.25rem;height:15.75rem;top:6.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO781kvoeiBKsXyq5NMqQhcOIiWmcIE2 { width:6.625rem;height:6.625rem;top:22.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTAokCaeOGTnqBUqTInHENaP97Pfde8 { width:11.75rem;height:0.9746125rem;top:25.78125rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWRVsPoAtdABqAxUwlMghGUhUuwDJ8Tr { width:18rem;height:27.375rem;top:34.46875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqCw2H47azm8izQz8XBDKoJZMVAxSAMn { width:18rem;height:27.375rem;top:69.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvccRO9AdN3bF0rwdWZXoTRuu1e5Bth3 { width:6.625rem;height:6.625rem;top:53.375rem;left:10.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTz5Eu0wdrOqE6mtOXTLPClZv7BZEyo { width:6.625rem;height:6.625rem;top:87.75rem;left:10.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA3iwzpkWUftSiSFyT5wGWXgZssOOSR1 { width:7.5625rem;height:2.9238375rem;top:55.28125rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msHvTvkBVJZl67Pi24QDvr1SHKTF8026 { width:7.5625rem;height:1.94921875rem;top:90.125rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLzrRGR2PFE3MFVoXoxlJLG4GoXMe3z { width:15.5rem;height:16.875rem;top:35.3125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk5zhac7MT7tzrmahD6Drib5qSEVRfSI { width:15.8125rem;height:14.625rem;top:70.4375rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQt2JhcR1T7842JIplcccOOL1s5g87Ii { top:99.1875rem;left:1.28125rem;width:17.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM2DsNH2Omf6id8DxOcSixFWWeNUFUDD { display:block; }
 }@media only screen and (max-width: 763px) { #M3mlz1Mccnyp6MHeNTpS6uHy8QyTf9Gm { display:block; }#M3mlz1Mccnyp6MHeNTpS6uHy8QyTf9Gm > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3tqxQP0EzgCvqF1ucVGslZvd7sL2onk { width:20rem;height:10.994764397906rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVfiFiMdbV4vT0WpWmCMpASH8A8fE3dT { width:20rem;height:12.441613588111rem;top:13.494125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tswyLglcNO87y4WHM0VAJVBNNP669ABW { display:block; }#tswyLglcNO87y4WHM0VAJVBNNP669ABW > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzpg9DT78apQSGAznKcX25JdzMTo9OTa { width:18.75rem;height:2.4746125rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWCSg0uXr4hkdZD2qGOMBVSz7m7GiH5M { width:20rem;height:1.7246125rem;top:7rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne { display:block; }#dWTI3SkmZmhcGuHCvkm6fpU1eXqLXHne > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmOQRaAdPQoegu95gNIwHB6AKcS7THpL { width:12.5rem;height:12.5rem;top:1.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etCai58mrhM2U3yB5aaGNtlfTM0P0BRU { width:6.25rem;height:6.25rem;top:9.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp32iu2khXTUQxAsnVP6BGU9UDkwDBus { width:18.75rem;height:10.5rem;top:24.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpFPh84UQnget03W71aGAaCEgXbcGIkJ { width:20rem;height:2.0996125rem;top:17.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpTs8nXT8gI0NhTTFngkqSSHxzC2FDd6 { width:20rem;height:1.2246125rem;top:20.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVvU3xA836sOByUTTUO5vim1Hw7fQDSB { width:20rem;height:13.125rem;top:35.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOs9Nsd0Ooysg1ry155wDLLKsBrqpnWF { width:6.25rem;height:6.25rem;top:0rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH { display:block; }#VO79t0BOrC2HzNw0uMbktuGl0GSAXHxH > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9W2eWZlWJJsS3RfpyxyoCCBvTwWmCtW { width:17.5625rem;height:4.94921875rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #az5IQhW142bZLV80TBfsTqs6Km3ppKSa { width:20rem;height:2.69921875rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgwFAfDRCxdCdpTJFIJfqrpLqTIUZ5Gw { display:block; }#lgwFAfDRCxdCdpTJFIJfqrpLqTIUZ5Gw > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZEIRgOtiZ1rKnMm6iqZ5T4PikF0UMHp { width:13rem;height:10.19925rem;top:4.75rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2OOa38KBWrriZ10W35q0Sqg6S2e3r7k { width:13rem;height:17.848625rem;top:19.5rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObGUlGaOVt7vRCocbfTqr1Vvx9gR1axv { width:13rem;height:15.2988625rem;top:41.75rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVQB3nUvordyhewZdgCI1TXWVxWDWax8 { width:13rem;height:14.0239375rem;top:61.5rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JswzNT5TxRkirh5TiG7LMbSopTwi8DOI { width:2.25rem;height:2.25rem;top:1.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNrP0CrglsnzZAlgzT9475KZGDJMpNot { width:2.25rem;height:2.25rem;top:58rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvTmC5ZAsIti4bqNcTnodve2U44GXLIa { width:2.25rem;height:2.25rem;top:16rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITsc9DiFEGdXTxZavReS46xcVUyC64TI { width:2.25rem;height:2.25rem;top:38.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp { display:block; }#JU9fMc548ZVSTSbJIfUu3xnEqE1LGKvp > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHLKxfAM4KDF9WwIeqfTdQGal3LWuiFk { top:1.25rem;left:1.25rem;width:17.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6McUAhBrTQRsN0eh4EuhGJmy45ArIGZ { display:block; }
 }@media only screen and (max-width: 763px) { #tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy { background-color:#3f035f;background-image:none;display:block; }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row .container { background-color: transparent; background-image: none; }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row .container > .video-iframe-container { display: none; }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row > .video-iframe-container { display: none; }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .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); }#tzEFZeqlSPLqDAdRtgQSIhCsMNVCi6Oy > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xf2OgP8n0VP5DcIylTZilN2Qby22Lnsv { width:16.25rem;height:10.7988125rem;top:3.125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:2.25rem;z-index:99999;color:#fffafa;display:block; }
 }@media only screen and (max-width: 763px) { #e8VDvXcSZ5ebEHCfK6WcHf6zge1WMDUn { width:20rem;height:4.79980625rem;top:15.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #PzCgWGwd6JLw3EZp5lM7Ui8Rz6TAzvMU { display:block; }#PzCgWGwd6JLw3EZp5lM7Ui8Rz6TAzvMU > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnxmByyMMhTMpA4Ax10F0VsWazUv20ur { width:20rem;height:2.2744125rem;top:1.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5bSHiCmR0kWFfQo7EXT7deWoVLWAOSt { width:8.875rem;height:1.625rem;top:5.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB54SNQTxhfHlUcZF4FdGi3ppItRTUHP { display:block; }
 }@media only screen and (max-width: 763px) { #d8X60Q7MbBmu1Fo7QxpnDQIJxtagJ5ml { width:7.125rem;height:1.625rem;top:5.4375rem;left:11.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QNG5rZCaL9hEugE5kgsuEzmsw9M3t0OF { display:block; }
 }