.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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); }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .row .container { background-color: transparent; background-image: none; }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .row .container > .video-iframe-container { display: none; }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .row > .video-iframe-container { display: none; }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .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); }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .row .container { border-width: 0; border-radius: 0; }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .row .container { width:60rem;height:5.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#xNO2EXvIU7x5FlTG9lJFXrPWXZNyiDf2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43714375rem;width:14.124625rem;top:0.062144882977009rem;left:23.809482574463rem;overflow:hidden;display:block; }
#CNxCL5o5V9pSVrnQ2ISnkvMW1wDKkUKe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:17.1875rem;top:3.6240234375rem;left:41.634765625rem;overflow:hidden;display:block; }
#eOw4i3IluofuxmE6TlsNhADNEimia9ic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eOw4i3IluofuxmE6TlsNhADNEimia9ic.adaptive-delivery-prevent-bg, #eOw4i3IluofuxmE6TlsNhADNEimia9ic.lazyload, #eOw4i3IluofuxmE6TlsNhADNEimia9ic.lazyloading { background-image: none; }#eOw4i3IluofuxmE6TlsNhADNEimia9ic > .row .container { background-color: transparent; background-image: none; }#eOw4i3IluofuxmE6TlsNhADNEimia9ic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOw4i3IluofuxmE6TlsNhADNEimia9ic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOw4i3IluofuxmE6TlsNhADNEimia9ic > .row .container > .video-iframe-container { display: none; }#eOw4i3IluofuxmE6TlsNhADNEimia9ic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOw4i3IluofuxmE6TlsNhADNEimia9ic > .row > .video-iframe-container { display: none; }#eOw4i3IluofuxmE6TlsNhADNEimia9ic > .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); }#eOw4i3IluofuxmE6TlsNhADNEimia9ic > .row .container { border-width: 0; border-radius: 0; }#eOw4i3IluofuxmE6TlsNhADNEimia9ic::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOw4i3IluofuxmE6TlsNhADNEimia9ic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOw4i3IluofuxmE6TlsNhADNEimia9ic > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:block; }#s5wrJJZhlMQCFMLSxL6bC1wArrSgFwyQ { box-sizing:content-box;height:12.1875rem;width:43.25rem;position:absolute;display:block;z-index:15002;background-color:#ff8200;background-image:none;top:1.1869673728943rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#DsZf6gdsoTWZ6fg2SfEo3lNhWD0tk9iB { color:#ffffff;display:block;width:41.183625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:3.3427734375rem;left:1.0322265625rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#phnEoXZhufHHuG7QPmcwof2VveUmgNW5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:17.1875rem;top:3.6240234375rem;left:41.634765625rem;overflow:hidden;display:none; }
#zLl20I42tae4T8xPGPDNEl7EoioJFU87 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d801d3bf-fc56-49a1-84da-b8af46bb849d/tolandingdzieci2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zLl20I42tae4T8xPGPDNEl7EoioJFU87.adaptive-delivery-prevent-bg, #zLl20I42tae4T8xPGPDNEl7EoioJFU87.lazyload, #zLl20I42tae4T8xPGPDNEl7EoioJFU87.lazyloading { background-image: none; }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row .container { background-color: transparent; background-image: none; }#zLl20I42tae4T8xPGPDNEl7EoioJFU87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row .container > .video-iframe-container { display: none; }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row > .video-iframe-container { display: none; }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .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); }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row .container { border-width: 0; border-radius: 0; }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row .container { width:60rem;height:43.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#vLycTUtHow0ftULaW11IH56PaTDFuMrP { color:#ff8200;display:block;width:32rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.8041667938231rem;left:0rem;height:9.99375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o5CAEDnMST5WfsaElTvTSttSQWRBTCuq { color:#2b92d0;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2593746185302rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V7APXD8DRADQ6XpL1ezJVqrSh1TikAig { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.0625rem;width:54.5625rem;display:none; }
#upGAiyZ6EI5hX5VlCtvevN7OX1FRbTdg { color:#ff8200;display:block;width:31.99975rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.179077148438rem;left:0rem;height:9.9905rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mDilRJfHFd3waiWDGpFA5meld7rU99ir { color:#ff8200;display:block;width:31.99975rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.179077148438rem;left:0rem;height:9.9905rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WbEy2LRp7lgEDUzty20Aqhyt3r1leHy8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#vTGweQlwhpXmLg6CeMvhJpFSZTbMGwAk { color:#2b92d0;display:block;width:32.4989375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:24.008331298828rem;left:0rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KpvBoPnN1g1SIoEVwaOxEHzSkI4EkBEP { color:#2b92d0;display:block;width:32.4989375rem;position:absolute;font-family:"open sans";font-size:5.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:27.631248474121rem;left:0rem;height:6.9875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nsVSWJhsHmPO0HtN4MnonWXzb6ch2AvC { background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:5.18645625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.162498474121rem;left:0rem;display:block; }
#wytJ8BeySh3Zy9vTPFTNp3aHOKSoHK26 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d4fkARUw2i8S4uOPvRHRNyTHssbrx19M { position:relative;display:block; }#d4fkARUw2i8S4uOPvRHRNyTHssbrx19M { background-color: transparent; background-image: none; }#d4fkARUw2i8S4uOPvRHRNyTHssbrx19M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4fkARUw2i8S4uOPvRHRNyTHssbrx19M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4fkARUw2i8S4uOPvRHRNyTHssbrx19M > .row .container > .video-iframe-container { display: none; }#d4fkARUw2i8S4uOPvRHRNyTHssbrx19M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4fkARUw2i8S4uOPvRHRNyTHssbrx19M > .row > .video-iframe-container { display: none; }#d4fkARUw2i8S4uOPvRHRNyTHssbrx19M > .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); }#d4fkARUw2i8S4uOPvRHRNyTHssbrx19M { border-width: 0; border-radius: 0; }#d4fkARUw2i8S4uOPvRHRNyTHssbrx19M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4fkARUw2i8S4uOPvRHRNyTHssbrx19M > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tqQRfL46cqzDRZTItxx66iQR1zmbVeUm { color:#2b92d0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4928393363952rem;left:0rem;height:6.824625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMl0yBlm8TR3zO9QCsPQIu3o4Bxs6kBq { color:#2b92d0;display:block;width:34.5rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.061957240104rem;left:11.185596466064rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .row .container { background-color: transparent; background-image: none; }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .row .container > .video-iframe-container { display: none; }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .row > .video-iframe-container { display: none; }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .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); }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .row .container { border-width: 0; border-radius: 0; }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .row .container { font-size:0.875rem;font-family:arial;height:65.375rem;width:60rem;position:relative;display:block; }#rnUBQTeIutwgKxKdLaGv3XWBMwwCZhK6 { color:#2b92d0;display:block;width:35.3119375rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.7826128005981rem;left:12.655433654785rem;height:3.4934875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XdqsGw5EisUmi8lXR4XM90lNJK9vAdWX { color:#212226;display:block;width:40.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:11.777445793152rem;left:9.9375rem;height:13.225rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#XdqsGw5EisUmi8lXR4XM90lNJK9vAdWX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XdqsGw5EisUmi8lXR4XM90lNJK9vAdWX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
#zhbor0NsZtOAZgWKSVqvhCmBOlwgSTTM { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem none #fbbc05;border-left:0rem none #fbbc05;border-right:0rem none #fbbc05;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.125rem rgba(148,148,148,0.35) ;height:58.125rem;width:46.8125rem;top:2.2662754058838rem;left:6.904296875rem;display:block; }
#hHSOstonqDrwQwoK2gTklRl4ywx3cVWe { color:#2b92d0;display:block;width:35.3119375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:8.3421239852906rem;left:12.343204498291rem;height:1.54369375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LVJO2eZt7IS3IKfi14eB46FP8r0u6X8N { color:#212226;display:block;width:19.9355625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:30.795573234558rem;left:14.58984375rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EF5l48dneOfWyTm0fF8UgyXdLTU40nBE { color:#2b92d0;display:block;width:10.999375rem;position:absolute;font-family:"open sans";font-size:4.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28.608074188233rem;left:31.079427719116rem;height:5.443575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiTZK5qN3ez7TbMI49E4HPgT8ou22UvW { position:absolute;display:block;z-index:15007;height:14.125rem;width:36.5625rem;top:36.5625rem;left:13.654296875rem;display:block; }
#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d41fcef2-b0b0-4117-809a-b45b427a9bc0/niebieskietogrupoey.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.adaptive-delivery-prevent-bg, #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.lazyload, #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.lazyloading { background-image: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { background-color: transparent; background-image: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container > .video-iframe-container { display: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row > .video-iframe-container { display: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .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); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { border-width: 0; border-radius: 0; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 { color:#ffffff;display:block;width:25.9369375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:10.252175331116rem;left:0.9285316467285rem;height:31rem;overflow:hidden;display:block; }#S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 li:before{  }
#p1wK2mt9q4RqrEawKHNk2S5TAoWvEI0t { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:31.875rem;top:11.123642921447rem;left:28.125003814698rem;overflow:hidden;display:block; }
#bRXzZNooeu1pGHwmGRTO9Slr4zupK4x0 { color:#ffffff;display:block;width:19.749375rem;position:absolute;font-family:"open sans";font-size:6.3125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:0.623046875rem;left:2.17578125rem;height:8.83725rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ { position:relative;display:block; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ { background-color: transparent; background-image: none; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row .container > .video-iframe-container { display: none; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row > .video-iframe-container { display: none; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .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); }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ { border-width: 0; border-radius: 0; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5fb1df;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { background-color: transparent; background-image: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .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); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { border-width: 0; border-radius: 0; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5fb1df;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container { background-color: transparent; background-image: none; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container > .video-iframe-container { display: none; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row > .video-iframe-container { display: none; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .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); }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container { border-width: 0; border-radius: 0; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#CpgGTsPmAcoOcGTr6QS6KGMR3fvnGn73 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.6875rem;top:14.122011184693rem;left:44.550815582276rem;overflow:hidden;display:block; }
#X05JkXSN0fdJlS2r03TBz8xnI86TXAMD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:8.2475681304931rem;left:46.290493011474rem;overflow:hidden;display:block; }
#VAQmNrWRNv9hpKfZD5BCKm4dAvUEOT1U { position:absolute;display:block;z-index:14999;background-color:#ff8200;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:11.25rem;width:41.8125rem;top:12.3125rem;left:1.0625rem;display:block; }
#UwTHhi3c95V4w0EeQbQy0eKOK8UmkcJT { color:#ffffff;display:block;width:57.874375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.1875rem;left:1.0625rem;height:6.65rem;display:block; }
#IVn8i3Wf4DKqkiAVz9m7rPgJNqwJsQC7 { color:#ffffff;display:block;width:37.999375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.524740219116rem;left:2.96875rem;height:6.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5fb1df;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container { background-color: transparent; background-image: none; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container > .video-iframe-container { display: none; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row > .video-iframe-container { display: none; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .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); }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container { border-width: 0; border-radius: 0; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#Ac2fuMON0XX3RTyooZWRyiscXk3uU4Ii { color:#ffffff;display:block;width:57.623625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.6951084136963rem;left:1.1877708435059rem;height:8.3125rem;display:block; }
#nN6hBtxTAPQfGV2cgyDXacry6VpgPrX0 { color:#ffffff;display:block;width:57.87475rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:23.633968353271rem;left:2.1252708435059rem;height:9.975rem;display:block; }
#bV72cJbLHnmDk17LkKh96EXJ3TadnFwr { color:#ffffff;display:block;width:56.8728125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.922826766967rem;left:1.5627708435059rem;height:2.2747375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hcm3pIVCNqVSdF2TDaEMGvUyzoB2bb7U { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:13.0625rem;top:14.185600280762rem;left:1.1861419677734rem;overflow:hidden;display:block; }
#iciR4yXTPW8OfSWSp26MfpIlMgkpxz4T { position:absolute;display:block;z-index:15000;background-color:#2b92d0;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:8.125rem;width:39.75rem;top:13.066577911377rem;left:20.125rem;display:block; }
#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.14);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row .container { background-color: transparent; background-image: none; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row .container > .video-iframe-container { display: none; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row > .video-iframe-container { display: none; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .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); }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row .container { border-width: 0; border-radius: 0; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:60rem;position:relative;display:block; }#ltrKfQUNtGigpbDJ1ipMR2NTiduyNSau { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93695625rem;width:4.93695625rem;top:19.375rem;left:4.8125rem;overflow:hidden;display:block; }
#PJ8J8uGFgT2NQQ7eic6Z5iGVXrTUX0kz { color:#ffffff;display:block;width:12.8103125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:26.580141067505rem;left:0.87391281127931rem;height:8.3125rem;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; }
#zpHVx3kycJvnefFkhvxTNgRkVDUgvGe7 { color:#2b92d0;display:block;width:54.31225rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.375rem;left:4.0625rem;height:6.662125rem;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; }
#E3T2q6eJazlHPIUZU3Aeb9PsLQTXvpo0 { position:absolute;display:block;z-index:15005;background-color:#2b92d0;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.9375rem;width:14.5625rem;top:18.3125rem;left:0rem;display:block; }
#n57NLsAy7IVkrOTWipH0I8B5Vb0lSAQy { position:absolute;display:block;z-index:15008;background-color:#ff8200;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:22.0625rem;width:14.5625rem;top:18.25rem;left:15.1875rem;display:block; }
#VWmpWfoDn21HI7yXuLcHSCo4xpMOHpyU { color:#ffffff;display:block;width:12.8119375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:25.75rem;left:16.0625rem;height:9.975rem;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; }
#b1dWlrmGDAnLIT93398VrXzWr7W8hwFo { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.74973125rem;width:5.74973125rem;top:19rem;left:20.625rem;overflow:hidden;display:block; }
#whpJneEtmHIIEbaUtS9uqGO8ZNsIk15H { position:absolute;display:block;z-index:15011;background-color:#2b92d0;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.9375rem;width:14.5625rem;top:18.25rem;left:30.1875rem;display:block; }
#J2bd5T9yQJCvDgxWhTrATShudv0D0Hv7 { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:25.75rem;left:30.625rem;height:9.975rem;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; }
#kWRg5FnManrdNvbE27Q7GSuVvZaJ5JLG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:19.4375rem;left:35.0625rem;overflow:hidden;display:block; }
#gGRTPqhCblFWNx0fM2HgMUwm3iLr1yEp { position:absolute;display:block;z-index:15014;background-color:#ff8200;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.8125rem;width:14.5625rem;top:18.25rem;left:45.1875rem;display:block; }
#emDBpTaMIbc3ZUT9ZzrGENQq1BgGKRGs { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:25.75rem;left:45.6875rem;height:3.325rem;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; }
#wJrSJTxJcL5waZoSAiDlbtwTTqP5d3n8 { position:absolute;display:block;z-index:15008;background-color:#ff8200;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.5rem;width:14.5625rem;top:41.25rem;left:0rem;display:block; }
#LACfi9gGdn9ABpdqdcsGR5HpfFeHT3an { color:#ffffff;display:block;width:12.8119375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:48.75rem;left:0.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EThoUX0KilHSiIVb0d8D30xsFzh3mk1l { position:absolute;display:block;z-index:15011;background-color:#2b92d0;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.5625rem;width:14.5625rem;top:41.25rem;left:15rem;display:block; }
#GOvp0pMAz6XOnpMAzL1TIVMhPwxgcJAy { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:48.749176025391rem;left:15.874729156494rem;height:9.975rem;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; }
#bQvuamMAvVEy2FRpN1F8BkfJhpgWK6mT { position:absolute;display:block;z-index:15014;background-color:#ff8200;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.5625rem;width:14.5625rem;top:41.25rem;left:30.1875rem;display:block; }
#xky2x9EQrTgpZwwmlAVcKQMUgnrcUsF0 { color:#ffffff;display:block;width:12.8119375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:48.75rem;left:31.0625rem;height:11.6375rem;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; }
#w0ymBxmdB9mGeCFRPtTG3NdgTr2SawK1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:19.374457597733rem;left:50.030712127686rem;overflow:hidden;display:block; }
#L1TJqc6yQ60p8sFH9wiNe3ymkHaMesai { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.06223125rem;width:4.06223125rem;top:42.802176475525rem;left:35.468479156494rem;overflow:hidden;display:block; }
#NxGudVIRtuufuy5T5iOLQfT2SqzZ8ge2 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:42.875rem;left:5rem;overflow:hidden;display:block; }
#qcbVfk8h0u7a5MIm93IdkBUoip2qEQTO { position:absolute;display:block;z-index:15014;background-color:#2b92d0;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.5625rem;width:14.5625rem;top:41.25rem;left:45.25rem;display:block; }
#VQT0b5WJbMTOpWxIbI9tP1lVDFn6A6vE { color:#ffffff;display:block;width:12.8119375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:48.75rem;left:46.125rem;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; }
#ORXdBV7x5FiJz7JT7yMTKlDsEPn3BTia { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.12445625rem;width:5.12445625rem;top:42.802176475525rem;left:19.936958312988rem;overflow:hidden;display:block; }
#SE73xWNgNTB25Cnx6vvKFXMc80BgQoqi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:42.802176475525rem;left:50.862775031494rem;overflow:hidden;display:block; }
#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container { background-color: transparent; background-image: none; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container > .video-iframe-container { display: none; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row > .video-iframe-container { display: none; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .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); }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container { border-width: 0; border-radius: 0; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;position:relative;display:block; }#gzsUzKBJ0iSeag6CzKy8JXHTJXGcp4ly { background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.75rem;height:6.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.0625rem;left:14.935546875rem;display:block; }
#F2ILJkSyumfaUZqfEOAoFWBi39akLfDH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.adaptive-delivery-prevent-bg, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyload, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyloading { background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { border-width: 0; border-radius: 0; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#NI1CE24E8yq6BfFr0uSDQualJi0tKR7e { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4190216064453rem;left:8.1872291564944rem;height:6.662125rem;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; }
#KLdCIKDFvR1dTVr3QD0uUsHafiRQRrUU { position:absolute;display:block;z-index:15003;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.0625rem solid #2b92d0;border-left:0.0625rem solid #2b92d0;border-right:0.0625rem solid #2b92d0;border-bottom:0.0625rem solid #2b92d0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:65rem;width:59.9375rem;top:2rem;left:0rem;display:block; }
#MS2RBxrOltcHqwc4030mHbrzKdgCTbMz { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:14.25rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S.adaptive-delivery-prevent-bg, #TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S.lazyload, #TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S.lazyloading { background-image: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { background-color: transparent; background-image: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container > .video-iframe-container { display: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row > .video-iframe-container { display: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .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); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { border-width: 0; border-radius: 0; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:60rem;position:relative;display:block; }#WEB9HrpgQ9IDfzUgg0LcGDdW7RRb9rqS { position:absolute;display:block;z-index:15004;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.21) ;height:20.8125rem;width:17.8125rem;top:3.375rem;left:1.8122291564941rem;display:block; }
#xQaGBCoRuNptlzfxH6zhRCaHsfGt5KgH { color:#2b92d0;display:block;width:10.372375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15018;line-height:1.9;letter-spacing:0;top:4.8743388652801rem;left:42.686849594116rem;height:3.4433625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z1nEyoNUBlE5vGlsmNXepMT91akMbIoQ { color:#212226;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:9.9993391036988rem;left:41.906251907349rem;height:11.6375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DTpnURkVeiQk1Ob4dUW9d0WWLF5WoflA { position:absolute;display:block;z-index:15005;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.21) ;height:20.8125rem;width:17.8125rem;top:3.375rem;left:21.124729156494rem;display:block; }
#RtDge0BZNfbNxV89nIHbbIIsVTVMUE0W { color:#2b92d0;display:block;width:12.3741875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15019;line-height:1.9;letter-spacing:0;top:4.875rem;left:22.8125rem;height:3.4433625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tWUXddfU3ptfBRN56BgAwsCqVTqNo2Io { color:#212226;display:block;width:14.37475rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:10rem;left:22.8125rem;height:8.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vvORxI86ao5Gt5ccRnEI5fXk9eeuWmzn { position:absolute;display:block;z-index:15008;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.21) ;height:20.8125rem;width:17.8125rem;top:3.375rem;left:40.687503814698rem;display:block; }
#G4W6ArKpXTRPd8OQlqMFxe9y8fvZ4lKx { color:#2b92d0;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:5.4166564941406rem;left:3.125rem;height:2.35611875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WQn7MynEkrq9waPD2iAnzsT8P0JostIv { color:#212226;display:block;width:13.811875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:9.9980373382569rem;left:3.125rem;height:9.975rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MJzByWv9l381FmPw14IRyGQvJLlgl1Fw { position:absolute;display:block;z-index:15017;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.21) ;height:22.25rem;width:17.8125rem;top:26.124458312988rem;left:40.624729156494rem;display:block; }
#zXvtI36onWIQH0H73nH0GLIfcdEv2wTr { position:absolute;display:block;z-index:15014;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.21) ;height:22.25rem;width:17.8125rem;top:26.311958312988rem;left:21.124729156494rem;display:block; }
#xG7EahzKlu2QxHrVvH71i1aTtBTDHdf0 { color:#2b92d0;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15028;line-height:1.9;letter-spacing:0;top:27.9375rem;left:22.6875rem;height:3.4433625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eeTI8FmbsIoAQb8urvBqXU1ufKJBasu6 { color:#212226;display:block;width:14.37475rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:33.312230110169rem;left:22.812229156494rem;height:11.6375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oThQUiMkO6waRclHthfvzUwgFRqL524b { color:#2b92d0;display:block;width:12.3741875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15031;line-height:1.9;letter-spacing:0;top:28.0625rem;left:42.1875rem;height:3.4433625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mNg45KD1W5tHBh79GAcXWOB3t9C5MmhQ { color:#212226;display:block;width:13.81225rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:33.3125rem;left:42rem;height:6.65rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M7ndLEffolH7llaJz6mIFJ3ABJ8PfSeB { position:absolute;display:block;z-index:15013;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.21) ;height:22.25rem;width:17.8125rem;top:26.124458312988rem;left:1.8122291564941rem;display:block; }
#vSV0GbUC40ZRi1Be3RsQGUkbtZHLaMzT { color:#212226;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:34.685055732727rem;left:3.2184791564941rem;height:11.6375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SMOaJqOaK52lCdvrL6AsJd2G2AS7RuBo { color:#2b92d0;display:block;width:12.061125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:28.3125rem;left:3.125rem;height:5.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oGTL4yll2rdTOP5gly15O9S8CWKS5Axv { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.99975rem;width:7.99975rem;top:25.375rem;left:50.625rem;overflow:hidden;display:block; }
#u0wmpTd8i1KJ9wHegkR5G4meme4xbKyZ { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.124375rem;width:8.124375rem;top:2.5318908691406rem;left:50.416666030884rem;overflow:hidden;display:block; }
#cmsik7TXmxTZGEOKXpf9FJEKocTTlI6S { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:1.9693908691406rem;left:11.091796875rem;overflow:hidden;display:block; }
#dwczfWRWLzJmrpQHL7p4nrGTWgKlTCF2 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1869375rem;width:8.37475rem;top:26.3125rem;left:30.5625rem;overflow:hidden;display:block; }
#k4MVWb64ExvNWEp77giwhKA82z7vhNeT { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:8.625rem;top:3.3750002384186rem;left:31.463314056396rem;overflow:hidden;display:block; }
#qDJfoIIwtIpsB40I7voVTExiAcUNgT5A { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1869375rem;width:9.9994375rem;top:27.5rem;left:9.625rem;overflow:hidden;display:block; }
#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE { position:relative;display:block; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE { background-color: transparent; background-image: none; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container > .video-iframe-container { display: none; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row > .video-iframe-container { display: none; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .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); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE { border-width: 0; border-radius: 0; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vq26Wb9AJT81EFdWceOwowFSvraUxEsH { color:#2b92d0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:11.125rem;left:0rem;height:2.818575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#troTrbpLJbaSdMLrT4gRiTOuT9IhxrV5 { color:#2b92d0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:5.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.5rem;left:0rem;height:5.63736875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b92d0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container { background-color: transparent; background-image: none; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container > .video-iframe-container { display: none; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row > .video-iframe-container { display: none; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .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); }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container { border-width: 0; border-radius: 0; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { color:#ffffff;display:block;width:24.6244375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.1847600936889rem;left:34.684238433838rem;height:21rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M70LNFPhNxfc3GIiB65dknMdJ4MJvPPi { color:#ffffff;display:block;width:24.623625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:22.117663860321rem;left:34.682613372802rem;height:14.9625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fcf2f0N2632kefTnIdkd1W8Reccwyxpo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.74975rem;width:32.74975rem;top:2.0980834960938E-5rem;left:0rem;overflow:hidden;display:block; }
#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b92d0, #006490);background-image: -moz-linear-gradient(180deg, #2b92d0, #006490);background-image: -ms-linear-gradient(180deg, #2b92d0, #006490);background-image: -o-linear-gradient(180deg, #2b92d0, #006490);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b92d0', endColorstr='#006490' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b92d0', endColorstr='#006490' );";background-image: linear-gradient(180deg, #2b92d0, #006490);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container { background-color: transparent; background-image: none; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container > .video-iframe-container { display: none; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row > .video-iframe-container { display: none; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .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); }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container { border-width: 0; border-radius: 0; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:60rem;position:relative;display:block; }#E1TgVZBtdTevMeiLh9SFEKVa0vOghZQN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:0.95217418670656rem;left:0rem;height:14.9625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wEg3efqV94OO3lT60bitZqScVM4iibzA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wEg3efqV94OO3lT60bitZqScVM4iibzA > .row .container { background-color: transparent; background-image: none; }#wEg3efqV94OO3lT60bitZqScVM4iibzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEg3efqV94OO3lT60bitZqScVM4iibzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEg3efqV94OO3lT60bitZqScVM4iibzA > .row .container > .video-iframe-container { display: none; }#wEg3efqV94OO3lT60bitZqScVM4iibzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEg3efqV94OO3lT60bitZqScVM4iibzA > .row > .video-iframe-container { display: none; }#wEg3efqV94OO3lT60bitZqScVM4iibzA > .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); }#wEg3efqV94OO3lT60bitZqScVM4iibzA > .row .container { border-width: 0; border-radius: 0; }#wEg3efqV94OO3lT60bitZqScVM4iibzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEg3efqV94OO3lT60bitZqScVM4iibzA > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;position:relative;display:block; }#iuelVbAFMUabyp7uy6OiUSZTON5FI2CZ { background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.75rem;height:6.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.0625rem;left:14.935546875rem;display:block; }
#GQoMgo1dXoQ4ATSxs53sT7T4wVMgXDdC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yWdV7mdfTppcluzG99tJkC161pohvtAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008abf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row .container { border-width: 0; border-radius: 0; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#kO7m2CkR5pJGHEsTsm1rt9WJZlLIU4gI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.adaptive-delivery-prevent-bg, #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.lazyload, #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.lazyloading { background-image: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { background-color: transparent; background-image: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container > .video-iframe-container { display: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row > .video-iframe-container { display: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .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); }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { border-width: 0; border-radius: 0; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#fpxylF81ismm0RqfCKi0kqWMIL5XWxTi { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4190416336059rem;left:5.4375rem;height:6.662125rem;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; }
#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container { background-color: transparent; background-image: none; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container > .video-iframe-container { display: none; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row > .video-iframe-container { display: none; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .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); }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container { border-width: 0; border-radius: 0; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container { font-size:0.875rem;font-family:arial;height:57.3125rem;width:60rem;position:relative;display:block; }#u0yKVOvg6PzBT9yW3zJnv7dM8k2APwIr { color:#2b92d0;display:block;width:35.9375rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.1875061988831rem;left:0rem;height:11.475rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qrbWTHoNDulZz5qhKJsnDIpCqHErfO6P { color:#212226;display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:11.898437976837rem;left:0rem;height:21.6125rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VQElmaXZZQl43GNvRrqgiFR5lr40H6IP { color:#212226;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:34.3125rem;left:0rem;height:21.6125rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WR8N3xSugPLuOIC7iJNI8yesSKTrSgme { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:31.5rem;width:20.93725rem;top:1.825252532959rem;left:38.527988433838rem;overflow:hidden;display:block; }
#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg > .row .container { border-width: 0; border-radius: 0; }#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:none; }#za9Q7TnDCFOgGtHBAIDTqsGzVsRBldab { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.1682052612305rem;left:5.4375rem;height:3.33073125rem;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; }
#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(204,204,204,0.13);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny > .row .container { border-width: 0; border-radius: 0; }#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:none; }#JzIINsfeummLqfaM5UuxVDMx2DSgZnUx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:45.6875rem;top:1.6875rem;left:2.0625rem;overflow:hidden;display:block; }
#RsaTc4tO3ztgFLRXeQJWkqthK493a8Db { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:45.9375rem;top:26.125rem;left:2.0625rem;overflow:hidden;display:block; }
#hSzLwtQAgq0PUg0vLXXXoGGd2JuNec9q { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:46.0625rem;top:13.6875rem;left:2.0625rem;overflow:hidden;display:block; }
#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,230,230,0.13);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { background-color: transparent; background-image: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container > .video-iframe-container { display: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row > .video-iframe-container { display: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .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); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { border-width: 0; border-radius: 0; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:60rem;position:relative;display:block; }#yqEpbf90vN1riVedN6b4AEnmwZC87GaX { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4190416336059rem;left:5.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pOxAq8zEc83T1qBd45uqVIoKughnsypx { position:relative;display:block; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx { background-color: transparent; background-image: none; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row .container > .video-iframe-container { display: none; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row > .video-iframe-container { display: none; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .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); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx { border-width: 0; border-radius: 0; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,230,230,0.13);background-image:none;font-size:0.875rem;font-family:arial;height:72.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#b5T3qlGTeWTv5ldEqB7lDxHiPee3qODv { color:#212226;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.875rem;left:1.5625rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s0q8Nh9ZhMkuTwoG7JFMRgM36ZRVZveo { color:#212226;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:26.311965942382rem;left:1.3747291564941rem;height:3.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D9yIQA4eDwt1C49F5PqtTLfGRLN19mxc { color:#212226;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.874740600586rem;left:21.249458312988rem;height:7.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F43GCohUBbHd2ceuvRXhnqMyZalXmUqz { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:30.573099251836rem;left:21.249458312988rem;height:4.9875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iRP5IJRt0ykOUKKSBHSxrWBObV4m8GEu { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.874729271978rem;left:40.864406585693rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GQwKP8sg41P2VJrSvhSurBLDFgPtQMxu { color:#212226;display:block;width:18.436125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:25.050817605108rem;left:40.780437469483rem;height:9.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zuCtNIG1vq7GmvGvwdGzEpx6Gi47WZ0K { color:#212226;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.28125rem;left:0.9375rem;height:6.5rem;font-style:normal;display:block; }
#Cwe0avkCMi5ztHFttwJ7deOhBuOu2feA { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:42.123895760626rem;left:1.2480964660644rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vILHt97lqQX3xkPOMzdFwLNZF5unaIA9 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:44.700800057501rem;left:1.1755409240723rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vVTLT9zAy8H6PV2pscdT7Z4178I79W4E { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:59.184898376465rem;left:21.5625rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lld8xNy91ZXqIhUkCvTbrUntGyotGByf { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:63.651044845581rem;left:21.5625rem;height:3.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#okCtkk6hwdXKcplSiISRlCeXkqh0AU92 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:59.185550689698rem;left:1.248046875rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#guvOGlWfmVlBe34bl7lp4OZgeKBu7FG7 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:63.651695251462rem;left:1.248046875rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kTRkZoplX095ax658TACcRz8CTLA8lLd { box-sizing:content-box;color:#2b92d0;font-size:7.5625rem;font-weight:400;line-height:1;height:10.8123125rem;width:10.8123125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:2.1244621276856rem;left:24.683238983154rem;display:block; }
#GkPSLcD3mC77RyPLxAXW0WCCOtO0NDWT { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:59.184247970581rem;left:41.562501907349rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hrXPXEHh51CioeElyHDIqezOs3uytOg1 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:63.6503944397rem;left:41.562501907349rem;height:3.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ttBvGo0cEqTi8GWW41J2RcV3PFEvmIxP { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42.123699188233rem;left:21.249349594116rem;height:3.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#khG9nha15e82shdfZdngNC8zGDqLHbCO { color:#212226;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:46.362632751465rem;left:21.09375rem;height:4.9875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oQKCd3JvhXkFqTTOJTbbob1Vxds8mieN { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:42.123049736023rem;left:40.863931655884rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t3o845oKVXDiZhZHTTe3tZ9trr29rcqQ { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:46.361982345581rem;left:40.863931655884rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WMOLOuVyKMDOTKUpnl7oAEck2CBRHC0C { box-sizing:content-box;color:#ff8200;font-size:7.5625rem;font-weight:400;line-height:1;height:10.8123125rem;width:10.8123125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:2.1244621276856rem;left:24.683238983154rem;display:none; }
#rhXrLv6TPwJRXLN7uwWGobdLiSinepeb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.12473125rem;width:6.12473125rem;top:14.435870647431rem;left:21.249458312988rem;overflow:hidden;display:block; }
#aaQc1VRHVXaWiqCvFXQxUOOaw24xugQz { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74945625rem;width:4.74945625rem;top:15.863316651434rem;left:40.864406585693rem;overflow:hidden;display:block; }
#PPmIzV1iG32BB97pW2HhaVnzO1zZJhBN { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74945625rem;width:4.74945625rem;top:36.343189354986rem;left:1.3736419677734rem;overflow:hidden;display:block; }
#RSAoT1TZ2iFWTHxDAh0T8XutBFBPlEih { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.285160064698rem;left:21.249349594116rem;overflow:hidden;display:block; }
#is998ZQCwOXvpCDxqdt3BioTug42NaOc { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.284507751465rem;left:40.863931655884rem;overflow:hidden;display:block; }
#xKI9XoTeg35FUVtEUkUcTRQttNu12R8n { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.936851501465rem;left:1.373046875rem;overflow:hidden;display:block; }
#izNu8Dy8V4cf7XwvTSFLl8CMHd7vAXUu { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:36.373699188233rem;left:21.249349594116rem;overflow:hidden;display:block; }
#VhEWThcfIlMkFwVot6ChxQZ9SPX7uhRe { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:36.373049497604rem;left:40.863931655884rem;overflow:hidden;display:block; }
#TrGIpZXfbOHxV7aSi6GTVOZJ4N6ip45l { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.12473125rem;width:6.12473125rem;top:14.498586177826rem;left:0.9375rem;overflow:hidden;display:block; }
#h8X2E9QfkTpKhCsfUQ3z5Cd8Rt06k6JT { color:#212226;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.3125rem;left:1rem;height:1.7871125rem;display:block; }
#QdQIVopbsBI4cBpbA7oH8es08LI1BZvN { background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.99956875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.3120660781861rem;left:40.468749046326rem;display:block; }
#bc78uoLKQtwqiarvXX4MyEmFZuUQhMLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE { position:relative;display:block; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE { background-color: transparent; background-image: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container > .video-iframe-container { display: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row > .video-iframe-container { display: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .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); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE { border-width: 0; border-radius: 0; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d30294f-b0b1-44ff-8c5c-96316dd0512f/AdobeStock_236934881.jpeg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:40rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container.adaptive-delivery-prevent-bg, #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container.lazyload, #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container.lazyloading { background-image: none; }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G { position:relative;display:block; }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G { background-color: transparent; background-image: none; }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .row .container > .video-iframe-container { display: none; }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .row > .video-iframe-container { display: none; }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .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); }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G { border-width: 0; border-radius: 0; }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b92d0;background-image:none;font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#SdwDnXRPAr4cm5TS77ER0IE1eselsT7x { color:#ffffff;display:block;width:50.37475rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:2.9991855621338rem;left:4.8122291564941rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H2uXbTp3fcwA3svbF79iLNZTxQ0crB6A { position:absolute;display:block;z-index:15002;background-color:#1d3c4f;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:15.3125rem;width:50.75rem;top:2.359375rem;left:4.8125rem;display:block; }
#yVMKsWZA0ntJBO3FGMlXW5qPlcKdnEKT { color:#ffffff;display:block;width:40.561875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:8.0579631328581rem;left:9.71875rem;height:7.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa { position:relative;display:block; }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa { background-color: transparent; background-image: none; }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .row .container > .video-iframe-container { display: none; }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .row > .video-iframe-container { display: none; }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .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); }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa { border-width: 0; border-radius: 0; }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(27,71,127,0.13);background-image:none;font-size:0.875rem;font-family:arial;height:34rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FeuwOONSkL0rMs1sTWrsQZCwfCF55dKp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:57.3125rem;top:1.7187499552965rem;left:1.3118495941162rem;overflow:hidden;display:block; }
#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 { position:relative;display:block; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 { background-color: transparent; background-image: none; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row .container > .video-iframe-container { display: none; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row > .video-iframe-container { display: none; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .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); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 { border-width: 0; border-radius: 0; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,230,230,0.13);background-image:none;font-size:0.875rem;font-family:arial;height:87.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#UShzoSuQR5iTWEEoP3fcxLGEOiOer2rk { color:#212226;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.74973487854rem;left:0.71739196777344rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qN5qTEdCszKmIIDaim2gUuH3oaT5DGWc { color:#212226;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:26.916038513184rem;left:1.1861419677734rem;height:3.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pF2QokuE4h38GlZirSTDMZaxpgRUncCK { color:#212226;display:block;width:19.1869375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.75rem;left:20.5rem;height:5.3625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a61Wdzh3wsPdyZ7O7xRnae50uJIESQZb { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:31.114410400391rem;left:20.499458312988rem;height:4.9875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gkVmuuNqdUtFdAtb7TuaqZxAWGZ3795f { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.748920440674rem;left:40.780437469483rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uat6yTVuokHmfqn429dRWfIvdkmcwIcP { color:#212226;display:block;width:18.436125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:26.916038513184rem;left:40.780437469483rem;height:9.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AH8bzerXozNB3HqkkgtE8Mfiw7DKe9kW { color:#212226;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.28125rem;left:0.9375rem;height:9.75rem;font-style:normal;display:block; }
#e1qDrXyifohAumxtVXmzzkd3SSSH8Lcq { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:43.625rem;left:1.1875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PdVaTIoNm9TLzoNwqXs1qXLKoEcCntRM { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:47.375rem;left:1.1875rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwQwoVVKXELCtMCI62pNAhTEA6r3E6Ok { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:59.875001907349rem;left:21.5625rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oNxdMKVIApXwe4QZVTnCtknsLST6r7o0 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:65.26758003235rem;left:21.5625rem;height:3.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CHJKw6aHPnWmxsoGkpw5BbKy7DCyHhUI { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:59.875rem;left:1.1875rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iPlUIHqvAPwQpa2voipRJ75zOzMb0qhN { color:#212226;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:65.26758003235rem;left:1.185546875rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#emIvpmfQCC5BI31V75iZr4CZ5hMyVwIQ { color:#212226;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.6875rem;height:1.7871125rem;display:block; }
#sEqtqlzLVU5n7fDT9zbKcG7whpS4u9yA { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:59.874990463257rem;left:41.562501907349rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XKxSaMcFrdJVKtWASbkyHVX6DXOpkO7L { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:63.44921875rem;left:41.562501907349rem;height:3.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bgDsvGMKK9D8eTKnqt3BHG60ahTfo50w { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:43.679677486419rem;left:21.5625rem;height:3.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k7Oq74DB08OiO6bxpq9RqAqLu5d11Bvv { color:#212226;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:48.249339103699rem;left:21.09375rem;height:4.9875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TA7CGZ4IZSMlRB9kAOr9sx82pRMnBouP { color:#ff8200;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:76.437479972837rem;left:21.5625rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uCcKQeKWmkw2wA2cieVfcXtpgmUxGHlT { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:80.7916469574rem;left:21.5625rem;height:3.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fteX5L8R8w2qqzxEiyO55bxHCURgg57B { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.12473125rem;width:6.12473125rem;top:16.279897689819rem;left:20.499458312988rem;overflow:hidden;display:block; }
#cliof5T3Dv6PoiFoihAQEBxoq13HQmZb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:16.998918533325rem;left:40.780437469483rem;overflow:hidden;display:block; }
#dCbOOh4RiHVgaAfd2CaFzJKouvtDifDK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:37.875055313111rem;left:1.1861419677734rem;overflow:hidden;display:block; }
#NiZisK79Dckt7oHLsfSgAWIxCkmFq1oK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:54.333986282349rem;left:21.5625rem;overflow:hidden;display:block; }
#W39RgkdGqgLMtC6y18FtbUOHLTT4PpIs { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.498687744141rem;left:40.779947280884rem;overflow:hidden;display:block; }
#tqaMNTNFplweCICM5kOLELXGdkQcNhIt { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.499460220337rem;left:1.5611419677734rem;overflow:hidden;display:block; }
#DE3s8rBZs9k4XArTreWZHoUwDVMmG63v { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:38.979156494141rem;left:21.1875rem;overflow:hidden;display:block; }
#cr6ArMTNC97GU4E10KTpgHqz7xImlbdR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.3744375rem;width:7.3744375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.3114128112793rem;left:26.311958312988rem; }
#RwdXSOpWAtzoB4hiSPCby5s4ntS5ubOE { color:#212226;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:80.792055130006rem;left:1.1861419677734rem;height:3.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KGeO9LZEeIGK57TPzvMwmpTZ6VTBg73G { color:#ff8200;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:76.4375rem;left:1.5625rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TSdQTyM2IlpKTPZ4XbR42WqPXdXPTukP { color:#212226;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:80.790995597837rem;left:40.779947280884rem;height:4.9875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PwkTb7Axyw4RrMz4VTF3WgUOeWTfq5UO { color:#ff8200;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:76.436828613281rem;left:40.779947280884rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aC8DIOftTuV423vB8TWTaINCAGJbSltg { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:71.248677730563rem;left:21.5625rem;overflow:hidden;display:block; }
#tBMhdmO4XTCvkHP7l9a4F5J5DMNWmrhN { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:70.434717178344rem;left:0.71739196777344rem;overflow:hidden;display:block; }
#leNXRXxihCCbaDXwyfOcnsxGhuwlKBaw { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:71.248026847837rem;left:40.779947280884rem;overflow:hidden;display:block; }
#Q7VqpLKuocMU3ZzTCCbrurDu5fcxG7fK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:17.957614898682rem;left:0.71739196777344rem;overflow:hidden;display:block; }
#UWvpKNML6tXu5VI2ql24Pv6wIZmHqU59 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:43.624989986419rem;left:40.779947280884rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i1UqJLu2efPOaFDDs5ZVUkvw18hEM14H { color:#212226;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:47.374990463257rem;left:41.093751907349rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tDhPyyonxTE4b71VlW7dBwFadrVAkCl0 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:38.979156494141rem;left:41.093751907349rem;overflow:hidden;display:block; }
#XCHPZW7TWGTpZDtANAz1uRNOx3mGnJLW { background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.99956875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.2806911468506rem;left:40.468749046326rem;display:block; }
#R8PTxT0PONQSma7Q8LhC9uyTRT1TTKF4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP { position:relative;display:block; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP { background-color: transparent; background-image: none; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container > .video-iframe-container { display: none; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row > .video-iframe-container { display: none; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .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); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP { border-width: 0; border-radius: 0; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2726c4aa-48a3-4fd2-9cbb-55763026c16d/AdobeStock_3636328691.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container.adaptive-delivery-prevent-bg, #i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container.lazyload, #i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container.lazyloading { background-image: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG { position:relative;display:block; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG { background-color: transparent; background-image: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,60,79,0.65); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container > .video-iframe-container { display: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row > .video-iframe-container { display: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,60,79,0.65); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG { border-width: 0; border-radius: 0; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container.adaptive-delivery-prevent-bg, #WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container.lazyload, #WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container.lazyloading { background-image: none; }#OBChuTaXn4CWyFNMyrhy9PRhRFF9XnFx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:9.25rem;width:13.9375rem;top:10.5rem;left:9.6875rem;overflow:hidden;display:block; }
#HZFcbXF9FHA2TbpZuMIT7EeI5MeCl60P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:14.25rem;width:9.375rem;top:1.8125rem;left:2.0625rem;overflow:hidden;display:block; }
#GnM9wiC5iRCWABgIyXx4uMK2vFWmkzf3 { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.4375rem;left:27.875rem;height:3.73698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OwwJn1a7i964eBpRlWXOLOPlvxsoxaqc { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.5625rem;left:27.75rem;height:9.2625rem;display:block; }
#mhK52CKtyTkFVrppX0pHT56ATbyQ2n9t { position:absolute;display:block;z-index:14999;background-color:#ff8200;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:16.875rem;width:34.1875rem;top:2.375rem;left:25.25rem;display:block; }
#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { background-color: transparent; background-image: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container > .video-iframe-container { display: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row > .video-iframe-container { display: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .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); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { border-width: 0; border-radius: 0; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#P7CEfhu5uZBwTmzRkc6dKC3z9Kkx7nBW { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4190416336059rem;left:5.4375rem;height:3.33105625rem;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; }
#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(204,204,204,0.13);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .row .container { background-color: transparent; background-image: none; }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .row .container > .video-iframe-container { display: none; }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .row > .video-iframe-container { display: none; }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .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); }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .row .container { border-width: 0; border-radius: 0; }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .row .container { font-size:0.875rem;font-family:arial;height:73.375rem;width:60rem;position:relative;display:block; }#PUry46DmBQuWA8Ve4bJeLFuF8uoBEDQp { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.7494375rem;width:41.8744375rem;top:2.1864500045776rem;left:0rem;overflow:hidden;display:block; }
#Ew0XFyIbHpKWlB87ur9HNygKK1DNreJH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9978125rem;width:43.06225rem;top:14.811676025391rem;left:16.937770843506rem;overflow:hidden;display:block; }
#vBdKiiVBOuRDeuKdTtRLmEF97x8wTnhN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.68725rem;width:44.74975rem;top:29.551668167114rem;left:0rem;overflow:hidden;display:block; }
#s25JkAaHstlrph4IefeQ4f7KCdH5sVCZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.87475rem;width:39.49975rem;top:44.060905456543rem;left:20.500270843506rem;overflow:hidden;display:block; }
#LhLbJn5RFsI1u2yhlRo1rMTBSyJEzJR6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:43.5rem;top:58.998918533325rem;left:0rem;overflow:hidden;display:block; }
#k7qwITpb5BC1av295Dqc7EGa4925zRh9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(204,204,204,0.13);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container { background-color: transparent; background-image: none; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container > .video-iframe-container { display: none; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row > .video-iframe-container { display: none; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .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); }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container { border-width: 0; border-radius: 0; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#c0amF03o0gZ1X9Fz1TgdkLM3JWwQGWhK { color:#212226;display:block;width:23.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.6875rem;left:1.875rem;height:6.175rem;display:block; }
#SUBrBpscF7KtMc1TKilpSvIuXnOTdzzG { position:absolute;display:block;z-index:15001;height:12.6244375rem;width:22.5rem;top:3.2112312316894rem;left:32.999187469483rem;display:block; }
#S0fJ9TpHKRxGGTktEylvT1AKBQDaHzz3 { color:#212226;display:block;width:23.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.875rem;height:1.7871125rem;font-style:normal;display:block; }
#cKcK0oiBcZPGIEyE5KPqGAKZIwdyPKyt { position:relative;display:none; }#cKcK0oiBcZPGIEyE5KPqGAKZIwdyPKyt { border-width: 0; border-radius: 0; }#cKcK0oiBcZPGIEyE5KPqGAKZIwdyPKyt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKcK0oiBcZPGIEyE5KPqGAKZIwdyPKyt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#xz5yetNNUUISgBIQk7xFC15V0FRhi9gK { color:#2b92d0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4928393363952rem;left:0rem;height:6.824625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yc2PqhJbLEabfAkkhIZNXJ76dLpu24WR { color:#2b92d0;display:block;width:34.5rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.061957240104rem;left:11.185596466064rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vhN5r2r90tIxkZIVPUbaJgFTiDTFv93g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vhN5r2r90tIxkZIVPUbaJgFTiDTFv93g > .row .container { border-width: 0; border-radius: 0; }#vhN5r2r90tIxkZIVPUbaJgFTiDTFv93g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhN5r2r90tIxkZIVPUbaJgFTiDTFv93g > .row .container { font-size:0.875rem;font-family:arial;height:65.375rem;width:60rem;position:relative;display:none; }#C8IbuRTORBLh6ZWMfnsXosnZ7XJBnkyM { color:#2b92d0;display:block;width:35.3119375rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.7826128005981rem;left:12.655433654785rem;height:3.4934875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SWrEpIZa1p1Kywc5ZWpPA2kMoyzCe4to { color:#212226;display:block;width:40.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:11.777445793152rem;left:9.9375rem;height:13.216125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#SWrEpIZa1p1Kywc5ZWpPA2kMoyzCe4to li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SWrEpIZa1p1Kywc5ZWpPA2kMoyzCe4to li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
#r5TgV14IQN9ct3BAF45ul2kd6zJI2S9F { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem none #fbbc05;border-left:0rem none #fbbc05;border-right:0rem none #fbbc05;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.125rem rgba(148,148,148,0.35) ;height:58.125rem;width:46.8125rem;top:2.2662754058838rem;left:6.904296875rem;display:block; }
#AxxecJHsgwKLfZg9ibMKTz71wOq2g6XH { color:#2b92d0;display:block;width:35.3119375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:8.3421239852906rem;left:12.343204498291rem;height:1.54369375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ihdpbfZgZwtiTPK7dSWCDT4nuK44lQyF { color:#212226;display:block;width:19.9355625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:30.795573234558rem;left:14.58984375rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rS54OpdCS2e1K2oykJBvfIF1u9ncttOz { color:#2b92d0;display:block;width:10.999375rem;position:absolute;font-family:"open sans";font-size:4.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28.608074188233rem;left:31.079427719116rem;height:5.443575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xy9257tI58aVU4URnVihUSyk3kHLyVFH { position:absolute;display:block;z-index:15007;height:14.125rem;width:36.5625rem;top:36.5625rem;left:13.654296875rem;display:block; }
#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccecff;background-image:url("https://images.assets-landingi.com/uc/106967c8-49c3-4110-b288-ab804a680ccb/1toniebieskiipomarazowy.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv.adaptive-delivery-prevent-bg, #xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv.lazyload, #xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv.lazyloading { background-image: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { background-color: transparent; background-image: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container > .video-iframe-container { display: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row > .video-iframe-container { display: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .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); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { border-width: 0; border-radius: 0; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:60rem;position:relative;display:block; }#BqObGD5WMkhW4TIagEF8LEPF2GsVlgaD { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.771484375rem;left:0rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wTPTJcM2kUKsJFK6XSFv6QKd2g7aIMWv { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container { background-color: transparent; background-image: none; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container > .video-iframe-container { display: none; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row > .video-iframe-container { display: none; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .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); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container { border-width: 0; border-radius: 0; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#vHsX2kwAk17qvJvvxfRNgT3l6Ky2qGyz { color:#2b92d0;display:block;width:41.936875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.3255214691162rem;left:9.03125rem;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; }
#yKUVeNnpkBexlshP4bV283xA0arBSiiK { position:absolute;display:block;z-index:15002;background-color:#2b92d0;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.125rem;width:20.5625rem;top:13.416015625rem;left:0.0071561212647569rem;display:block; }
#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu { position:relative;display:block; }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu { background-color: transparent; background-image: none; }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu > .row .container > .video-iframe-container { display: none; }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu > .row > .video-iframe-container { display: none; }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu > .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); }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu { border-width: 0; border-radius: 0; }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fab800;background-image:none;font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kQgXI0auMLbiMeGOpVMhJw5oikpgFVBW { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:24.48828125rem;left:1.966796875rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#kQgXI0auMLbiMeGOpVMhJw5oikpgFVBW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kQgXI0auMLbiMeGOpVMhJw5oikpgFVBW li:before{  }
#G8ReiEaSBQUnPyUcqQJyem0fd8TA2SrH { color:#ffffff;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.311770439148rem;left:0.5625rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t7qeEk6ZKuxQLClM0CAfKk0V7GAEd8ob { color:#ffffff;display:block;width:12.498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:19.599388122559rem;left:3.7508163452149rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#M6qSrpEoTxD3qZCWLwQ6E0GUSfHNW4wq { color:#ffffff;display:block;width:12.498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:21.235530853271rem;left:3.7508163452149rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vbTgcXTdQbb250PgJRtBn7JRNNo8065T { color:#ffffff;display:block;width:18.8105625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:24.48828125rem;left:21.251302719116rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#vbTgcXTdQbb250PgJRtBn7JRNNo8065T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vbTgcXTdQbb250PgJRtBn7JRNNo8065T li:before{  }
#T5b8E3cUBMwd10ZhZ1pssBK4flWUExx2 { color:#ffffff;display:block;width:12.498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:19.625rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wVcvuJq2BIeffJUs4QaTWrSBJEAgmHqC { color:#ffffff;display:block;width:12.498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:21.25rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ekJZk2DaWIlgolNnTVpNhz1qA240cqOl { color:#ffffff;display:block;width:19.9989375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:14.31351852417rem;left:19.999729156494rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTdlCJnQVuJ77e3rED1AeoBCiRirXdig { color:#ffffff;display:block;width:16.061875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:24.48828125rem;left:43.188150405884rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#MTdlCJnQVuJ77e3rED1AeoBCiRirXdig li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MTdlCJnQVuJ77e3rED1AeoBCiRirXdig li:before{  }
#ATdbSpvlyw5pNEQJlCR3UZxvrkP6xiTK { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:14.310506820679rem;left:41.751302719116rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2Wa7BL4Vh2XNiNdTR7abiGE7ssoawMa { color:#ffffff;display:block;width:12.498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:19.625rem;left:43.375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HR3TfOKTu9CzSk1UfLBoIAZ8rJelFE1P { color:#ffffff;display:block;width:12.498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:21.25rem;left:43.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vvEKZBTaZOlf6DsL0ZZb7gVnIt0EzZpN { position:absolute;display:block;z-index:15003;background-color:#ff8200;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:123.5625rem;width:20.0625rem;top:0rem;left:19.999729156494rem;display:none; }
#H7O13tnNUiE3qsZ5fSEHQWv2dAPX94PD { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d30294f-b0b1-44ff-8c5c-96316dd0512f/AdobeStock_236934881.jpeg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:12.248625rem;width:17.8125rem;top:5.9127807617188E-5rem;left:1.2798919677734rem;display:block; }#H7O13tnNUiE3qsZ5fSEHQWv2dAPX94PD.adaptive-delivery-prevent-bg, #H7O13tnNUiE3qsZ5fSEHQWv2dAPX94PD.lazyload, #H7O13tnNUiE3qsZ5fSEHQWv2dAPX94PD.lazyloading { background-image: none; }
#lcqrroKVNfg2MuvbNAZ8VGneXWBVB6DT { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7169e960-789c-4d7a-8f8c-dd55c6f4fc8d/maluch.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:12.248625rem;width:17.8125rem;top:5.9127807617188E-5rem;left:41.093479156494rem;display:block; }#lcqrroKVNfg2MuvbNAZ8VGneXWBVB6DT.adaptive-delivery-prevent-bg, #lcqrroKVNfg2MuvbNAZ8VGneXWBVB6DT.lazyload, #lcqrroKVNfg2MuvbNAZ8VGneXWBVB6DT.lazyloading { background-image: none; }
#iZHfdFEDkVD1oGhCXPhEn8e5ewxdV188 { position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2726c4aa-48a3-4fd2-9cbb-55763026c16d/AdobeStock_3636328691.jpeg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:12.247375rem;width:17.8125rem;top:0.041667938232422rem;left:22.25rem;display:block; }#iZHfdFEDkVD1oGhCXPhEn8e5ewxdV188.adaptive-delivery-prevent-bg, #iZHfdFEDkVD1oGhCXPhEn8e5ewxdV188.lazyload, #iZHfdFEDkVD1oGhCXPhEn8e5ewxdV188.lazyloading { background-image: none; }
#zZFogcOwhS1JK1BS1B0TH30OnFbLTTcf { position:absolute;display:block;z-index:15026;background-color:#ff8200;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.125rem;width:20.9375rem;top:0.25rem;left:20.593099594116rem;display:block; }
#PKzSbLn9fM4lFhZQ1tTgpXEIQboTeT7K { position:absolute;display:block;z-index:15002;background-color:#2b92d0;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:119.6875rem;width:20.625rem;top:13.416015625rem;left:0rem;display:none; }
#H4r4Pf4tLG5X2VZXGpeW7UXgGpZagCX4 { position:relative;display:none; }#H4r4Pf4tLG5X2VZXGpeW7UXgGpZagCX4 { border-width: 0; border-radius: 0; }#H4r4Pf4tLG5X2VZXGpeW7UXgGpZagCX4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4r4Pf4tLG5X2VZXGpeW7UXgGpZagCX4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fab800;background-image:none;font-size:0.875rem;font-family:arial;height:119.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#zNhitIZDn7HfFgo97Jb6HMMBTEuFUush { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:29.80078125rem;left:1.40625rem;height:23.084625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#zNhitIZDn7HfFgo97Jb6HMMBTEuFUush li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zNhitIZDn7HfFgo97Jb6HMMBTEuFUush li:before{  }
#C8FsRTpEZ4kK8VhNPgZnEqgCSAIHtiHd { color:#ffffff;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.311770439148rem;left:0.5625rem;height:4.2239625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdtAePwoTxCEBHJqJhfZ13cuv7y6rKmg { color:#ffffff;display:block;width:12.498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:19.599388122559rem;left:3.7508163452149rem;height:1.29964375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RhvVWEVpztAmQuyDkttU0LLzJxbDuaRl { color:#ffffff;display:block;width:17.561875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:92.242193222044rem;left:2.5rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTC7twc5HN2Bc9o8MiZHSpk9XucJ37br { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:71.835287094119rem;left:1rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UK9Qd0u3cx4zoyTz5ICouxqE5RwllKxT { color:#ffffff;display:block;width:12.498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:21.235530853271rem;left:3.7508163452149rem;height:1.29964375rem;text-align:center;text-align-last:center;display:block; }
#iG0lZVo9h6CoZaF2o0BkgHve8DLsneg0 { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:53.687502861023rem;left:1.21875rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DbELmIBv5chAggsIbsKe5OfL1uC0OcRo { color:#ffffff;display:block;width:16.9369375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:23.874458789826rem;left:1.5309791564941rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zLR1KkVqNFqWedi0HpRJ2X96FkfHLGRN { color:#ffffff;display:block;width:17.561875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:101.25000572204rem;left:22.5rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQ7X4lTurEsDd72e1Og2v8cnbRHhO55t { background-color:#ff1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.811875rem;height:3.43685rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:95.957036972044rem;left:24.375001907349rem;display:block; }
#Rm7X1JRm5lZXFQMvzSLD7rLKZgKSK7GM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lg96dnVUdbZncvh7FTC0HBHQ4sypIuFC { color:#ffffff;display:block;width:18.8105625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:29.80078125rem;left:21.875650405884rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#lg96dnVUdbZncvh7FTC0HBHQ4sypIuFC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lg96dnVUdbZncvh7FTC0HBHQ4sypIuFC li:before{  }
#v9Xo9uW6xqhecrDWLBOUWi5htS5SB0vy { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:72.341842651369rem;left:21.311849594116rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGIWDdGZyiGIfIMqGi4w8VVu7nInUyW2 { color:#ffffff;display:block;width:18.874375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:78.532638549806rem;left:21.84375rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VkGNTENpHxkJdr3GmuJ88w8nnaLh5HzR { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:61.277995109558rem;left:22.501302719116rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GS5IMSV2srtic4h1DSNZHRT6gCBuRMWq { color:#ffffff;display:block;width:16.9369375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:23.875rem;left:21.5rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QhxtQPirI0xMaH7t5bQdGvw9xTI0krTC { color:#ffffff;display:block;width:12.498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:19.625rem;left:23.75rem;height:1.29964375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Boyf4O10qwktEioaoWG98JZpk21Dai7k { color:#ffffff;display:block;width:12.498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:21.25rem;left:23.75rem;height:1.29964375rem;text-align:center;text-align-last:center;display:block; }
#oR0TCTgJNKpvJEFn8mVe1f4pPsP9MSZ3 { color:#ffffff;display:block;width:19.9989375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:14.31351852417rem;left:19.999729156494rem;height:4.2239625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zGB2MzLoWCi0SDWOVHQLM006idtuTyCB { color:#ffffff;display:block;width:17.561875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:87.216192245481rem;left:42.438150405884rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DsPHG71VfS8xMiR04SMnZOs4BM1hEmGJ { background-color:#ff1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.811875rem;height:3.43555rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:82.515020370481rem;left:44.313150405884rem;display:block; }
#SZVnHGA46bGxTRnnZMKdq8aORXiSWEP2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lH767R5fTuMsPc7tJAwXl8Xly2n57uHd { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:60.354169845581rem;left:41.625001907349rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B8kBZ9vTn6irWvDLUmr8Rf7tKNh8IB4o { color:#ffffff;display:block;width:18.999375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:66.647138595581rem;left:41.000650405884rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m0RtEdX3hBJofEFfItyTTzGnvcw9J96T { color:#ffffff;display:block;width:16.061875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:29.80078125rem;left:42.438150405884rem;height:18.972625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#m0RtEdX3hBJofEFfItyTTzGnvcw9J96T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m0RtEdX3hBJofEFfItyTTzGnvcw9J96T li:before{  }
#dDPsF8Uc1ZI6vfLEhEg4lM4un20iRKCA { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:14.310506820679rem;left:41.751302719116rem;height:4.2239625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSUmmoVkmOQ6G1EOupUhuOx2eyaL0sPz { color:#ffffff;display:block;width:12.498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:19.625rem;left:43.375rem;height:1.29964375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#m6aQK6EWaoZ3pwNyftpeishq9drx3VHF { color:#ffffff;display:block;width:12.498125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:21.25rem;left:43.375rem;height:1.29964375rem;text-align:center;text-align-last:center;display:block; }
#JM5wSNUxHqiF5MKaFBet7ZTz0tJbPHz5 { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:57.267580986023rem;left:41.979166030884rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6NxGPZN7nJVROZmf98RQfSC2Pm2KE8V { color:#ffffff;display:block;width:16.9369375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:23.875rem;left:41.1875rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aOTaa6VyWNDBM97yWiCPpT3cqMIDIvQk { position:absolute;display:block;z-index:15003;background-color:#ff8200;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:123.5625rem;width:20.0625rem;top:0rem;left:19.999729156494rem;display:none; }
#Q8LZpcGWABUZZq80BKUcyqTZeH1hDHRM { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d30294f-b0b1-44ff-8c5c-96316dd0512f/AdobeStock_236934881.jpeg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:12.248625rem;width:17.8125rem;top:5.9127807617188E-5rem;left:1.2798919677734rem;display:block; }#Q8LZpcGWABUZZq80BKUcyqTZeH1hDHRM.adaptive-delivery-prevent-bg, #Q8LZpcGWABUZZq80BKUcyqTZeH1hDHRM.lazyload, #Q8LZpcGWABUZZq80BKUcyqTZeH1hDHRM.lazyloading { background-image: none; }
#CTMwZ4ixF1FAbgtZZCGdinXOT4FN654u { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7169e960-789c-4d7a-8f8c-dd55c6f4fc8d/maluch.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:12.248625rem;width:17.8125rem;top:5.9127807617188E-5rem;left:41.093479156494rem;display:block; }#CTMwZ4ixF1FAbgtZZCGdinXOT4FN654u.adaptive-delivery-prevent-bg, #CTMwZ4ixF1FAbgtZZCGdinXOT4FN654u.lazyload, #CTMwZ4ixF1FAbgtZZCGdinXOT4FN654u.lazyloading { background-image: none; }
#DC0mxOKwSSZSHPO0usK4ezV3V7NdrtJI { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:90.738934993744rem;left:21.28125rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#czFAEITZ1c6UplaXP98vLnkpp0myIHpX { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.26);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.8125rem;width:17.5625rem;top:77.702479362487rem;left:1.78125rem;display:block; }
#CsUNlc0t96yA5RhcRPDSMSqpgLzBIRgs { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.28);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.375rem;width:17.5625rem;top:62.272138595581rem;left:21.21875rem;display:block; }
#nyCzuLrHS3Mm7C8xn2zq0flrDTmwNGq1 { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.26);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.8125rem;width:17.5625rem;top:63.527719497681rem;left:1.21875rem;display:none; }
#dn9MyWU2in2daPEJGvXb5Hm9K5ZgvTBF { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.186875rem;width:16.186875rem;top:87.216192245481rem;left:36.248048782349rem;overflow:hidden;display:block; }
#g10w9Ve1LJX8lLiat6otcALsLDtKD7vF { background-color:#ff1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.811875rem;height:3.43685rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:87.343105316162rem;left:3.09375rem;display:block; }
#HelTJ11KCCRr494ON5zVbdswCKWg6V3G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F6ysudAgRLQ4pcS1SqKzzXQ2qybSAJaN { color:rgba(255,255,255,0.58);display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:57.267618894577rem;left:0.59375rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u3rlgv1tS48eXekJTCgRcCq93ERx7rkv { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:54.435587584973rem;left:5.625rem;overflow:hidden;display:block; }
#fei6mVqkNGzrKHB3lFAI6Hw1GczKCZXU { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:65.528606414794rem;left:0.59375rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pAy8QrkduyuFWorXoVkRelphethXen1R { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:62.34765625rem;left:1.78125rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODZOAB56AmWoA65EnniAfZ9Qkks57DfM { color:#ffffff;display:block;width:19.93425rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:74.28515625rem;left:0.12760353088379rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpdH1v22SWkUIKBomE7b8mGsS0K3HMvM { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:77.702479362487rem;left:1.9375rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXNPLPGs90uDLhbsZ5i22EtQEDcrAOHP { color:#ffffff;display:block;width:17.561875rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:83.822271347044rem;left:1.21875rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxLzmCOag069ixXnGOCh2VIWQWkpvT4X { position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2726c4aa-48a3-4fd2-9cbb-55763026c16d/AdobeStock_3636328691.jpeg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:12.247375rem;width:17.8125rem;top:0.041667938232422rem;left:22.25rem;display:block; }#oxLzmCOag069ixXnGOCh2VIWQWkpvT4X.adaptive-delivery-prevent-bg, #oxLzmCOag069ixXnGOCh2VIWQWkpvT4X.lazyload, #oxLzmCOag069ixXnGOCh2VIWQWkpvT4X.lazyloading { background-image: none; }
#SKQewB7WMLlGRfB7HHMuA4aBAGwlVe9i { position:absolute;display:block;z-index:15026;background-color:#ff8200;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:119.5rem;width:20.9375rem;top:0.25rem;left:20.593099594116rem;display:block; }
#ModNNUCdxT7tkeOonK1DJihnGtcaPmev { color:#ffffff;display:block;width:17.561875rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:91.387374877931rem;left:22.5rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FBTzyftO791pSw44vhFEdgHAUSuRTFA2 { position:absolute;display:block;z-index:15064;background-color:rgba(255,255,255,0.26);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.8125rem;width:17.5625rem;top:84.704386711119rem;left:22.5rem;display:block; }
#hRcFsFc0CMVW3fst7qm3tpKdyQZJmpyn { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:84.998006820681rem;left:22.8125rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSCEDuE6DFgIGzkQvNTz2Tw8z3qJe2eN { color:#ffffff;display:block;width:19.93425rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:81.083419799806rem;left:21.313802719116rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dI6wrXbfwmRaq0Pao91QFLXyRDUwvNw0 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:62.140625rem;left:25.625001907349rem;overflow:hidden;display:block; }
#gL41LQmHBwsomkc01hRwzsd2Dr2FMCaS { color:rgba(255,255,255,0.58);display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:64.677734375rem;left:21.311849594116rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QFJZ41rlqvTFBRQyRKuTsRN0oEdqfdPC { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:68.941452026369rem;left:22.501302719116rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p0FT73GrryypkvZcf5gNGSSfDXKtXR7U { color:#ffffff;display:block;width:17.561875rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:78.970748901369rem;left:41.937501907349rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F03bPmb1WpbC3OvvyHM34Sue8qXQWWbf { position:absolute;display:block;z-index:15065;background-color:rgba(255,255,255,0.26);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.8125rem;width:17.5625rem;top:73.296920776369rem;left:41.937501907349rem;display:block; }
#kbumOOtTTzBUEtIVC5g1BZBFGh8wiC3T { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:73.296920776369rem;left:42.438150405884rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FtxKPreIF9HCPbKZw1W6nMVwHt1P1qrZ { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:49.846356868744rem;left:41.979166030884rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTyexwDNpcD04G8tfzRlZ3xcKEXns4Ix { color:rgba(255,255,255,0.58);display:block;width:18rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:52.591799736023rem;left:41.812501907349rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZcZQC4iTHJamcfiHXvgalBQRBcE3LwcO { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:50.287112236023rem;left:46.384115219116rem;overflow:hidden;display:block; }
#SgK8G9a25wQ0MHFSK4X63L1BwR6nfk1n { color:#ffffff;display:block;width:15.124375rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:95.400436401369rem;left:0rem;height:4.54996875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xDu2WbS95eepddJIo0u3p1ywlPAnrXhN { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:101.24930858612rem;left:0.53125rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nvfhC2QpQ1CTLHuLFLJ2CZrTbz4syCzh { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:109.38537597656rem;left:0.97721290588381rem;height:9.0989375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lp9SLJgIFF06u7FGnzu5R4VdDSz6ZOIB { position:absolute;display:block;z-index:15002;background-color:#2b92d0;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:119.6875rem;width:20.625rem;top:13.416015625rem;left:0rem;display:none; }
#V6CgS7V4bWzHH7l0kWzCvpOmeGqTucEf { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:70.08984375rem;left:42.000001907349rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GeGHpUXk85yfINvCMui6CXWpdwmUoZRx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GeGHpUXk85yfINvCMui6CXWpdwmUoZRx > .row .container { background-color: transparent; background-image: none; }#GeGHpUXk85yfINvCMui6CXWpdwmUoZRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeGHpUXk85yfINvCMui6CXWpdwmUoZRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeGHpUXk85yfINvCMui6CXWpdwmUoZRx > .row .container > .video-iframe-container { display: none; }#GeGHpUXk85yfINvCMui6CXWpdwmUoZRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeGHpUXk85yfINvCMui6CXWpdwmUoZRx > .row > .video-iframe-container { display: none; }#GeGHpUXk85yfINvCMui6CXWpdwmUoZRx > .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); }#GeGHpUXk85yfINvCMui6CXWpdwmUoZRx > .row .container { border-width: 0; border-radius: 0; }#GeGHpUXk85yfINvCMui6CXWpdwmUoZRx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeGHpUXk85yfINvCMui6CXWpdwmUoZRx > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;position:relative;display:block; }#z2gkeAl3hDKsUUWQdsH3cynLMnyBxTiG { background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.75rem;height:6.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.0625rem;left:14.935546875rem;display:block; }
#TSqAiipT9Z5zyZPanQtDC9pvaFRJlX1N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vtTwTXZFieBGHS9eldNudMg1JVrQfTzm { position:relative;display:none; }#vtTwTXZFieBGHS9eldNudMg1JVrQfTzm { border-width: 0; border-radius: 0; }#vtTwTXZFieBGHS9eldNudMg1JVrQfTzm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vtTwTXZFieBGHS9eldNudMg1JVrQfTzm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#okriH3DNg7rrotMI1QW7dPlbZnGAX6WB { color:#ffffff;display:block;width:15.12475rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.77690315246581rem;left:1.6247291564941rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HENKsz8bhTlypeCg27vKsVPx5LBekBDs { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.171466827392rem;left:3.7173919677734rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#msKkMaTfo5NZIsXNiZvk3wmpnKXMSZpn { color:#ffffff;display:block;width:16.7494375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.760597229004rem;left:1.6247291564941rem;height:9.0989375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oX28tVcrmJgAuXy6TEaH4uHBy9yGHMPK { color:#ffffff;display:block;width:17.74975rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4491844177244rem;left:1.6247291564941rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni { position:relative;display:block; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni { background-color: transparent; background-image: none; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row .container > .video-iframe-container { display: none; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row > .video-iframe-container { display: none; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .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); }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni { border-width: 0; border-radius: 0; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#omezhvSv5TsU1Vlisg3Xar9htoIPwFv2 { position:relative;display:none; }#omezhvSv5TsU1Vlisg3Xar9htoIPwFv2 { border-width: 0; border-radius: 0; }#omezhvSv5TsU1Vlisg3Xar9htoIPwFv2 > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }#omezhvSv5TsU1Vlisg3Xar9htoIPwFv2 > .row .container > .video-iframe-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }#omezhvSv5TsU1Vlisg3Xar9htoIPwFv2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/106967c8-49c3-4110-b288-ab804a680ccb/1toniebieskiipomarazowy.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:21.3125rem;width:60rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;position:relative;display:none; }#omezhvSv5TsU1Vlisg3Xar9htoIPwFv2 > .row .container.adaptive-delivery-prevent-bg, #omezhvSv5TsU1Vlisg3Xar9htoIPwFv2 > .row .container.lazyload, #omezhvSv5TsU1Vlisg3Xar9htoIPwFv2 > .row .container.lazyloading { background-image: none; }#F0CS34TfEMBThHzq83QukXIii8JWJz2B { color:#ffffff;display:block;width:22.3728125rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5100536346436rem;left:4.2749977111816rem;height:4.54996875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ehz0y71yFSX5KtO9qwb2eh7L98ZGCaWk { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:16.9375rem;top:3.5690107345581rem;left:39.523439407349rem;overflow:hidden;display:block; }
#kbzFkfc8dcGSCTRqRJ0hBRdEATzTocRR { color:#ffffff;display:block;width:30.311875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:8.4420576095581rem;left:4.2734375rem;height:10.80584375rem;display:block; }
#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm { position:relative;display:none; }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm { border-width: 0; border-radius: 0; }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qkmO40slTqwlt8yxWGm8tVb2rvhpRCEf { color:#000000;display:block;width:12.49975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5013580322266rem;left:27.362773895264rem;height:1.29964375rem;display:block; }
#U8r678dShbNfuOsLCJh6Qn70RAhFyuL3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.375rem;top:2.5625rem;left:46.875rem;overflow:hidden;display:block; }
#J6koQsuJn2XttPOEdhplM97RQOnMLV01 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:6.375rem;top:2.125rem;left:53.6875rem;overflow:hidden;display:block; }
#kFWn53WPxzrOfNFrgQRHz50UX8ePOdWn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:6.375rem;top:1.25rem;left:39.8125rem;overflow:hidden;display:block; }
#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/811e29f8-3015-42b2-af94-b4830cf99f4c/mocindyw.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC.adaptive-delivery-prevent-bg, #xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC.lazyload, #xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC.lazyloading { background-image: none; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container { background-color: transparent; background-image: none; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container > .video-iframe-container { display: none; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row > .video-iframe-container { display: none; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .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); }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container { border-width: 0; border-radius: 0; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;position:relative;display:block; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { background-color: transparent; background-image: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container > .video-iframe-container { display: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row > .video-iframe-container { display: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .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); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { border-width: 0; border-radius: 0; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#pElW376CBOal9iWTBVvlC4o070b9GQnl { color:#2b92d0;display:block;width:34.99975rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.3244571685791rem;left:12.499729156494rem;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; }
#O0yh9wDw5nEGF53eak10kkIDzToJnIMD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .row .container { background-color: transparent; background-image: none; }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .row .container > .video-iframe-container { display: none; }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .row > .video-iframe-container { display: none; }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .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); }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .row .container { border-width: 0; border-radius: 0; }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .row .container { font-size:0.875rem;font-family:arial;height:72.3125rem;width:60rem;position:relative;display:block; }#gLvwycXG9FO2TktM9kqT2nClvo6Op7Sa { color:#212226;display:block;width:45.497375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:15.624172210693rem;left:3.375rem;height:3.0875rem;display:block; }
#XcB0xLIWUiQJ0ZdWDyT4HE6TmLe9PLT2 { color:#212226;display:block;width:53.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.37504196167rem;left:3.375rem;height:6.175rem;display:block; }
#IUKDP57WeTgdidXxzrrR8BmSrmfzDtQE { color:#212226;display:block;width:52.62325rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:29.997356414795rem;left:3.375rem;height:4.63125rem;display:block; }
#RrdC2bQxZFCDeJuP82xcHEfsVok25MTZ { color:#212226;display:block;width:52.497375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:36.981811523438rem;left:3.375rem;height:4.63125rem;display:block; }
#srr6BB4aLyRDoHNfkRgyJWlGrZZbpxNw { color:#212226;display:block;width:51.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:55.3125rem;left:3.375rem;height:7.71875rem;display:block; }
#bVngr7S0EGIaMvnPW2m1GwdmhSVbASyU { color:#212226;display:block;width:50.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:65.1875rem;left:3.375rem;height:4.63125rem;display:block; }
#zciGxWMlwUpfssGCBsm46IdDT69ArMev { color:#212226;display:block;width:53.93575rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:44.560764312744rem;left:3.0303821563721rem;height:7.71875rem;display:block; }
#UcZh3SKH6qB1KWq9T2o00TUCGAJXOdow { color:#212226;display:block;width:54.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:3.0607643127441rem;height:12.35rem;display:block; }
#P18JXazP48snGcPxOFPfATlRB8lNayUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container { background-color: transparent; background-image: none; }#P18JXazP48snGcPxOFPfATlRB8lNayUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container > .video-iframe-container { display: none; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row > .video-iframe-container { display: none; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .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); }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container { border-width: 0; border-radius: 0; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#CGV7UqcKaeV0IgGA4nH8xav1V8wNXB2r { color:#2b92d0;display:block;width:40.62475rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.7399463653564rem;left:9.6872291564944rem;height:3.33105625rem;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; }
#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container { background-color: transparent; background-image: none; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container > .video-iframe-container { display: none; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row > .video-iframe-container { display: none; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .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); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container { border-width: 0; border-radius: 0; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container { font-size:0.875rem;font-family:arial;height:77.75rem;width:60rem;position:relative;display:block; }#Odp4A7ZSJsPDq78np10LO6H3PMB06xtZ { position:absolute;display:block;z-index:15002;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.125rem;width:14.3125rem;top:28.5rem;left:45.6875rem;display:block; }
#Enra1w0PsTrnarqTkOqDAHy8D27GD2SA { position:absolute;display:block;z-index:15000;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.125rem;width:14.3125rem;top:28.4375rem;left:30.6875rem;display:block; }
#ZemG7eovL8kugE79RhAINzuiqKpgPf1g { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:18rem;width:27rem;top:25.6875rem;left:0rem;overflow:hidden;display:block; }
#hfaDeWsqLGsJ2LQB0yTfPfxipKgpkfwi { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:32.492032051086rem;left:32.654346466064rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fV5TXIXfAC4dq8N8oAKHDa6HQrXx0s9f { color:#263e5b;display:block;width:11.3739375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34.279147148133rem;left:47.155437469483rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDAfs6PU35D33EICJHCnDhgpTNtr0Z2q { position:absolute;display:block;z-index:15000;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.375rem;width:14.3125rem;top:6.0625rem;left:0rem;display:block; }
#sOyW8aESHU2Pgrq2oQ7SPngHPKLBUhuW { position:absolute;display:block;z-index:15002;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.4375rem;width:14.8125rem;top:6.125rem;left:15rem;display:block; }
#sQ2VIRd2F5r7gzZT9TNzGV0P0MEvvNWK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:16.6875rem;width:25.0625rem;top:4.5625rem;left:31.375rem;overflow:hidden;display:block; }
#STQSthFWFtlfbsS4uml3TBGT04SFy9AH { position:absolute;display:block;z-index:15001;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:25.3125rem;left:34.6875rem;display:block; }
#xQITKKgZoTViKitRD6U6lXKKqlJD3QN7 { position:absolute;display:block;z-index:15003;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:25.375rem;left:49.6875rem;display:block; }
#neQ1s8IWvPOJu7zSzsVRrQwzmRmridsO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:4.25rem;left:19.6875rem;overflow:hidden;display:block; }
#DV3FfNWHF57a98CzLHuHr2uG0hrfZMTR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:26.75rem;left:51.0625rem;overflow:hidden;display:block; }
#Du8s5HRSdKsBenIhZW6WdPLZV49QGkf6 { color:#ff9100;display:block;width:12.68725rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.8991851806637rem;left:0.81114196777344rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qJU4LG38XyoyIxITL6Tb1sl9EZRTKpG1 { color:#869bb5;display:block;width:14.6869375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.873371124267rem;left:15.052173614502rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z1IUpQKAhoh7UutlQ6aqS7eKuGOgb6zn { position:absolute;display:block;z-index:15001;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.9375rem;left:4rem;display:block; }
#pS1Uc8CpPw8JeAr6vvKUGki9iqNab8Vr { position:absolute;display:block;z-index:15003;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:3rem;left:19rem;display:block; }
#sbPzG96a991DpVgPLUdUxiuq30iIOPer { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:4.25rem;left:5.25rem;overflow:hidden;display:block; }
#rtLhLp7oxypwTXx4kHm90FIKIAyEcO5G { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:26.6875rem;left:36.0625rem;overflow:hidden;display:block; }
#FXe18y3DIXTXWagPRy7wJIKfX4zxs152 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:18.125rem;width:27.25rem;top:53rem;left:32.125rem;overflow:hidden;display:block; }
#XpmMT9g8my1JK6gZf8TPqBimVXgkUABw { position:absolute;display:block;z-index:15002;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:49rem;left:4rem;display:block; }
#uzr6PWBdDTRUZdWGseGOBNwAhH27dHu7 { position:absolute;display:block;z-index:15001;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:19.125rem;width:14.3125rem;top:52.936958312988rem;left:0rem;display:block; }
#LiVEhtHlvTLw1badbsuodF7nLnVHKFl8 { color:#263e5b;display:block;width:12.49975rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:56.147285461426rem;left:0.90489196777344rem;height:12.5125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r8ZLXtM77gUNRnk1i4Bw9gaSuR1mOhwG { position:absolute;display:block;z-index:15002;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:18.9375rem;width:14.3125rem;top:52.9375rem;left:15.9375rem;display:block; }
#kGgPhWKaVa9IocWSVAe4HkO7Rz5Wsr2t { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.68723125rem;width:3.68723125rem;top:50.280166625976rem;left:21.613044738769rem;overflow:hidden;display:block; }
#lPAFAvdCBcH8QdPOuIgarRqTKeWQJmyw { position:absolute;display:block;z-index:15003;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.24945625rem;width:6.24945625rem;top:48.999458312988rem;left:20.331523895264rem;display:block; }
#TD9Tr4JeuuKJTpTn8BOFPUqTBOyrFFVF { color:#ffffff;display:block;width:12.49975rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:56.10319519043rem;left:16.843208312988rem;height:10.725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a4cSWG8Jc8eDE93o54qwmDzupDdGAoa1 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:50.25rem;left:5.3125rem;overflow:hidden;display:block; }
#PQ8gq0xTMMHy8hBHWsOKlGJXpJoQMcSh { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#cesUCMornZP5I13J4T8FvA2kmKB3GQs4 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.24) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#orcyFOlEpCzGmy5X2wCUMtGI681eHxIT { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#iEkwpnX3g4u3n4XDXxFIsDezTDZRg36u { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#CqZJhsCrH6OxzkbBENsxlHUhVDTOv8AM { color:#2b92d0;display:block;width:40.62475rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.7399463653564rem;left:9.6872291564944rem;height:3.33073125rem;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:none; }
#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { background-color: transparent; background-image: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container > .video-iframe-container { display: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row > .video-iframe-container { display: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .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); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { border-width: 0; border-radius: 0; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;position:relative;display:block; }#xsVwUFBTqKgpz5LNrSSMLvfPCFVmTwWc { color:#2b92d0;display:block;width:40.62475rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.2394201755524rem;left:9.6872291564944rem;height:6.662125rem;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; }
#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b92d0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { background-color: transparent; background-image: none; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container > .video-iframe-container { display: none; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row > .video-iframe-container { display: none; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .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); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { border-width: 0; border-radius: 0; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:block; }#nRsLUEH0LP1R5nXG4eCSkNPgxlL2urMM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1244039535523rem;left:0rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFPRAz0u9Cr48xzqQK3qeSC92VatKLIR { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"marck script";font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.353515625rem;left:0rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTtXBfDR5PMfFUtGGmWrniwLLhrcfKMB { background-color:#ff8823;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50.6875rem;height:4.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.030548095703rem;left:5.6245660781861rem;display:block; }
#NGDwDExdh9gUOCJ67LTr0JU4SvwzTI6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GkcWkg5fMHU3baeRT3wk31W5sNZzTc6h { position:relative;display:none; }#GkcWkg5fMHU3baeRT3wk31W5sNZzTc6h { border-width: 0; border-radius: 0; }#GkcWkg5fMHU3baeRT3wk31W5sNZzTc6h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GkcWkg5fMHU3baeRT3wk31W5sNZzTc6h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yfcWObBXQHQipTD2cUbDsVnZBUGBZA3Z { color:#ffffff;display:block;width:30.249375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0494794845581rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { position:relative;display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { background-color: transparent; background-image: none; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container > .video-iframe-container { display: none; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row > .video-iframe-container { display: none; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .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); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { border-width: 0; border-radius: 0; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lI1qVZW4uSbnM6qk44n3GRuIrCdbBDxL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:6.8125rem;top:0rem;left:28.15625rem;overflow:hidden;display:block; }
#okku2ysSG1B7zCO8q4sTuTCJib14RiTE { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:13.40625rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b92d0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { background-color: transparent; background-image: none; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container > .video-iframe-container { display: none; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row > .video-iframe-container { display: none; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .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); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { border-width: 0; border-radius: 0; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:60rem;position:relative;display:block; }#tz3LAQVsV3ABpyZELUeFfBMTZPTHCWVf { color:#ffffff;display:block;width:37.6865rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:13.90625rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA { display:block; }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNO2EXvIU7x5FlTG9lJFXrPWXZNyiDf2 { top:0rem;left:17.684482574463rem;width:14.0625rem;height:4.4176276527253rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNxCL5o5V9pSVrnQ2ISnkvMW1wDKkUKe { top:3.5625rem;left:30.5625rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOw4i3IluofuxmE6TlsNhADNEimia9ic { display:block; }#eOw4i3IluofuxmE6TlsNhADNEimia9ic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5wrJJZhlMQCFMLSxL6bC1wArrSgFwyQ { top:1.125rem;left:0rem;width:43.25rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsZf6gdsoTWZ6fg2SfEo3lNhWD0tk9iB { width:41.125rem;height:7.875rem;top:3.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phnEoXZhufHHuG7QPmcwof2VveUmgNW5 { top:3.5625rem;left:30.5625rem;width:17.1875rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLl20I42tae4T8xPGPDNEl7EoioJFU87 { display:block; }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLycTUtHow0ftULaW11IH56PaTDFuMrP { width:32rem;height:9.9375rem;top:9.75rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5CAEDnMST5WfsaElTvTSttSQWRBTCuq { width:32.5rem;height:4.875rem;top:2.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7APXD8DRADQ6XpL1ezJVqrSh1TikAig { width:47.75rem;height:45.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #upGAiyZ6EI5hX5VlCtvevN7OX1FRbTdg { width:17.0625rem;height:5.3125rem;top:22.625rem;left:0rem;font-size:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDilRJfHFd3waiWDGpFA5meld7rU99ir { width:19.9375rem;height:6.625rem;top:20.5rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbEy2LRp7lgEDUzty20Aqhyt3r1leHy8 { display:none; }
 }@media only screen and (max-width: 763px) { #vTGweQlwhpXmLg6CeMvhJpFSZTbMGwAk { width:32.4375rem;height:3.0625rem;top:24rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpvBoPnN1g1SIoEVwaOxEHzSkI4EkBEP { width:32.4375rem;height:6.9375rem;top:27.625rem;left:0rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsVSWJhsHmPO0HtN4MnonWXzb6ch2AvC { width:24.375rem;height:5.125rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wytJ8BeySh3Zy9vTPFTNp3aHOKSoHK26 { display:block; }
 }@media only screen and (max-width: 763px) { #d4fkARUw2i8S4uOPvRHRNyTHssbrx19M { display:block; }#d4fkARUw2i8S4uOPvRHRNyTHssbrx19M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqQRfL46cqzDRZTItxx66iQR1zmbVeUm { width:47.75rem;height:6.8125rem;top:3.4375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMl0yBlm8TR3zO9QCsPQIu3o4Bxs6kBq { width:34.5rem;height:3.375rem;top:12rem;left:5.0605964660644rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV { display:block; }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnUBQTeIutwgKxKdLaGv3XWBMwwCZhK6 { width:35.25rem;height:3.4375rem;top:3.75rem;left:6.530433654785rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdqsGw5EisUmi8lXR4XM90lNJK9vAdWX { width:40.125rem;height:13.1875rem;top:11.75rem;left:3.8125rem;font-size:0.9375rem;display:block; }#XdqsGw5EisUmi8lXR4XM90lNJK9vAdWX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #zhbor0NsZtOAZgWKSVqvhCmBOlwgSTTM { width:46.8125rem;height:58.125rem;top:2.25rem;left:0.779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHSOstonqDrwQwoK2gTklRl4ywx3cVWe { width:35.25rem;height:1.5rem;top:8.3125rem;left:6.218204498291rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVJO2eZt7IS3IKfi14eB46FP8r0u6X8N { width:19.875rem;height:2.1875rem;top:30.75rem;left:8.46484375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF5l48dneOfWyTm0fF8UgyXdLTU40nBE { width:10.9375rem;height:5.4375rem;top:28.5625rem;left:24.954427719116rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiTZK5qN3ez7TbMI49E4HPgT8ou22UvW { top:36.5625rem;left:7.529296875rem;width:36.5625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS { display:block; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 { top:10.25rem;left:0rem;width:25.875rem;height:;font-size:1.0625rem;display:block; }#S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 li:before{  }
 }@media only screen and (max-width: 763px) { #p1wK2mt9q4RqrEawKHNk2S5TAoWvEI0t { top:11.0625rem;left:15.875rem;width:31.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRXzZNooeu1pGHwmGRTO9Slr4zupK4x0 { top:0.5625rem;left:0rem;width:19.6875rem;height:8.8125rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ { display:block; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E { display:block; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpgGTsPmAcoOcGTr6QS6KGMR3fvnGn73 { top:14.0625rem;left:37.0625rem;width:10.6875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X05JkXSN0fdJlS2r03TBz8xnI86TXAMD { top:8.1875rem;left:38.75rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAQmNrWRNv9hpKfZD5BCKm4dAvUEOT1U { top:12.3125rem;left:0rem;width:41.8125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwTHhi3c95V4w0EeQbQy0eKOK8UmkcJT { top:2.1875rem;left:0rem;width:47.75rem;height:6.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVn8i3Wf4DKqkiAVz9m7rPgJNqwJsQC7 { top:14.5rem;left:0rem;width:37.9375rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M { display:block; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ac2fuMON0XX3RTyooZWRyiscXk3uU4Ii { top:2.6875rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN6hBtxTAPQfGV2cgyDXacry6VpgPrX0 { top:23.625rem;left:0rem;width:47.75rem;height:9.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV72cJbLHnmDk17LkKh96EXJ3TadnFwr { top:15.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcm3pIVCNqVSdF2TDaEMGvUyzoB2bb7U { top:14.125rem;left:0rem;width:13.0625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iciR4yXTPW8OfSWSp26MfpIlMgkpxz4T { top:13.0625rem;left:5.9375rem;width:39.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i { display:block; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltrKfQUNtGigpbDJ1ipMR2NTiduyNSau { width:4.875rem;height:4.875rem;top:19.375rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ8J8uGFgT2NQQ7eic6Z5iGVXrTUX0kz { width:12.75rem;height:8.25rem;top:26.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpHVx3kycJvnefFkhvxTNgRkVDUgvGe7 { width:47.75rem;height:6.625rem;top:5.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3T2q6eJazlHPIUZU3Aeb9PsLQTXvpo0 { top:18.3125rem;left:0rem;width:14.5rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n57NLsAy7IVkrOTWipH0I8B5Vb0lSAQy { top:18.25rem;left:9.375rem;width:14.5rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWmpWfoDn21HI7yXuLcHSCo4xpMOHpyU { width:12.75rem;height:9.9375rem;top:25.6875rem;left:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dWlrmGDAnLIT93398VrXzWr7W8hwFo { width:5.6875rem;height:5.6875rem;top:19rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whpJneEtmHIIEbaUtS9uqGO8ZNsIk15H { top:18.25rem;left:21.3125rem;width:14.5625rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2bd5T9yQJCvDgxWhTrATShudv0D0Hv7 { width:13.125rem;height:9.9375rem;top:25.6875rem;left:22.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWRg5FnManrdNvbE27Q7GSuVvZaJ5JLG { width:4.875rem;height:4.875rem;top:19.4375rem;left:27.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGRTPqhCblFWNx0fM2HgMUwm3iLr1yEp { top:18.25rem;left:33.1875rem;width:14.5625rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emDBpTaMIbc3ZUT9ZzrGENQq1BgGKRGs { width:13.125rem;height:3.3125rem;top:25.6875rem;left:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJrSJTxJcL5waZoSAiDlbtwTTqP5d3n8 { top:41.25rem;left:0rem;width:14.5625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LACfi9gGdn9ABpdqdcsGR5HpfFeHT3an { width:12.75rem;height:;top:48.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EThoUX0KilHSiIVb0d8D30xsFzh3mk1l { top:41.25rem;left:9.375rem;width:14.5rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOvp0pMAz6XOnpMAzL1TIVMhPwxgcJAy { width:13.125rem;height:9.9375rem;top:48.6875rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQvuamMAvVEy2FRpN1F8BkfJhpgWK6mT { top:41.25rem;left:21.3125rem;width:14.5rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xky2x9EQrTgpZwwmlAVcKQMUgnrcUsF0 { width:12.75rem;height:11.625rem;top:48.6875rem;left:23.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ymBxmdB9mGeCFRPtTG3NdgTr2SawK1 { width:4.875rem;height:4.875rem;top:19.3125rem;left:39.311962127686rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1TJqc6yQ60p8sFH9wiNe3ymkHaMesai { width:4rem;height:4rem;top:42.75rem;left:27.812229156494rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxGudVIRtuufuy5T5iOLQfT2SqzZ8ge2 { width:4.875rem;height:4.875rem;top:42.875rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcbVfk8h0u7a5MIm93IdkBUoip2qEQTO { top:41.25rem;left:33.25rem;width:14.5rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQT0b5WJbMTOpWxIbI9tP1lVDFn6A6vE { width:12.75rem;height:;top:48.6875rem;left:35rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORXdBV7x5FiJz7JT7yMTKlDsEPn3BTia { width:5.0625rem;height:5.0625rem;top:42.75rem;left:15.343208312988rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE73xWNgNTB25Cnx6vvKFXMc80BgQoqi { width:3.5rem;height:3.5rem;top:42.75rem;left:40.144025031494rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT { display:block; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzsUzKBJ0iSeag6CzKy8JXHTJXGcp4ly { width:32.75rem;height:6.375rem;top:3.0625rem;left:8.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ILJkSyumfaUZqfEOAoFWBi39akLfDH { display:block; }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NI1CE24E8yq6BfFr0uSDQualJi0tKR7e { width:47.75rem;height:6.625rem;top:3.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLdCIKDFvR1dTVr3QD0uUsHafiRQRrUU { top:2rem;left:0rem;width:47.625rem;height:65rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS2RBxrOltcHqwc4030mHbrzKdgCTbMz { top:0.375rem;left:0rem;width:14.25rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S { display:block; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEB9HrpgQ9IDfzUgg0LcGDdW7RRb9rqS { top:3.375rem;left:0rem;width:17.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQaGBCoRuNptlzfxH6zhRCaHsfGt5KgH { width:10.3125rem;height:3.4375rem;top:4.8125rem;left:36.561849594116rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1nEyoNUBlE5vGlsmNXepMT91akMbIoQ { width:15.375rem;height:11.625rem;top:9.9375rem;left:32.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTpnURkVeiQk1Ob4dUW9d0WWLF5WoflA { top:3.375rem;left:14.999729156494rem;width:17.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtDge0BZNfbNxV89nIHbbIIsVTVMUE0W { width:12.3125rem;height:3.4375rem;top:4.875rem;left:16.687229156494rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWUXddfU3ptfBRN56BgAwsCqVTqNo2Io { width:14.3125rem;height:8.25rem;top:9.9375rem;left:16.687229156494rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvORxI86ao5Gt5ccRnEI5fXk9eeuWmzn { top:3.375rem;left:29.9375rem;width:17.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4W6ArKpXTRPd8OQlqMFxe9y8fvZ4lKx { width:12.5rem;height:2.3125rem;top:5.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQn7MynEkrq9waPD2iAnzsT8P0JostIv { width:13.75rem;height:9.9375rem;top:9.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJzByWv9l381FmPw14IRyGQvJLlgl1Fw { top:26.0625rem;left:29.9375rem;width:17.8125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXvtI36onWIQH0H73nH0GLIfcdEv2wTr { top:26.25rem;left:14.999729156494rem;width:17.8125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG7EahzKlu2QxHrVvH71i1aTtBTDHdf0 { width:12.3125rem;height:3.4375rem;top:27.9375rem;left:16.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeTI8FmbsIoAQb8urvBqXU1ufKJBasu6 { width:14.3125rem;height:11.625rem;top:33.25rem;left:16.687229156494rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oThQUiMkO6waRclHthfvzUwgFRqL524b { width:12.3125rem;height:3.4375rem;top:28.0625rem;left:35.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNg45KD1W5tHBh79GAcXWOB3t9C5MmhQ { width:13.75rem;height:6.625rem;top:33.3125rem;left:34rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ndLEffolH7llaJz6mIFJ3ABJ8PfSeB { top:26.0625rem;left:0rem;width:17.8125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSV0GbUC40ZRi1Be3RsQGUkbtZHLaMzT { width:15rem;height:11.625rem;top:34.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMOaJqOaK52lCdvrL6AsJd2G2AS7RuBo { width:12rem;height:5.375rem;top:28.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGTL4yll2rdTOP5gly15O9S8CWKS5Axv { top:25.375rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0wmpTd8i1KJ9wHegkR5G4meme4xbKyZ { top:2.5rem;left:39.6875rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmsik7TXmxTZGEOKXpf9FJEKocTTlI6S { top:1.9375rem;left:4.966796875rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwczfWRWLzJmrpQHL7p4nrGTWgKlTCF2 { top:26.3125rem;left:24.4375rem;width:8.3125rem;height:7.1327101182125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4MVWb64ExvNWEp77giwhKA82z7vhNeT { top:3.375rem;left:25.338314056396rem;width:8.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDJfoIIwtIpsB40I7voVTExiAcUNgT5A { top:27.5rem;left:3.5rem;width:9.9375rem;height:7.1421937703931rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE { display:block; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq26Wb9AJT81EFdWceOwowFSvraUxEsH { width:47.75rem;height:2.8125rem;top:11.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #troTrbpLJbaSdMLrT4gRiTOuT9IhxrV5 { width:47.75rem;height:5.625rem;top:3.5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF { display:block; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:24.5625rem;height:21rem;top:2.125rem;left:23.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M70LNFPhNxfc3GIiB65dknMdJ4MJvPPi { width:24.5625rem;height:14.9375rem;top:22.0625rem;left:23.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcf2f0N2632kefTnIdkd1W8Reccwyxpo { top:0rem;left:0rem;width:32.6875rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs { display:block; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1TgVZBtdTevMeiLh9SFEKVa0vOghZQN { width:47.75rem;height:14.9375rem;top:0.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEg3efqV94OO3lT60bitZqScVM4iibzA { display:block; }#wEg3efqV94OO3lT60bitZqScVM4iibzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuelVbAFMUabyp7uy6OiUSZTON5FI2CZ { width:32.75rem;height:6.375rem;top:3.0625rem;left:8.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQoMgo1dXoQ4ATSxs53sT7T4wVMgXDdC { display:block; }
 }@media only screen and (max-width: 763px) { #yWdV7mdfTppcluzG99tJkC161pohvtAB { display:block; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO7m2CkR5pJGHEsTsm1rt9WJZlLIU4gI { display:none; }
 }@media only screen and (max-width: 763px) { #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 { display:block; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpxylF81ismm0RqfCKi0kqWMIL5XWxTi { width:47.75rem;height:6.625rem;top:3.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 { display:block; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0yKVOvg6PzBT9yW3zJnv7dM8k2APwIr { width:35.875rem;height:11.4375rem;top:1.125rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrbWTHoNDulZz5qhKJsnDIpCqHErfO6P { width:35.8125rem;height:19.9375rem;top:11.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQElmaXZZQl43GNvRrqgiFR5lr40H6IP { width:47.75rem;height:21.5625rem;top:34.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8N3xSugPLuOIC7iJNI8yesSKTrSgme { width:20.875rem;height:31.40634515039rem;top:1.8125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg { display:block; }#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za9Q7TnDCFOgGtHBAIDTqsGzVsRBldab { width:47.75rem;height:3.3125rem;top:1.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny { display:block; }#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzIINsfeummLqfaM5UuxVDMx2DSgZnUx { top:1.6875rem;left:0rem;width:45.625rem;height:9.4240794409269rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsaTc4tO3ztgFLRXeQJWkqthK493a8Db { top:26.125rem;left:0rem;width:45.9375rem;height:11.6869375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSzLwtQAgq0PUg0vLXXXoGGd2JuNec9q { top:13.6875rem;left:0rem;width:46rem;height:10.42314476605rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok { display:block; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqEpbf90vN1riVedN6b4AEnmwZC87GaX { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOxAq8zEc83T1qBd45uqVIoKughnsypx { display:block; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5T3qlGTeWTv5ldEqB7lDxHiPee3qODv { width:18.5625rem;height:3.5625rem;top:21.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0q8Nh9ZhMkuTwoG7JFMRgM36ZRVZveo { width:16.625rem;height:3.3125rem;top:26.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9yIQA4eDwt1C49F5PqtTLfGRLN19mxc { width:17.5625rem;height:7.125rem;top:21.8125rem;left:12.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F43GCohUBbHd2ceuvRXhnqMyZalXmUqz { width:16.875rem;height:4.9375rem;top:30.5625rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRP5IJRt0ykOUKKSBHSxrWBObV4m8GEu { width:16.875rem;height:1.75rem;top:21.8125rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQwKP8sg41P2VJrSvhSurBLDFgPtQMxu { width:18.375rem;height:9.9375rem;top:25rem;left:29.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuCtNIG1vq7GmvGvwdGzEpx6Gi47WZ0K { width:18.125rem;height:6.5rem;top:5.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwe0avkCMi5ztHFttwJ7deOhBuOu2feA { width:16.875rem;height:1.75rem;top:42.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vILHt97lqQX3xkPOMzdFwLNZF5unaIA9 { width:16.875rem;height:1.625rem;top:44.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTLT9zAy8H6PV2pscdT7Z4178I79W4E { width:16.875rem;height:3.5625rem;top:59.125rem;left:14.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lld8xNy91ZXqIhUkCvTbrUntGyotGByf { width:16.875rem;height:3.3125rem;top:63.625rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okCtkk6hwdXKcplSiISRlCeXkqh0AU92 { width:16.875rem;height:3.5625rem;top:59.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guvOGlWfmVlBe34bl7lp4OZgeKBu7FG7 { width:16.875rem;height:1.625rem;top:63.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTRkZoplX095ax658TACcRz8CTLA8lLd { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkPSLcD3mC77RyPLxAXW0WCCOtO0NDWT { width:16.875rem;height:1.75rem;top:59.125rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrXPXEHh51CioeElyHDIqezOs3uytOg1 { width:16.875rem;height:3.3125rem;top:63.625rem;left:30.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttBvGo0cEqTi8GWW41J2RcV3PFEvmIxP { width:16.875rem;height:3.6875rem;top:42.0625rem;left:14.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khG9nha15e82shdfZdngNC8zGDqLHbCO { width:18.3125rem;height:4.9375rem;top:46.3125rem;left:13.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQKCd3JvhXkFqTTOJTbbob1Vxds8mieN { width:16.875rem;height:1.75rem;top:42.0625rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3o845oKVXDiZhZHTTe3tZ9trr29rcqQ { width:16.875rem;height:1.625rem;top:46.3125rem;left:30.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMOLOuVyKMDOTKUpnl7oAEck2CBRHC0C { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rhXrLv6TPwJRXLN7uwWGobdLiSinepeb { top:14.375rem;left:15.875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaQc1VRHVXaWiqCvFXQxUOOaw24xugQz { top:15.8125rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPmIzV1iG32BB97pW2HhaVnzO1zZJhBN { top:36.3125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSAoT1TZ2iFWTHxDAh0T8XutBFBPlEih { top:53.25rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #is998ZQCwOXvpCDxqdt3BioTug42NaOc { top:53.25rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKI9XoTeg35FUVtEUkUcTRQttNu12R8n { top:53.875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izNu8Dy8V4cf7XwvTSFLl8CMHd7vAXUu { top:36.3125rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhEWThcfIlMkFwVot6ChxQZ9SPX7uhRe { top:36.3125rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrGIpZXfbOHxV7aSi6GTVOZJ4N6ip45l { top:14.4375rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8X2E9QfkTpKhCsfUQ3z5Cd8Rt06k6JT { top:1.3125rem;left:0rem;width:12.9375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdQIVopbsBI4cBpbA7oH8es08LI1BZvN { width:19.0625rem;height:3.9375rem;top:4.25rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc78uoLKQtwqiarvXX4MyEmFZuUQhMLi { display:block; }
 }@media only screen and (max-width: 763px) { #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE { display:block; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G { display:block; }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdwDnXRPAr4cm5TS77ER0IE1eselsT7x { width:47.75rem;height:4.0625rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2uXbTp3fcwA3svbF79iLNZTxQ0crB6A { top:2.3125rem;left:0rem;width:47.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVMKsWZA0ntJBO3FGMlXW5qPlcKdnEKT { width:40.5rem;height:7.125rem;top:8rem;left:3.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyB1aHdUppz30MHZfVKXzfKFv4WZETHa { display:block; }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeuwOONSkL0rMs1sTWrsQZCwfCF55dKp { top:1.6875rem;left:0rem;width:47.75rem;height:26.817066521265rem;display:block; }
 }@media only screen and (max-width: 763px) { #DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 { display:block; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UShzoSuQR5iTWEEoP3fcxLGEOiOer2rk { width:18.5625rem;height:1.75rem;top:23.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN5qTEdCszKmIIDaim2gUuH3oaT5DGWc { width:14.625rem;height:3.3125rem;top:26.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF2QokuE4h38GlZirSTDMZaxpgRUncCK { width:19.125rem;height:5.3125rem;top:23.75rem;left:12.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a61Wdzh3wsPdyZ7O7xRnae50uJIESQZb { width:16.875rem;height:4.9375rem;top:31.0625rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkVmuuNqdUtFdAtb7TuaqZxAWGZ3795f { width:16.875rem;height:1.75rem;top:23.6875rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uat6yTVuokHmfqn429dRWfIvdkmcwIcP { width:18.375rem;height:9.9375rem;top:26.875rem;left:29.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH8bzerXozNB3HqkkgtE8Mfiw7DKe9kW { width:18.0625rem;height:9.75rem;top:5.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1qDrXyifohAumxtVXmzzkd3SSSH8Lcq { width:16.875rem;height:1.75rem;top:43.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdVaTIoNm9TLzoNwqXs1qXLKoEcCntRM { width:16.875rem;height:1.625rem;top:47.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwQwoVVKXELCtMCI62pNAhTEA6r3E6Ok { width:16.875rem;height:3.5625rem;top:59.875rem;left:14.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNxdMKVIApXwe4QZVTnCtknsLST6r7o0 { width:16.875rem;height:3.3125rem;top:65.25rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHJKw6aHPnWmxsoGkpw5BbKy7DCyHhUI { width:16.875rem;height:3.5625rem;top:59.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPlUIHqvAPwQpa2voipRJ75zOzMb0qhN { width:16.125rem;height:1.625rem;top:65.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emIvpmfQCC5BI31V75iZr4CZ5hMyVwIQ { top:2.0625rem;left:0rem;width:12.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEqtqlzLVU5n7fDT9zbKcG7whpS4u9yA { width:16.875rem;height:1.75rem;top:59.8125rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKxSaMcFrdJVKtWASbkyHVX6DXOpkO7L { width:16.875rem;height:3.3125rem;top:63.4375rem;left:30.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgDsvGMKK9D8eTKnqt3BHG60ahTfo50w { width:16.875rem;height:3.6875rem;top:43.625rem;left:14.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Oq74DB08OiO6bxpq9RqAqLu5d11Bvv { width:18.5625rem;height:5rem;top:48.1875rem;left:13.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA7CGZ4IZSMlRB9kAOr9sx82pRMnBouP { width:16.875rem;height:3.5625rem;top:76.375rem;left:14.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCcKQeKWmkw2wA2cieVfcXtpgmUxGHlT { width:16.875rem;height:3.3125rem;top:80.75rem;left:14.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fteX5L8R8w2qqzxEiyO55bxHCURgg57B { top:16.25rem;left:15.875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cliof5T3Dv6PoiFoihAQEBxoq13HQmZb { top:16.9375rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCbOOh4RiHVgaAfd2CaFzJKouvtDifDK { top:37.875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiZisK79Dckt7oHLsfSgAWIxCkmFq1oK { top:54.3125rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W39RgkdGqgLMtC6y18FtbUOHLTT4PpIs { top:53.4375rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqaMNTNFplweCICM5kOLELXGdkQcNhIt { top:53.4375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE3s8rBZs9k4XArTreWZHoUwDVMmG63v { top:38.9375rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr6ArMTNC97GU4E10KTpgHqz7xImlbdR { top:3.25rem;left:20.124458312988rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwdXSOpWAtzoB4hiSPCby5s4ntS5ubOE { width:15rem;height:3.3125rem;top:80.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGeO9LZEeIGK57TPzvMwmpTZ6VTBg73G { width:16.875rem;height:3.5625rem;top:76.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSdQTyM2IlpKTPZ4XbR42WqPXdXPTukP { width:15rem;height:4.9375rem;top:80.75rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwkTb7Axyw4RrMz4VTF3WgUOeWTfq5UO { width:16.875rem;height:1.75rem;top:76.375rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC8DIOftTuV423vB8TWTaINCAGJbSltg { top:71.1875rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBMhdmO4XTCvkHP7l9a4F5J5DMNWmrhN { top:70.375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leNXRXxihCCbaDXwyfOcnsxGhuwlKBaw { top:71.1875rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7VqpLKuocMU3ZzTCCbrurDu5fcxG7fK { top:17.9375rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWvpKNML6tXu5VI2ql24Pv6wIZmHqU59 { width:16.875rem;height:1.75rem;top:43.5625rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1UqJLu2efPOaFDDs5ZVUkvw18hEM14H { width:17.8125rem;height:1.625rem;top:47.3125rem;left:29.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDhPyyonxTE4b71VlW7dBwFadrVAkCl0 { top:38.9375rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCHPZW7TWGTpZDtANAz1uRNOx3mGnJLW { width:19.0625rem;height:3.9375rem;top:5.25rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8PTxT0PONQSma7Q8LhC9uyTRT1TTKF4 { display:block; }
 }@media only screen and (max-width: 763px) { #i9F5494PZTs8TTeZBMwtEMVLeiPcelHP { display:block; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WguVkDT84cZstUsTigyBSvbA1HxJkqtG { display:block; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBChuTaXn4CWyFNMyrhy9PRhRFF9XnFx { top:10.5rem;left:3.5625rem;width:13.875rem;height:9.208331838505rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZFcbXF9FHA2TbpZuMIT7EeI5MeCl60P { top:1.8125rem;left:0rem;width:9.375rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnM9wiC5iRCWABgIyXx4uMK2vFWmkzf3 { width:29.25rem;height:3.6875rem;top:3.4375rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwwJn1a7i964eBpRlWXOLOPlvxsoxaqc { top:8.5625rem;left:18.125rem;width:29.625rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhK52CKtyTkFVrppX0pHT56ATbyQ2n9t { top:2.375rem;left:13.5625rem;width:34.125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU { display:block; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7CEfhu5uZBwTmzRkc6dKC3z9Kkx7nBW { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s { display:block; }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUry46DmBQuWA8Ve4bJeLFuF8uoBEDQp { top:2.125rem;left:0rem;width:41.8125rem;height:10.733537745283rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew0XFyIbHpKWlB87ur9HNygKK1DNreJH { top:14.75rem;left:4.75rem;width:43rem;height:12.979023100279rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBdKiiVBOuRDeuKdTtRLmEF97x8wTnhN { top:29.5rem;left:0rem;width:44.6875rem;height:12.66960115699rem;display:block; }
 }@media only screen and (max-width: 763px) { #s25JkAaHstlrph4IefeQ4f7KCdH5sVCZ { top:44rem;left:8.3125rem;width:39.4375rem;height:12.854459917468rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhLbJn5RFsI1u2yhlRo1rMTBSyJEzJR6 { top:58.9375rem;left:0rem;width:43.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qwITpb5BC1av295Dqc7EGa4925zRh9 { display:block; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0amF03o0gZ1X9Fz1TgdkLM3JWwQGWhK { top:8.6875rem;left:0rem;width:23.8125rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUBrBpscF7KtMc1TKilpSvIuXnOTdzzG { top:3.1875rem;left:23.875rem;width:22.5rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0fJ9TpHKRxGGTktEylvT1AKBQDaHzz3 { top:5.4375rem;left:0rem;width:23.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKcK0oiBcZPGIEyE5KPqGAKZIwdyPKyt { display:block; }#cKcK0oiBcZPGIEyE5KPqGAKZIwdyPKyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xz5yetNNUUISgBIQk7xFC15V0FRhi9gK { width:47.75rem;height:6.8125rem;top:3.4375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc2PqhJbLEabfAkkhIZNXJ76dLpu24WR { width:34.5rem;height:3.375rem;top:12rem;left:5.0605964660644rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhN5r2r90tIxkZIVPUbaJgFTiDTFv93g { display:block; }#vhN5r2r90tIxkZIVPUbaJgFTiDTFv93g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8IbuRTORBLh6ZWMfnsXosnZ7XJBnkyM { width:35.25rem;height:3.4375rem;top:3.75rem;left:6.530433654785rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWrEpIZa1p1Kywc5ZWpPA2kMoyzCe4to { width:40.125rem;height:13.1875rem;top:11.75rem;left:3.8125rem;font-size:0.9375rem;display:block; }#SWrEpIZa1p1Kywc5ZWpPA2kMoyzCe4to li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #r5TgV14IQN9ct3BAF45ul2kd6zJI2S9F { width:46.8125rem;height:58.125rem;top:2.25rem;left:0.779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxxecJHsgwKLfZg9ibMKTz71wOq2g6XH { width:35.25rem;height:1.5rem;top:8.3125rem;left:6.218204498291rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihdpbfZgZwtiTPK7dSWCDT4nuK44lQyF { width:19.875rem;height:2.1875rem;top:30.75rem;left:8.46484375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS54OpdCS2e1K2oykJBvfIF1u9ncttOz { width:10.9375rem;height:5.4375rem;top:28.5625rem;left:24.954427719116rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy9257tI58aVU4URnVihUSyk3kHLyVFH { top:36.5625rem;left:7.529296875rem;width:36.5625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv { display:block; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqObGD5WMkhW4TIagEF8LEPF2GsVlgaD { width:32.0625rem;height:11.375rem;top:1.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTPTJcM2kUKsJFK6XSFv6QKd2g7aIMWv { display:none; }
 }@media only screen and (max-width: 763px) { #aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM { display:block; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHsX2kwAk17qvJvvxfRNgT3l6Ky2qGyz { width:41.875rem;height:;top:3.3125rem;left:2.9056711196899rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKUVeNnpkBexlshP4bV283xA0arBSiiK { top:13.375rem;left:0rem;width:20.5625rem;height:54.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu { display:block; }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQgXI0auMLbiMeGOpVMhJw5oikpgFVBW { width:17.1875rem;height:;top:24.4375rem;left:0rem;font-size:1.1875rem;display:block; }#kQgXI0auMLbiMeGOpVMhJw5oikpgFVBW li:before{  }
 }@media only screen and (max-width: 763px) { #G8ReiEaSBQUnPyUcqQJyem0fd8TA2SrH { width:19.9375rem;height:4.1875rem;top:14.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7qeEk6ZKuxQLClM0CAfKk0V7GAEd8ob { top:19.5625rem;left:1.6883163452149rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6qSrpEoTxD3qZCWLwQ6E0GUSfHNW4wq { top:21.1875rem;left:1.6881504058838rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbTgcXTdQbb250PgJRtBn7JRNNo8065T { width:18.75rem;height:;top:24.4375rem;left:13rem;font-size:1.1875rem;display:block; }#vbTgcXTdQbb250PgJRtBn7JRNNo8065T li:before{  }
 }@media only screen and (max-width: 763px) { #T5b8E3cUBMwd10ZhZ1pssBK4flWUExx2 { top:19.625rem;left:17.5625rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVcvuJq2BIeffJUs4QaTWrSBJEAgmHqC { top:21.25rem;left:17.5625rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekJZk2DaWIlgolNnTVpNhz1qA240cqOl { width:19.9375rem;height:4.1875rem;top:14.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdlCJnQVuJ77e3rED1AeoBCiRirXdig { width:16rem;height:;top:24.4375rem;left:31.625rem;font-size:1.1875rem;display:block; }#MTdlCJnQVuJ77e3rED1AeoBCiRirXdig li:before{  }
 }@media only screen and (max-width: 763px) { #ATdbSpvlyw5pNEQJlCR3UZxvrkP6xiTK { width:18.125rem;height:4.25rem;top:14.25rem;left:27.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2Wa7BL4Vh2XNiNdTR7abiGE7ssoawMa { top:19.625rem;left:33.0625rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR3TfOKTu9CzSk1UfLBoIAZ8rJelFE1P { top:21.25rem;left:33.0625rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvEKZBTaZOlf6DsL0ZZb7gVnIt0EzZpN { top:0rem;left:0rem;width:20.0625rem;height:123.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7O13tnNUiE3qsZ5fSEHQWv2dAPX94PD { width:17.8125rem;height:12.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcqrroKVNfg2MuvbNAZ8VGneXWBVB6DT { width:17.8125rem;height:12.1875rem;top:0rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZHfdFEDkVD1oGhCXPhEn8e5ewxdV188 { width:17.8125rem;height:12.1875rem;top:0rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZFogcOwhS1JK1BS1B0TH30OnFbLTTcf { top:0.25rem;left:10.8125rem;width:20.9375rem;height:54.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKzSbLn9fM4lFhZQ1tTgpXEIQboTeT7K { top:13.375rem;left:0rem;width:20.625rem;height:119.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4r4Pf4tLG5X2VZXGpeW7UXgGpZagCX4 { display:block; }#H4r4Pf4tLG5X2VZXGpeW7UXgGpZagCX4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNhitIZDn7HfFgo97Jb6HMMBTEuFUush { width:17.1875rem;height:;top:29.75rem;left:0rem;font-size:1.1875rem;display:block; }#zNhitIZDn7HfFgo97Jb6HMMBTEuFUush li:before{  }
 }@media only screen and (max-width: 763px) { #C8FsRTpEZ4kK8VhNPgZnEqgCSAIHtiHd { width:19.9375rem;height:4.1875rem;top:14.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdtAePwoTxCEBHJqJhfZ13cuv7y6rKmg { top:19.5625rem;left:1.6883163452149rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhvVWEVpztAmQuyDkttU0LLzJxbDuaRl { top:92.1875rem;left:0rem;width:17.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTC7twc5HN2Bc9o8MiZHSpk9XucJ37br { top:71.8125rem;left:0rem;width:19.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK9Qd0u3cx4zoyTz5ICouxqE5RwllKxT { top:21.1875rem;left:1.6883163452149rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG0lZVo9h6CoZaF2o0BkgHve8DLsneg0 { top:53.6875rem;left:0rem;width:17.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbELmIBv5chAggsIbsKe5OfL1uC0OcRo { top:23.8125rem;left:0rem;width:16.875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLR1KkVqNFqWedi0HpRJ2X96FkfHLGRN { top:101.25rem;left:14.25rem;width:17.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ7X4lTurEsDd72e1Og2v8cnbRHhO55t { width:13.75rem;height:3.375rem;top:95.9375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm7X1JRm5lZXFQMvzSLD7rLKZgKSK7GM { display:block; }
 }@media only screen and (max-width: 763px) { #lg96dnVUdbZncvh7FTC0HBHQ4sypIuFC { width:18.75rem;height:;top:29.75rem;left:13rem;font-size:1.1875rem;display:block; }#lg96dnVUdbZncvh7FTC0HBHQ4sypIuFC li:before{  }
 }@media only screen and (max-width: 763px) { #v9Xo9uW6xqhecrDWLBOUWi5htS5SB0vy { width:19.9375rem;height:5.3125rem;top:72.3125rem;left:11.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGIWDdGZyiGIfIMqGi4w8VVu7nInUyW2 { top:78.5rem;left:12.9375rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkGNTENpHxkJdr3GmuJ88w8nnaLh5HzR { top:61.25rem;left:14.25rem;width:17.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS5IMSV2srtic4h1DSNZHRT6gCBuRMWq { top:23.875rem;left:14.875rem;width:16.875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhxtQPirI0xMaH7t5bQdGvw9xTI0krTC { top:19.625rem;left:17.5625rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boyf4O10qwktEioaoWG98JZpk21Dai7k { top:21.25rem;left:17.5625rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR0TCTgJNKpvJEFn8mVe1f4pPsP9MSZ3 { width:19.9375rem;height:4.1875rem;top:14.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGB2MzLoWCi0SDWOVHQLM006idtuTyCB { top:87.1875rem;left:30.125rem;width:17.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsPHG71VfS8xMiR04SMnZOs4BM1hEmGJ { width:13.75rem;height:3.375rem;top:82.5rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZVnHGA46bGxTRnnZMKdq8aORXiSWEP2 { display:block; }
 }@media only screen and (max-width: 763px) { #lH767R5fTuMsPc7tJAwXl8Xly2n57uHd { width:18.1875rem;height:5.3125rem;top:60.3125rem;left:29.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8kBZ9vTn6irWvDLUmr8Rf7tKNh8IB4o { top:66.625rem;left:28.6875rem;width:18.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0RtEdX3hBJofEFfItyTTzGnvcw9J96T { width:16rem;height:18.9375rem;top:29.75rem;left:31.625rem;font-size:1.1875rem;display:block; }#m0RtEdX3hBJofEFfItyTTzGnvcw9J96T li:before{  }
 }@media only screen and (max-width: 763px) { #dDPsF8Uc1ZI6vfLEhEg4lM4un20iRKCA { width:18.125rem;height:4.25rem;top:14.25rem;left:27.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSUmmoVkmOQ6G1EOupUhuOx2eyaL0sPz { top:19.625rem;left:33.0625rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6aQK6EWaoZ3pwNyftpeishq9drx3VHF { top:21.25rem;left:33.0625rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM5wSNUxHqiF5MKaFBet7ZTz0tJbPHz5 { top:57.25rem;left:30.125rem;width:17.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6NxGPZN7nJVROZmf98RQfSC2Pm2KE8V { top:23.875rem;left:30.75rem;width:16.875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOTaa6VyWNDBM97yWiCPpT3cqMIDIvQk { top:0rem;left:0rem;width:20.0625rem;height:123.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8LZpcGWABUZZq80BKUcyqTZeH1hDHRM { width:17.8125rem;height:12.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTMwZ4ixF1FAbgtZZCGdinXOT4FN654u { width:17.8125rem;height:12.1875rem;top:0rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC0mxOKwSSZSHPO0usK4ezV3V7NdrtJI { width:17.4375rem;height:3.5625rem;top:90.6875rem;left:14.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czFAEITZ1c6UplaXP98vLnkpp0myIHpX { top:77.6875rem;left:0rem;width:17.5625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsUNlc0t96yA5RhcRPDSMSqpgLzBIRgs { top:62.25rem;left:14.1875rem;width:17.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyCzuLrHS3Mm7C8xn2zq0flrDTmwNGq1 { top:63.5rem;left:0rem;width:17.5625rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dn9MyWU2in2daPEJGvXb5Hm9K5ZgvTBF { top:87.1875rem;left:15.625rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g10w9Ve1LJX8lLiat6otcALsLDtKD7vF { width:13.75rem;height:3.375rem;top:87.3125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HelTJ11KCCRr494ON5zVbdswCKWg6V3G { display:block; }
 }@media only screen and (max-width: 763px) { #F6ysudAgRLQ4pcS1SqKzzXQ2qybSAJaN { width:19.9375rem;height:3.0625rem;top:57.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3rlgv1tS48eXekJTCgRcCq93ERx7rkv { top:54.375rem;left:3.5625rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fei6mVqkNGzrKHB3lFAI6Hw1GczKCZXU { width:19.9375rem;height:5.3125rem;top:65.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAy8QrkduyuFWorXoVkRelphethXen1R { top:62.3125rem;left:0rem;width:17.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODZOAB56AmWoA65EnniAfZ9Qkks57DfM { width:19.875rem;height:1.75rem;top:74.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpdH1v22SWkUIKBomE7b8mGsS0K3HMvM { width:17.25rem;height:4.1875rem;top:77.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXNPLPGs90uDLhbsZ5i22EtQEDcrAOHP { top:83.8125rem;left:0rem;width:17.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxLzmCOag069ixXnGOCh2VIWQWkpvT4X { width:17.8125rem;height:12.1875rem;top:0rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKQewB7WMLlGRfB7HHMuA4aBAGwlVe9i { top:0.25rem;left:10.8125rem;width:20.9375rem;height:119.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ModNNUCdxT7tkeOonK1DJihnGtcaPmev { top:91.375rem;left:14.25rem;width:17.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTzyftO791pSw44vhFEdgHAUSuRTFA2 { top:84.6875rem;left:14.1875rem;width:17.5625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRcFsFc0CMVW3fst7qm3tpKdyQZJmpyn { width:17.25rem;height:4.1875rem;top:84.9375rem;left:14.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSCEDuE6DFgIGzkQvNTz2Tw8z3qJe2eN { width:19.875rem;height:1.75rem;top:81.0625rem;left:11.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI6wrXbfwmRaq0Pao91QFLXyRDUwvNw0 { top:62.125rem;left:19.437501907349rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL41LQmHBwsomkc01hRwzsd2Dr2FMCaS { width:19.9375rem;height:3.0625rem;top:64.625rem;left:11.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFJZ41rlqvTFBRQyRKuTsRN0oEdqfdPC { top:68.9375rem;left:14.25rem;width:17.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0FT73GrryypkvZcf5gNGSSfDXKtXR7U { top:78.9375rem;left:30.125rem;width:17.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F03bPmb1WpbC3OvvyHM34Sue8qXQWWbf { top:73.25rem;left:30.0625rem;width:17.5625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbumOOtTTzBUEtIVC5g1BZBFGh8wiC3T { width:17.25rem;height:4.1875rem;top:73.25rem;left:30.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtxKPreIF9HCPbKZw1W6nMVwHt1P1qrZ { top:49.8125rem;left:30.125rem;width:17.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTyexwDNpcD04G8tfzRlZ3xcKEXns4Ix { width:18rem;height:3.0625rem;top:52.5625rem;left:29.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcZQC4iTHJamcfiHXvgalBQRBcE3LwcO { top:50.25rem;left:36.071615219116rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgK8G9a25wQ0MHFSK4X63L1BwR6nfk1n { width:15.0625rem;height:4.5rem;top:95.375rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDu2WbS95eepddJIo0u3p1ywlPAnrXhN { width:20.0625rem;height:7.125rem;top:101.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvfhC2QpQ1CTLHuLFLJ2CZrTbz4syCzh { width:19.5rem;height:9.125rem;top:109.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp9SLJgIFF06u7FGnzu5R4VdDSz6ZOIB { top:13.375rem;left:0rem;width:20.625rem;height:119.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6CgS7V4bWzHH7l0kWzCvpOmeGqTucEf { width:17.8125rem;height:1.8125rem;top:70.0625rem;left:27.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeGHpUXk85yfINvCMui6CXWpdwmUoZRx { display:block; }#GeGHpUXk85yfINvCMui6CXWpdwmUoZRx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2gkeAl3hDKsUUWQdsH3cynLMnyBxTiG { width:32.75rem;height:6.375rem;top:3.0625rem;left:8.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqAiipT9Z5zyZPanQtDC9pvaFRJlX1N { display:block; }
 }@media only screen and (max-width: 763px) { #vtTwTXZFieBGHS9eldNudMg1JVrQfTzm { display:none; }#vtTwTXZFieBGHS9eldNudMg1JVrQfTzm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #okriH3DNg7rrotMI1QW7dPlbZnGAX6WB { width:15.0625rem;height:4.5rem;top:0.75rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HENKsz8bhTlypeCg27vKsVPx5LBekBDs { width:10.1875rem;height:4.5625rem;top:28.125rem;left:0rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #msKkMaTfo5NZIsXNiZvk3wmpnKXMSZpn { width:16.6875rem;height:9.0625rem;top:15.75rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oX28tVcrmJgAuXy6TEaH4uHBy9yGHMPK { width:17.6875rem;height:7.125rem;top:6.4375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcWifLgne0RypSt8c9TWqN2tDMK9Xdni { display:block; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omezhvSv5TsU1Vlisg3Xar9htoIPwFv2 { display:block; }#omezhvSv5TsU1Vlisg3Xar9htoIPwFv2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0CS34TfEMBThHzq83QukXIii8JWJz2B { width:22.3125rem;height:4.5rem;top:2.5rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehz0y71yFSX5KtO9qwb2eh7L98ZGCaWk { top:3.5625rem;left:30.8125rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbzFkfc8dcGSCTRqRJ0hBRdEATzTocRR { top:8.4375rem;left:0rem;width:30.25rem;height:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm { display:block; }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkmO40slTqwlt8yxWGm8tVb2rvhpRCEf { top:3.5rem;left:21.237773895264rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8r678dShbNfuOsLCJh6Qn70RAhFyuL3 { top:2.5625rem;left:40.75rem;width:6.3125rem;height:2.1660638733368rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6koQsuJn2XttPOEdhplM97RQOnMLV01 { top:2.125rem;left:41.375rem;width:6.3125rem;height:2.9709668879367rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFWn53WPxzrOfNFrgQRHz50UX8ePOdWn { top:1.25rem;left:33.6875rem;width:6.3125rem;height:4.7656599002814rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC { display:block; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS { display:block; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pElW376CBOal9iWTBVvlC4o070b9GQnl { width:34.9375rem;height:;top:3.3125rem;left:6.3747291564944rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0yh9wDw5nEGF53eak10kkIDzToJnIMD { display:block; }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLvwycXG9FO2TktM9kqT2nClvo6Op7Sa { top:15.5625rem;left:0rem;width:45.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcB0xLIWUiQJ0ZdWDyT4HE6TmLe9PLT2 { top:21.375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUKDP57WeTgdidXxzrrR8BmSrmfzDtQE { top:29.9375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrdC2bQxZFCDeJuP82xcHEfsVok25MTZ { top:36.9375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srr6BB4aLyRDoHNfkRgyJWlGrZZbpxNw { top:55.3125rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVngr7S0EGIaMvnPW2m1GwdmhSVbASyU { top:65.1875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zciGxWMlwUpfssGCBsm46IdDT69ArMev { top:44.5rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcZh3SKH6qB1KWq9T2o00TUCGAJXOdow { top:1.3125rem;left:0rem;width:47.75rem;height:12.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P18JXazP48snGcPxOFPfATlRB8lNayUR { display:block; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGV7UqcKaeV0IgGA4nH8xav1V8wNXB2r { width:40.5625rem;height:3.3125rem;top:2.6875rem;left:3.5622291564941rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 { display:block; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Odp4A7ZSJsPDq78np10LO6H3PMB06xtZ { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enra1w0PsTrnarqTkOqDAHy8D27GD2SA { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZemG7eovL8kugE79RhAINzuiqKpgPf1g { top:25.6875rem;left:0rem;width:27rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfaDeWsqLGsJ2LQB0yTfPfxipKgpkfwi { top:32.4375rem;left:26.529346466064rem;width:11.625rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV5TXIXfAC4dq8N8oAKHDa6HQrXx0s9f { top:34.25rem;left:36.4375rem;width:11.3125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAfs6PU35D33EICJHCnDhgpTNtr0Z2q { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOyW8aESHU2Pgrq2oQ7SPngHPKLBUhuW { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ2VIRd2F5r7gzZT9TNzGV0P0MEvvNWK { top:4.5625rem;left:22.25rem;width:25.0625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQSthFWFtlfbsS4uml3TBGT04SFy9AH { width:6.1875rem;height:6.1875rem;top:25.3125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQITKKgZoTViKitRD6U6lXKKqlJD3QN7 { width:6.1875rem;height:6.1875rem;top:25.375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #neQ1s8IWvPOJu7zSzsVRrQwzmRmridsO { top:4.25rem;left:13.5625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV3FfNWHF57a98CzLHuHr2uG0hrfZMTR { top:26.75rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du8s5HRSdKsBenIhZW6WdPLZV49QGkf6 { top:9.875rem;left:0rem;width:12.625rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJU4LG38XyoyIxITL6Tb1sl9EZRTKpG1 { top:10.8125rem;left:8.9271736145019rem;width:14.625rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1IUpQKAhoh7UutlQ6aqS7eKuGOgb6zn { width:6.1875rem;height:6.1875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS1Uc8CpPw8JeAr6vvKUGki9iqNab8Vr { width:6.1875rem;height:6.1875rem;top:3rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbPzG96a991DpVgPLUdUxiuq30iIOPer { top:4.25rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtLhLp7oxypwTXx4kHm90FIKIAyEcO5G { top:26.6875rem;left:29.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXe18y3DIXTXWagPRy7wJIKfX4zxs152 { top:53rem;left:20.0625rem;width:27.25rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpmMT9g8my1JK6gZf8TPqBimVXgkUABw { width:6.1875rem;height:6.1875rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzr6PWBdDTRUZdWGseGOBNwAhH27dHu7 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiVEhtHlvTLw1badbsuodF7nLnVHKFl8 { top:56.125rem;left:0rem;width:12.4375rem;height:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ZLXtM77gUNRnk1i4Bw9gaSuR1mOhwG { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGgPhWKaVa9IocWSVAe4HkO7Rz5Wsr2t { top:50.25rem;left:15.488044738769rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPAFAvdCBcH8QdPOuIgarRqTKeWQJmyw { width:6.1875rem;height:6.1875rem;top:48.9375rem;left:14.206523895264rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD9Tr4JeuuKJTpTn8BOFPUqTBOyrFFVF { top:56.0625rem;left:10.718099594116rem;width:12.4375rem;height:10.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4cSWG8Jc8eDE93o54qwmDzupDdGAoa1 { top:50.25rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ8gq0xTMMHy8hBHWsOKlGJXpJoQMcSh { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cesUCMornZP5I13J4T8FvA2kmKB3GQs4 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #orcyFOlEpCzGmy5X2wCUMtGI681eHxIT { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEkwpnX3g4u3n4XDXxFIsDezTDZRg36u { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqZJhsCrH6OxzkbBENsxlHUhVDTOv8AM { width:40.5625rem;height:3.3125rem;top:2.6875rem;left:3.5622291564941rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt { display:block; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsVwUFBTqKgpz5LNrSSMLvfPCFVmTwWc { width:40.5625rem;height:6.625rem;top:2.1875rem;left:3.5622291564941rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo { display:block; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRsLUEH0LP1R5nXG4eCSkNPgxlL2urMM { width:47.75rem;height:6.8125rem;top:2.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFPRAz0u9Cr48xzqQK3qeSC92VatKLIR { width:47.75rem;height:5rem;top:17.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtXBfDR5PMfFUtGGmWrniwLLhrcfKMB { width:46.75rem;height:4.75rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGDwDExdh9gUOCJ67LTr0JU4SvwzTI6q { display:block; }
 }@media only screen and (max-width: 763px) { #GkcWkg5fMHU3baeRT3wk31W5sNZzTc6h { display:block; }#GkcWkg5fMHU3baeRT3wk31W5sNZzTc6h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfcWObBXQHQipTD2cUbDsVnZBUGBZA3Z { width:30.1875rem;height:2.25rem;top:2rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lI1qVZW4uSbnM6qk44n3GRuIrCdbBDxL { top:0rem;left:22.03125rem;width:6.8125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #okku2ysSG1B7zCO8q4sTuTCJib14RiTE { top:8.6875rem;left:7.28125rem;width:34.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 { display:block; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz3LAQVsV3ABpyZELUeFfBMTZPTHCWVf { top:0.875rem;left:7.78125rem;width:37.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA { background-color:rgba(0,0,0,0);background-image:none;display:block; }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .row .container { background-color: transparent; background-image: none; }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .row .container > .video-iframe-container { display: none; }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .row > .video-iframe-container { display: none; }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .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); }#xSRwJw3C9mw3ih9uITUqrDH9OZLP7AUA > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNO2EXvIU7x5FlTG9lJFXrPWXZNyiDf2 { width:12.0625rem;height:3.75rem;top:0rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNxCL5o5V9pSVrnQ2ISnkvMW1wDKkUKe { width:17.1875rem;height:17.1875rem;top:5.375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOw4i3IluofuxmE6TlsNhADNEimia9ic { display:block; }#eOw4i3IluofuxmE6TlsNhADNEimia9ic > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5wrJJZhlMQCFMLSxL6bC1wArrSgFwyQ { width:20rem;height:10.25rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsZf6gdsoTWZ6fg2SfEo3lNhWD0tk9iB { width:18.6875rem;height:9.1845625rem;top:2.0634765625rem;left:0.65625rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #phnEoXZhufHHuG7QPmcwof2VveUmgNW5 { width:9.5625rem;height:9.5625rem;top:9.5322265625rem;left:5.21875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #zLl20I42tae4T8xPGPDNEl7EoioJFU87 { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row .container { background-color: transparent; background-image: none; }#zLl20I42tae4T8xPGPDNEl7EoioJFU87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row .container > .video-iframe-container { display: none; }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row > .video-iframe-container { display: none; }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .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); }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row .container { border-width: 0; border-radius: 0; }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zLl20I42tae4T8xPGPDNEl7EoioJFU87 > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLycTUtHow0ftULaW11IH56PaTDFuMrP { width:19.99975rem;height:9.4245rem;top:9.4557075500487rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o5CAEDnMST5WfsaElTvTSttSQWRBTCuq { width:19.99975rem;height:3.41145625rem;top:4.8334240913391rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:700;font-style:normal;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #V7APXD8DRADQ6XpL1ezJVqrSh1TikAig { top:28.050001144409rem;left:0.99945664405825rem;width:18rem;height:17.18725rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #upGAiyZ6EI5hX5VlCtvevN7OX1FRbTdg { width:17.125rem;height:5.36214375rem;top:22.687501907349rem;left:1.25rem;font-size:4.125rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15002;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #mDilRJfHFd3waiWDGpFA5meld7rU99ir { width:17.6869375rem;height:2.51871875rem;top:21rem;left:1.4375rem;font-size:1.9375rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15003;color:#2b92d0;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WbEy2LRp7lgEDUzty20Aqhyt3r1leHy8 { top:20.25rem;left:0rem;width:20rem;height:25.6875rem;z-index:14999;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;background-color:transparent;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTGweQlwhpXmLg6CeMvhJpFSZTbMGwAk { width:19.99975rem;height:0;top:52.124458312988rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:700;font-style:normal;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #KpvBoPnN1g1SIoEVwaOxEHzSkI4EkBEP { width:19.99975rem;height:0;top:55.972558312988rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:700;font-style:normal;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #nsVSWJhsHmPO0HtN4MnonWXzb6ch2AvC { width:19rem;height:3.375rem;top:48.25rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wytJ8BeySh3Zy9vTPFTNp3aHOKSoHK26 { display:block; }
 }@media only screen and (max-width: 763px) { #d4fkARUw2i8S4uOPvRHRNyTHssbrx19M { display:block; }#d4fkARUw2i8S4uOPvRHRNyTHssbrx19M > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqQRfL46cqzDRZTItxx66iQR1zmbVeUm { width:20rem;height:7.3125rem;top:0.92970848083494rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMl0yBlm8TR3zO9QCsPQIu3o4Bxs6kBq { width:20rem;height:1.8684875rem;top:9.7499589920044rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV { background-color:#ffffff;background-image:none;display:block; }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .row .container { background-color: transparent; background-image: none; }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .row .container > .video-iframe-container { display: none; }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .row > .video-iframe-container { display: none; }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .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); }#GZrUI18KBWLldn7NkPrAT2PDmRUCs5zV > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnUBQTeIutwgKxKdLaGv3XWBMwwCZhK6 { width:20rem;height:2.6001rem;top:3.00390625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdqsGw5EisUmi8lXR4XM90lNJK9vAdWX { width:18.5rem;height:21.625rem;top:8.748046875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#XdqsGw5EisUmi8lXR4XM90lNJK9vAdWX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #zhbor0NsZtOAZgWKSVqvhCmBOlwgSTTM { width:18.9375rem;height:65.6875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHSOstonqDrwQwoK2gTklRl4ywx3cVWe { width:20rem;height:1.625rem;top:6.0625200271606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVJO2eZt7IS3IKfi14eB46FP8r0u6X8N { width:19.9375rem;height:2.1933625rem;top:32.559244155884rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF5l48dneOfWyTm0fF8UgyXdLTU40nBE { width:19.9375rem;height:3.25rem;top:36.193360328674rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiTZK5qN3ez7TbMI49E4HPgT8ou22UvW { width:18rem;height:14.125rem;top:42.125002861023rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d41fcef2-b0b0-4117-809a-b45b427a9bc0/niebieskietogrupoey.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.adaptive-delivery-prevent-bg, #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.lazyload, #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.lazyloading { background-image: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { background-color: transparent; background-image: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2b92d0; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container > .video-iframe-container { display: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2b92d0; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row > .video-iframe-container { display: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .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); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { width:20rem;height:50.561767578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 { width:20rem;height:29.765625rem;top:4rem;left:0rem;font-size:1.0625rem;color:#ffffff;display:block; }#S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 li:before{  }
 }@media only screen and (max-width: 763px) { #p1wK2mt9q4RqrEawKHNk2S5TAoWvEI0t { width:17.9375rem;height:17.9375rem;top:32.624350070953rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRXzZNooeu1pGHwmGRTO9Slr4zupK4x0 { width:19.6875rem;height:2.79948125rem;top:0.56184911727905rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ { display:block; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E { display:block; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpgGTsPmAcoOcGTr6QS6KGMR3fvnGn73 { width:10.6875rem;height:10.625rem;top:17.666011810302rem;left:9.3125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #X05JkXSN0fdJlS2r03TBz8xnI86TXAMD { width:9rem;height:9rem;top:19.394534111023rem;left:0.35416662693024rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAQmNrWRNv9hpKfZD5BCKm4dAvUEOT1U { width:20rem;height:11.1875rem;top:28.311889648438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwTHhi3c95V4w0EeQbQy0eKOK8UmkcJT { width:20rem;height:16.35675rem;top:1.3503012657166rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVn8i3Wf4DKqkiAVz9m7rPgJNqwJsQC7 { width:20rem;height:6.8229375rem;top:30.167317390442rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M { display:block; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ac2fuMON0XX3RTyooZWRyiscXk3uU4Ii { width:20rem;height:17.84375rem;top:1.9073486328125E-6rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN6hBtxTAPQfGV2cgyDXacry6VpgPrX0 { width:20rem;height:23.7916875rem;top:35.629559874534rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV72cJbLHnmDk17LkKh96EXJ3TadnFwr { width:20rem;height:4.54948125rem;top:25.657552719116rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcm3pIVCNqVSdF2TDaEMGvUyzoB2bb7U { width:13.0625rem;height:9.4375rem;top:17.843750953674rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #iciR4yXTPW8OfSWSp26MfpIlMgkpxz4T { width:20rem;height:8.125rem;top:23.832685470581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i { display:block; }#LG2QF1E5Bqo1AfvTJrF29tUgygEOES8i > .row .container { width:20rem;height:177.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltrKfQUNtGigpbDJ1ipMR2NTiduyNSau { width:4.875rem;height:4.875rem;top:16.6230625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ8J8uGFgT2NQQ7eic6Z5iGVXrTUX0kz { width:12rem;height:7.874375rem;top:23.404297828674rem;left:4.0000001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpHVx3kycJvnefFkhvxTNgRkVDUgvGe7 { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#212226;display:block; }
 }@media only screen and (max-width: 763px) { #E3T2q6eJazlHPIUZU3Aeb9PsLQTXvpo0 { width:14.5625rem;height:19.375rem;top:15.498046875rem;left:2.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #n57NLsAy7IVkrOTWipH0I8B5Vb0lSAQy { width:14.5rem;height:14rem;top:78.037760734556rem;left:2.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWmpWfoDn21HI7yXuLcHSCo4xpMOHpyU { width:12.75rem;height:9.44925rem;top:43.309897422791rem;left:3.6250001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dWlrmGDAnLIT93398VrXzWr7W8hwFo { width:4.875rem;height:4.875rem;top:36.998047828674rem;left:7.5625005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #whpJneEtmHIIEbaUtS9uqGO8ZNsIk15H { width:14.5625rem;height:19.875rem;top:94.810552597044rem;left:2.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2bd5T9yQJCvDgxWhTrATShudv0D0Hv7 { width:13.125rem;height:9.972625rem;top:63.996726989744rem;left:3.4375001192093rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWRg5FnManrdNvbE27Q7GSuVvZaJ5JLG { width:4.875rem;height:4.875rem;top:58.560539245606rem;left:7.5625005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGRTPqhCblFWNx0fM2HgMUwm3iLr1yEp { width:14.5625rem;height:16.1875rem;top:160.78972434997rem;left:2.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #emDBpTaMIbc3ZUT9ZzrGENQq1BgGKRGs { width:13.125rem;height:3.1497375rem;top:85.060549736025rem;left:3.4375001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJrSJTxJcL5waZoSAiDlbtwTTqP5d3n8 { width:14.5625rem;height:20.25rem;top:36.123050689698rem;left:2.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LACfi9gGdn9ABpdqdcsGR5HpfFeHT3an { width:12.75rem;height:11.0240625rem;top:101.71747398376rem;left:3.6250001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #EThoUX0KilHSiIVb0d8D30xsFzh3mk1l { width:14.5rem;height:18.6875rem;top:57.623049736023rem;left:2.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOvp0pMAz6XOnpMAzL1TIVMhPwxgcJAy { width:11.375rem;height:11.0240625rem;top:123.18424797058rem;left:4.3125001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #bQvuamMAvVEy2FRpN1F8BkfJhpgWK6mT { width:14.5rem;height:18.375rem;top:116.97656822204rem;left:2.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xky2x9EQrTgpZwwmlAVcKQMUgnrcUsF0 { width:12.75rem;height:9.44925rem;top:145.30988883972rem;left:3.6250001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ymBxmdB9mGeCFRPtTG3NdgTr2SawK1 { width:4.875rem;height:4.875rem;top:79.059906005863rem;left:7.5625005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1TJqc6yQ60p8sFH9wiNe3ymkHaMesai { width:4.875rem;height:4.875rem;top:138.03843688965rem;left:7.5625005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxGudVIRtuufuy5T5iOLQfT2SqzZ8ge2 { width:4.875rem;height:4.875rem;top:96.362623214719rem;left:7.5625005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcbVfk8h0u7a5MIm93IdkBUoip2qEQTO { width:14.5rem;height:21.5625rem;top:137.1230506897rem;left:2.7500001192093rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #VQT0b5WJbMTOpWxIbI9tP1lVDFn6A6vE { width:12.75rem;height:6.2995rem;top:167.68555736542rem;left:3.6250001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORXdBV7x5FiJz7JT7yMTKlDsEPn3BTia { width:4.875rem;height:4.875rem;top:117.78971672058rem;left:7.5625005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE73xWNgNTB25Cnx6vvKFXMc80BgQoqi { width:3.5rem;height:3.5rem;top:162.47592163086rem;left:8.2500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT { display:block; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzsUzKBJ0iSeag6CzKy8JXHTJXGcp4ly { width:19.6875rem;height:3.625rem;top:1.25rem;left:0.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ILJkSyumfaUZqfEOAoFWBi39akLfDH { display:block; }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NI1CE24E8yq6BfFr0uSDQualJi0tKR7e { width:15.6875rem;height:10.3984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#212226;display:block; }
 }@media only screen and (max-width: 763px) { #KLdCIKDFvR1dTVr3QD0uUsHafiRQRrUU { width:19.9375rem;height:6.4375rem;top:1.8880205154419rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MS2RBxrOltcHqwc4030mHbrzKdgCTbMz { width:8.9375rem;height:7.9375rem;top:2.48046875rem;left:11.062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { background-color: transparent; background-image: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container > .video-iframe-container { display: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row > .video-iframe-container { display: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .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); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { width:20rem;height:131.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEB9HrpgQ9IDfzUgg0LcGDdW7RRb9rqS { width:17.8125rem;height:21.375rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQaGBCoRuNptlzfxH6zhRCaHsfGt5KgH { width:10.375rem;height:3.4000625rem;top:47.166669368744rem;left:1.8125001192093rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Z1nEyoNUBlE5vGlsmNXepMT91akMbIoQ { width:16.0625rem;height:11.472675rem;top:50.565757751465rem;left:1.9687501192093rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #DTpnURkVeiQk1Ob4dUW9d0WWLF5WoflA { width:17.8125rem;height:19.875rem;top:24.636729240417rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtDge0BZNfbNxV89nIHbbIIsVTVMUE0W { width:12.3125rem;height:3.4000625rem;top:26.000000953674rem;left:2.1881510019303rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tWUXddfU3ptfBRN56BgAwsCqVTqNo2Io { width:13.9375rem;height:9.5605625rem;top:31.417317628861rem;left:3.0937501192093rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vvORxI86ao5Gt5ccRnEI5fXk9eeuWmzn { width:17.8125rem;height:20.125rem;top:46.000007629394rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4W6ArKpXTRPd8OQlqMFxe9y8fvZ4lKx { width:12.3125rem;height:3.4000625rem;top:3.0911369323731rem;left:2.1881510019303rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WQn7MynEkrq9waPD2iAnzsT8P0JostIv { width:14.8125rem;height:9.5605625rem;top:8.2584638595581rem;left:2.5937501192093rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MJzByWv9l381FmPw14IRyGQvJLlgl1Fw { width:17.8125rem;height:15.625rem;top:114.37759399414rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXvtI36onWIQH0H73nH0GLIfcdEv2wTr { width:17.8125rem;height:20.625rem;top:92.249992370606rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG7EahzKlu2QxHrVvH71i1aTtBTDHdf0 { width:12.3125rem;height:3.4000625rem;top:93.049491882325rem;left:3.0937501192093rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eeTI8FmbsIoAQb8urvBqXU1ufKJBasu6 { width:14.3125rem;height:11.472625rem;top:97.32421875rem;left:2.8437501192093rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oThQUiMkO6waRclHthfvzUwgFRqL524b { width:12.3125rem;height:3.4000625rem;top:115.87568664551rem;left:3.0937501192093rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #mNg45KD1W5tHBh79GAcXWOB3t9C5MmhQ { width:13.75rem;height:5.736325rem;top:120.69076156616rem;left:3.1250001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #M7ndLEffolH7llaJz6mIFJ3ABJ8PfSeB { width:17.8125rem;height:23.1875rem;top:67.593757629394rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSV0GbUC40ZRi1Be3RsQGUkbtZHLaMzT { width:15rem;height:13.38475rem;top:75.310558319094rem;left:2.5000001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SMOaJqOaK52lCdvrL6AsJd2G2AS7RuBo { width:12rem;height:6.800125rem;top:67.593752861025rem;left:2.3444010019303rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oGTL4yll2rdTOP5gly15O9S8CWKS5Axv { width:5.1875rem;height:5.1875rem;top:114.98303794861rem;left:12.56315100193rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0wmpTd8i1KJ9wHegkR5G4meme4xbKyZ { width:6.25rem;height:6.25rem;top:45.740876197815rem;left:12.66666662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmsik7TXmxTZGEOKXpf9FJEKocTTlI6S { width:6.9375rem;height:6.9375rem;top:1.3209743499756rem;left:13.062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwczfWRWLzJmrpQHL7p4nrGTWgKlTCF2 { width:4.5rem;height:3.875rem;top:93.688151359556rem;left:12.56315100193rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4MVWb64ExvNWEp77giwhKA82z7vhNeT { width:7.1875rem;height:6.375rem;top:24.636699676514rem;left:12.75570831263rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDJfoIIwtIpsB40I7voVTExiAcUNgT5A { width:9.9375rem;height:7.1419375rem;top:67.593752861025rem;left:8.97916662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE { display:block; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq26Wb9AJT81EFdWceOwowFSvraUxEsH { width:20rem;height:2.2747375rem;top:8.5175790786744rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;color:#2b92d0;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #troTrbpLJbaSdMLrT4gRiTOuT9IhxrV5 { width:20rem;height:6.64975rem;top:0.619140625rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.4;color:#2b92d0;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF { display:block; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:18.4375rem;height:16.253925rem;top:1.3286941051483rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #M70LNFPhNxfc3GIiB65dknMdJ4MJvPPi { width:20rem;height:18.0599125rem;top:36.706380844116rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Fcf2f0N2632kefTnIdkd1W8Reccwyxpo { width:20rem;height:20rem;top:17.581401824951rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs { display:block; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1TgVZBtdTevMeiLh9SFEKVa0vOghZQN { width:20rem;height:39.73176875rem;top:0.69142532348631rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wEg3efqV94OO3lT60bitZqScVM4iibzA { display:block; }#wEg3efqV94OO3lT60bitZqScVM4iibzA > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuelVbAFMUabyp7uy6OiUSZTON5FI2CZ { width:19.6875rem;height:3.625rem;top:1.25rem;left:0.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQoMgo1dXoQ4ATSxs53sT7T4wVMgXDdC { display:block; }
 }@media only screen and (max-width: 763px) { #yWdV7mdfTppcluzG99tJkC161pohvtAB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a89d250e-9ea8-47bb-9d56-66c774ddc5a3/gralodow.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yWdV7mdfTppcluzG99tJkC161pohvtAB.adaptive-delivery-prevent-bg, #yWdV7mdfTppcluzG99tJkC161pohvtAB.lazyload, #yWdV7mdfTppcluzG99tJkC161pohvtAB.lazyloading { background-image: none; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row .container { border-width: 0; border-radius: 0; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO7m2CkR5pJGHEsTsm1rt9WJZlLIU4gI { top:5.4806346893311rem;left:19.270829439163rem;width:20rem;height:11.25rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/ucfCx6g5/pexels_pavel_danilyuk_8423410.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.adaptive-delivery-prevent-bg, #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.lazyload, #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.lazyloading { background-image: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { background-color: transparent; background-image: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container > .video-iframe-container { display: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row > .video-iframe-container { display: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .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); }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpxylF81ismm0RqfCKi0kqWMIL5XWxTi { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 { display:block; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container { width:20rem;height:119.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0yKVOvg6PzBT9yW3zJnv7dM8k2APwIr { width:19.999125rem;height:6.29883125rem;top:0.74818897247312rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qrbWTHoNDulZz5qhKJsnDIpCqHErfO6P { width:19.999125rem;height:31.22660625rem;top:7.3734148740769rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQElmaXZZQl43GNvRrqgiFR5lr40H6IP { width:19.9986875rem;height:50.55729375rem;top:67.916667938231rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8N3xSugPLuOIC7iJNI8yesSKTrSgme { width:17.0611875rem;height:25.6236875rem;top:39.744792938233rem;left:1.4694010019302rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg { background-color:rgba(255,255,255,0.59);background-image:none;display:none; }#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #za9Q7TnDCFOgGtHBAIDTqsGzVsRBldab { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#263e5b;display:block; }
 }@media only screen and (max-width: 763px) { #ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny { display:none; }#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JzIINsfeummLqfaM5UuxVDMx2DSgZnUx { width:20rem;height:4.26301875rem;top:0.60066747665405rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsaTc4tO3ztgFLRXeQJWkqthK493a8Db { width:20rem;height:5.169925rem;top:5.98828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSzLwtQAgq0PUg0vLXXXoGGd2JuNec9q { width:20rem;height:4.63020625rem;top:13.033854484558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { background-color: transparent; background-image: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container > .video-iframe-container { display: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row > .video-iframe-container { display: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .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); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqEpbf90vN1riVedN6b4AEnmwZC87GaX { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #pOxAq8zEc83T1qBd45uqVIoKughnsypx { display:block; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx { background-color: transparent; background-image: none; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row .container > .video-iframe-container { display: none; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row > .video-iframe-container { display: none; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .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); }#pOxAq8zEc83T1qBd45uqVIoKughnsypx { border-width: 0; border-radius: 0; }#pOxAq8zEc83T1qBd45uqVIoKughnsypx > .row .container { width:20rem;height:103.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5T3qlGTeWTv5ldEqB7lDxHiPee3qODv { width:15.1875rem;height:3.08738125rem;top:11.912760734558rem;left:4.8125001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0q8Nh9ZhMkuTwoG7JFMRgM36ZRVZveo { width:15.125rem;height:3.1497375rem;top:16.412760734558rem;left:4.8750001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9yIQA4eDwt1C49F5PqtTLfGRLN19mxc { width:15.3125rem;height:6.17476875rem;top:21.922526359558rem;left:4.6875001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F43GCohUBbHd2ceuvRXhnqMyZalXmUqz { width:15.25rem;height:4.7246125rem;top:29.160787582398rem;left:4.7500001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRP5IJRt0ykOUKKSBHSxrWBObV4m8GEu { width:15.25rem;height:1.54369375rem;top:35.467449188233rem;left:4.7500001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQwKP8sg41P2VJrSvhSurBLDFgPtQMxu { width:15.1875rem;height:12.5989375rem;top:38.009766578674rem;left:4.6875001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuCtNIG1vq7GmvGvwdGzEpx6Gi47WZ0K { width:16.75rem;height:5.19965rem;top:4.7740875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwe0avkCMi5ztHFttwJ7deOhBuOu2feA { width:15.3125rem;height:1.54369375rem;top:52.546226501465rem;left:4.6875001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vILHt97lqQX3xkPOMzdFwLNZF5unaIA9 { width:15.375rem;height:1.57486875rem;top:54.988935470581rem;left:4.6250001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTLT9zAy8H6PV2pscdT7Z4178I79W4E { width:14.5625rem;height:3.08738125rem;top:82.789065361025rem;left:5.1250001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lld8xNy91ZXqIhUkCvTbrUntGyotGByf { width:15.1855625rem;height:2.9745375rem;top:86.583353996275rem;left:4.8138023614883rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okCtkk6hwdXKcplSiISRlCeXkqh0AU92 { width:14.9375rem;height:3.0873875rem;top:75.119794368744rem;left:4.9375001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guvOGlWfmVlBe34bl7lp4OZgeKBu7FG7 { width:14.9375rem;height:1.48726875rem;top:78.914065361025rem;left:4.9375001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTRkZoplX095ax658TACcRz8CTLA8lLd { width:3.875rem;height:3.875rem;top:0.94010415673256rem;left:14.60416662693rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkPSLcD3mC77RyPLxAXW0WCCOtO0NDWT { width:15.0625rem;height:1.4622375rem;top:91.608729362487rem;left:4.9375001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrXPXEHh51CioeElyHDIqezOs3uytOg1 { width:14.6875rem;height:2.79948125rem;top:93.695968627931rem;left:5.3125001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttBvGo0cEqTi8GWW41J2RcV3PFEvmIxP { width:15.5rem;height:1.4622375rem;top:60.369794368744rem;left:4.5000001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khG9nha15e82shdfZdngNC8zGDqLHbCO { width:15.25rem;height:4.19921875rem;top:62.393232345581rem;left:4.6250001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQKCd3JvhXkFqTTOJTbbob1Vxds8mieN { width:15.375rem;height:1.4622375rem;top:68.494812011719rem;left:4.5000001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3o845oKVXDiZhZHTTe3tZ9trr29rcqQ { width:15.125rem;height:1.3997375rem;top:70.888026237487rem;left:4.7500001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMOLOuVyKMDOTKUpnl7oAEck2CBRHC0C { width:3.1875rem;height:3.1875rem;top:0.79298877716062rem;left:15.22916662693rem;font-size:2.1875rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #rhXrLv6TPwJRXLN7uwWGobdLiSinepeb { width:4.5rem;height:4.5rem;top:21.172526359558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaQc1VRHVXaWiqCvFXQxUOOaw24xugQz { width:4.5rem;height:4.5rem;top:34.779989242554rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPmIzV1iG32BB97pW2HhaVnzO1zZJhBN { width:4.5rem;height:4.5rem;top:52.021485328674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSAoT1TZ2iFWTHxDAh0T8XutBFBPlEih { width:4.5rem;height:4.5rem;top:82.083377838137rem;left:0.16666662693024rem;display:block; }
 }@media only screen and (max-width: 763px) { #is998ZQCwOXvpCDxqdt3BioTug42NaOc { width:4.5rem;height:4.5rem;top:90.733730316162rem;left:0.47916662693024rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKI9XoTeg35FUVtEUkUcTRQttNu12R8n { width:4.5rem;height:4.5rem;top:74.4140663147rem;left:0.16666662693024rem;display:block; }
 }@media only screen and (max-width: 763px) { #izNu8Dy8V4cf7XwvTSFLl8CMHd7vAXUu { width:4.5rem;height:4.5rem;top:59.807294368744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhEWThcfIlMkFwVot6ChxQZ9SPX7uhRe { width:4.5rem;height:4.5rem;top:67.7454662323rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrGIpZXfbOHxV7aSi6GTVOZJ4N6ip45l { width:4.5rem;height:4.5rem;top:11.913381099701rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8X2E9QfkTpKhCsfUQ3z5Cd8Rt06k6JT { width:20rem;height:2.2747375rem;top:1.7395429611206rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QdQIVopbsBI4cBpbA7oH8es08LI1BZvN { width:19.0625rem;height:3.9375rem;top:97.743045996094rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc78uoLKQtwqiarvXX4MyEmFZuUQhMLi { display:block; }
 }@media only screen and (max-width: 763px) { #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d30294f-b0b1-44ff-8c5c-96316dd0512f/AdobeStock_236934881.jpeg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE.adaptive-delivery-prevent-bg, #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE.lazyload, #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE.lazyloading { background-image: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container { background-color: transparent; background-image: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container > .video-iframe-container { display: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row > .video-iframe-container { display: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .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); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container { border-width: 0; border-radius: 0; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G { background-color:#1d3c4f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .row .container { background-color: transparent; background-image: none; }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .row .container > .video-iframe-container { display: none; }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .row > .video-iframe-container { display: none; }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .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); }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .row .container { border-width: 0; border-radius: 0; }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrUtnh4fKP3WIRGFhWLWQ9GotnKIRk0G > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdwDnXRPAr4cm5TS77ER0IE1eselsT7x { width:20rem;height:1.85628125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #H2uXbTp3fcwA3svbF79iLNZTxQ0crB6A { width:20rem;height:3.875rem;top:6.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVMKsWZA0ntJBO3FGMlXW5qPlcKdnEKT { width:20rem;height:5.0625rem;top:4.72265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IyB1aHdUppz30MHZfVKXzfKFv4WZETHa { background-color:#1d3c4f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .row .container { background-color: transparent; background-image: none; }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .row .container > .video-iframe-container { display: none; }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .row > .video-iframe-container { display: none; }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .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); }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .row .container { border-width: 0; border-radius: 0; }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IyB1aHdUppz30MHZfVKXzfKFv4WZETHa > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeuwOONSkL0rMs1sTWrsQZCwfCF55dKp { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 { display:block; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 { background-color: transparent; background-image: none; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row .container > .video-iframe-container { display: none; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row > .video-iframe-container { display: none; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .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); }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 { border-width: 0; border-radius: 0; }#DemlwHfgsh26oh7WXdcu7UG05FpTdnB2 > .row .container { width:20rem;height:127rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UShzoSuQR5iTWEEoP3fcxLGEOiOer2rk { width:15.1875rem;height:1.54369375rem;top:12.513021469116rem;left:4.8125001192093rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN5qTEdCszKmIIDaim2gUuH3oaT5DGWc { width:15.125rem;height:3.1497375rem;top:15.138021469116rem;left:4.8750001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF2QokuE4h38GlZirSTDMZaxpgRUncCK { width:15.3125rem;height:6.17476875rem;top:21.122437477112rem;left:4.6875001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a61Wdzh3wsPdyZ7O7xRnae50uJIESQZb { width:15.25rem;height:4.7246125rem;top:27.859334945679rem;left:4.7500001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkVmuuNqdUtFdAtb7TuaqZxAWGZ3795f { width:15.5rem;height:1.54369375rem;top:34.682312011719rem;left:4.3125001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uat6yTVuokHmfqn429dRWfIvdkmcwIcP { width:15.5rem;height:11.0240625rem;top:37.162780761719rem;left:4.2812501192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH8bzerXozNB3HqkkgtE8Mfiw7DKe9kW { width:18.9375rem;height:5.19965rem;top:4.7740875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1qDrXyifohAumxtVXmzzkd3SSSH8Lcq { width:15.3125rem;height:1.54369375rem;top:51.090497970581rem;left:4.6875001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdVaTIoNm9TLzoNwqXs1qXLKoEcCntRM { width:15.375rem;height:1.57486875rem;top:53.468753814698rem;left:4.6250001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwQwoVVKXELCtMCI62pNAhTEA6r3E6Ok { width:14.75rem;height:3.08738125rem;top:82.805341243744rem;left:4.9791666269303rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNxdMKVIApXwe4QZVTnCtknsLST6r7o0 { width:15.1855625rem;height:2.9745375rem;top:86.532554626462rem;left:4.8125001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHJKw6aHPnWmxsoGkpw5BbKy7DCyHhUI { width:15rem;height:3.0873875rem;top:75.701823234556rem;left:5.0000001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPlUIHqvAPwQpa2voipRJ75zOzMb0qhN { width:14.9375rem;height:1.48726875rem;top:79.49609375rem;left:4.9375001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emIvpmfQCC5BI31V75iZr4CZ5hMyVwIQ { width:12.5rem;height:2.2747375rem;top:1.25rem;left:3.75rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sEqtqlzLVU5n7fDT9zbKcG7whpS4u9yA { width:15.25rem;height:1.4622375rem;top:91.636721611025rem;left:4.7500001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKxSaMcFrdJVKtWASbkyHVX6DXOpkO7L { width:15.25rem;height:2.79948125rem;top:94.223310470581rem;left:4.7500001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgDsvGMKK9D8eTKnqt3BHG60ahTfo50w { width:14.6875rem;height:1.4622375rem;top:58.879558563233rem;left:4.8125001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Oq74DB08OiO6bxpq9RqAqLu5d11Bvv { width:14.75rem;height:5.59895625rem;top:61.278648376465rem;left:5.1250001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA7CGZ4IZSMlRB9kAOr9sx82pRMnBouP { width:15.625rem;height:1.4622375rem;top:108.04496765137rem;left:4.2500001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCcKQeKWmkw2wA2cieVfcXtpgmUxGHlT { width:15.625rem;height:1.3997375rem;top:111.7578125rem;left:4.2500001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fteX5L8R8w2qqzxEiyO55bxHCURgg57B { width:4.5rem;height:4.5rem;top:20.289063453674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cliof5T3Dv6PoiFoihAQEBxoq13HQmZb { width:4.5rem;height:4.5rem;top:33.994792938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCbOOh4RiHVgaAfd2CaFzJKouvtDifDK { width:4.5rem;height:4.5rem;top:50.501302719116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiZisK79Dckt7oHLsfSgAWIxCkmFq1oK { width:4.5rem;height:4.5rem;top:82.805341243744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W39RgkdGqgLMtC6y18FtbUOHLTT4PpIs { width:4.5rem;height:4.5rem;top:91.636721611025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqaMNTNFplweCICM5kOLELXGdkQcNhIt { width:4.5rem;height:4.5rem;top:74.99609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE3s8rBZs9k4XArTreWZHoUwDVMmG63v { width:4.5rem;height:4.5rem;top:58.255210876465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr6ArMTNC97GU4E10KTpgHqz7xImlbdR { display:flex;width:4.125rem;height:4.125rem;top:0.69010400772094rem;left:14.04166662693rem;font-size:5.1875rem; }
 }@media only screen and (max-width: 763px) { #RwdXSOpWAtzoB4hiSPCby5s4ntS5ubOE { width:15rem;height:2.9745375rem;top:101.92708873749rem;left:4.3125001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGeO9LZEeIGK57TPzvMwmpTZ6VTBg73G { width:15.5625rem;height:1.54369375rem;top:99.527999877931rem;left:4.4375001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSdQTyM2IlpKTPZ4XbR42WqPXdXPTukP { width:15rem;height:2.9745375rem;top:117.64713859558rem;left:4.3125001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwkTb7Axyw4RrMz4VTF3WgUOeWTfq5UO { width:15.5rem;height:1.54369375rem;top:115.04166984558rem;left:4.5000001192093rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC8DIOftTuV423vB8TWTaINCAGJbSltg { width:4.5rem;height:4.5rem;top:107.25838470459rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBMhdmO4XTCvkHP7l9a4F5J5DMNWmrhN { width:4.5rem;height:4.5rem;top:99.527349472044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leNXRXxihCCbaDXwyfOcnsxGhuwlKBaw { width:4.5rem;height:4.5rem;top:115.04166984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7VqpLKuocMU3ZzTCCbrurDu5fcxG7fK { width:4.5rem;height:4.5rem;top:12.512370109558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWvpKNML6tXu5VI2ql24Pv6wIZmHqU59 { width:14.625rem;height:1.4622375rem;top:69.085329055787rem;left:5.2500001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1UqJLu2efPOaFDDs5ZVUkvw18hEM14H { width:14.75rem;height:1.3997375rem;top:71.602214813231rem;left:5.2500001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDhPyyonxTE4b71VlW7dBwFadrVAkCl0 { width:4.5rem;height:4.5rem;top:68.460247039794rem;left:0.22916662693024rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCHPZW7TWGTpZDtANAz1uRNOx3mGnJLW { width:19.0625rem;height:3.9375rem;top:121.87137282715rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8PTxT0PONQSma7Q8LhC9uyTRT1TTKF4 { display:block; }
 }@media only screen and (max-width: 763px) { #i9F5494PZTs8TTeZBMwtEMVLeiPcelHP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2726c4aa-48a3-4fd2-9cbb-55763026c16d/AdobeStock_3636328691.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP.adaptive-delivery-prevent-bg, #i9F5494PZTs8TTeZBMwtEMVLeiPcelHP.lazyload, #i9F5494PZTs8TTeZBMwtEMVLeiPcelHP.lazyloading { background-image: none; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container { background-color: transparent; background-image: none; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container > .video-iframe-container { display: none; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row > .video-iframe-container { display: none; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .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); }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container { border-width: 0; border-radius: 0; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i9F5494PZTs8TTeZBMwtEMVLeiPcelHP > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WguVkDT84cZstUsTigyBSvbA1HxJkqtG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG.adaptive-delivery-prevent-bg, #WguVkDT84cZstUsTigyBSvbA1HxJkqtG.lazyload, #WguVkDT84cZstUsTigyBSvbA1HxJkqtG.lazyloading { background-image: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container { background-color: transparent; background-image: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,60,79,0.65); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container > .video-iframe-container { display: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,60,79,0.65); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row > .video-iframe-container { display: none; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .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); }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container { border-width: 0; border-radius: 0; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WguVkDT84cZstUsTigyBSvbA1HxJkqtG > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBChuTaXn4CWyFNMyrhy9PRhRFF9XnFx { width:13.9375rem;height:9.25rem;top:28.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZFcbXF9FHA2TbpZuMIT7EeI5MeCl60P { width:6.25rem;height:9.5625rem;top:22.625rem;left:12.875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnM9wiC5iRCWABgIyXx4uMK2vFWmkzf3 { width:16.3125rem;height:6.5rem;top:2.09375rem;left:1.5000001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwwJn1a7i964eBpRlWXOLOPlvxsoxaqc { width:19.4375rem;height:11.0474375rem;top:12.354166030884rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhK52CKtyTkFVrppX0pHT56ATbyQ2n9t { width:17rem;height:10.3125rem;top:0.65629100799563rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { background-color: transparent; background-image: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container > .video-iframe-container { display: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row > .video-iframe-container { display: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .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); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7CEfhu5uZBwTmzRkc6dKC3z9Kkx7nBW { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s { background-color:rgba(241,241,241,0.73);background-image:none;display:block; }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .row .container { background-color: transparent; background-image: none; }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .row .container > .video-iframe-container { display: none; }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .row > .video-iframe-container { display: none; }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .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); }#oTOp25MBwKuNfcR2Ui50hwiyJZUppa3s > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUry46DmBQuWA8Ve4bJeLFuF8uoBEDQp { width:20rem;height:5.1337875rem;top:44.084799289703rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ew0XFyIbHpKWlB87ur9HNygKK1DNreJH { width:20rem;height:6.0371125rem;top:1.5rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #vBdKiiVBOuRDeuKdTtRLmEF97x8wTnhN { width:20rem;height:5.669925rem;top:9.8118901252744rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #s25JkAaHstlrph4IefeQ4f7KCdH5sVCZ { width:20rem;height:6.125rem;top:17.962054252624rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #LhLbJn5RFsI1u2yhlRo1rMTBSyJEzJR6 { width:20rem;height:4.875rem;top:26.314174652099rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #k7qwITpb5BC1av295Dqc7EGa4925zRh9 { display:block; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0amF03o0gZ1X9Fz1TgdkLM3JWwQGWhK { width:20rem;height:7.31119375rem;top:0.8125rem;left:0rem;font-size:1.125rem;color:#212226;display:block; }
 }@media only screen and (max-width: 763px) { #SUBrBpscF7KtMc1TKilpSvIuXnOTdzzG { width:20rem;height:9.9375rem;top:9.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0fJ9TpHKRxGGTktEylvT1AKBQDaHzz3 { width:20rem;height:0;top:25.160157442093rem;left:0rem;font-size:1.375rem;color:#212226;display:none; }
 }@media only screen and (max-width: 763px) { #cKcK0oiBcZPGIEyE5KPqGAKZIwdyPKyt { display:none; }#cKcK0oiBcZPGIEyE5KPqGAKZIwdyPKyt > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xz5yetNNUUISgBIQk7xFC15V0FRhi9gK { width:20rem;height:7.3125rem;top:0.92970848083494rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc2PqhJbLEabfAkkhIZNXJ76dLpu24WR { width:20rem;height:1.8684875rem;top:9.7499589920044rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhN5r2r90tIxkZIVPUbaJgFTiDTFv93g { background-color:#ffffff;background-image:none;display:none; }#vhN5r2r90tIxkZIVPUbaJgFTiDTFv93g > .row .container { width:20rem;height:70.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C8IbuRTORBLh6ZWMfnsXosnZ7XJBnkyM { width:20rem;height:2.6001rem;top:3.00390625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWrEpIZa1p1Kywc5ZWpPA2kMoyzCe4to { width:18.5rem;height:21.625rem;top:8.748046875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#SWrEpIZa1p1Kywc5ZWpPA2kMoyzCe4to li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #r5TgV14IQN9ct3BAF45ul2kd6zJI2S9F { width:18.9375rem;height:65.6875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxxecJHsgwKLfZg9ibMKTz71wOq2g6XH { width:20rem;height:1.625rem;top:6.0625200271606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihdpbfZgZwtiTPK7dSWCDT4nuK44lQyF { width:19.9375rem;height:2.1933625rem;top:32.559244155884rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS54OpdCS2e1K2oykJBvfIF1u9ncttOz { width:19.9375rem;height:3.25rem;top:36.193360328674rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy9257tI58aVU4URnVihUSyk3kHLyVFH { width:18rem;height:14.125rem;top:42.125002861023rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/106967c8-49c3-4110-b288-ab804a680ccb/1toniebieskiipomarazowy.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv.adaptive-delivery-prevent-bg, #xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv.lazyload, #xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv.lazyloading { background-image: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { background-color: transparent; background-image: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.1); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container > .video-iframe-container { display: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.1); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row > .video-iframe-container { display: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .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); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqObGD5WMkhW4TIagEF8LEPF2GsVlgaD { width:19rem;height:10.9668125rem;top:1.6725263595581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wTPTJcM2kUKsJFK6XSFv6QKd2g7aIMWv { top:0rem;left:0rem;width:20rem;height:14.3125rem;z-index:15003;background-color:#ff8200;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) { #aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container { background-color: transparent; background-image: none; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container > .video-iframe-container { display: none; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row > .video-iframe-container { display: none; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .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); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container { width:20rem;height:11.03776550293rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHsX2kwAk17qvJvvxfRNgT3l6Ky2qGyz { width:20rem;height:10.3984375rem;top:0.66276168823244rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#212226;display:block; }
 }@media only screen and (max-width: 763px) { #yKUVeNnpkBexlshP4bV283xA0arBSiiK { width:20rem;height:11.3125rem;top:16.218752503395rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu { display:block; }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu { background-color: transparent; background-image: none; }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu > .row .container > .video-iframe-container { display: none; }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu > .row > .video-iframe-container { display: none; }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu > .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); }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu { border-width: 0; border-radius: 0; }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yMh1h0TJMSvVRMNBvgsAFcfgVaEi0bcu > .row .container { width:20rem;height:151.5625rem;background-color:#fab800;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQgXI0auMLbiMeGOpVMhJw5oikpgFVBW { width:18.75rem;height:21.184875rem;top:25.487557411194rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#kQgXI0auMLbiMeGOpVMhJw5oikpgFVBW li:before{  }
 }@media only screen and (max-width: 763px) { #G8ReiEaSBQUnPyUcqQJyem0fd8TA2SrH { width:19.9980625rem;height:3.736975rem;top:15.117797851562rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7qeEk6ZKuxQLClM0CAfKk0V7GAEd8ob { width:12.4980625rem;height:1.29964375rem;top:20.037760496139rem;left:4.3444010019303rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6qSrpEoTxD3qZCWLwQ6E0GUSfHNW4wq { width:12.4980625rem;height:1.29964375rem;top:22.485719680786rem;left:4.3444010019303rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbTgcXTdQbb250PgJRtBn7JRNNo8065T { width:19.4375rem;height:27.821625rem;top:76.499670028688rem;left:0.28067123889923rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#vbTgcXTdQbb250PgJRtBn7JRNNo8065T li:before{  }
 }@media only screen and (max-width: 763px) { #T5b8E3cUBMwd10ZhZ1pssBK4flWUExx2 { width:12.4375rem;height:1.29948125rem;top:70.3125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVcvuJq2BIeffJUs4QaTWrSBJEAgmHqC { width:12.4375rem;height:1.29948125rem;top:73.25rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekJZk2DaWIlgolNnTVpNhz1qA240cqOl { width:19.9375rem;height:3.736975rem;top:65.5625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdlCJnQVuJ77e3rED1AeoBCiRirXdig { width:19.625rem;height:15.1731875rem;top:133.87431907654rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#MTdlCJnQVuJ77e3rED1AeoBCiRirXdig li:before{  }
 }@media only screen and (max-width: 763px) { #ATdbSpvlyw5pNEQJlCR3UZxvrkP6xiTK { width:19.9375rem;height:3.736975rem;top:122.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2Wa7BL4Vh2XNiNdTR7abiGE7ssoawMa { width:12.4375rem;height:1.29948125rem;top:128.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR3TfOKTu9CzSk1UfLBoIAZ8rJelFE1P { width:12.4375rem;height:1.29948125rem;top:130.6875rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vvEKZBTaZOlf6DsL0ZZb7gVnIt0EzZpN { width:20rem;height:48.25rem;top:60.926432371139rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #H7O13tnNUiE3qsZ5fSEHQWv2dAPX94PD { width:20rem;height:14rem;top:1.4305114746094E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcqrroKVNfg2MuvbNAZ8VGneXWBVB6DT { width:20rem;height:14rem;top:106.86393225193rem;left:0rem;background-color:#2f759b;background-image:url("https://images.assets-landingi.com/uc/7169e960-789c-4d7a-8f8c-dd55c6f4fc8d/maluch.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lcqrroKVNfg2MuvbNAZ8VGneXWBVB6DT.adaptive-delivery-prevent-bg, #lcqrroKVNfg2MuvbNAZ8VGneXWBVB6DT.lazyload, #lcqrroKVNfg2MuvbNAZ8VGneXWBVB6DT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iZHfdFEDkVD1oGhCXPhEn8e5ewxdV188 { width:20rem;height:14rem;top:50.265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZFogcOwhS1JK1BS1B0TH30OnFbLTTcf { width:20rem;height:54.125rem;top:0.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKzSbLn9fM4lFhZQ1tTgpXEIQboTeT7K { width:20rem;height:38.9375rem;top:11.328125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #H4r4Pf4tLG5X2VZXGpeW7UXgGpZagCX4 { display:none; }#H4r4Pf4tLG5X2VZXGpeW7UXgGpZagCX4 { border-width: 0; border-radius: 0; }#H4r4Pf4tLG5X2VZXGpeW7UXgGpZagCX4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4r4Pf4tLG5X2VZXGpeW7UXgGpZagCX4 > .row .container { width:20rem;height:276.5625rem;background-color:#fab800;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zNhitIZDn7HfFgo97Jb6HMMBTEuFUush { width:18.75rem;height:21.181625rem;top:27.427084922791rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#zNhitIZDn7HfFgo97Jb6HMMBTEuFUush li:before{  }
 }@media only screen and (max-width: 763px) { #C8FsRTpEZ4kK8VhNPgZnEqgCSAIHtiHd { width:19.9980625rem;height:3.73535rem;top:15.117797851562rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdtAePwoTxCEBHJqJhfZ13cuv7y6rKmg { width:12.4980625rem;height:1.29964375rem;top:20.037760496139rem;left:4.3444010019303rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhvVWEVpztAmQuyDkttU0LLzJxbDuaRl { width:17.5625rem;height:2.111rem;top:84.686201095581rem;left:1.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTC7twc5HN2Bc9o8MiZHSpk9XucJ37br { width:17.5625rem;height:1.4622375rem;top:63.695964813231rem;left:1.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK9Qd0u3cx4zoyTz5ICouxqE5RwllKxT { width:12.4980625rem;height:1.29964375rem;top:22.485719680786rem;left:4.3444010019303rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG0lZVo9h6CoZaF2o0BkgHve8DLsneg0 { width:17.5rem;height:1.54361875rem;top:49.630210876465rem;left:1.2500001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbELmIBv5chAggsIbsKe5OfL1uC0OcRo { width:15.5rem;height:1.625rem;top:24.4375rem;left:2.2500001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLR1KkVqNFqWedi0HpRJ2X96FkfHLGRN { width:17.4980625rem;height:2.111rem;top:184.435546875rem;left:1.2500001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ7X4lTurEsDd72e1Og2v8cnbRHhO55t { width:13.749375rem;height:3.375rem;top:179.62369823456rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm7X1JRm5lZXFQMvzSLD7rLKZgKSK7GM { display:block; }
 }@media only screen and (max-width: 763px) { #lg96dnVUdbZncvh7FTC0HBHQ4sypIuFC { width:19.4375rem;height:27.817375rem;top:115.36198043823rem;left:0.28125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#lg96dnVUdbZncvh7FTC0HBHQ4sypIuFC li:before{  }
 }@media only screen and (max-width: 763px) { #v9Xo9uW6xqhecrDWLBOUWi5htS5SB0vy { width:19.875rem;height:5.363775rem;top:156.31120872497rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGIWDdGZyiGIfIMqGi4w8VVu7nInUyW2 { width:18.8125rem;height:1.4622375rem;top:162.74870872497rem;left:0.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkGNTENpHxkJdr3GmuJ88w8nnaLh5HzR { width:17.5rem;height:1.54361875rem;top:146.62438964844rem;left:1.2500001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS5IMSV2srtic4h1DSNZHRT6gCBuRMWq { width:16.875rem;height:1.625rem;top:112.873046875rem;left:1.5625001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhxtQPirI0xMaH7t5bQdGvw9xTI0krTC { width:12.4375rem;height:1.29964375rem;top:107.62496948243rem;left:3.7812501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boyf4O10qwktEioaoWG98JZpk21Dai7k { width:12.4375rem;height:1.29964375rem;top:110.5625rem;left:3.7812501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR0TCTgJNKpvJEFn8mVe1f4pPsP9MSZ3 { width:19.9375rem;height:3.73535rem;top:102.87370109558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGB2MzLoWCi0SDWOVHQLM006idtuTyCB { width:17.5rem;height:2.111rem;top:273.68689537048rem;left:1.2500001192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DsPHG71VfS8xMiR04SMnZOs4BM1hEmGJ { width:13.75rem;height:3.375rem;top:269.00000572204rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZVnHGA46bGxTRnnZMKdq8aORXiSWEP2 { display:block; }
 }@media only screen and (max-width: 763px) { #lH767R5fTuMsPc7tJAwXl8Xly2n57uHd { width:19.875rem;height:5.363775rem;top:246.43741893768rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8kBZ9vTn6irWvDLUmr8Rf7tKNh8IB4o { width:18.9375rem;height:1.4622375rem;top:253.37435913086rem;left:0.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0RtEdX3hBJofEFfItyTTzGnvcw9J96T { width:19.625rem;height:15.170875rem;top:218.31185436249rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#m0RtEdX3hBJofEFfItyTTzGnvcw9J96T li:before{  }
 }@media only screen and (max-width: 763px) { #dDPsF8Uc1ZI6vfLEhEg4lM4un20iRKCA { width:19.9375rem;height:3.73535rem;top:204.12501049042rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSUmmoVkmOQ6G1EOupUhuOx2eyaL0sPz { width:12.4375rem;height:1.29964375rem;top:209.37431335449rem;left:3.7812501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6aQK6EWaoZ3pwNyftpeishq9drx3VHF { width:12.4375rem;height:1.29964375rem;top:212.00005102157rem;left:3.9062501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JM5wSNUxHqiF5MKaFBet7ZTz0tJbPHz5 { width:17.5rem;height:1.54361875rem;top:153.87240600586rem;left:1.2500001192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6NxGPZN7nJVROZmf98RQfSC2Pm2KE8V { width:16.875rem;height:1.625rem;top:214.24935436249rem;left:1.5625001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aOTaa6VyWNDBM97yWiCPpT3cqMIDIvQk { width:20rem;height:97.9375rem;top:91.614578247069rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Q8LZpcGWABUZZq80BKUcyqTZeH1hDHRM { width:20rem;height:14rem;top:1.4305114746094E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTMwZ4ixF1FAbgtZZCGdinXOT4FN654u { width:20rem;height:14rem;top:189.55144309997rem;left:0rem;background-color:#2f759b;background-image:url("https://images.assets-landingi.com/uc/7169e960-789c-4d7a-8f8c-dd55c6f4fc8d/maluch.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CTMwZ4ixF1FAbgtZZCGdinXOT4FN654u.adaptive-delivery-prevent-bg, #CTMwZ4ixF1FAbgtZZCGdinXOT4FN654u.lazyload, #CTMwZ4ixF1FAbgtZZCGdinXOT4FN654u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DC0mxOKwSSZSHPO0usK4ezV3V7NdrtJI { width:17.4375rem;height:0;top:277.4375rem;left:1.2812501192093rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #czFAEITZ1c6UplaXP98vLnkpp0myIHpX { width:17.5625rem;height:4.8125rem;top:69.728518486025rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsUNlc0t96yA5RhcRPDSMSqpgLzBIRgs { width:17.5625rem;height:4.375rem;top:292.625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyCzuLrHS3Mm7C8xn2zq0flrDTmwNGq1 { width:17.561875rem;height:4.81185rem;top:167.94987010956rem;left:1.21875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dn9MyWU2in2daPEJGvXb5Hm9K5ZgvTBF { width:16.125rem;height:16.125rem;top:395.94945907593rem;left:1.9369566440582rem;display:none; }
 }@media only screen and (max-width: 763px) { #g10w9Ve1LJX8lLiat6otcALsLDtKD7vF { width:13.75rem;height:3.375rem;top:80.1367225647rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HelTJ11KCCRr494ON5zVbdswCKWg6V3G { display:block; }
 }@media only screen and (max-width: 763px) { #F6ysudAgRLQ4pcS1SqKzzXQ2qybSAJaN { width:19.9375rem;height:2.6001rem;top:51.632164001465rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3rlgv1tS48eXekJTCgRcCq93ERx7rkv { width:8.75rem;height:8.75rem;top:48.942710876465rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fei6mVqkNGzrKHB3lFAI6Hw1GczKCZXU { width:19.936875rem;height:5.363775rem;top:57.692710876465rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAy8QrkduyuFWorXoVkRelphethXen1R { width:17.5rem;height:1.54361875rem;top:242.94336509704rem;left:1.2500001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODZOAB56AmWoA65EnniAfZ9Qkks57DfM { width:19.875rem;height:1.787925rem;top:66.669921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpdH1v22SWkUIKBomE7b8mGsS0K3HMvM { width:19.875rem;height:3.25rem;top:70.671877861025rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXNPLPGs90uDLhbsZ5i22EtQEDcrAOHP { width:17.5rem;height:2.2747375rem;top:75.921230316162rem;left:1.2500001192093rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxLzmCOag069ixXnGOCh2VIWQWkpvT4X { width:20rem;height:14rem;top:88.639976501462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKQewB7WMLlGRfB7HHMuA4aBAGwlVe9i { width:20rem;height:119.5rem;top:0.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ModNNUCdxT7tkeOonK1DJihnGtcaPmev { width:17.5rem;height:2.2747375rem;top:175.20321655274rem;left:1.2500001192093rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTzyftO791pSw44vhFEdgHAUSuRTFA2 { width:17.5625rem;height:4.8125rem;top:177.57036399841rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRcFsFc0CMVW3fst7qm3tpKdyQZJmpyn { width:17.25rem;height:3.25rem;top:168.73116207122rem;left:1.3750001192093rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSCEDuE6DFgIGzkQvNTz2Tw8z3qJe2eN { width:19.875rem;height:1.787925rem;top:165.30209350586rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI6wrXbfwmRaq0Pao91QFLXyRDUwvNw0 { width:8.75rem;height:8.75rem;top:146.62435913086rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL41LQmHBwsomkc01hRwzsd2Dr2FMCaS { width:19.9375rem;height:2.6001rem;top:149.60808372497rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFJZ41rlqvTFBRQyRKuTsRN0oEdqfdPC { width:17.5rem;height:1.54361875rem;top:55.375002861023rem;left:1.2500001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0FT73GrryypkvZcf5gNGSSfDXKtXR7U { width:17.5rem;height:2.2747375rem;top:265.00978660584rem;left:1.2500001192093rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F03bPmb1WpbC3OvvyHM34Sue8qXQWWbf { width:17.5625rem;height:4.8125rem;top:259.19727134704rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbumOOtTTzBUEtIVC5g1BZBFGh8wiC3T { width:17.25rem;height:3.25rem;top:259.97778320312rem;left:1.3750001192093rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtxKPreIF9HCPbKZw1W6nMVwHt1P1qrZ { width:17.5rem;height:1.54361875rem;top:235.77799987793rem;left:1.2500001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTyexwDNpcD04G8tfzRlZ3xcKEXns4Ix { width:18rem;height:2.6001rem;top:238.49674987793rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcZQC4iTHJamcfiHXvgalBQRBcE3LwcO { width:8.75rem;height:8.75rem;top:235.77799987793rem;left:5.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgK8G9a25wQ0MHFSK4X63L1BwR6nfk1n { width:20rem;height:0;top:45.429609298706rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ff1e1e;display:none; }
 }@media only screen and (max-width: 763px) { #xDu2WbS95eepddJIo0u3p1ywlPAnrXhN { width:17.6875rem;height:0;top:66.9088973999rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ff1e1e;display:none; }
 }@media only screen and (max-width: 763px) { #nvfhC2QpQ1CTLHuLFLJ2CZrTbz4syCzh { width:16.6875rem;height:0;top:60.054647445679rem;left:1.6562501192093rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ff1e1e;display:none; }
 }@media only screen and (max-width: 763px) { #Lp9SLJgIFF06u7FGnzu5R4VdDSz6ZOIB { width:20rem;height:77.3125rem;top:11.328125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #V6CgS7V4bWzHH7l0kWzCvpOmeGqTucEf { width:17.8125rem;height:1.787925rem;top:256.84637451172rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeGHpUXk85yfINvCMui6CXWpdwmUoZRx { display:block; }#GeGHpUXk85yfINvCMui6CXWpdwmUoZRx > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2gkeAl3hDKsUUWQdsH3cynLMnyBxTiG { width:19.6875rem;height:3.625rem;top:1.25rem;left:0.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqAiipT9Z5zyZPanQtDC9pvaFRJlX1N { display:block; }
 }@media only screen and (max-width: 763px) { #vtTwTXZFieBGHS9eldNudMg1JVrQfTzm { display:none; }#vtTwTXZFieBGHS9eldNudMg1JVrQfTzm > .row .container { width:20rem;height:28.125rem;background-color:#ff8823;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #okriH3DNg7rrotMI1QW7dPlbZnGAX6WB { width:12.5rem;height:2.84375rem;top:1.8665366172791rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:2.1875rem;color:#ffffff;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #HENKsz8bhTlypeCg27vKsVPx5LBekBDs { width:10.1875rem;height:2.6001rem;top:2.1516928672791rem;left:9.8125005960463rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #msKkMaTfo5NZIsXNiZvk3wmpnKXMSZpn { width:16.6875rem;height:9.09725rem;top:16.116617679596rem;left:1.6562501192093rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #oX28tVcrmJgAuXy6TEaH4uHBy9yGHMPK { width:17.6875rem;height:7.149875rem;top:7.2779946327213rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ffffff;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #NcWifLgne0RypSt8c9TWqN2tDMK9Xdni { display:block; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omezhvSv5TsU1Vlisg3Xar9htoIPwFv2 { display:none; }#omezhvSv5TsU1Vlisg3Xar9htoIPwFv2 > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F0CS34TfEMBThHzq83QukXIii8JWJz2B { width:12.061125rem;height:2.6001rem;top:16.6875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ehz0y71yFSX5KtO9qwb2eh7L98ZGCaWk { width:14.499375rem;height:14.499375rem;top:0.70442771911619rem;left:2.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbzFkfc8dcGSCTRqRJ0hBRdEATzTocRR { width:17.0625rem;height:15.189425rem;top:20.6875rem;left:1.4687501192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm { display:none; }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qkmO40slTqwlt8yxWGm8tVb2rvhpRCEf { width:12.5rem;height:1.29964375rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8r678dShbNfuOsLCJh6Qn70RAhFyuL3 { width:7.75rem;height:2.625rem;top:3.298828125rem;left:5.4361978769303rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6koQsuJn2XttPOEdhplM97RQOnMLV01 { width:5.4362rem;height:2.5rem;top:3.361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFWn53WPxzrOfNFrgQRHz50UX8ePOdWn { width:6.375rem;height:4.8125rem;top:2.205078125rem;left:13.625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC { display:block; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { background-color: transparent; background-image: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container > .video-iframe-container { display: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row > .video-iframe-container { display: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .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); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pElW376CBOal9iWTBVvlC4o070b9GQnl { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#263e5b;display:block; }
 }@media only screen and (max-width: 763px) { #O0yh9wDw5nEGF53eak10kkIDzToJnIMD { background-color:#ffffff;background-image:none;display:block; }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .row .container { background-color: transparent; background-image: none; }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .row .container > .video-iframe-container { display: none; }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .row > .video-iframe-container { display: none; }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .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); }#O0yh9wDw5nEGF53eak10kkIDzToJnIMD > .row .container { width:20rem;height:113rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLvwycXG9FO2TktM9kqT2nClvo6Op7Sa { width:20rem;height:5.5240875rem;top:25.171874523163rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XcB0xLIWUiQJ0ZdWDyT4HE6TmLe9PLT2 { width:20rem;height:12.4277rem;top:46.443576335907rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUKDP57WeTgdidXxzrrR8BmSrmfzDtQE { width:20rem;height:11.0468875rem;top:33.256944179535rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RrdC2bQxZFCDeJuP82xcHEfsVok25MTZ { width:20rem;height:9.66603125rem;top:60.662286758423rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #srr6BB4aLyRDoHNfkRgyJWlGrZZbpxNw { width:20rem;height:12.4277375rem;top:88.033895492556rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bVngr7S0EGIaMvnPW2m1GwdmhSVbASyU { width:20rem;height:6.9043rem;top:102.48089981079rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zciGxWMlwUpfssGCBsm46IdDT69ArMev { width:20rem;height:13.8086125rem;top:71.753471374513rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UcZh3SKH6qB1KWq9T2o00TUCGAJXOdow { width:20rem;height:20.7129125rem;top:1.1223959922791rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P18JXazP48snGcPxOFPfATlRB8lNayUR { background-color:rgba(255,255,255,0.59);background-image:none;display:none; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CGV7UqcKaeV0IgGA4nH8xav1V8wNXB2r { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 { display:block; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 { background-color: transparent; background-image: none; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container > .video-iframe-container { display: none; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row > .video-iframe-container { display: none; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .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); }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 { border-width: 0; border-radius: 0; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNa2I1wTSUSi6GL6fvqN3wI83gZOnvh0 > .row .container { width:20rem;height:127.375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Odp4A7ZSJsPDq78np10LO6H3PMB06xtZ { width:19.99975rem;height:14.4375rem;top:99.5rem;left:0rem;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Enra1w0PsTrnarqTkOqDAHy8D27GD2SA { width:19.99975rem;height:12.0619375rem;top:74.4375rem;left:0rem;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZemG7eovL8kugE79RhAINzuiqKpgPf1g { width:19.99975rem;height:13.3116875rem;top:49.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hfaDeWsqLGsJ2LQB0yTfPfxipKgpkfwi { width:13.311625rem;height:4.63085625rem;top:67.875rem;left:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV5TXIXfAC4dq8N8oAKHDa6HQrXx0s9f { width:12.6864375rem;height:3.08738125rem;top:80.375rem;left:3.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAfs6PU35D33EICJHCnDhgpTNtr0Z2q { width:0.12429rem;height:0.12429rem;top:118.5rem;left:5.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #sOyW8aESHU2Pgrq2oQ7SPngHPKLBUhuW { width:15.374625rem;height:0.2494675rem;top:122.125rem;left:1.125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #sQ2VIRd2F5r7gzZT9TNzGV0P0MEvvNWK { width:19.99975rem;height:13.3116875rem;top:12.0625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #STQSthFWFtlfbsS4uml3TBGT04SFy9AH { width:6.25rem;height:6.25rem;top:61rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQITKKgZoTViKitRD6U6lXKKqlJD3QN7 { width:6.25rem;height:6.25rem;top:73.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neQ1s8IWvPOJu7zSzsVRrQwzmRmridsO { width:3.68685rem;height:3.68685rem;top:36.4375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV3FfNWHF57a98CzLHuHr2uG0hrfZMTR { width:3.5625rem;height:3.5625rem;top:74.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du8s5HRSdKsBenIhZW6WdPLZV49QGkf6 { width:14.5623125rem;height:4.63085625rem;top:30.8125rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJU4LG38XyoyIxITL6Tb1sl9EZRTKpG1 { width:15.6875rem;height:4.63085625rem;top:42.25rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1IUpQKAhoh7UutlQ6aqS7eKuGOgb6zn { width:6.24945625rem;height:6.24945625rem;top:23.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS1Uc8CpPw8JeAr6vvKUGki9iqNab8Vr { width:6.25rem;height:6.25rem;top:35.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbPzG96a991DpVgPLUdUxiuq30iIOPer { width:3.6875rem;height:3.6875rem;top:24.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtLhLp7oxypwTXx4kHm90FIKIAyEcO5G { width:3.5625rem;height:3.5625rem;top:62.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXe18y3DIXTXWagPRy7wJIKfX4zxs152 { width:19.6875rem;height:13.1241875rem;top:86.4375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #XpmMT9g8my1JK6gZf8TPqBimVXgkUABw { width:6.25rem;height:6.25rem;top:97.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzr6PWBdDTRUZdWGseGOBNwAhH27dHu7 { width:0.125rem;height:0.125rem;top:122.62162017823rem;left:0rem;background-color:#f2f2f2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #LiVEhtHlvTLw1badbsuodF7nLnVHKFl8 { width:19.99975rem;height:6.174475rem;top:104.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ZLXtM77gUNRnk1i4Bw9gaSuR1mOhwG { width:19.99975rem;height:13.81225rem;top:112.8125rem;left:0rem;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kGgPhWKaVa9IocWSVAe4HkO7Rz5Wsr2t { width:3.6875rem;height:3.6875rem;top:113.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPAFAvdCBcH8QdPOuIgarRqTKeWQJmyw { width:6.25rem;height:6.25rem;top:111.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD9Tr4JeuuKJTpTn8BOFPUqTBOyrFFVF { width:17.56225rem;height:6.17476875rem;top:119.1875rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4cSWG8Jc8eDE93o54qwmDzupDdGAoa1 { width:3.68696875rem;height:3.68696875rem;top:98.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ8gq0xTMMHy8hBHWsOKlGJXpJoQMcSh { width:20rem;height:11.6875rem;top:62.75rem;left:0rem;z-index:14994;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cesUCMornZP5I13J4T8FvA2kmKB3GQs4 { width:20rem;height:12.375rem;top:37rem;left:0rem;z-index:14995;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.24) ;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orcyFOlEpCzGmy5X2wCUMtGI681eHxIT { width:20rem;height:11.75rem;top:25.3125rem;left:0rem;z-index:14996;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEkwpnX3g4u3n4XDXxFIsDezTDZRg36u { width:20rem;height:9.0625rem;top:1.49658203125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #CqZJhsCrH6OxzkbBENsxlHUhVDTOv8AM { width:19.99975rem;height:5.19965rem;top:3.4279043674469rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { background-color: transparent; background-image: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container > .video-iframe-container { display: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row > .video-iframe-container { display: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .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); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsVwUFBTqKgpz5LNrSSMLvfPCFVmTwWc { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo { display:block; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRsLUEH0LP1R5nXG4eCSkNPgxlL2urMM { width:20rem;height:12.50975rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFPRAz0u9Cr48xzqQK3qeSC92VatKLIR { width:20rem;height:7.5546875rem;top:17.838541984558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtXBfDR5PMfFUtGGmWrniwLLhrcfKMB { width:20rem;height:3.9375rem;top:15.151000976562rem;left:-0.18684899806976rem;font-size:1.25rem;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NGDwDExdh9gUOCJ67LTr0JU4SvwzTI6q { display:block; }
 }@media only screen and (max-width: 763px) { #GkcWkg5fMHU3baeRT3wk31W5sNZzTc6h { display:none; }#GkcWkg5fMHU3baeRT3wk31W5sNZzTc6h > .row .container { width:20rem;height:29.272094726562rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yfcWObBXQHQipTD2cUbDsVnZBUGBZA3Z { width:20rem;height:1.94986875rem;top:27.334635734558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lI1qVZW4uSbnM6qk44n3GRuIrCdbBDxL { width:6.811625rem;height:7.999125rem;top:1.1865959167481rem;left:6.5932977199556rem;display:block; }
 }@media only screen and (max-width: 763px) { #okku2ysSG1B7zCO8q4sTuTCJib14RiTE { width:19.999125rem;height:6.497375rem;top:9.8723793029788rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 { display:block; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz3LAQVsV3ABpyZELUeFfBMTZPTHCWVf { width:19.999125rem;height:2.59895625rem;top:0.62228393554688rem;left:0rem;font-size:1rem;display:block; }
 }