.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/915c3713-0568-4176-b636-04e460d22b36/zona.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,25,25,0.7); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,25,25,0.7); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;overflow:visible;position:relative;display:block; }#yWgScVxH5mWJr2dx7h9a6EXfSV7SPT8W { 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:4.25rem;width:17.3125rem;top:0.9375rem;left:2.5625rem;overflow:hidden;display:block; }
#c7zpmIBCyBqsGzQd8NuPDMpoNrlkSxLt { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:18.294921875rem;left:2.5625rem;height:8.546875rem;font-style:normal;display:block; }
#GfUSbp45zNn6qyMTdo3KM8ZQMFgM95b4 { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:"work sans";font-size:2.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.576171875rem;left:2.5625rem;height:9.015625rem;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; }
#F5vGouLJohrWTcxnc6siRa4ul7DyiwAf { position:absolute;display:block;z-index:15008;height:42.1875rem;width:32.6875rem;top:0.9375rem;left:36.500000953674rem;display:block; }
#zCfarfDw7Swf0bnhFIwodhphxZrla1nf { 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:21.5625rem;width:27.375rem;top:28.1875rem;left:2.5625rem;overflow:hidden;display:block; }
#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi { position:relative;display:block; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi { background-color: transparent; background-image: none; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row .container > .video-iframe-container { display: none; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row > .video-iframe-container { display: none; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .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); }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi { border-width: 0; border-radius: 0; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .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; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .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:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VqRCr2I3huTB7mMtS7Rp6Me0SIfTf22T { color:#006fdf;display:block;width:44.0625rem;position:absolute;font-family:"work sans";font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.150390625rem;left:15.46875rem;height:5.19791875rem;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; }
#Twmy9wqGImAepfS2xqeJCxI4ucsuvZhQ { position:relative;display:block; }#Twmy9wqGImAepfS2xqeJCxI4ucsuvZhQ { background-color: transparent; background-image: none; }#Twmy9wqGImAepfS2xqeJCxI4ucsuvZhQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twmy9wqGImAepfS2xqeJCxI4ucsuvZhQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twmy9wqGImAepfS2xqeJCxI4ucsuvZhQ > .row .container > .video-iframe-container { display: none; }#Twmy9wqGImAepfS2xqeJCxI4ucsuvZhQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twmy9wqGImAepfS2xqeJCxI4ucsuvZhQ > .row > .video-iframe-container { display: none; }#Twmy9wqGImAepfS2xqeJCxI4ucsuvZhQ > .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); }#Twmy9wqGImAepfS2xqeJCxI4ucsuvZhQ { border-width: 0; border-radius: 0; }#Twmy9wqGImAepfS2xqeJCxI4ucsuvZhQ > .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; }#Twmy9wqGImAepfS2xqeJCxI4ucsuvZhQ > .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:23.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TJxIFTpibfJUD4VOCRfSa5mH1VV3Hkhc { 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:22.8125rem;width:37.375rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#lhgTHeDpvee8J9aQ57LTRss5fTxHEKZr { color:#006fdf;display:block;width:29.625rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:41.4375rem;height:3.8984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PuN4UaaTdDFXBFwcNJrN6HTE6a2xJg2z { color:#000000;display:block;width:29.625rem;position:absolute;font-family:assistant;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:8.326171875rem;left:41.4375rem;height:8.265625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lOZ17bsBwUvIK8egX6sdOu4SPpIDGQww { position:relative;display:block; }#lOZ17bsBwUvIK8egX6sdOu4SPpIDGQww { background-color: transparent; background-image: none; }#lOZ17bsBwUvIK8egX6sdOu4SPpIDGQww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOZ17bsBwUvIK8egX6sdOu4SPpIDGQww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOZ17bsBwUvIK8egX6sdOu4SPpIDGQww > .row .container > .video-iframe-container { display: none; }#lOZ17bsBwUvIK8egX6sdOu4SPpIDGQww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOZ17bsBwUvIK8egX6sdOu4SPpIDGQww > .row > .video-iframe-container { display: none; }#lOZ17bsBwUvIK8egX6sdOu4SPpIDGQww > .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); }#lOZ17bsBwUvIK8egX6sdOu4SPpIDGQww { border-width: 0; border-radius: 0; }#lOZ17bsBwUvIK8egX6sdOu4SPpIDGQww > .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; }#lOZ17bsBwUvIK8egX6sdOu4SPpIDGQww > .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:23.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Pdn71s7kmy3kuDVKk44ThmpVIAciRGUT { 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:23.0625rem;width:37.75rem;top:0rem;left:37.25rem;overflow:hidden;display:block; }
#c4z0HObbN3QQqcwSMDzaK02h1nlXJXuQ { color:#006fdf;display:block;width:29.625rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.375rem;left:3.9375rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XGHeiJOyvUps4fd30KNTnQu43hvDhmXG { color:#000000;display:block;width:29.625rem;position:absolute;font-family:assistant;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:10.625rem;left:3.9375rem;height:6.15755rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hULs0h9vVaOpS9MZi9ImhFMifLTLibIy { position:relative;display:block; }#hULs0h9vVaOpS9MZi9ImhFMifLTLibIy { background-color: transparent; background-image: none; }#hULs0h9vVaOpS9MZi9ImhFMifLTLibIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hULs0h9vVaOpS9MZi9ImhFMifLTLibIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hULs0h9vVaOpS9MZi9ImhFMifLTLibIy > .row .container > .video-iframe-container { display: none; }#hULs0h9vVaOpS9MZi9ImhFMifLTLibIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hULs0h9vVaOpS9MZi9ImhFMifLTLibIy > .row > .video-iframe-container { display: none; }#hULs0h9vVaOpS9MZi9ImhFMifLTLibIy > .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); }#hULs0h9vVaOpS9MZi9ImhFMifLTLibIy { border-width: 0; border-radius: 0; }#hULs0h9vVaOpS9MZi9ImhFMifLTLibIy > .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; }#hULs0h9vVaOpS9MZi9ImhFMifLTLibIy > .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:23.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#servVcS8LlFKXTWT6gFGq88MkOqu7eUf { color:#006fdf;display:block;width:29.625rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:41.4375rem;height:3.8984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s3fHTMLk6eXfUD9EibdunTIMliwkH7UJ { color:#000000;display:block;width:29.625rem;position:absolute;font-family:assistant;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:10.625rem;left:41.4375rem;height:8.265625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ckiC5H5q7eOlswkRgRRsh7Zioe6weNmc { 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:23.125rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mN2Go80N08a812LeU0dKTFETFceVEkIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71232d9e-5e35-462b-a3c2-97f9a306db35/34805bf2krakenimages376knispleunsplash_11hc0zk1hc0kx00007b01o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#mN2Go80N08a812LeU0dKTFETFceVEkIu.adaptive-delivery-prevent-bg, #mN2Go80N08a812LeU0dKTFETFceVEkIu.lazyload, #mN2Go80N08a812LeU0dKTFETFceVEkIu.lazyloading { background-image: none; }#mN2Go80N08a812LeU0dKTFETFceVEkIu > .row .container { background-color: transparent; background-image: none; }#mN2Go80N08a812LeU0dKTFETFceVEkIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,22,25,0.73); }#mN2Go80N08a812LeU0dKTFETFceVEkIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN2Go80N08a812LeU0dKTFETFceVEkIu > .row .container > .video-iframe-container { display: none; }#mN2Go80N08a812LeU0dKTFETFceVEkIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,22,25,0.73); }#mN2Go80N08a812LeU0dKTFETFceVEkIu > .row > .video-iframe-container { display: none; }#mN2Go80N08a812LeU0dKTFETFceVEkIu > .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); }#mN2Go80N08a812LeU0dKTFETFceVEkIu > .row .container { border-width: 0; border-radius: 0; }#mN2Go80N08a812LeU0dKTFETFceVEkIu::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; }#mN2Go80N08a812LeU0dKTFETFceVEkIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mN2Go80N08a812LeU0dKTFETFceVEkIu > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#lagBBAlazb3Ap17d8bdw9RxvB4Gi5egd { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:"work sans";font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.849609375rem;left:14.59375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JtMXXz1KrgqwPPrAsrUWqVwiQAw2iJFq { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:assistant;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.3125rem;left:10.1875rem;height:1.1375rem;display:block; }
#TTpFUwHFfMnww2fMSmmgDHzZB5t3loLk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.125rem;left:10.1875rem; }
#QSCxIDzLBTi1oksCDdu7ECzy7qTl7BrN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.125rem;left:12.0625rem; }
#VigsMdlBeT3JrogFvI6vlZ2pDZESd9Th { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.125rem;left:13.9375rem; }
#gaRts6phkKm7XgEQAcG08f1XHXXbmdH2 { color:#000000;display:block;width:12.75rem;position:absolute;font-family:assistant;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.3125rem;left:30.1875rem;height:1.1375rem;display:block; }
#NTndDfMoRCJ7lmcB4PC7M0QryG1uqwkZ { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:assistant;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.3125rem;left:50.1875rem;height:1.1375rem;display:block; }
#GktT9smDsv27tiz27qSHfqtFBbi5s1hP { color:#000000;display:block;width:6.25rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.5rem;left:10.1875rem;height:1.94965rem;display:block; }
#pVUit1gN8f7JnlTwe6nEC5po4J2ADpnN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.5rem;left:30.3125rem;height:1.94965rem;display:block; }
#r6Tkyippa6oiosDOkuvoDXe2s6SJKUXr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.5rem;left:50.3125rem;height:1.94965rem;display:block; }
#LaepBOQVcv3gZAqZ4qk76snnETMSo7aZ { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.3125rem;left:10.125rem;height:7.796875rem;font-style:italic;display:block; }
#HTLT1hrDBVXNlJfZSSyH3vng70pGu2RS { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.3125rem;left:50.1875rem;height:7.796875rem;font-style:italic;display:block; }
#vPF3O40qp1DtzdiZvoiJOzxPbTbzAEGa { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:14.3125rem;left:30.3125rem;height:6.497375rem;font-style:italic;display:block; }
#dNmbek6iJKsaROcWS5fpU9R4GU7oQS9I { box-sizing:content-box;height:18.5rem;width:17.8125rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:6.25rem;left:8.8125rem;border-top:0.0625rem solid #f4f9ff;border-left:0.0625rem solid #f4f9ff;border-right:0.0625rem solid #f4f9ff;border-bottom:0.0625rem solid #f4f9ff;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;display:block; }
#VU1TTp1WPvxEt01T8f88DfyPT9Uifwdc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:9.125rem;left:15.75rem; }
#T9uK9hb4M1wEh7Q4OOaVzLXsxrkCKvyz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:9.3125rem;left:17.625rem; }
#M7gmdCAy1vwfyqfrGbMkIFdgGiTruvlH { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.0625rem;left:32.0625rem; }
#KsvlLQPe34T2hI8b1LPDEDBMITyQVidx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:9.0625rem;left:30.1875rem; }
#wvCVwvH7QQwaDc1vqb68kyNHT162QWl3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.0625rem;left:33.9375rem; }
#VlCImOBKorPvlrdSIwubTUyh8pndA1FH { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.0625rem;left:35.75rem; }
#nBTsT9im74ns1R9le8Jm7RPBfNI53K0U { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.0625rem;left:50.1875rem; }
#oI6UJ48GDzkwfQTqVu4pVymU4AlC0et0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9.0625rem;left:52.0625rem; }
#opxRpiO9FVndvsaR4WcQFezfG49Cxr6M { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.0625rem;left:53.9375rem; }
#CqvzLxg4vgyPaOKG8WVxTnK4CS5w78u4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:9.0625rem;left:55.75rem; }
#eoIFfaHuBL5pIwllSeXSrXuHMctqbUod { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.0625rem;left:57.625rem; }
#ul5dy0nbK7w75P9oVuqsF0td1mPmDTUg { box-sizing:content-box;height:18.5rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:6.25rem;left:28.625rem;border-top:0.0625rem solid #f4f9ff;border-left:0.0625rem solid #f4f9ff;border-right:0.0625rem solid #f4f9ff;border-bottom:0.0625rem solid #f4f9ff;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;display:block; }
#UWsWLTtgwftMQZGtvlfR4m0BHbunWtdA { box-sizing:content-box;height:18.5rem;width:17.8125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:6.25rem;left:48.4375rem;border-top:0.0625rem solid #f4f9ff;border-left:0.0625rem solid #f4f9ff;border-right:0.0625rem solid #f4f9ff;border-bottom:0.0625rem solid #f4f9ff;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;display:block; }
#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdddf;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; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row .container { background-color: transparent; background-image: none; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row .container > .video-iframe-container { display: none; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row > .video-iframe-container { display: none; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .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); }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row .container { border-width: 0; border-radius: 0; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#IqHXpW469TQS0SrAqglUouorMBWAtS7b { color:#000000;display:block;width:69.375rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.20703125rem;left:2.8125rem;height:1.94921875rem;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; }
#SdT5leplg8HKCixkEhTwgK0EVbaKIzJx { 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: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;height:12.1875rem;width:19.5rem;top:6.875rem;left:5.125rem;overflow:hidden;display:block; }
#EqJsfi4eQBVZDxaMpG6vERshyyTxGeka { 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: 0rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:12.25rem;width:19.5rem;top:6.875rem;left:28.3125rem;overflow:hidden;display:block; }
#oQD8Mw7xRPBcsZ9TE56QWCXg7gybEVEi { 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: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:12.25rem;width:19.5rem;top:6.875rem;left:50.375rem;overflow:hidden;display:block; }
#Qqz97o7Ov8zeGqV8yhWugScnXwo4NaZe { box-sizing:content-box;height:13.6875rem;width:19.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:19.0625rem;left:5.09375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#oncIcX0wsFMBtiRTxOpSDMFUMXGaesL0 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.875rem;left:6.1875rem;height:2.5996125rem;font-style:normal;display:block; }
#iAQmKnHSE7dxv2p3yGoDRoZKia7hcTnQ { color:#000000;display:block;width:17.375rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.9375rem;left:6.1875rem;height:5.19791875rem;display:block; }
#O8q2sNVHvqEk1reD6Jglpz88tPPTqfPF { color:#006fdf;display:block;width:6.5625rem;position:absolute;font-family:assistant;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30.125rem;left:17rem;height:1.625rem;display:block; }
#XSAWFxRb8kcu5ZpLwbnsy9R06AgENu38 { box-sizing:content-box;height:13.6875rem;width:19.5625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:19.0625rem;left:28.3125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#h2RfwSaR8HWmcLG16u8KVm6LCpOhMIgD { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.875rem;left:29.4375rem;height:2.5996125rem;font-style:normal;display:block; }
#IvtFSgQHGUQWxu4T4L3MyiqlgwqDhOIN { color:#000000;display:block;width:17.375rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.375rem;height:5.19791875rem;display:block; }
#qcL7gcTCWQIUTTIHNiAIAiFqc57281I3 { color:#006fdf;display:block;width:6.5625rem;position:absolute;font-family:assistant;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30.125rem;left:40.25rem;height:1.625rem;display:block; }
#rroCxfTNRVTbRrbZ2UabKh6ZZ4AG6cu0 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.875rem;left:51.4375rem;height:2.5996125rem;font-style:normal;display:block; }
#kw81AppTvwoTd05WBySUyB45hnwHuHBl { color:#000000;display:block;width:17.375rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.9375rem;left:51.4375rem;height:5.19791875rem;display:block; }
#WOWza06SFoX46wvNvDvqkEwfsUNheATF { color:#006fdf;display:block;width:6.5625rem;position:absolute;font-family:assistant;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:30.125rem;left:62.3125rem;height:1.625rem;display:block; }
#GBKVmaGHe8dlJO0TkvnLwHh1rgBXMkdr { box-sizing:content-box;height:13.6875rem;width:19.5625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:19.0625rem;left:50.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f9ff;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; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row .container { background-color: transparent; background-image: none; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row .container > .video-iframe-container { display: none; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row > .video-iframe-container { display: none; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .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); }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row .container { border-width: 0; border-radius: 0; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#TODzMtNetinoCHF2ePEOox6yxTqKN40Z { 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:23.25rem;width:38.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#sd2DC9LMb9S5TMhXW3ifxx3rP3ohnSGp { color:#000000;display:block;width:24.25rem;position:absolute;font-family:assistant;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.3125rem;left:41.4375rem;height:3.4121125rem;display:block; }
#LTl3emIoGiHJHPL6iX8xRLpwoeAfLMr4 { 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.0625rem solid #006fdf;border-left:0.0625rem solid #006fdf;border-right:0.0625rem solid #006fdf;border-bottom:0.0625rem solid #006fdf;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#006fdf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.875rem;left:39.1875rem;display:none; }
#QX2mtR7fQVXuLzHnbLBiK5zp6NGDnWzW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X71Z0gTILWuCXT4HV5q01MHDBLZg0myr { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.6875rem;left:51.65625rem;height:0;display:none; }
#X7Zy3lsR69TsPRLWUNtV7xfpp7GUPw3z { color:#006fdf;display:block;width:29.9375rem;position:absolute;font-family:"work sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:41.3125rem;height:5.19791875rem;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; }
#eXPSGUt6DX0NrAm8mOSwJi4a1p9WPEyP { color:#003ba1;display:block;width:3.9375rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.8125rem;left:70.46875rem;height:1.29980625rem;display:block; }
#OomrTGLglDCSHQRSdyxcxuhFc5XBcKBW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:18.6875rem;left:70.875rem; }
#OomrTGLglDCSHQRSdyxcxuhFc5XBcKBW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#nhb6feQq5k55AJ7HEsTCm8p3ZQIiTlXV { 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.0625rem solid #006fdf;border-left:0.0625rem solid #006fdf;border-right:0.0625rem solid #006fdf;border-bottom:0.0625rem solid #006fdf;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#006fdf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.875rem;height:3.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.9375rem;left:41.4375rem;display:block; }
#dBZvXq6IhG74mwzChfy6XO4USMeaPLz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OvzHqrBxcNR9KDt4I6ZKDcmNHPxWTDhX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003ba1;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; }#OvzHqrBxcNR9KDt4I6ZKDcmNHPxWTDhX > .row .container { background-color: transparent; background-image: none; }#OvzHqrBxcNR9KDt4I6ZKDcmNHPxWTDhX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvzHqrBxcNR9KDt4I6ZKDcmNHPxWTDhX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvzHqrBxcNR9KDt4I6ZKDcmNHPxWTDhX > .row .container > .video-iframe-container { display: none; }#OvzHqrBxcNR9KDt4I6ZKDcmNHPxWTDhX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvzHqrBxcNR9KDt4I6ZKDcmNHPxWTDhX > .row > .video-iframe-container { display: none; }#OvzHqrBxcNR9KDt4I6ZKDcmNHPxWTDhX > .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); }#OvzHqrBxcNR9KDt4I6ZKDcmNHPxWTDhX > .row .container { border-width: 0; border-radius: 0; }#OvzHqrBxcNR9KDt4I6ZKDcmNHPxWTDhX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvzHqrBxcNR9KDt4I6ZKDcmNHPxWTDhX > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#ZzEoJLLKbhJmMF5dTNZ5moVDhZVw31aC { 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:3.0625rem;width:13.625rem;top:1.53125rem;left:2.5625rem;overflow:hidden;display:block; }
#MJsIlpAJKtNbR1sVf9wwS9FcHrbMkBl5 { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:assistant;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.357421875rem;left:57.875rem;height:3.41015625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWgScVxH5mWJr2dx7h9a6EXfSV7SPT8W { top:0.9375rem;left:0rem;width:17.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7zpmIBCyBqsGzQd8NuPDMpoNrlkSxLt { top:18.25rem;left:0rem;width:26.5625rem;height:8.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfUSbp45zNn6qyMTdo3KM8ZQMFgM95b4 { top:7.5625rem;left:0rem;width:25.125rem;height:9rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5vGouLJohrWTcxnc6siRa4ul7DyiwAf { top:0.9375rem;left:15.0625rem;width:32.6875rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfarfDw7Swf0bnhFIwodhphxZrla1nf { top:28.1875rem;left:0rem;width:27.375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi { display:block; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqRCr2I3huTB7mMtS7Rp6Me0SIfTf22T { top:2.125rem;left:1.84375rem;width:44.0625rem;height:5.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twmy9wqGImAepfS2xqeJCxI4ucsuvZhQ { display:block; }#Twmy9wqGImAepfS2xqeJCxI4ucsuvZhQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJxIFTpibfJUD4VOCRfSa5mH1VV3Hkhc { top:0.0625rem;left:0rem;width:37.375rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhgTHeDpvee8J9aQ57LTRss5fTxHEKZr { top:2.3125rem;left:18.125rem;width:29.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuN4UaaTdDFXBFwcNJrN6HTE6a2xJg2z { top:8.3125rem;left:18.125rem;width:29.625rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOZ17bsBwUvIK8egX6sdOu4SPpIDGQww { display:block; }#lOZ17bsBwUvIK8egX6sdOu4SPpIDGQww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pdn71s7kmy3kuDVKk44ThmpVIAciRGUT { top:0rem;left:0rem;width:37.75rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4z0HObbN3QQqcwSMDzaK02h1nlXJXuQ { top:6.375rem;left:0rem;width:29.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGHeiJOyvUps4fd30KNTnQu43hvDhmXG { top:10.625rem;left:0rem;width:29.625rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hULs0h9vVaOpS9MZi9ImhFMifLTLibIy { display:block; }#hULs0h9vVaOpS9MZi9ImhFMifLTLibIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #servVcS8LlFKXTWT6gFGq88MkOqu7eUf { top:4.4375rem;left:18.125rem;width:29.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3fHTMLk6eXfUD9EibdunTIMliwkH7UJ { top:10.625rem;left:18.125rem;width:29.625rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckiC5H5q7eOlswkRgRRsh7Zioe6weNmc { top:0rem;left:0rem;width:37.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN2Go80N08a812LeU0dKTFETFceVEkIu { display:block; }#mN2Go80N08a812LeU0dKTFETFceVEkIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lagBBAlazb3Ap17d8bdw9RxvB4Gi5egd { top:1.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtMXXz1KrgqwPPrAsrUWqVwiQAw2iJFq { top:7.3125rem;left:0rem;width:15.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpFUwHFfMnww2fMSmmgDHzZB5t3loLk { top:9.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSCxIDzLBTi1oksCDdu7ECzy7qTl7BrN { top:9.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VigsMdlBeT3JrogFvI6vlZ2pDZESd9Th { top:9.125rem;left:0.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaRts6phkKm7XgEQAcG08f1XHXXbmdH2 { top:7.3125rem;left:16.5625rem;width:12.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTndDfMoRCJ7lmcB4PC7M0QryG1uqwkZ { top:7.3125rem;left:33.3125rem;width:14.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GktT9smDsv27tiz27qSHfqtFBbi5s1hP { top:11.5rem;left:0rem;width:6.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVUit1gN8f7JnlTwe6nEC5po4J2ADpnN { top:11.5rem;left:16.6875rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6Tkyippa6oiosDOkuvoDXe2s6SJKUXr { top:11.5rem;left:35.25rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaepBOQVcv3gZAqZ4qk76snnETMSo7aZ { top:14.3125rem;left:0rem;width:15.5625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTLT1hrDBVXNlJfZSSyH3vng70pGu2RS { top:14.3125rem;left:33.5rem;width:14.25rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPF3O40qp1DtzdiZvoiJOzxPbTbzAEGa { top:14.3125rem;left:16.6875rem;width:14.4375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNmbek6iJKsaROcWS5fpU9R4GU7oQS9I { top:6.25rem;left:0rem;width:17.8125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU1TTp1WPvxEt01T8f88DfyPT9Uifwdc { top:9.125rem;left:2.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9uK9hb4M1wEh7Q4OOaVzLXsxrkCKvyz { top:9.3125rem;left:4rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7gmdCAy1vwfyqfrGbMkIFdgGiTruvlH { top:9.0625rem;left:18.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsvlLQPe34T2hI8b1LPDEDBMITyQVidx { top:9.0625rem;left:16.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvCVwvH7QQwaDc1vqb68kyNHT162QWl3 { top:9.0625rem;left:20.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlCImOBKorPvlrdSIwubTUyh8pndA1FH { top:9.0625rem;left:22.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBTsT9im74ns1R9le8Jm7RPBfNI53K0U { top:9.0625rem;left:36.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI6UJ48GDzkwfQTqVu4pVymU4AlC0et0 { top:9.0625rem;left:38.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opxRpiO9FVndvsaR4WcQFezfG49Cxr6M { top:9.0625rem;left:40.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqvzLxg4vgyPaOKG8WVxTnK4CS5w78u4 { top:9.0625rem;left:42.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoIFfaHuBL5pIwllSeXSrXuHMctqbUod { top:9.0625rem;left:44rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul5dy0nbK7w75P9oVuqsF0td1mPmDTUg { top:6.25rem;left:15rem;width:17.8125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWsWLTtgwftMQZGtvlfR4m0BHbunWtdA { top:6.25rem;left:29.8125rem;width:17.8125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM { display:block; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqHXpW469TQS0SrAqglUouorMBWAtS7b { top:2.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdT5leplg8HKCixkEhTwgK0EVbaKIzJx { top:6.875rem;left:0rem;width:19.5rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqJsfi4eQBVZDxaMpG6vERshyyTxGeka { top:6.875rem;left:14.6875rem;width:19.5rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQD8Mw7xRPBcsZ9TE56QWCXg7gybEVEi { top:6.875rem;left:28.25rem;width:19.5rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqz97o7Ov8zeGqV8yhWugScnXwo4NaZe { top:19.0625rem;left:0rem;width:19.5625rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oncIcX0wsFMBtiRTxOpSDMFUMXGaesL0 { top:19.875rem;left:0rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAQmKnHSE7dxv2p3yGoDRoZKia7hcTnQ { top:23.9375rem;left:0rem;width:17.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8q2sNVHvqEk1reD6Jglpz88tPPTqfPF { top:30.125rem;left:3.375rem;width:6.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSAWFxRb8kcu5ZpLwbnsy9R06AgENu38 { top:19.0625rem;left:14.6875rem;width:19.5625rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2RfwSaR8HWmcLG16u8KVm6LCpOhMIgD { top:19.875rem;left:15.8125rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvtFSgQHGUQWxu4T4L3MyiqlgwqDhOIN { top:23.9375rem;left:15.75rem;width:17.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcL7gcTCWQIUTTIHNiAIAiFqc57281I3 { top:30.125rem;left:26.625rem;width:6.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rroCxfTNRVTbRrbZ2UabKh6ZZ4AG6cu0 { top:19.875rem;left:30.4375rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw81AppTvwoTd05WBySUyB45hnwHuHBl { top:23.9375rem;left:30.375rem;width:17.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOWza06SFoX46wvNvDvqkEwfsUNheATF { top:30.125rem;left:41.1875rem;width:6.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBKVmaGHe8dlJO0TkvnLwHh1rgBXMkdr { top:19.0625rem;left:28.1875rem;width:19.5625rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 { display:block; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TODzMtNetinoCHF2ePEOox6yxTqKN40Z { top:0rem;left:0rem;width:38.25rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd2DC9LMb9S5TMhXW3ifxx3rP3ohnSGp { top:10.3125rem;left:23.5rem;width:24.25rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTl3emIoGiHJHPL6iX8xRLpwoeAfLMr4 { width:28.5rem;height:3.4375rem;top:20.875rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX2mtR7fQVXuLzHnbLBiK5zp6NGDnWzW { display:block; }
 }@media only screen and (max-width: 763px) { #X71Z0gTILWuCXT4HV5q01MHDBLZg0myr { top:18.6875rem;left:31.21875rem;width:3.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Zy3lsR69TsPRLWUNtV7xfpp7GUPw3z { top:4rem;left:17.8125rem;width:29.9375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXPSGUt6DX0NrAm8mOSwJi4a1p9WPEyP { top:21.8125rem;left:43.8125rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OomrTGLglDCSHQRSdyxcxuhFc5XBcKBW { top:18.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#OomrTGLglDCSHQRSdyxcxuhFc5XBcKBW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #nhb6feQq5k55AJ7HEsTCm8p3ZQIiTlXV { width:25.875rem;height:3.3125rem;top:15.9375rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBZvXq6IhG74mwzChfy6XO4USMeaPLz4 { display:block; }
 }@media only screen and (max-width: 763px) { #OvzHqrBxcNR9KDt4I6ZKDcmNHPxWTDhX { display:block; }#OvzHqrBxcNR9KDt4I6ZKDcmNHPxWTDhX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzEoJLLKbhJmMF5dTNZ5moVDhZVw31aC { top:1.5625rem;left:0rem;width:13.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJsIlpAJKtNbR1sVf9wwS9FcHrbMkBl5 { top:1.3125rem;left:33rem;width:14.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/915c3713-0568-4176-b636-04e460d22b36/zona.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,25,25,0.7); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,25,25,0.7); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWgScVxH5mWJr2dx7h9a6EXfSV7SPT8W { width:12.5rem;height:3rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7zpmIBCyBqsGzQd8NuPDMpoNrlkSxLt { width:20rem;height:8.546875rem;top:11.9228515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfUSbp45zNn6qyMTdo3KM8ZQMFgM95b4 { width:20rem;height:7.7988125rem;top:4.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5vGouLJohrWTcxnc6siRa4ul7DyiwAf { width:20rem;height:43.25rem;top:21.596875190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfarfDw7Swf0bnhFIwodhphxZrla1nf { width:12.3125rem;height:9.6875rem;top:65.7841796875rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi { display:block; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqRCr2I3huTB7mMtS7Rp6Me0SIfTf22T { width:20rem;height:9.097625rem;top:1.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twmy9wqGImAepfS2xqeJCxI4ucsuvZhQ { display:block; }#Twmy9wqGImAepfS2xqeJCxI4ucsuvZhQ > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJxIFTpibfJUD4VOCRfSa5mH1VV3Hkhc { width:20rem;height:12.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhgTHeDpvee8J9aQ57LTRss5fTxHEKZr { width:20rem;height:5.84765625rem;top:14.193359375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuN4UaaTdDFXBFwcNJrN6HTE6a2xJg2z { width:20rem;height:12.1465rem;top:20.666015625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOZ17bsBwUvIK8egX6sdOu4SPpIDGQww { display:block; }#lOZ17bsBwUvIK8egX6sdOu4SPpIDGQww > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pdn71s7kmy3kuDVKk44ThmpVIAciRGUT { width:20rem;height:12.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4z0HObbN3QQqcwSMDzaK02h1nlXJXuQ { width:20rem;height:3.8984375rem;top:13.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGHeiJOyvUps4fd30KNTnQu43hvDhmXG { width:20rem;height:10.1220625rem;top:18.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hULs0h9vVaOpS9MZi9ImhFMifLTLibIy { display:block; }#hULs0h9vVaOpS9MZi9ImhFMifLTLibIy > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #servVcS8LlFKXTWT6gFGq88MkOqu7eUf { width:20rem;height:5.84765625rem;top:14.380859375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3fHTMLk6eXfUD9EibdunTIMliwkH7UJ { width:20rem;height:12.1465rem;top:21.166015625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckiC5H5q7eOlswkRgRRsh7Zioe6weNmc { width:20rem;height:12.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN2Go80N08a812LeU0dKTFETFceVEkIu { display:block; }#mN2Go80N08a812LeU0dKTFETFceVEkIu > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lagBBAlazb3Ap17d8bdw9RxvB4Gi5egd { width:20rem;height:4.3875rem;top:1.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtMXXz1KrgqwPPrAsrUWqVwiQAw2iJFq { width:15.4375rem;height:1.1375rem;top:8.75rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpFUwHFfMnww2fMSmmgDHzZB5t3loLk { display:flex;width:1.875rem;height:1.875rem;top:10.5625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #QSCxIDzLBTi1oksCDdu7ECzy7qTl7BrN { display:flex;width:1.875rem;height:1.875rem;top:10.5625rem;left:4.375rem; }
 }@media only screen and (max-width: 763px) { #VigsMdlBeT3JrogFvI6vlZ2pDZESd9Th { display:flex;width:1.875rem;height:1.875rem;top:10.5625rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #gaRts6phkKm7XgEQAcG08f1XHXXbmdH2 { width:12.75rem;height:1.1375rem;top:28.8125rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTndDfMoRCJ7lmcB4PC7M0QryG1uqwkZ { width:12.75rem;height:2.2734375rem;top:49.125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GktT9smDsv27tiz27qSHfqtFBbi5s1hP { width:6.25rem;height:1.95rem;top:12.9375rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVUit1gN8f7JnlTwe6nEC5po4J2ADpnN { width:12.5rem;height:1.95rem;top:33rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6Tkyippa6oiosDOkuvoDXe2s6SJKUXr { width:12.5rem;height:1.95rem;top:53.3125rem;left:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaepBOQVcv3gZAqZ4qk76snnETMSo7aZ { width:15.125rem;height:10.3984375rem;top:14.875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTLT1hrDBVXNlJfZSSyH3vng70pGu2RS { width:14.25rem;height:9.098625rem;top:56.125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPF3O40qp1DtzdiZvoiJOzxPbTbzAEGa { width:14.4375rem;height:9.098625rem;top:35.8125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNmbek6iJKsaROcWS5fpU9R4GU7oQS9I { width:17.8125rem;height:18.5rem;top:7.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU1TTp1WPvxEt01T8f88DfyPT9Uifwdc { display:flex;width:1.875rem;height:1.875rem;top:10.5625rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #T9uK9hb4M1wEh7Q4OOaVzLXsxrkCKvyz { display:flex;width:1.5625rem;height:1.5625rem;top:10.75rem;left:9.9375rem; }
 }@media only screen and (max-width: 763px) { #M7gmdCAy1vwfyqfrGbMkIFdgGiTruvlH { display:flex;width:1.875rem;height:1.875rem;top:30.5625rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #KsvlLQPe34T2hI8b1LPDEDBMITyQVidx { display:flex;width:1.875rem;height:1.875rem;top:30.5625rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #wvCVwvH7QQwaDc1vqb68kyNHT162QWl3 { display:flex;width:1.875rem;height:1.875rem;top:30.5625rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #VlCImOBKorPvlrdSIwubTUyh8pndA1FH { display:flex;width:1.875rem;height:1.875rem;top:30.5625rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #nBTsT9im74ns1R9le8Jm7RPBfNI53K0U { display:flex;width:1.875rem;height:1.875rem;top:50.875rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #oI6UJ48GDzkwfQTqVu4pVymU4AlC0et0 { display:flex;width:1.875rem;height:1.875rem;top:50.875rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #opxRpiO9FVndvsaR4WcQFezfG49Cxr6M { display:flex;width:1.875rem;height:1.875rem;top:50.875rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #CqvzLxg4vgyPaOKG8WVxTnK4CS5w78u4 { display:flex;width:1.875rem;height:1.875rem;top:50.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eoIFfaHuBL5pIwllSeXSrXuHMctqbUod { display:flex;width:1.875rem;height:1.875rem;top:50.875rem;left:10.3125rem; }
 }@media only screen and (max-width: 763px) { #ul5dy0nbK7w75P9oVuqsF0td1mPmDTUg { width:17.8125rem;height:18.5rem;top:27.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWsWLTtgwftMQZGtvlfR4m0BHbunWtdA { width:17.8125rem;height:18.5rem;top:48.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM { display:block; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqHXpW469TQS0SrAqglUouorMBWAtS7b { width:20rem;height:6.825rem;top:1.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdT5leplg8HKCixkEhTwgK0EVbaKIzJx { width:19.5rem;height:12.1875rem;top:10.19925rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqJsfi4eQBVZDxaMpG6vERshyyTxGeka { width:19.5rem;height:12.25rem;top:37.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQD8Mw7xRPBcsZ9TE56QWCXg7gybEVEi { width:19.5rem;height:12.25rem;top:64.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqz97o7Ov8zeGqV8yhWugScnXwo4NaZe { width:19.5625rem;height:13.6875rem;top:22.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oncIcX0wsFMBtiRTxOpSDMFUMXGaesL0 { width:17.3125rem;height:2.6rem;top:23.1875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAQmKnHSE7dxv2p3yGoDRoZKia7hcTnQ { width:17.375rem;height:5.2rem;top:27.25rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8q2sNVHvqEk1reD6Jglpz88tPPTqfPF { width:6.5625rem;height:1.625rem;top:33.4375rem;left:12.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSAWFxRb8kcu5ZpLwbnsy9R06AgENu38 { width:19.5625rem;height:13.6875rem;top:49.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2RfwSaR8HWmcLG16u8KVm6LCpOhMIgD { width:17.3125rem;height:2.6rem;top:50.5rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvtFSgQHGUQWxu4T4L3MyiqlgwqDhOIN { width:17.375rem;height:5.2rem;top:54.5625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcL7gcTCWQIUTTIHNiAIAiFqc57281I3 { width:6.5625rem;height:1.625rem;top:60.75rem;left:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rroCxfTNRVTbRrbZ2UabKh6ZZ4AG6cu0 { width:17.3125rem;height:2.6rem;top:77.875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw81AppTvwoTd05WBySUyB45hnwHuHBl { width:17.375rem;height:5.2rem;top:81.9375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOWza06SFoX46wvNvDvqkEwfsUNheATF { width:6.5625rem;height:1.625rem;top:88.125rem;left:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBKVmaGHe8dlJO0TkvnLwHh1rgBXMkdr { width:19.5625rem;height:13.6875rem;top:77.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 { display:block; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TODzMtNetinoCHF2ePEOox6yxTqKN40Z { width:20rem;height:12.125rem;top:15.875rem;left:0.1580882352941rem;display:none; }
 }@media only screen and (max-width: 763px) { #sd2DC9LMb9S5TMhXW3ifxx3rP3ohnSGp { width:20rem;height:3.25rem;top:6.0908203125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTl3emIoGiHJHPL6iX8xRLpwoeAfLMr4 { width:18.875rem;height:3.4375rem;top:40.0830625rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QX2mtR7fQVXuLzHnbLBiK5zp6NGDnWzW { display:block; }
 }@media only screen and (max-width: 763px) { #X71Z0gTILWuCXT4HV5q01MHDBLZg0myr { width:3.5625rem;height:1.29980625rem;top:37.875rem;left:8.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7Zy3lsR69TsPRLWUNtV7xfpp7GUPw3z { width:20rem;height:3.4121125rem;top:1.374418258667rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXPSGUt6DX0NrAm8mOSwJi4a1p9WPEyP { width:3.9375rem;height:1.29980625rem;top:19.1875rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OomrTGLglDCSHQRSdyxcxuhFc5XBcKBW { display:flex;width:3.125rem;height:3.125rem;top:16.1875rem;left:8.5rem; }
#OomrTGLglDCSHQRSdyxcxuhFc5XBcKBW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #nhb6feQq5k55AJ7HEsTCm8p3ZQIiTlXV { width:20rem;height:3.375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBZvXq6IhG74mwzChfy6XO4USMeaPLz4 { display:block; }
 }@media only screen and (max-width: 763px) { #OvzHqrBxcNR9KDt4I6ZKDcmNHPxWTDhX { display:block; }#OvzHqrBxcNR9KDt4I6ZKDcmNHPxWTDhX > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzEoJLLKbhJmMF5dTNZ5moVDhZVw31aC { width:13.625rem;height:3.0625rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJsIlpAJKtNbR1sVf9wwS9FcHrbMkBl5 { width:14.75rem;height:3.41015625rem;top:5.826171875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }