.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(87deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(87deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(87deg, #ffffff, #ffffff);background-image: -o-linear-gradient(87deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(87deg, #ffffff, #ffffff);background-size:cover !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #1a2025;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#TmCZUtbWezIy8fcIEkUriN7pEU02ABqa { background-color:#1a2025;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#f2dc6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.1875rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.09375rem;left:62.8115234375rem;display:block; }
#ZHQoSF1S4AgL6bGPkpsM64b9nWKBW87W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#g30e3d6VXSfTracAQBJ8VgBJJtZT1Tok { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#1a2025;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37425rem;height:4.375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0rem;left:50.43701171875rem;display:block; }
#b8nnGgXQTb5fnP1754fWNr9b2ivbqucJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/fiaT0tfW/Ebooks_Shop_BG.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6.adaptive-delivery-prevent-bg, #LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6.lazyload, #LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6.lazyloading { background-image: none; }#LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6 > .row .container { background-color: transparent; background-image: none; }#LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d3d6df; }#LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6 > .row .container > .video-iframe-container { display: none; }#LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d3d6df; }#LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6 > .row > .video-iframe-container { display: none; }#LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6 > .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); }#LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6 > .row .container { border-width: 0; border-radius: 0; }#LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6 > .row .container { font-size:0.875rem;font-family:"open sans";height:50.625rem;width:75rem;overflow:visible;position:relative;display:block; }#mu0W5B7pQ9nrrotTXNm3zHyuNETxSUyA { color:#1a2025;display:block;width:21.5rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:9.375rem;left:43.125rem;height:5.03645625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dzETXaHbTMoQQgUlJPV69lUgdSdX3w2U { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:10.4375rem;top:8.09375rem;left:41.875rem;overflow:hidden;display:block; }
#ufJszHl97APBZU9vcTQyptIsQahmyBSB { color:#3a3f55;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:12.3125rem;left:49.5rem;height:3.0859375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IIHLycJVcba5ACzyIKzeTq5vowwny9Qk { color:rgba(58,63,85,0.7);display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:16.934814453125rem;left:41.875rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#drMdL1rsZuQbldW0qvqPbWJdmqetbKU8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.43725rem;width:28.8745rem;top:27.322998046875rem;left:14.32861328125rem;overflow:hidden;display:block; }
#IcXMpGTSCJBFW0T3GkgHTJMvEqAwVU1S { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.49975rem;width:26.9995rem;top:3.18359375rem;left:7.110595703125rem;overflow:hidden;display:block; }
#h7FUhqTAp8tfL2dDJFKc7NN4BPgB8E0n { background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #1a2025;border-left:0.1875rem solid #1a2025;border-right:0.1875rem solid #1a2025;border-bottom:0.1875rem solid #1a2025;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-sizing:border-box;color:#061733;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.37425rem;height:4.12475625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:23.2763671875rem;left:41.875rem;display:block; }
#w6LXMm2MQdk4eUIuH4x5ELbr5gn654Ja { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O2Eq37cTZTCrkfulCLlQ4FXLrggunKuq { position:absolute;display:block;z-index:100031;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:5.1875rem;width:21.375rem;top:36.75rem;left:15.0625rem;display:block; }
#ccphXp9XJS64vT0I3UIeLxDSOh6M46zE { color:#353535;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100033;line-height:1.4;letter-spacing:0;top:37.5rem;left:18.1875rem;height:2.1875rem;font-style:normal;display:block; }
#ZWSo8I2yTli2Q8NhO8pLq1b5feFadd6v { color:#111111;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100034;line-height:1.4;letter-spacing:0;top:39.625rem;left:21.625rem;height:1.3997375rem;font-style:normal;display:block; }
#tZETOyOkXppyDdALPG9Wv3Lmzrhi6el5 { position:absolute;display:block;z-index:100027;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:5rem;width:21.93725rem;top:40.3125rem;left:1.25rem;display:block; }
#vfUzb1NBhhb5pWn4U2fahQPrM5DSFGte { color:#353535;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100028;line-height:1.4;letter-spacing:0;top:40.9375rem;left:4.875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FzVSEr9ryfbz3qBb08KU4PNPwCt6pHKp { color:#111111;display:block;width:23.4375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:100029;line-height:1.4;letter-spacing:0;top:42.875rem;left:2.875rem;height:1.13671875rem;font-style:normal;display:block; }
#ea8r1IKT0F5tOVsGh0SPwTP72pesbSNg { position:absolute;display:block;z-index:100031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.8745125rem;width:3.8745125rem;top:34.6875rem;left:31.875rem;display:block; }
#SJGtR07TuZufyTbeacx0HZ52mt7aksuX { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.93725625rem;width:1.9995125rem;top:35.6875rem;left:32.8125rem;overflow:hidden;display:block; }
#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e306b;background-image:none;position:relative;display:block; }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .row .container { background-color: transparent; background-image: none; }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .row .container > .video-iframe-container { display: none; }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .row > .video-iframe-container { display: none; }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .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); }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .row .container { border-width: 0; border-radius: 0; }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#HzH6RsAXTqINKgvyPDO4CTC9Zv2kTFBa { color:#322c60;display:block;width:55rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:4.361722946167rem;left:10rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhMElANknnXQQVdmnOe6TO4I8VbyBMfS { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:url("https://images.assets-landingi.com/JvAJNTp6/tlo_naglowki.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:49rem;top:0rem;left:13rem;display:block; }#LhMElANknnXQQVdmnOe6TO4I8VbyBMfS.adaptive-delivery-prevent-bg, #LhMElANknnXQQVdmnOe6TO4I8VbyBMfS.lazyload, #LhMElANknnXQQVdmnOe6TO4I8VbyBMfS.lazyloading { background-image: none; }
#LucyBpRLgRDyfa62WFHzPFbkpqrTSCm3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2dc6b;background-image:none;position:relative;display:block; }#LucyBpRLgRDyfa62WFHzPFbkpqrTSCm3 > .row .container { background-color: transparent; background-image: none; }#LucyBpRLgRDyfa62WFHzPFbkpqrTSCm3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LucyBpRLgRDyfa62WFHzPFbkpqrTSCm3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LucyBpRLgRDyfa62WFHzPFbkpqrTSCm3 > .row .container > .video-iframe-container { display: none; }#LucyBpRLgRDyfa62WFHzPFbkpqrTSCm3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LucyBpRLgRDyfa62WFHzPFbkpqrTSCm3 > .row > .video-iframe-container { display: none; }#LucyBpRLgRDyfa62WFHzPFbkpqrTSCm3 > .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); }#LucyBpRLgRDyfa62WFHzPFbkpqrTSCm3 > .row .container { border-width: 0; border-radius: 0; }#LucyBpRLgRDyfa62WFHzPFbkpqrTSCm3 > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#dkh2GlzDHUTAKUnI2BE2dt0ZvTfCtnof { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.5rem;top:2.5rem;left:8.75rem;overflow:hidden;display:block; }
#fnil6gRytfRRkxV25ehlwBfeguO97orT { color:#000000;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:11.875rem;left:2.5rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJO9EaQTAAT4zUiD2xHImPxf4qeutlKh { color:#1a2025;display:block;width:15.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:14.375rem;left:4.5625rem;height:4.140625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWy0UlwKqV87a8z30NLXf1SOtEAOi441 { position:absolute;display:block;z-index:100008;background-color:rgba(58,63,85,0.5);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:0.0625rem;width:8.125rem;top:7.1875rem;left:16.875rem;display:block; }
#uC0xSv6oZGHhJNpRKuBWHqWC5maUic3D { color:#000000;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:11.875rem;left:27.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q5JaLIgx7KaAbzZsQGJ4Asibi9cyzrKT { color:#1a2025;display:block;width:15.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:14.375rem;left:29.625rem;height:2.76123125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nfIp2Ne9Cqa01Eu0DoZvG7RhphbHXcJf { position:absolute;display:block;z-index:100009;background-color:rgba(58,63,85,0.5);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:0.125rem;width:8.125rem;top:7.1562509536744rem;left:41.875rem;display:block; }
#UNiQbZEXgBUJGV0X5KCCTLaZriaMcW7f { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6245rem;width:7.4365rem;top:2.530517578125rem;left:33.78173828125rem;overflow:hidden;display:block; }
#eflATNclLGu1IhWXd8oHNcMlOUfHy0hO { color:#000000;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:11.875rem;left:52.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y4iJbvTkzt7NSiX8TpMLOvhG7NWTzLkR { color:#1a2025;display:block;width:15.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:14.375rem;left:54.625rem;height:4.14184375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AvUWlTFT31PVq4D7RH6uiu28lr8A8JfK { color:#000000;display:block;width:15.99975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:20.0830078125rem;left:4.4375rem;height:11.0208125rem;display:block; }#AvUWlTFT31PVq4D7RH6uiu28lr8A8JfK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AvUWlTFT31PVq4D7RH6uiu28lr8A8JfK li:before{  }
#XBwu2NCtrovasDlxo1Kovk0mCAry0SA9 { color:#000000;display:block;width:15.9985rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:20.1611328125rem;left:30.125rem;height:;display:block; }#XBwu2NCtrovasDlxo1Kovk0mCAry0SA9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XBwu2NCtrovasDlxo1Kovk0mCAry0SA9 li:before{  }
#rmygKorf2phxRmnaNvfM2GW5zToTFs0h { color:#000000;display:block;width:15.9973125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:20.0830078125rem;left:54.5625rem;height:;display:block; }#rmygKorf2phxRmnaNvfM2GW5zToTFs0h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rmygKorf2phxRmnaNvfM2GW5zToTFs0h li:before{  }
#XWV9lWtCxfxZnx1BwmsRRydah9BmtRIU { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6245rem;width:7.4365rem;top:2.530517578125rem;left:58.78173828125rem;overflow:hidden;display:block; }
#eC6kBlInFpsX4XZLi0WTnJT5XCm2XviD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3d6df;background-image:none;position:relative;display:block; }#eC6kBlInFpsX4XZLi0WTnJT5XCm2XviD > .row .container { background-color: transparent; background-image: none; }#eC6kBlInFpsX4XZLi0WTnJT5XCm2XviD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eC6kBlInFpsX4XZLi0WTnJT5XCm2XviD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eC6kBlInFpsX4XZLi0WTnJT5XCm2XviD > .row .container > .video-iframe-container { display: none; }#eC6kBlInFpsX4XZLi0WTnJT5XCm2XviD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eC6kBlInFpsX4XZLi0WTnJT5XCm2XviD > .row > .video-iframe-container { display: none; }#eC6kBlInFpsX4XZLi0WTnJT5XCm2XviD > .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); }#eC6kBlInFpsX4XZLi0WTnJT5XCm2XviD > .row .container { border-width: 0; border-radius: 0; }#eC6kBlInFpsX4XZLi0WTnJT5XCm2XviD > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#nXqVTFr1vZGhhdz3Act0b2KMDiyKuhXk { color:#1a2025;display:block;width:54.5rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:19.27499961853rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IST0w6KEpvJOMMuufOAHCupmOQdwmx0G { color:#424d57;display:block;width:53.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:6.4619140625rem;left:19.2744140625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#IST0w6KEpvJOMMuufOAHCupmOQdwmx0G li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IST0w6KEpvJOMMuufOAHCupmOQdwmx0G li:before{  }
#Fn1Wi5oeMLVRAPrgc7e1rF71fbD8KdMg { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.18675rem;width:16.43675rem;top:6.09375rem;left:0.911865234375rem;overflow:hidden;display:block; }
#HUuB3zatibDMT7feKspr2bcd8JcKHwI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HUuB3zatibDMT7feKspr2bcd8JcKHwI5 > .row .container { background-color: transparent; background-image: none; }#HUuB3zatibDMT7feKspr2bcd8JcKHwI5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HUuB3zatibDMT7feKspr2bcd8JcKHwI5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HUuB3zatibDMT7feKspr2bcd8JcKHwI5 > .row .container > .video-iframe-container { display: none; }#HUuB3zatibDMT7feKspr2bcd8JcKHwI5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HUuB3zatibDMT7feKspr2bcd8JcKHwI5 > .row > .video-iframe-container { display: none; }#HUuB3zatibDMT7feKspr2bcd8JcKHwI5 > .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); }#HUuB3zatibDMT7feKspr2bcd8JcKHwI5 > .row .container { border-width: 0; border-radius: 0; }#HUuB3zatibDMT7feKspr2bcd8JcKHwI5 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#ffmkPT7RkrOxwXRz7PqvbhcXQJq3ddTX { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A9BlxTsPeeW13U1idfT1RKWwUzTQLXxF { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:11.3671875rem;left:14.5rem;overflow:hidden;display:block; }
#KWOn3uPqTPqTFaiXfXQSlmunHxSZA1tX { color:#1a2025;display:block;width:25.37475rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:11.3671875rem;left:39.375rem;height:16.89323125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g2v1OZcwK2lBlQrV4gqTpz4Hm8UfR6sX { color:#3a3f55;display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:30.185937166214rem;left:41.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xgmBdBUTfRvubDXATJRbluUM49AuVa4g { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.5rem;top:29.374219179154rem;left:39.375rem;overflow:hidden;display:block; }
#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row .container { background-color: transparent; background-image: none; }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row .container > .video-iframe-container { display: none; }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row > .video-iframe-container { display: none; }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .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); }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row .container { border-width: 0; border-radius: 0; }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#k74gudPhUIyqu4ubxr3WpICv4a3UaPJg { background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #1a2025;border-left:0.1875rem solid #1a2025;border-right:0.1875rem solid #1a2025;border-bottom:0.1875rem solid #1a2025;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-sizing:border-box;color:#061733;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.56175rem;height:4.56176875rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:2.5rem;left:20.21728515625rem;display:block; }
#aFhkzXzROSTSw9S0BrZ3GXyag4TSxwuW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K0D1TKrx73t3tBfUL18eZH25TD38fWuD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row .container { background-color: transparent; background-image: none; }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row .container > .video-iframe-container { display: none; }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row > .video-iframe-container { display: none; }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .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); }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row .container { border-width: 0; border-radius: 0; }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:block; }#gJvEK8w6vrFLp0mGrZME9LkhcJcIucVB { color:#322c60;display:block;width:69.8125rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:5rem;left:2.59375rem;height:5.36198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nn4T3sd3JvN0sCRTILas6uONFO4vGKkP { position:absolute;display:block;z-index:100003;background-color:transparent;background-image:url("https://images.assets-landingi.com/JvAJNTp6/tlo_naglowki.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:49rem;top:0.25rem;left:13rem;display:block; }#Nn4T3sd3JvN0sCRTILas6uONFO4vGKkP.adaptive-delivery-prevent-bg, #Nn4T3sd3JvN0sCRTILas6uONFO4vGKkP.lazyload, #Nn4T3sd3JvN0sCRTILas6uONFO4vGKkP.lazyloading { background-image: none; }
#Xlycbn2TklNXxc9CUPuZUSg3OWQMt4SV { color:#322c60;display:block;width:35.375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:17.700000286103rem;left:1.0625rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hsIkBInIqLkcgPFZ1HqWP5GNNdg9UmHm { color:#322c60;display:block;width:35rem;position:absolute;font-family:averta;font-size:1.1875rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:21.699999809265rem;left:1.53125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#hsIkBInIqLkcgPFZ1HqWP5GNNdg9UmHm li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#hsIkBInIqLkcgPFZ1HqWP5GNNdg9UmHm li:before{  }
#Jq0I74hKsGRLMnENCJiWvfdEkDEgdgWM { color:#322c60;display:block;width:35rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:21.699219703674rem;left:39.998920440674rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Jq0I74hKsGRLMnENCJiWvfdEkDEgdgWM li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jq0I74hKsGRLMnENCJiWvfdEkDEgdgWM li:before{  }
#B4ssN4xPfRw0iolU6vaWp75gdpPgZALF { color:#322c60;display:block;width:35.375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:17.6875rem;left:38.5rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8VbyzJEscrn5wXONVGkKuFOl8KRxFfG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3d6df;background-image:none;position:relative;display:block; }#T8VbyzJEscrn5wXONVGkKuFOl8KRxFfG > .row .container { background-color: transparent; background-image: none; }#T8VbyzJEscrn5wXONVGkKuFOl8KRxFfG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T8VbyzJEscrn5wXONVGkKuFOl8KRxFfG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T8VbyzJEscrn5wXONVGkKuFOl8KRxFfG > .row .container > .video-iframe-container { display: none; }#T8VbyzJEscrn5wXONVGkKuFOl8KRxFfG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T8VbyzJEscrn5wXONVGkKuFOl8KRxFfG > .row > .video-iframe-container { display: none; }#T8VbyzJEscrn5wXONVGkKuFOl8KRxFfG > .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); }#T8VbyzJEscrn5wXONVGkKuFOl8KRxFfG > .row .container { border-width: 0; border-radius: 0; }#T8VbyzJEscrn5wXONVGkKuFOl8KRxFfG > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#JDIZkClwk8SMNAWyGqmSSE2T6wzoe1x3 { color:#000000;display:block;width:37.24975rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1142578125rem;left:18.87451171875rem;height:2.11198125rem;font-style:normal;display:block; }
#R3BQLriLhUT58sqtJncMF7ckVkWHP8Ti { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #1a2025;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.125rem;width:68.5rem;top:5.811767578125rem;left:2.974853515625rem;display:block; }
#pIloJXlEFAgRC0msSqy4ap63VMBPHVn1 { color:#000000;display:block;width:59.434875rem;position:absolute;font-family:averta;font-size:1.3125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:31.480464935302rem;left:6.5299491882325rem;height:3.41145625rem;display:block; }
#C8cLST8OgHvJIZrbmvahnuJO5IJeAIxD { box-sizing:content-box;color:#1a2025;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:6.8017578125rem;left:67.213134765625rem;display:block; }
#HCTk70RmXPCqH0QT1TedqTF9XMKc4SN3 { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #1a2025;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.12475rem;width:68.5rem;top:16.93603515625rem;left:3.24951171875rem;display:block; }
#moWZ9Mdsr75KHSZnJcDC4MsTaMgMcLoU { box-sizing:content-box;color:#1a2025;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:17.98828125rem;left:67.215576171875rem;display:block; }
#Qd0yXMebi3txxXAkFXd5FbNmGzEmrPDC { color:#000000;display:block;width:59.4348125rem;position:absolute;font-family:averta;font-size:1.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:19.732666015625rem;left:6.53076171875rem;height:3.41145625rem;display:block; }
#RETiaCN8y5qPk69OFnhCC5UybzEZ2Edl { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #1a2025;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.12475rem;width:68.5rem;top:28.5rem;left:3.25rem;display:block; }
#OI9HKwOXw5Rmzl2pAfOOdhs0U5TvOKyz { color:#000000;display:block;width:59.433625rem;position:absolute;font-family:averta;font-size:1.3125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:8.7929649353025rem;left:6.52734375rem;height:3.41145625rem;display:block; }
#XcnJ7qgbWnmpTF5uzUOTHTcMm6QKfw7u { box-sizing:content-box;color:#1a2025;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:29.5625rem;left:67.1875rem;display:block; }
#kOLht0hUBymzO2GFo4LUDiWuCbhes7yo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kOLht0hUBymzO2GFo4LUDiWuCbhes7yo > .row .container { background-color: transparent; background-image: none; }#kOLht0hUBymzO2GFo4LUDiWuCbhes7yo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kOLht0hUBymzO2GFo4LUDiWuCbhes7yo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kOLht0hUBymzO2GFo4LUDiWuCbhes7yo > .row .container > .video-iframe-container { display: none; }#kOLht0hUBymzO2GFo4LUDiWuCbhes7yo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kOLht0hUBymzO2GFo4LUDiWuCbhes7yo > .row > .video-iframe-container { display: none; }#kOLht0hUBymzO2GFo4LUDiWuCbhes7yo > .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); }#kOLht0hUBymzO2GFo4LUDiWuCbhes7yo > .row .container { border-width: 0; border-radius: 0; }#kOLht0hUBymzO2GFo4LUDiWuCbhes7yo > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#FDyxeJEvI4NdniFgpiciKIdOXJt0WBMM { color:#322c60;display:block;width:51.1875rem;position:absolute;font-family:averta;font-size:2.3125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:5.54931640625rem;left:23.75rem;height:6.0104125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H2xIkD4PDJUV5WgtOALALvRPUWLV36ZK { position:absolute;display:block;z-index:100007;background-color:transparent;background-image:url("https://images.assets-landingi.com/JvAJNTp6/tlo_naglowki.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:49rem;top:3.2000007629394rem;left:13rem;display:block; }#H2xIkD4PDJUV5WgtOALALvRPUWLV36ZK.adaptive-delivery-prevent-bg, #H2xIkD4PDJUV5WgtOALALvRPUWLV36ZK.lazyload, #H2xIkD4PDJUV5WgtOALALvRPUWLV36ZK.lazyloading { background-image: none; }
#QVEkTin60rit5Lakg8D9IET5VGmyFmdg { position:absolute;display:block;z-index:100009;background-color:#d3d6df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.37426875rem;width:75rem;top:17.6318359375rem;left:0rem;display:block; }
#NCSK4HEnPsVV8RK2zL8F6IzVEixfuho5 { color:#d3d6df;display:block;width:75rem;position:absolute;font-family:averta;font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:17.919921875rem;left:0rem;height:1.78645625rem;text-align:center;text-align-last:center;display:block; }
#BQRJndAWrkyS7QQO4uXZWH09rcBzgHcH { box-sizing:content-box;color:#1a2025;font-size:4.75rem;font-weight:400;line-height:1;height:6.8115rem;width:7.24975rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:16.62841796875rem;left:33.8720703125rem;display:block; }
#prtdcfTqbI4kU1lMrn8vNbv2IGrpvQVb { position:absolute;display:block;z-index:100010;background-color:#071d41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9995125rem;width:75rem;top:20.828857421875rem;left:0rem;display:block; }
#dZ1WPe2QyVzptaUoui5s7ZxhVTwbUbbn { color:#ffffff;display:block;width:75rem;position:absolute;font-family:averta;font-size:1.1875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:21.08642578125rem;left:0rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#IGQwRXk1ooD9qS5TXSTRmN1tgSpWtsl0 { position:absolute;display:block;z-index:100011;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.06225625rem;width:75rem;top:24.68994140625rem;left:0rem;display:block; }
#nmZOR0khZ8wiNJlV3anwE684JCwxWL95 { color:#322c60;display:block;width:75rem;position:absolute;font-family:averta;font-size:1.0625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:23.362499952316rem;left:0rem;height:1.3806125rem;text-align:center;text-align-last:center;display:block; }
#mZomXsozFB1sR0VlFT4I1KVvTyaOVXtm { color:#000000;display:block;width:75rem;position:absolute;font-family:averta;font-size:3.25rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:24.650000333786rem;left:0rem;height:4.22395625rem;text-align:center;text-align-last:center;display:block; }
#s2c14bPt08pPXoatKiARVWqcA3KwHaG3 { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:75rem;top:27.487499952316rem;left:0rem;display:block; }
#sFMxlBeJDuO7g2v6JbTtGoJnMp2NDAHE { position:absolute;display:block;z-index:100017;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:75rem;top:33.5rem;left:0rem;display:block; }
#ySyA9CfuOaeIkNDGiUz007af1lo5hzfx { background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #1a2025;border-left:0.1875rem solid #1a2025;border-right:0.1875rem solid #1a2025;border-bottom:0.1875rem solid #1a2025;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-sizing:border-box;color:#061733;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.594215rem;height:3.40674rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:30.736083984375rem;left:24.639892578125rem;display:block; }
#AxA404gI0Ri1cTGACBL66KlSAB9zTNEc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RRqt0TRFv4yv2H6TTbaTz8newyRmybnr { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.68725rem;width:10.99975rem;top:1.019287109375rem;left:7.186279296875rem;overflow:hidden;display:block; }
#xfakWytBT4gNgLoyFFJbbr3hx65no4wW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071d41;background-image:none;position:relative;display:block; }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .row .container { background-color: transparent; background-image: none; }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .row .container > .video-iframe-container { display: none; }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .row > .video-iframe-container { display: none; }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .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); }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .row .container { border-width: 0; border-radius: 0; }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#cbt3TB1ehIPlabFG0W4HarvCZ2TLSW6g { color:#ffffff;display:block;width:75rem;position:absolute;font-family:averta;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.8120651245118rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7RgcNODmKUip8aOExeNl53atOvJdE4K { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.37478125rem;width:8.936625rem;top:6.2261276245117rem;left:12.710506439209rem;overflow:hidden;display:block; }
#J7ZSQChSZEqHx8Pru9fkOyxPuEehgPWI { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:8.9375rem;top:5.4481315612793rem;left:33.030601501465rem;overflow:hidden;display:block; }
#cATo6hJW1Lbxv7Tbgbw5PVqFsarL7gMi { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.68728125rem;width:7.561875rem;top:6.0362396240234rem;left:54.896923065186rem;overflow:hidden;display:block; }
#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3d6df;background-image:none;position:relative;display:block; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container { background-color: transparent; background-image: none; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container > .video-iframe-container { display: none; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row > .video-iframe-container { display: none; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .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); }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container { border-width: 0; border-radius: 0; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#DIN5OoxyMMB9g3dl6m7mF2STm3dfd4zt { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.0464401245117rem;left:0rem;height:1.13769375rem;display:block; }
#HuJQXtqSGL73BBm5TP78ULKqoIVC2xrT { 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:#1f2021;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.12435rem;height:1.62435rem;text-decoration:none;z-index:100012;text-align:right;text-align-last:right;top:1.655818939209rem;left:69.559467315675rem;display:block; }
#Sqi8l29JWbRunKXR6JKuy6TWPcgAqWKd { 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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmCZUtbWezIy8fcIEkUriN7pEU02ABqa { width:12.125rem;height:2.1875rem;top:1.0625rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQoSF1S4AgL6bGPkpsM64b9nWKBW87W { display:block; }
 }@media only screen and (max-width: 763px) { #g30e3d6VXSfTracAQBJ8VgBJJtZT1Tok { width:12.3125rem;height:4.375rem;top:0rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8nnGgXQTb5fnP1754fWNr9b2ivbqucJ { display:block; }
 }@media only screen and (max-width: 763px) { #LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6 { display:block; }#LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mu0W5B7pQ9nrrotTXNm3zHyuNETxSUyA { width:21.4375rem;height:2.5rem;top:9.375rem;left:26.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzETXaHbTMoQQgUlJPV69lUgdSdX3w2U { width:10.4375rem;height:5.4372729681661rem;top:8.0625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJszHl97APBZU9vcTQyptIsQahmyBSB { width:15.625rem;height:1.5rem;top:12.25rem;left:32.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIHLycJVcba5ACzyIKzeTq5vowwny9Qk { width:27.1875rem;height:4.8125rem;top:16.875rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drMdL1rsZuQbldW0qvqPbWJdmqetbKU8 { width:28.8125rem;height:14.40625rem;top:27.3125rem;left:0.70361328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcXMpGTSCJBFW0T3GkgHTJMvEqAwVU1S { top:3.125rem;left:0rem;width:26.9375rem;height:38.411341529473rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7FUhqTAp8tfL2dDJFKc7NN4BPgB8E0n { width:27.3125rem;height:4.0625rem;top:23.25rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6LXMm2MQdk4eUIuH4x5ELbr5gn654Ja { display:block; }
 }@media only screen and (max-width: 763px) { #O2Eq37cTZTCrkfulCLlQ4FXLrggunKuq { top:36.75rem;left:1.4375rem;width:21.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccphXp9XJS64vT0I3UIeLxDSOh6M46zE { top:37.5rem;left:4.5625rem;width:14.6875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWSo8I2yTli2Q8NhO8pLq1b5feFadd6v { top:39.5625rem;left:7.999755859375rem;width:15.6875rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZETOyOkXppyDdALPG9Wv3Lmzrhi6el5 { top:40.3125rem;left:0rem;width:21.875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfUzb1NBhhb5pWn4U2fahQPrM5DSFGte { top:40.9375rem;left:0rem;width:14.6875rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzVSEr9ryfbz3qBb08KU4PNPwCt6pHKp { top:42.875rem;left:0rem;width:23.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea8r1IKT0F5tOVsGh0SPwTP72pesbSNg { top:34.6875rem;left:18.25rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJGtR07TuZufyTbeacx0HZ52mt7aksuX { top:35.6875rem;left:19.1875rem;width:1.9375rem;height:1.8771745534849rem;display:block; }
 }@media only screen and (max-width: 763px) { #EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E { display:block; }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzH6RsAXTqINKgvyPDO4CTC9Zv2kTFBa { width:47.75rem;height:2.375rem;top:4.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhMElANknnXQQVdmnOe6TO4I8VbyBMfS { width:47.75rem;height:9.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LucyBpRLgRDyfa62WFHzPFbkpqrTSCm3 { display:block; }#LucyBpRLgRDyfa62WFHzPFbkpqrTSCm3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkh2GlzDHUTAKUnI2BE2dt0ZvTfCtnof { width:7.5rem;height:7.68675rem;top:2.5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnil6gRytfRRkxV25ehlwBfeguO97orT { width:19.8125rem;height:;top:11.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJO9EaQTAAT4zUiD2xHImPxf4qeutlKh { width:15.8125rem;height:2.75rem;top:14.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWy0UlwKqV87a8z30NLXf1SOtEAOi441 { width:8.125rem;height:0.0625rem;top:7.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC0xSv6oZGHhJNpRKuBWHqWC5maUic3D { width:19.8125rem;height:;top:11.875rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5JaLIgx7KaAbzZsQGJ4Asibi9cyzrKT { width:15.8125rem;height:2.75rem;top:14.375rem;left:15.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfIp2Ne9Cqa01Eu0DoZvG7RhphbHXcJf { width:8.125rem;height:0.125rem;top:7.125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNiQbZEXgBUJGV0X5KCCTLaZriaMcW7f { width:7.375rem;height:7.5614452363344rem;top:2.5rem;left:20.09423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eflATNclLGu1IhWXd8oHNcMlOUfHy0hO { width:19.8125rem;height:;top:11.875rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4iJbvTkzt7NSiX8TpMLOvhG7NWTzLkR { width:15.8125rem;height:4.125rem;top:14.375rem;left:31.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvUWlTFT31PVq4D7RH6uiu28lr8A8JfK { top:20.0625rem;left:0rem;width:15.9375rem;height:11rem;font-size:1rem;display:block; }#AvUWlTFT31PVq4D7RH6uiu28lr8A8JfK li:before{  }
 }@media only screen and (max-width: 763px) { #XBwu2NCtrovasDlxo1Kovk0mCAry0SA9 { top:20.125rem;left:15.8125rem;width:15.9375rem;height:;font-size:1rem;display:block; }#XBwu2NCtrovasDlxo1Kovk0mCAry0SA9 li:before{  }
 }@media only screen and (max-width: 763px) { #rmygKorf2phxRmnaNvfM2GW5zToTFs0h { top:20.0625rem;left:31.6875rem;width:15.9375rem;height:;font-size:1rem;display:block; }#rmygKorf2phxRmnaNvfM2GW5zToTFs0h li:before{  }
 }@media only screen and (max-width: 763px) { #XWV9lWtCxfxZnx1BwmsRRydah9BmtRIU { width:7.375rem;height:7.5614452363344rem;top:2.5rem;left:35.96923828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC6kBlInFpsX4XZLi0WTnJT5XCm2XviD { display:block; }#eC6kBlInFpsX4XZLi0WTnJT5XCm2XviD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXqVTFr1vZGhhdz3Act0b2KMDiyKuhXk { width:47.75rem;height:2.3125rem;top:2.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IST0w6KEpvJOMMuufOAHCupmOQdwmx0G { width:47.75rem;height:;top:6.4375rem;left:0rem;font-size:1.375rem;display:block; }#IST0w6KEpvJOMMuufOAHCupmOQdwmx0G li:before{  }
 }@media only screen and (max-width: 763px) { #Fn1Wi5oeMLVRAPrgc7e1rF71fbD8KdMg { top:6.0625rem;left:0rem;width:16.375rem;height:15.129696031758rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUuB3zatibDMT7feKspr2bcd8JcKHwI5 { display:block; }#HUuB3zatibDMT7feKspr2bcd8JcKHwI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffmkPT7RkrOxwXRz7PqvbhcXQJq3ddTX { width:47.75rem;height:;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9BlxTsPeeW13U1idfT1RKWwUzTQLXxF { width:18.75rem;height:18.75rem;top:11.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWOn3uPqTPqTFaiXfXQSlmunHxSZA1tX { width:25.3125rem;height:16.875rem;top:11.3125rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2v1OZcwK2lBlQrV4gqTpz4Hm8UfR6sX { width:18.625rem;height:;top:30.125rem;left:27.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgmBdBUTfRvubDXATJRbluUM49AuVa4g { width:3.5rem;height:3.2497388210965rem;top:29.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XocyGidUJomEKwl5FTbKNJfxhOfV6VvS { display:block; }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k74gudPhUIyqu4ubxr3WpICv4a3UaPJg { width:34.5rem;height:4.5rem;top:2.5rem;left:6.59228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFhkzXzROSTSw9S0BrZ3GXyag4TSxwuW { display:block; }
 }@media only screen and (max-width: 763px) { #K0D1TKrx73t3tBfUL18eZH25TD38fWuD { display:block; }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJvEK8w6vrFLp0mGrZME9LkhcJcIucVB { width:47.75rem;height:5.3125rem;top:5rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn4T3sd3JvN0sCRTILas6uONFO4vGKkP { width:47.75rem;height:13.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlycbn2TklNXxc9CUPuZUSg3OWQMt4SV { width:35.3125rem;height:2.0625rem;top:17.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsIkBInIqLkcgPFZ1HqWP5GNNdg9UmHm { width:35rem;height:10.9375rem;top:21.6875rem;left:0rem;font-size:1.1875rem;display:block; }#hsIkBInIqLkcgPFZ1HqWP5GNNdg9UmHm li:before{  }
 }@media only screen and (max-width: 763px) { #Jq0I74hKsGRLMnENCJiWvfdEkDEgdgWM { width:35rem;height:;top:21.6875rem;left:12.75rem;font-size:1.1875rem;display:block; }#Jq0I74hKsGRLMnENCJiWvfdEkDEgdgWM li:before{  }
 }@media only screen and (max-width: 763px) { #B4ssN4xPfRw0iolU6vaWp75gdpPgZALF { width:35.3125rem;height:2.0625rem;top:17.625rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8VbyzJEscrn5wXONVGkKuFOl8KRxFfG { display:block; }#T8VbyzJEscrn5wXONVGkKuFOl8KRxFfG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDIZkClwk8SMNAWyGqmSSE2T6wzoe1x3 { top:2.0625rem;left:5.24951171875rem;width:37.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3BQLriLhUT58sqtJncMF7ckVkWHP8Ti { top:5.75rem;left:0rem;width:47.625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIloJXlEFAgRC0msSqy4ap63VMBPHVn1 { top:31.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8cLST8OgHvJIZrbmvahnuJO5IJeAIxD { top:6.75rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCTk70RmXPCqH0QT1TedqTF9XMKc4SN3 { top:16.875rem;left:0rem;width:47.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moWZ9Mdsr75KHSZnJcDC4MsTaMgMcLoU { top:17.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd0yXMebi3txxXAkFXd5FbNmGzEmrPDC { top:19.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RETiaCN8y5qPk69OFnhCC5UybzEZ2Edl { top:28.5rem;left:0rem;width:47.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI9HKwOXw5Rmzl2pAfOOdhs0U5TvOKyz { top:8.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcnJ7qgbWnmpTF5uzUOTHTcMm6QKfw7u { top:29.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOLht0hUBymzO2GFo4LUDiWuCbhes7yo { display:block; }#kOLht0hUBymzO2GFo4LUDiWuCbhes7yo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDyxeJEvI4NdniFgpiciKIdOXJt0WBMM { width:47.75rem;height:6rem;top:5.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2xIkD4PDJUV5WgtOALALvRPUWLV36ZK { width:47.75rem;height:9.5rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVEkTin60rit5Lakg8D9IET5VGmyFmdg { width:47.75rem;height:2.3125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCSK4HEnPsVV8RK2zL8F6IzVEixfuho5 { width:47.75rem;height:1.8125rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQRJndAWrkyS7QQO4uXZWH09rcBzgHcH { width:7.1875rem;height:6.7530130349325rem;top:16.625rem;left:20.2470703125rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prtdcfTqbI4kU1lMrn8vNbv2IGrpvQVb { width:47.75rem;height:1.9375rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ1WPe2QyVzptaUoui5s7ZxhVTwbUbbn { width:47.75rem;height:1.4375rem;top:21.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGQwRXk1ooD9qS5TXSTRmN1tgSpWtsl0 { width:47.75rem;height:5rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmZOR0khZ8wiNJlV3anwE684JCwxWL95 { width:47.75rem;height:1.375rem;top:23.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZomXsozFB1sR0VlFT4I1KVvTyaOVXtm { width:47.75rem;height:4.1875rem;top:24.625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2c14bPt08pPXoatKiARVWqcA3KwHaG3 { width:47.75rem;height:2rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFMxlBeJDuO7g2v6JbTtGoJnMp2NDAHE { width:47.75rem;height:2rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySyA9CfuOaeIkNDGiUz007af1lo5hzfx { width:25.5625rem;height:3.375rem;top:30.6875rem;left:11.014892578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxA404gI0Ri1cTGACBL66KlSAB9zTNEc { display:block; }
 }@media only screen and (max-width: 763px) { #RRqt0TRFv4yv2H6TTbaTz8newyRmybnr { top:1rem;left:0rem;width:10.9375rem;height:15.598472408464rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfakWytBT4gNgLoyFFJbbr3hx65no4wW { display:block; }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbt3TB1ehIPlabFG0W4HarvCZ2TLSW6g { width:47.75rem;height:2.375rem;top:1.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7RgcNODmKUip8aOExeNl53atOvJdE4K { width:8.875rem;height:1.365301060943rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7ZSQChSZEqHx8Pru9fkOyxPuEehgPWI { width:8.9375rem;height:2.875rem;top:5.4375rem;left:19.405601501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #cATo6hJW1Lbxv7Tbgbw5PVqFsarL7gMi { width:7.5rem;height:1.6734750805852rem;top:6rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt { display:block; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIN5OoxyMMB9g3dl6m7mF2STm3dfd4zt { width:26.875rem;height:1.0625rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuJQXtqSGL73BBm5TP78ULKqoIVC2xrT { width:4.0625rem;height:1.5625rem;top:1.625rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqi8l29JWbRunKXR6JKuy6TWPcgAqWKd { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TmCZUtbWezIy8fcIEkUriN7pEU02ABqa { width:5.6875rem;height:2.1875rem;top:33.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQoSF1S4AgL6bGPkpsM64b9nWKBW87W { display:block; }
 }@media only screen and (max-width: 763px) { #g30e3d6VXSfTracAQBJ8VgBJJtZT1Tok { width:12.375rem;height:4.375rem;top:27.6875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8nnGgXQTb5fnP1754fWNr9b2ivbqucJ { display:block; }
 }@media only screen and (max-width: 763px) { #LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6 { display:block; }#LDB0IfZSsNvKiglrA5GyIrzbGXla0VF6 > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mu0W5B7pQ9nrrotTXNm3zHyuNETxSUyA { width:18.75rem;height:2.11198125rem;top:2.2802734375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzETXaHbTMoQQgUlJPV69lUgdSdX3w2U { width:10.4375rem;height:5.4375rem;top:2.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufJszHl97APBZU9vcTQyptIsQahmyBSB { width:15.625rem;height:4.22395625rem;top:4.39208984375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIHLycJVcba5ACzyIKzeTq5vowwny9Qk { width:19.24925rem;height:5.19791875rem;top:40.235595703125rem;left:0.374755859375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drMdL1rsZuQbldW0qvqPbWJdmqetbKU8 { width:17.87475rem;height:8.8745rem;top:29.967041015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcXMpGTSCJBFW0T3GkgHTJMvEqAwVU1S { width:20rem;height:28.5180625rem;top:10.24658203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7FUhqTAp8tfL2dDJFKc7NN4BPgB8E0n { width:18.501965rem;height:3.2529275rem;top:46.45751953125rem;left:0.748291015625rem;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#1d1d1b;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6LXMm2MQdk4eUIuH4x5ELbr5gn654Ja { display:block; }
 }@media only screen and (max-width: 763px) { #O2Eq37cTZTCrkfulCLlQ4FXLrggunKuq { width:20rem;height:5.1875rem;top:83.6025328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccphXp9XJS64vT0I3UIeLxDSOh6M46zE { width:6.0620125rem;height:1.3997375rem;top:54.8046875rem;left:6.343994140625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZWSo8I2yTli2Q8NhO8pLq1b5feFadd6v { width:12.312rem;height:1.04948125rem;top:56.124267578125rem;left:4.859619140625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZETOyOkXppyDdALPG9Wv3Lmzrhi6el5 { width:20rem;height:7.5rem;top:59.7705078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfUzb1NBhhb5pWn4U2fahQPrM5DSFGte { width:14.6875rem;height:1.3997375rem;top:51.282958984375rem;left:2.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzVSEr9ryfbz3qBb08KU4PNPwCt6pHKp { width:17.8125rem;height:1.04948125rem;top:52.6025390625rem;left:0.9033203125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ea8r1IKT0F5tOVsGh0SPwTP72pesbSNg { width:3.8125rem;height:3.8125rem;top:72.2900328125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJGtR07TuZufyTbeacx0HZ52mt7aksuX { width:1.9375rem;height:1.8771745534849rem;top:73.289788671875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E { background-color:#1a2025;background-image:none;display:block; }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .row .container { background-color: transparent; background-image: none; }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .row .container > .video-iframe-container { display: none; }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .row > .video-iframe-container { display: none; }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .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); }#EilPMyXZQpHvGtETt2tQdR6LWDwkmo3E > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzH6RsAXTqINKgvyPDO4CTC9Zv2kTFBa { width:20rem;height:3.73779375rem;top:2.0361328125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhMElANknnXQQVdmnOe6TO4I8VbyBMfS { width:20rem;height:9.0625rem;top:7.3rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LucyBpRLgRDyfa62WFHzPFbkpqrTSCm3 { display:block; }#LucyBpRLgRDyfa62WFHzPFbkpqrTSCm3 > .row .container { width:20rem;height:112.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkh2GlzDHUTAKUnI2BE2dt0ZvTfCtnof { width:7.5rem;height:7.6875rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnil6gRytfRRkxV25ehlwBfeguO97orT { width:19.875rem;height:1.29948125rem;top:11.5rem;left:0.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJO9EaQTAAT4zUiD2xHImPxf4qeutlKh { width:15.875rem;height:2.76123125rem;top:14.375rem;left:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWy0UlwKqV87a8z30NLXf1SOtEAOi441 { width:8.125rem;height:0.0625rem;top:10.1875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uC0xSv6oZGHhJNpRKuBWHqWC5maUic3D { width:19.875rem;height:1.29948125rem;top:35.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5JaLIgx7KaAbzZsQGJ4Asibi9cyzrKT { width:15.875rem;height:2.76123125rem;top:38.625rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfIp2Ne9Cqa01Eu0DoZvG7RhphbHXcJf { width:8.125rem;height:0.125rem;top:28.375rem;left:5.9374998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNiQbZEXgBUJGV0X5KCCTLaZriaMcW7f { width:7.4375rem;height:7.625rem;top:44.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eflATNclLGu1IhWXd8oHNcMlOUfHy0hO { width:19.875rem;height:1.29948125rem;top:73.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4iJbvTkzt7NSiX8TpMLOvhG7NWTzLkR { width:15.875rem;height:4.14184375rem;top:75.9375rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvUWlTFT31PVq4D7RH6uiu28lr8A8JfK { width:15.9375rem;height:11.0208125rem;top:21.326904296875rem;left:2.03125rem;font-size:1rem;display:block; }#AvUWlTFT31PVq4D7RH6uiu28lr8A8JfK li:before{  }
 }@media only screen and (max-width: 763px) { #XBwu2NCtrovasDlxo1Kovk0mCAry0SA9 { width:15.9375rem;height:9.408875rem;top:56.40380859375rem;left:2.03125rem;font-size:1rem;display:block; }#XBwu2NCtrovasDlxo1Kovk0mCAry0SA9 li:before{  }
 }@media only screen and (max-width: 763px) { #rmygKorf2phxRmnaNvfM2GW5zToTFs0h { width:15.9375rem;height:9.721375rem;top:95.682373046875rem;left:2.03125rem;font-size:1rem;display:block; }#rmygKorf2phxRmnaNvfM2GW5zToTFs0h li:before{  }
 }@media only screen and (max-width: 763px) { #XWV9lWtCxfxZnx1BwmsRRydah9BmtRIU { width:7.37425rem;height:7.561rem;top:83.8720703125rem;left:6.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC6kBlInFpsX4XZLi0WTnJT5XCm2XviD { display:block; }#eC6kBlInFpsX4XZLi0WTnJT5XCm2XviD > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXqVTFr1vZGhhdz3Act0b2KMDiyKuhXk { width:20rem;height:3.898925rem;top:18.2470703125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IST0w6KEpvJOMMuufOAHCupmOQdwmx0G { width:20rem;height:30.4948125rem;top:24.334716796875rem;left:0rem;font-size:1.125rem;display:block; }#IST0w6KEpvJOMMuufOAHCupmOQdwmx0G li:before{  }
 }@media only screen and (max-width: 763px) { #Fn1Wi5oeMLVRAPrgc7e1rF71fbD8KdMg { width:16.375rem;height:15.129696031758rem;top:1.32080078125rem;left:1.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUuB3zatibDMT7feKspr2bcd8JcKHwI5 { display:block; }#HUuB3zatibDMT7feKspr2bcd8JcKHwI5 > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffmkPT7RkrOxwXRz7PqvbhcXQJq3ddTX { width:20rem;height:3.8984375rem;top:3.49853515625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9BlxTsPeeW13U1idfT1RKWwUzTQLXxF { width:13.3728125rem;height:13.3728125rem;top:9.74853515625rem;left:3.31298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWOn3uPqTPqTFaiXfXQSlmunHxSZA1tX { width:18.75rem;height:19.5rem;top:24.061279296875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2v1OZcwK2lBlQrV4gqTpz4Hm8UfR6sX { width:18.625rem;height:0;top:45.625rem;left:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xgmBdBUTfRvubDXATJRbluUM49AuVa4g { width:3.5rem;height:3.25rem;top:44.8125rem;left:3.4374998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #XocyGidUJomEKwl5FTbKNJfxhOfV6VvS { display:block; }#XocyGidUJomEKwl5FTbKNJfxhOfV6VvS > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k74gudPhUIyqu4ubxr3WpICv4a3UaPJg { width:18.625rem;height:3.625rem;top:3.499755859375rem;left:0.68603515625rem;background-color:#f2dc6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#1d1d1b;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFhkzXzROSTSw9S0BrZ3GXyag4TSxwuW { display:block; }
 }@media only screen and (max-width: 763px) { #K0D1TKrx73t3tBfUL18eZH25TD38fWuD { display:block; }#K0D1TKrx73t3tBfUL18eZH25TD38fWuD > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJvEK8w6vrFLp0mGrZME9LkhcJcIucVB { width:20rem;height:7.4739375rem;top:1.25rem;left:0rem;font-size:1.4375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #Nn4T3sd3JvN0sCRTILas6uONFO4vGKkP { width:20rem;height:13.75rem;top:28.9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xlycbn2TklNXxc9CUPuZUSg3OWQMt4SV { width:20rem;height:1.9494625rem;top:14.060329437256rem;left:0rem;font-size:1.5rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #hsIkBInIqLkcgPFZ1HqWP5GNNdg9UmHm { width:20rem;height:9.5234375rem;top:16.560329437256rem;left:0rem;font-size:1rem;font-family:lato;display:block; }#hsIkBInIqLkcgPFZ1HqWP5GNNdg9UmHm li:before{  }
 }@media only screen and (max-width: 763px) { #Jq0I74hKsGRLMnENCJiWvfdEkDEgdgWM { width:20rem;height:27.4453125rem;top:31.37370967865rem;left:0rem;font-size:1rem;font-family:lato;display:block; }#Jq0I74hKsGRLMnENCJiWvfdEkDEgdgWM li:before{  }
 }@media only screen and (max-width: 763px) { #B4ssN4xPfRw0iolU6vaWp75gdpPgZALF { width:20rem;height:1.9494625rem;top:28.621974945068rem;left:0rem;font-size:1.5rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #T8VbyzJEscrn5wXONVGkKuFOl8KRxFfG { display:block; }#T8VbyzJEscrn5wXONVGkKuFOl8KRxFfG > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDIZkClwk8SMNAWyGqmSSE2T6wzoe1x3 { width:20rem;height:4.22395625rem;top:1.25rem;left:0rem;font-size:1.625rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #R3BQLriLhUT58sqtJncMF7ckVkWHP8Ti { width:19.875rem;height:9.125rem;top:6.71875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIloJXlEFAgRC0msSqy4ap63VMBPHVn1 { width:15.3125rem;height:5.19791875rem;top:8.905029296875rem;left:1.874755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8cLST8OgHvJIZrbmvahnuJO5IJeAIxD { width:3.125rem;height:3.125rem;top:7.708740234375rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCTk70RmXPCqH0QT1TedqTF9XMKc4SN3 { width:20rem;height:9.0625rem;top:18.646240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #moWZ9Mdsr75KHSZnJcDC4MsTaMgMcLoU { width:3.125rem;height:3.125rem;top:19.698486328125rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd0yXMebi3txxXAkFXd5FbNmGzEmrPDC { width:17.0625rem;height:5.19791875rem;top:20.645751953125rem;left:1.937255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RETiaCN8y5qPk69OFnhCC5UybzEZ2Edl { width:20rem;height:9.0625rem;top:31.143798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI9HKwOXw5Rmzl2pAfOOdhs0U5TvOKyz { width:14.875rem;height:5.52083125rem;top:32.891845703125rem;left:2.2490234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcnJ7qgbWnmpTF5uzUOTHTcMm6QKfw7u { width:3.125rem;height:3.125rem;top:32.206298828125rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOLht0hUBymzO2GFo4LUDiWuCbhes7yo { display:block; }#kOLht0hUBymzO2GFo4LUDiWuCbhes7yo > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDyxeJEvI4NdniFgpiciKIdOXJt0WBMM { width:15.625rem;height:4.62890625rem;top:1.25rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2xIkD4PDJUV5WgtOALALvRPUWLV36ZK { width:20rem;height:9.5rem;top:9.7rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVEkTin60rit5Lakg8D9IET5VGmyFmdg { width:20rem;height:5.5625rem;top:7.9368495941163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCSK4HEnPsVV8RK2zL8F6IzVEixfuho5 { width:20rem;height:2.76123125rem;top:8.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQRJndAWrkyS7QQO4uXZWH09rcBzgHcH { width:7.249375rem;height:6.8120625rem;top:10.005426406861rem;left:6.3747830986975rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #prtdcfTqbI4kU1lMrn8vNbv2IGrpvQVb { width:20rem;height:2rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ1WPe2QyVzptaUoui5s7ZxhVTwbUbbn { width:20rem;height:1.13769375rem;top:14.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGQwRXk1ooD9qS5TXSTRmN1tgSpWtsl0 { width:20rem;height:7.6875rem;top:16.373291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmZOR0khZ8wiNJlV3anwE684JCwxWL95 { width:20rem;height:1.3806125rem;top:17.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZomXsozFB1sR0VlFT4I1KVvTyaOVXtm { width:20rem;height:3.90014375rem;top:20.308837890625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2c14bPt08pPXoatKiARVWqcA3KwHaG3 { width:20rem;height:1.9982875rem;top:31.24755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFMxlBeJDuO7g2v6JbTtGoJnMp2NDAHE { width:20rem;height:1.99978125rem;top:31.248917579651rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ySyA9CfuOaeIkNDGiUz007af1lo5hzfx { width:18.127215rem;height:3.12719625rem;top:43.824462890625rem;left:0.936279296875rem;background-color:#061733;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#f2dc6b;font-size:1.5rem;border-top:0.1875rem solid #f2dc6b;border-left:0.1875rem solid #f2dc6b;border-right:0.1875rem solid #f2dc6b;border-bottom:0.1875rem solid #f2dc6b;display:block; }
 }@media only screen and (max-width: 763px) { #AxA404gI0Ri1cTGACBL66KlSAB9zTNEc { display:block; }
 }@media only screen and (max-width: 763px) { #RRqt0TRFv4yv2H6TTbaTz8newyRmybnr { width:12.1875rem;height:17.3108125rem;top:25.43212890625rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfakWytBT4gNgLoyFFJbbr3hx65no4wW { background-color:#1a2025;background-image:none;display:block; }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .row .container { background-color: transparent; background-image: none; }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .row .container > .video-iframe-container { display: none; }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .row > .video-iframe-container { display: none; }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .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); }#xfakWytBT4gNgLoyFFJbbr3hx65no4wW > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbt3TB1ehIPlabFG0W4HarvCZ2TLSW6g { width:20rem;height:2.2753875rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7RgcNODmKUip8aOExeNl53atOvJdE4K { width:8.9995625rem;height:1.37478125rem;top:5.4622497558594rem;left:5.4991322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7ZSQChSZEqHx8Pru9fkOyxPuEehgPWI { width:8.9375rem;height:2.875rem;top:8.2736549377444rem;left:5.5002174973488rem;display:block; }
 }@media only screen and (max-width: 763px) { #cATo6hJW1Lbxv7Tbgbw5PVqFsarL7gMi { width:6.3748125rem;height:1.43663125rem;top:12.457683563233rem;left:6.8120661377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt { display:block; }#AVL6QXaKR6QQsJEPBup5pvlnalwNyrWt > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIN5OoxyMMB9g3dl6m7mF2STm3dfd4zt { width:20rem;height:1.13769375rem;top:2.373046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HuJQXtqSGL73BBm5TP78ULKqoIVC2xrT { width:4.12435rem;height:1.62435rem;top:4.2165794372559rem;left:7.937283575535rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqi8l29JWbRunKXR6JKuy6TWPcgAqWKd { display:block; }
 }