.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;
}
:root { --color-primary-0:255,232,224;--color-primary-1:255,185,161;--color-primary-2:255,138,99;--color-primary-3:255,95,48;--color-primary-4:51,28,20;--color-secondary-0:217,249,230;--color-secondary-1:128,235,171;--color-secondary-2:0,215,87;--color-secondary-3:0,108,44;--color-secondary-4:0,32,13;--color-tertiary-0:255,255,255;--color-tertiary-1:153,153,153;--color-tertiary-2:48,48,47;--color-tertiary-3:26,26,26;--color-tertiary-4:0,0,0;--headlines-font-family:"roboto";--paragraphs-font-family:"Geologica DX"; }@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:rgba(var(--color-tertiary-0),1);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); }#rEnMAu9BvKnPgCeaOgiDhHR4NBefi12n { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rEnMAu9BvKnPgCeaOgiDhHR4NBefi12n > .row .container { background-color: transparent; background-image: none; }#rEnMAu9BvKnPgCeaOgiDhHR4NBefi12n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEnMAu9BvKnPgCeaOgiDhHR4NBefi12n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEnMAu9BvKnPgCeaOgiDhHR4NBefi12n > .row .container > .video-iframe-container { display: none; }#rEnMAu9BvKnPgCeaOgiDhHR4NBefi12n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rEnMAu9BvKnPgCeaOgiDhHR4NBefi12n > .row > .video-iframe-container { display: none; }#rEnMAu9BvKnPgCeaOgiDhHR4NBefi12n > .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); }#rEnMAu9BvKnPgCeaOgiDhHR4NBefi12n > .row .container { border-width: 0; border-radius: 0; }#rEnMAu9BvKnPgCeaOgiDhHR4NBefi12n > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rEnMAu9BvKnPgCeaOgiDhHR4NBefi12n > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#IA12vuMvUub8LzHI8EuKMEenpchEakzo { 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:2.5rem;width:10.3125rem;top:1.25rem;left:31.9375rem;overflow:hidden;display:block; }
#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1d4e34e6-0a40-4bda-bd07-e51ad7679e60/BGLP.png");background-position: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; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.adaptive-delivery-prevent-bg, #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.lazyload, #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.lazyloading { background-image: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { background-color: transparent; background-image: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.75); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.75); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .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); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { border-width: 0; border-radius: 0; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q::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; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { font-size:0.875rem;font-family:arial;height:64.6875rem;width:75rem;position:relative;display:block; }#H8tl46FP93H18hKQKkvLNRbG9qV8i0gd { position:absolute;display:block;z-index:14999;background-color:#fdfdfd;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:55.5rem;width:31.25rem;top:6.5rem;left:40.625rem;display:block; }
#ueWgRwSTkik658cFhJSwpaxSVupArMb1 { position:absolute;display:block;z-index:15004;height:21.75rem;width:27.5rem;top:10.9375rem;left:42.5rem;display:block; }
#gqduwfC4aqywTfV8cCVM2PFs9aZ0VEJN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:7.75rem;left:46.375rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u7x1qr2WzC2dOR2elU7Mqp0RP4GfPAcW { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.625rem;left:1.875rem;height:2.4375rem;display:block; }
#AkDcDuCh1rZPEeEbVqcF05xWNlbIal3h { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.4375rem;left:1.875rem;height:7.1484375rem;font-style:normal;display:block; }
#G87EmI8X5fawSDuMsn0tmywVUzwyoIsd { position:absolute;display:block;z-index:15007;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:20.25rem;width:37.125rem;top:26.625rem;left:3.5484352111816rem;overflow:hidden;display:block; }
#xRM1IEaOWyetRocB6czPOZsn6Bx3bEaw { 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.5rem;width:10.3125rem;top:6.5rem;left:1.875rem;overflow:hidden;display:block; }
#fczAT0CQ1WxlZpoaOAq40KqPvZ2UTwOd { background-color:rgba(var(--color-primary-3),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:53.374131202697rem;left:9.5rem;display:block; }
#LIdNUE2C7s88EzfIgceLbgopMKWhCZgX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbKTdpMTRSiBhIlwQqJrqInnM183KfTi { position:relative;display:block; }#lbKTdpMTRSiBhIlwQqJrqInnM183KfTi { background-color: transparent; background-image: none; }#lbKTdpMTRSiBhIlwQqJrqInnM183KfTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbKTdpMTRSiBhIlwQqJrqInnM183KfTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbKTdpMTRSiBhIlwQqJrqInnM183KfTi > .row .container > .video-iframe-container { display: none; }#lbKTdpMTRSiBhIlwQqJrqInnM183KfTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbKTdpMTRSiBhIlwQqJrqInnM183KfTi > .row > .video-iframe-container { display: none; }#lbKTdpMTRSiBhIlwQqJrqInnM183KfTi > .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); }#lbKTdpMTRSiBhIlwQqJrqInnM183KfTi { border-width: 0; border-radius: 0; }#lbKTdpMTRSiBhIlwQqJrqInnM183KfTi > .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; }#lbKTdpMTRSiBhIlwQqJrqInnM183KfTi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;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; }#lXXzpGoDpaOnAIO4aJdTA8CE20pF93K1 { color:rgba(var(--color-tertiary-2),1);display:block;width:48.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.84375rem;left:13.0625rem;height:4.4987rem;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;font-style:normal;display:block; }
#fdxo167VAkXl4zOX1bMoTatlHZMCb9UA { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:0.25rem;width:12.5rem;top:11.28750038147rem;left:31.249217987061rem;display:block; }
#SbQTeCQToaH5TGTV502tZcZhBsevLqt1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#SbQTeCQToaH5TGTV502tZcZhBsevLqt1 > .row .container { background-color: transparent; background-image: none; }#SbQTeCQToaH5TGTV502tZcZhBsevLqt1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbQTeCQToaH5TGTV502tZcZhBsevLqt1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbQTeCQToaH5TGTV502tZcZhBsevLqt1 > .row .container > .video-iframe-container { display: none; }#SbQTeCQToaH5TGTV502tZcZhBsevLqt1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbQTeCQToaH5TGTV502tZcZhBsevLqt1 > .row > .video-iframe-container { display: none; }#SbQTeCQToaH5TGTV502tZcZhBsevLqt1 > .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); }#SbQTeCQToaH5TGTV502tZcZhBsevLqt1 > .row .container { border-width: 0; border-radius: 0; }#SbQTeCQToaH5TGTV502tZcZhBsevLqt1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SbQTeCQToaH5TGTV502tZcZhBsevLqt1 > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#S8dldiRPBn9zNWaCgxC9DIPmUOO9mt3A { 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:8.75rem;width:8.75rem;top:3.8118438720703rem;left:20.5625rem;overflow:hidden;display:block; }
#LIom6qzXRTZpcHRf8UfA08DwKnJS0XSd { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:13.125rem;left:12.4375rem;height:3.6547875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ccW4HI45bWsUHfvJ925N3fV7GNwwwesP { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:13.125rem;left:37.874998092651rem;height:3.6547875rem;text-align:center;text-align-last:center;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; }
#GNAzTEDsQ6zo9ZTGtdcLFUOf4E4uerSt { background-color:rgba(var(--color-secondary-2),1);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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:19.375rem;left:17.4375rem;display:block; }
#S5aS6qOKFBxWJt37nXiAH70U8qt2Ed1e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxSO724mxfnV51wAgbVrBBISvtWUlyi0 { background-color:rgba(var(--color-secondary-2),1);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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:19.375rem;left:42.874998092651rem;display:block; }
#vTJ1CmSUFsUQUeJCNE8hVHKNxKM4CqtS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XR7xPT7T47sMHLwK1gHBJTz0dRhnI0kG { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:20.06184387207rem;left:30.124673843384rem; }
#TzHIN8yWQxi9TbF8JPwd7N83ysTxT5Re { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:20.06184387207rem;left:55.562173843384rem; }
#XlmMtWPiguVtVZXoaImxXZskexUHBhld { 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:8.75rem;width:8.75rem;top:3.8118438720703rem;left:45.999998092651rem;overflow:hidden;display:block; }
#dyLaXG0iEfdmGrktJsZgca9GuS0XoXx2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#dyLaXG0iEfdmGrktJsZgca9GuS0XoXx2 > .row .container { background-color: transparent; background-image: none; }#dyLaXG0iEfdmGrktJsZgca9GuS0XoXx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyLaXG0iEfdmGrktJsZgca9GuS0XoXx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyLaXG0iEfdmGrktJsZgca9GuS0XoXx2 > .row .container > .video-iframe-container { display: none; }#dyLaXG0iEfdmGrktJsZgca9GuS0XoXx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyLaXG0iEfdmGrktJsZgca9GuS0XoXx2 > .row > .video-iframe-container { display: none; }#dyLaXG0iEfdmGrktJsZgca9GuS0XoXx2 > .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); }#dyLaXG0iEfdmGrktJsZgca9GuS0XoXx2 > .row .container { border-width: 0; border-radius: 0; }#dyLaXG0iEfdmGrktJsZgca9GuS0XoXx2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dyLaXG0iEfdmGrktJsZgca9GuS0XoXx2 > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#K6t7rgqHO9PGBGmKVzQPTOkTBNCDDAH2 { z-index:15017;top:1.625rem;left:22.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:30rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ovfp6CdoCoLhcziGgH72xTqzyxZnT3Gl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z2hgEdqfX7vni3IGIfM7zhi4w7HcXOIq { position:absolute;display:block;z-index:15130;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.375rem;width:4.375rem;top:1.625rem;left:47.8125rem;overflow:hidden;display:block; }
#tg73RFf3092Ft4HTphofHCkim7eoalT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/eedbe6ca-15c2-48dc-b6f1-b255c36dcc77/BGLPCaptaodeleadsIS3800w.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#tg73RFf3092Ft4HTphofHCkim7eoalT8.adaptive-delivery-prevent-bg, #tg73RFf3092Ft4HTphofHCkim7eoalT8.lazyload, #tg73RFf3092Ft4HTphofHCkim7eoalT8.lazyloading { background-image: none; }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .row .container { background-color: transparent; background-image: none; }#tg73RFf3092Ft4HTphofHCkim7eoalT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .row .container > .video-iframe-container { display: none; }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .row > .video-iframe-container { display: none; }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .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); }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .row .container { border-width: 0; border-radius: 0; }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#hT0cKr9GE8iARUqEn0vWG7UZ6h3FoPrn { 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.75rem;width:4.75rem;top:3.3125rem;left:3.5625rem;overflow:hidden;display:block; }
#LghocbwLbqUTFVQlSGZNEvF9PwGxZr1X { 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:4.6875rem;width:4.6875rem;top:3.3125rem;left:20.125rem;overflow:hidden;display:block; }
#xhmk1kOMS9HwowTbN2PbMNgHFZSvt2ox { 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.75rem;width:4.75rem;top:3.3125rem;left:38.5625rem;overflow:hidden;display:block; }
#IcTxokDGtxN8PzAebtmGlPL0c6uunNlU { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5rem;left:3.5625rem;height:2.4375rem;font-style:normal;display:block; }
#EJIRPPr9mTntK2kGtvukkqaETMxeFaPH { color:rgba(var(--color-primary-3),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.375rem;left:20.125rem;height:2.4375rem;font-style:normal;display:block; }
#DtFym2Z1pduSPNzgDNZ0M7g22Xwf7u8t { color:rgba(var(--color-primary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5rem;left:38.5625rem;height:2.4375rem;font-style:normal;display:block; }
#UCELNM454OopHDwxku1LLMA4pTNXFL7f { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:3.5625rem;height:18.1949875rem;font-style:normal;display:block; }
#XO6yhnaDxZC3QuHFPaapNenZm60EzOur { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.25rem;left:20.125rem;height:9.09749375rem;font-style:normal;display:block; }
#a8WPTdr7EKTuDpHarozRGoxHaRea9KVD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.3125rem;left:38.5625rem;height:20.79425rem;font-style:normal;display:block; }
#CL44LcJ7UUrKqucUliZViU332oyJ0mMy { 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:37.0625rem;width:12.3125rem;top:0.6875rem;left:59.103515625rem;overflow:hidden;display:block; }
#qpR22zSErwvRWgwzezt8l4QhAb4KgAe0 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.263888875rem;height:2.326388875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:35.480045318604rem;left:3.5625rem;display:block; }
#K6Tm8gBfLyhmFvevm3TEcnJ7JNQv2HqC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RuS1QPLcuPpXZTFXSwec7eaGkmv64xlI { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:35.956599235534rem;left:4.3125rem; }
#GBBdpL8XP5LTAzSfsceLwvHqRFMVi4RJ { position:relative;display:block; }#GBBdpL8XP5LTAzSfsceLwvHqRFMVi4RJ { background-color: transparent; background-image: none; }#GBBdpL8XP5LTAzSfsceLwvHqRFMVi4RJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBBdpL8XP5LTAzSfsceLwvHqRFMVi4RJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBBdpL8XP5LTAzSfsceLwvHqRFMVi4RJ > .row .container > .video-iframe-container { display: none; }#GBBdpL8XP5LTAzSfsceLwvHqRFMVi4RJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBBdpL8XP5LTAzSfsceLwvHqRFMVi4RJ > .row > .video-iframe-container { display: none; }#GBBdpL8XP5LTAzSfsceLwvHqRFMVi4RJ > .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); }#GBBdpL8XP5LTAzSfsceLwvHqRFMVi4RJ { border-width: 0; border-radius: 0; }#GBBdpL8XP5LTAzSfsceLwvHqRFMVi4RJ > .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; }#GBBdpL8XP5LTAzSfsceLwvHqRFMVi4RJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.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; }#c7iU2df3gUEvJzmEuFuO5G7NOoh1UXy3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.5625rem;width:20.625rem;top:26.78125rem;left:1.875rem;display:block; }
#LmR44Wz10HOJG0N1XvehT5M4kpczGDqR { color:rgba(var(--color-tertiary-2),1);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:8.875rem;left:1.875rem;height:7.9996875rem;display:block; }
#bbkyKe91y10O68PRN3pDTwEDxRzERv04 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.875rem;height:6.13671875rem;font-style:normal;display:block; }#bbkyKe91y10O68PRN3pDTwEDxRzERv04 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bbkyKe91y10O68PRN3pDTwEDxRzERv04 li:before{  }
#qHTeTHRRhtV5VZMshWUbclI7QlqNSPoS { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/SjHz51pi/Landing_BaixeCatalogo_AlphaBio_LA_OUT2019.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:32.5rem;top:7.5rem;left:40rem;display:block; }#qHTeTHRRhtV5VZMshWUbclI7QlqNSPoS.adaptive-delivery-prevent-bg, #qHTeTHRRhtV5VZMshWUbclI7QlqNSPoS.lazyload, #qHTeTHRRhtV5VZMshWUbclI7QlqNSPoS.lazyloading { background-image: none; }
#HgXMne7eBGKti9WNswE2Btoif08AKWQb { position:absolute;display:block;z-index:15007;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:12rem;width:30.1875rem;top:12.3125rem;left:42.3125rem;overflow:hidden;display:block; }
#SNF9VT12fayZhycTy8x662OmmB8tkygU { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.125rem;left:1.875rem;height:;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;font-style:normal;display:block; }
#RMIpXKDy2TDz7HhifAs4NHncn0LXwMaV { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:31.25rem;left:59.25rem; }
#ConXNp19iZCMI3CT9IZ6idkMNuyk5wJG { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.375rem;height:2.4375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:30.6875rem;left:58.625rem;display:block; }
#GThLzHMxdfpZh33DbK7bWVoDAs8tJxkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IuHQpyq79W9QeofPTz5Uz70tWqtdtngw { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #dadcdc;border-left:0.0625rem solid #dadcdc;border-right:0.0625rem solid #dadcdc;border-bottom:0.0625rem solid #dadcdc;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.9375rem;width:32.4375rem;top:28.75rem;left:40.0625rem;display:block; }
#nGxA3QM9wE6oe3bR6RsoOBTnATs73VJn { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:29.4375rem;left:41rem;height:1.2rem;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;font-style:normal;display:block; }
#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1d4e34e6-0a40-4bda-bd07-e51ad7679e60/BGLP.png");background-position: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; }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6.adaptive-delivery-prevent-bg, #H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6.lazyload, #H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6.lazyloading { background-image: none; }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .row .container { background-color: transparent; background-image: none; }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.75); }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .row .container > .video-iframe-container { display: none; }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.75); }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .row > .video-iframe-container { display: none; }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .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); }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .row .container { border-width: 0; border-radius: 0; }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6::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; }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#QmTW2lesJ3P8sGSZ0d6cl63KIx2qTZbO { background-color:rgba(var(--color-primary-3),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.84375rem;left:27.9990234375rem;display:block; }
#THKyLJPUr8R4yuKvon3BbhvJmtrPr8wZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oFOio8b1du2M42GnTEFerC7ZId4g8Vmt { position:relative;display:block; }#oFOio8b1du2M42GnTEFerC7ZId4g8Vmt { background-color: transparent; background-image: none; }#oFOio8b1du2M42GnTEFerC7ZId4g8Vmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFOio8b1du2M42GnTEFerC7ZId4g8Vmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFOio8b1du2M42GnTEFerC7ZId4g8Vmt > .row .container > .video-iframe-container { display: none; }#oFOio8b1du2M42GnTEFerC7ZId4g8Vmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFOio8b1du2M42GnTEFerC7ZId4g8Vmt > .row > .video-iframe-container { display: none; }#oFOio8b1du2M42GnTEFerC7ZId4g8Vmt > .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); }#oFOio8b1du2M42GnTEFerC7ZId4g8Vmt { border-width: 0; border-radius: 0; }#oFOio8b1du2M42GnTEFerC7ZId4g8Vmt > .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; }#oFOio8b1du2M42GnTEFerC7ZId4g8Vmt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35rem;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; }#Q19BK4v59hVCEe7BF1Ob8woTT2IM7oI6 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:8.0625rem;left:39.375rem;height:;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;font-style:normal;display:block; }
#qbPfBdAaEUKDCcUZdtz9tAOfqKRwN051 { color:rgba(var(--color-primary-3),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:10.3125rem;left:39.375rem;height:2rem;display:block; }
#vFsa0Ql3IgJIav3myiHSAv8i3oBGUUBx { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:14.8125rem;left:39.375rem;height:6.39975rem;display:block; }
#WAngoFusVPvPbXOTNHRn5qchIkENDTk4 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.47500038147rem;left:39.374219894409rem;height:6.13671875rem;font-style:normal;display:block; }#WAngoFusVPvPbXOTNHRn5qchIkENDTk4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WAngoFusVPvPbXOTNHRn5qchIkENDTk4 li:before{  }
#h9G1GpVEylsbdFtflLCkwo3Uvo5AoeEb { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/SjHz51pi/Landing_BaixeCatalogo_AlphaBio_LA_OUT2019.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:32.5rem;top:4.375rem;left:2.5rem;display:block; }#h9G1GpVEylsbdFtflLCkwo3Uvo5AoeEb.adaptive-delivery-prevent-bg, #h9G1GpVEylsbdFtflLCkwo3Uvo5AoeEb.lazyload, #h9G1GpVEylsbdFtflLCkwo3Uvo5AoeEb.lazyloading { background-image: none; }
#ufk4QrK5fkKs4U8ny7k2BZ5uxez77hmi { 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:18.5rem;width:30rem;top:6.4375rem;left:5rem;overflow:hidden;display:block; }
#wr4BKtlUKTZwbPVMgpbKZhxgLyRt9XT1 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #dadcdc;border-left:0.0625rem solid #dadcdc;border-right:0.0625rem solid #dadcdc;border-bottom:0.0625rem solid #dadcdc;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.9375rem;width:32.4375rem;top:25.625rem;left:2.5rem;display:block; }
#QwAvK1faGcg46unXtDHzcHPK8JmKuvBr { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.375rem;height:2.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.5625rem;left:21rem;display:block; }
#oBGU57noF6lGJs3G1hqHSeqXXbBw68aN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#szghrP31qhBQcgSHroLOMRTcVmeK31uZ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.125rem;left:21.625rem; }
#f03XJVIFyhTz2a4VSA3xeQmef7HK82Oz { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:26.3125rem;left:3.4375rem;height:1.2rem;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;font-style:normal;display:block; }
#WOzfT5fUR5KX0rpwzmGTdiT2H9tSGl79 { position:relative;display:block; }#WOzfT5fUR5KX0rpwzmGTdiT2H9tSGl79 { background-color: transparent; background-image: none; }#WOzfT5fUR5KX0rpwzmGTdiT2H9tSGl79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOzfT5fUR5KX0rpwzmGTdiT2H9tSGl79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOzfT5fUR5KX0rpwzmGTdiT2H9tSGl79 > .row .container > .video-iframe-container { display: none; }#WOzfT5fUR5KX0rpwzmGTdiT2H9tSGl79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOzfT5fUR5KX0rpwzmGTdiT2H9tSGl79 > .row > .video-iframe-container { display: none; }#WOzfT5fUR5KX0rpwzmGTdiT2H9tSGl79 > .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); }#WOzfT5fUR5KX0rpwzmGTdiT2H9tSGl79 { border-width: 0; border-radius: 0; }#WOzfT5fUR5KX0rpwzmGTdiT2H9tSGl79 > .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; }#WOzfT5fUR5KX0rpwzmGTdiT2H9tSGl79 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35rem;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; }#TH9aHiKBygDg0Jkgl2naZ0rkvW4a61XT { color:rgba(var(--color-tertiary-2),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:8.0625rem;left:1.875rem;height:4.4987rem;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;font-style:normal;display:block; }
#T2NQktNRpXcI03JsiVLTiGnJpVTZWkLC { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:15.0625rem;left:1.875rem;height:4.79980625rem;display:block; }
#LgwzfTZ34Iz3rJxVCgWEBvGBanhiTRcO { color:rgba(var(--color-tertiary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.125rem;left:1.875rem;height:5.82421875rem;font-style:normal;display:block; }#LgwzfTZ34Iz3rJxVCgWEBvGBanhiTRcO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LgwzfTZ34Iz3rJxVCgWEBvGBanhiTRcO li:before{  }
#mzFWzv2EPf5fLhZyrBCM1qwoifqNqIiC { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.0625rem solid #dadcdc;border-left:0.0625rem solid #dadcdc;border-right:0.0625rem solid #dadcdc;border-bottom:0.0625rem solid #dadcdc;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.9375rem;width:32.4375rem;top:25.875rem;left:39.9375rem;display:block; }
#prQzhI1HGnr59edsfT2q5G4ts94TJJOm { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.375rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.8125rem;left:58.4375rem;display:block; }
#ZbEIJbmdaNGPduLevEn8ybznBAPQrJmw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UNLoIKnclgMF2eK4aTkH4EBnub6SsaPI { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:28.375rem;left:59.0625rem; }
#UrsJtn2rtSFpwSdPAMca9lzmTERCXi5r { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/SjHz51pi/Landing_BaixeCatalogo_AlphaBio_LA_OUT2019.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:32.5rem;top:4.625rem;left:39.9375rem;display:block; }#UrsJtn2rtSFpwSdPAMca9lzmTERCXi5r.adaptive-delivery-prevent-bg, #UrsJtn2rtSFpwSdPAMca9lzmTERCXi5r.lazyload, #UrsJtn2rtSFpwSdPAMca9lzmTERCXi5r.lazyloading { background-image: none; }
#y91RbVbio2TDIbmQFKr3h1y5xUhIu0yi { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:26.5625rem;left:40.875rem;height:1.2rem;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;font-style:normal;display:block; }
#eInywHeo54EvFbprrupOlXuDiPBXZGFN { 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:21.75rem;width:30.6875rem;top:4.1875rem;left:41.875rem;overflow:hidden;display:block; }
#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1d4e34e6-0a40-4bda-bd07-e51ad7679e60/BGLP.png");background-position: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; }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap.adaptive-delivery-prevent-bg, #TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap.lazyload, #TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap.lazyloading { background-image: none; }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .row .container { background-color: transparent; background-image: none; }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.75); }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .row .container > .video-iframe-container { display: none; }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.75); }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .row > .video-iframe-container { display: none; }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .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); }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .row .container { border-width: 0; border-radius: 0; }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap::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; }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#SOWOAeONzAGL2VXXA2gm8y31ifc31Liu { background-color:rgba(var(--color-primary-3),1);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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.84375rem;left:28.0615234375rem;display:block; }
#xqhBtKTArq41xV6WzaokFC1lIWQuehpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UkJzLzFlJiHDNVUftdo41zOPftis1Pw5 { position:relative;display:block; }#UkJzLzFlJiHDNVUftdo41zOPftis1Pw5 { background-color: transparent; background-image: none; }#UkJzLzFlJiHDNVUftdo41zOPftis1Pw5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkJzLzFlJiHDNVUftdo41zOPftis1Pw5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkJzLzFlJiHDNVUftdo41zOPftis1Pw5 > .row .container > .video-iframe-container { display: none; }#UkJzLzFlJiHDNVUftdo41zOPftis1Pw5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkJzLzFlJiHDNVUftdo41zOPftis1Pw5 > .row > .video-iframe-container { display: none; }#UkJzLzFlJiHDNVUftdo41zOPftis1Pw5 > .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); }#UkJzLzFlJiHDNVUftdo41zOPftis1Pw5 { border-width: 0; border-radius: 0; }#UkJzLzFlJiHDNVUftdo41zOPftis1Pw5 > .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; }#UkJzLzFlJiHDNVUftdo41zOPftis1Pw5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.25rem;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; }#v36h1dlVZf257hxCzbhQZG1cGmy0iwTG { color:rgba(var(--color-primary-3),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.25rem;left:40.5rem;height:1.8rem;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;font-style:normal;display:block; }
#pUqGvoiuWWPaNvDxsa5xeleuyKUN4kbs { color:rgba(var(--color-tertiary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.5625rem;left:40.5rem;height:2.25rem;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;font-style:normal;display:block; }
#ZZ1O3G0mb17lTAGUBD5RyQAqtXdB6Tua { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:10rem;left:40.5rem;height:27.1989125rem;display:block; }
#Sk1ThDW5QAJPRM2s7r4QdpeTy9o2meh9 { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.0625rem solid #dadcdc;border-left:0.0625rem solid #dadcdc;border-right:0.0625rem solid #dadcdc;border-bottom:0.0625rem solid #dadcdc;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.9375rem;width:32.4375rem;top:29.125rem;left:2.4375rem;display:block; }
#gIw7g7ousHSleZd7U2UaI6fEpynplnSe { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:29.8125rem;left:3.375rem;height:;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;font-style:normal;display:block; }
#pBMc77XawQN90VCDJaK4DThmLM1DhXAU { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/SjHz51pi/Landing_BaixeCatalogo_AlphaBio_LA_OUT2019.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:32.5rem;top:7.875rem;left:2.4375rem;display:block; }#pBMc77XawQN90VCDJaK4DThmLM1DhXAU.adaptive-delivery-prevent-bg, #pBMc77XawQN90VCDJaK4DThmLM1DhXAU.lazyload, #pBMc77XawQN90VCDJaK4DThmLM1DhXAU.lazyloading { background-image: none; }
#efxTAcBKSRihr1InolDopcCc1pwfosES { position:absolute;display:block;z-index:15020;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.625rem;width:25.6875rem;top:10.1875rem;left:5.84375rem;overflow:hidden;display:block; }
#O7nXZeu9yo9ycMX5ncb5fy9RfO71JekW { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.375rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.0625rem;left:20.9375rem;display:block; }
#y7NCtxhvDfl0TOoHaTIa2s2TG9rFqOAI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tNKSab8cCnnTIrzJ4ALdc6yiuNiUmh5F { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:31.625rem;left:21.5625rem; }
#lPkXUuW9frq1zfHV2saIFrZSx2rwIt6N { position:relative;display:block; }#lPkXUuW9frq1zfHV2saIFrZSx2rwIt6N { background-color: transparent; background-image: none; }#lPkXUuW9frq1zfHV2saIFrZSx2rwIt6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPkXUuW9frq1zfHV2saIFrZSx2rwIt6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPkXUuW9frq1zfHV2saIFrZSx2rwIt6N > .row .container > .video-iframe-container { display: none; }#lPkXUuW9frq1zfHV2saIFrZSx2rwIt6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPkXUuW9frq1zfHV2saIFrZSx2rwIt6N > .row > .video-iframe-container { display: none; }#lPkXUuW9frq1zfHV2saIFrZSx2rwIt6N > .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); }#lPkXUuW9frq1zfHV2saIFrZSx2rwIt6N { border-width: 0; border-radius: 0; }#lPkXUuW9frq1zfHV2saIFrZSx2rwIt6N > .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; }#lPkXUuW9frq1zfHV2saIFrZSx2rwIt6N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#awSQ0tIeCQQqbNnh24s7dSI3LsdfXmUT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.5625rem;width:20.625rem;top:3.5929698944092rem;left:2.1875rem;display:block; }
#bDRic5nmliZm0TWfGaGFqDZsqIi9MwJ2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.5625rem;width:20.625rem;top:3.5929698944092rem;left:27.186717987061rem;display:block; }
#ZnIbTLxDREzP3TukSrBEzsdEzsTitWfI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.5625rem;width:20.625rem;top:3.5929698944092rem;left:52.186717987061rem;display:block; }
#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1d4e34e6-0a40-4bda-bd07-e51ad7679e60/BGLP.png");background-position: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; }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N.adaptive-delivery-prevent-bg, #Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N.lazyload, #Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N.lazyloading { background-image: none; }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .row .container { background-color: transparent; background-image: none; }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.75); }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .row .container > .video-iframe-container { display: none; }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.75); }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .row > .video-iframe-container { display: none; }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .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); }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .row .container { border-width: 0; border-radius: 0; }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N::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; }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#yLDFOHWTQCcfHLplgcbuMv6A6EkpzXeI { background-color:rgba(var(--color-primary-3),1);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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.84375rem;left:28.0615234375rem;display:block; }
#auTAvJnzPPsLJTC94kxvqQXesFI7mehu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OM2VD8igOoO0FbKKGyTDPKoDvVGtkPVa { position:relative;display:block; }#OM2VD8igOoO0FbKKGyTDPKoDvVGtkPVa { background-color: transparent; background-image: none; }#OM2VD8igOoO0FbKKGyTDPKoDvVGtkPVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM2VD8igOoO0FbKKGyTDPKoDvVGtkPVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM2VD8igOoO0FbKKGyTDPKoDvVGtkPVa > .row .container > .video-iframe-container { display: none; }#OM2VD8igOoO0FbKKGyTDPKoDvVGtkPVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OM2VD8igOoO0FbKKGyTDPKoDvVGtkPVa > .row > .video-iframe-container { display: none; }#OM2VD8igOoO0FbKKGyTDPKoDvVGtkPVa > .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); }#OM2VD8igOoO0FbKKGyTDPKoDvVGtkPVa { border-width: 0; border-radius: 0; }#OM2VD8igOoO0FbKKGyTDPKoDvVGtkPVa > .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; }#OM2VD8igOoO0FbKKGyTDPKoDvVGtkPVa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;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; }#eWsEg27UEQes11v202IAd1R5xiRnTboM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#eWsEg27UEQes11v202IAd1R5xiRnTboM > .row .container { background-color: transparent; background-image: none; }#eWsEg27UEQes11v202IAd1R5xiRnTboM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWsEg27UEQes11v202IAd1R5xiRnTboM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWsEg27UEQes11v202IAd1R5xiRnTboM > .row .container > .video-iframe-container { display: none; }#eWsEg27UEQes11v202IAd1R5xiRnTboM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWsEg27UEQes11v202IAd1R5xiRnTboM > .row > .video-iframe-container { display: none; }#eWsEg27UEQes11v202IAd1R5xiRnTboM > .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); }#eWsEg27UEQes11v202IAd1R5xiRnTboM > .row .container { border-width: 0; border-radius: 0; }#eWsEg27UEQes11v202IAd1R5xiRnTboM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eWsEg27UEQes11v202IAd1R5xiRnTboM > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#EufgDOIpgKTrRrpX7yRsDUrv2NwW8VuF { color:rgba(var(--color-tertiary-1),1);display:block;width:34.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:26.3125rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#euECWQD7WP8D26Pf5eKNOkyq9b0NTr7q { 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:2.1875rem;width:2.1875rem;top:2.03125rem;left:63.5625rem;overflow:hidden;display:block; }
#JP9dR9z0Gk7pPBIQ9cSPmCIhdVaLl6zL { 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:2.1875rem;width:2.1875rem;top:2.03125rem;left:66.9375rem;overflow:hidden;display:block; }
#VVcq3ZazUEZleEqHMm4UcnnWWwwf1lZy { 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:2.1875rem;width:2.1875rem;top:2.03125rem;left:70.3125rem;overflow:hidden;display:block; }
#KkANSKE881TTMvEpbUSQFXooJg19Bg0F { 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.5rem;width:11.125rem;top:1.875rem;left:2.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rEnMAu9BvKnPgCeaOgiDhHR4NBefi12n { display:block; }#rEnMAu9BvKnPgCeaOgiDhHR4NBefi12n > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IA12vuMvUub8LzHI8EuKMEenpchEakzo { width:10.3125rem;height:2.5rem;top:1.25rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q { display:block; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8tl46FP93H18hKQKkvLNRbG9qV8i0gd { width:31.25rem;height:55.5rem;top:6.5rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueWgRwSTkik658cFhJSwpaxSVupArMb1 { width:27.5rem;height:21.75rem;top:10.9375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqduwfC4aqywTfV8cCVM2PFs9aZ0VEJN { width:19.75rem;height:2.4375rem;top:7.75rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7x1qr2WzC2dOR2elU7Mqp0RP4GfPAcW { width:35.25rem;height:2.4375rem;top:12.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkDcDuCh1rZPEeEbVqcF05xWNlbIal3h { width:35.25rem;height:7.125rem;top:15.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G87EmI8X5fawSDuMsn0tmywVUzwyoIsd { width:37.125rem;height:20.25rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRM1IEaOWyetRocB6czPOZsn6Bx3bEaw { width:10.3125rem;height:2.5rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fczAT0CQ1WxlZpoaOAq40KqPvZ2UTwOd { width:20rem;height:3.125rem;top:53.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIdNUE2C7s88EzfIgceLbgopMKWhCZgX { display:block; }
 }@media only screen and (max-width: 763px) { #lbKTdpMTRSiBhIlwQqJrqInnM183KfTi { display:block; }#lbKTdpMTRSiBhIlwQqJrqInnM183KfTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXXzpGoDpaOnAIO4aJdTA8CE20pF93K1 { width:47.75rem;height:4.5rem;top:4.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdxo167VAkXl4zOX1bMoTatlHZMCb9UA { width:12.5rem;height:0.25rem;top:11.25rem;left:17.624217987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbQTeCQToaH5TGTV502tZcZhBsevLqt1 { display:block; }#SbQTeCQToaH5TGTV502tZcZhBsevLqt1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8dldiRPBn9zNWaCgxC9DIPmUOO9mt3A { width:8.75rem;height:8.75rem;top:3.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIom6qzXRTZpcHRf8UfA08DwKnJS0XSd { width:25rem;height:3.625rem;top:13.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccW4HI45bWsUHfvJ925N3fV7GNwwwesP { width:25rem;height:3.625rem;top:13.125rem;left:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNAzTEDsQ6zo9ZTGtdcLFUOf4E4uerSt { width:15rem;height:3.125rem;top:19.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5aS6qOKFBxWJt37nXiAH70U8qt2Ed1e { display:block; }
 }@media only screen and (max-width: 763px) { #gxSO724mxfnV51wAgbVrBBISvtWUlyi0 { width:15rem;height:3.125rem;top:19.375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTJ1CmSUFsUQUeJCNE8hVHKNxKM4CqtS { display:block; }
 }@media only screen and (max-width: 763px) { #XR7xPT7T47sMHLwK1gHBJTz0dRhnI0kG { width:1.75rem;height:1.75rem;top:20rem;left:16.437173843384rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzHIN8yWQxi9TbF8JPwd7N83ysTxT5Re { width:1.75rem;height:1.75rem;top:20rem;left:32.749673843384rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlmMtWPiguVtVZXoaImxXZskexUHBhld { width:8.75rem;height:8.75rem;top:3.75rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyLaXG0iEfdmGrktJsZgca9GuS0XoXx2 { display:block; }#dyLaXG0iEfdmGrktJsZgca9GuS0XoXx2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6t7rgqHO9PGBGmKVzQPTOkTBNCDDAH2 { top:1.625rem;left:0rem;width:29.9375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovfp6CdoCoLhcziGgH72xTqzyxZnT3Gl { display:block; }
 }@media only screen and (max-width: 763px) { #Z2hgEdqfX7vni3IGIfM7zhi4w7HcXOIq { width:4.3125rem;height:4.3125rem;top:1.625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg73RFf3092Ft4HTphofHCkim7eoalT8 { display:block; }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT0cKr9GE8iARUqEn0vWG7UZ6h3FoPrn { width:4.75rem;height:4.75rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LghocbwLbqUTFVQlSGZNEvF9PwGxZr1X { width:4.6875rem;height:4.6875rem;top:3.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmk1kOMS9HwowTbN2PbMNgHFZSvt2ox { width:4.75rem;height:4.75rem;top:3.3125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcTxokDGtxN8PzAebtmGlPL0c6uunNlU { width:12.5rem;height:2.4375rem;top:9.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJIRPPr9mTntK2kGtvukkqaETMxeFaPH { width:14.5rem;height:2.4375rem;top:9.375rem;left:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtFym2Z1pduSPNzgDNZ0M7g22Xwf7u8t { width:19.375rem;height:2.4375rem;top:9.5rem;left:24.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCELNM454OopHDwxku1LLMA4pTNXFL7f { width:14.5rem;height:18.1875rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO6yhnaDxZC3QuHFPaapNenZm60EzOur { width:15.375rem;height:9.0625rem;top:13.25rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8WPTdr7EKTuDpHarozRGoxHaRea9KVD { width:16.375rem;height:20.75rem;top:13.3125rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL44LcJ7UUrKqucUliZViU332oyJ0mMy { width:12.3125rem;height:37.0625rem;top:0.6875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpR22zSErwvRWgwzezt8l4QhAb4KgAe0 { width:13.25rem;height:2.3125rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Tm8gBfLyhmFvevm3TEcnJ7JNQv2HqC { display:block; }
 }@media only screen and (max-width: 763px) { #RuS1QPLcuPpXZTFXSwec7eaGkmv64xlI { width:1.375rem;height:1.375rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBBdpL8XP5LTAzSfsceLwvHqRFMVi4RJ { display:block; }#GBBdpL8XP5LTAzSfsceLwvHqRFMVi4RJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7iU2df3gUEvJzmEuFuO5G7NOoh1UXy3 { width:20.625rem;height:11.5625rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmR44Wz10HOJG0N1XvehT5M4kpczGDqR { width:32.8125rem;height:8rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbkyKe91y10O68PRN3pDTwEDxRzERv04 { width:27.25rem;height:6.125rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }#bbkyKe91y10O68PRN3pDTwEDxRzERv04 li:before{  }
 }@media only screen and (max-width: 763px) { #qHTeTHRRhtV5VZMshWUbclI7QlqNSPoS { width:32.5rem;height:21.25rem;top:7.5rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgXMne7eBGKti9WNswE2Btoif08AKWQb { width:30.1875rem;height:12rem;top:12.3125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNF9VT12fayZhycTy8x662OmmB8tkygU { width:23.5625rem;height:;top:4.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMIpXKDy2TDz7HhifAs4NHncn0LXwMaV { width:1.375rem;height:1.375rem;top:31.25rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ConXNp19iZCMI3CT9IZ6idkMNuyk5wJG { width:13.25rem;height:2.3125rem;top:30.6875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GThLzHMxdfpZh33DbK7bWVoDAs8tJxkZ { display:block; }
 }@media only screen and (max-width: 763px) { #IuHQpyq79W9QeofPTz5Uz70tWqtdtngw { width:32.4375rem;height:4.9375rem;top:28.75rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGxA3QM9wE6oe3bR6RsoOBTnATs73VJn { width:12.375rem;height:1.1875rem;top:29.4375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 { display:block; }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmTW2lesJ3P8sGSZ0d6cl63KIx2qTZbO { width:20rem;height:3.125rem;top:2.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THKyLJPUr8R4yuKvon3BbhvJmtrPr8wZ { display:block; }
 }@media only screen and (max-width: 763px) { #oFOio8b1du2M42GnTEFerC7ZId4g8Vmt { display:block; }#oFOio8b1du2M42GnTEFerC7ZId4g8Vmt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q19BK4v59hVCEe7BF1Ob8woTT2IM7oI6 { width:19.375rem;height:;top:8.0625rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbPfBdAaEUKDCcUZdtz9tAOfqKRwN051 { width:32.9375rem;height:2rem;top:10.3125rem;left:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFsa0Ql3IgJIav3myiHSAv8i3oBGUUBx { width:33.4375rem;height:6.375rem;top:14.8125rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAngoFusVPvPbXOTNHRn5qchIkENDTk4 { width:27.25rem;height:6.125rem;top:21.4375rem;left:20.5rem;font-size:1rem;display:block; }#WAngoFusVPvPbXOTNHRn5qchIkENDTk4 li:before{  }
 }@media only screen and (max-width: 763px) { #h9G1GpVEylsbdFtflLCkwo3Uvo5AoeEb { width:32.5rem;height:21.25rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufk4QrK5fkKs4U8ny7k2BZ5uxez77hmi { width:30rem;height:18.5rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr4BKtlUKTZwbPVMgpbKZhxgLyRt9XT1 { width:32.4375rem;height:4.9375rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwAvK1faGcg46unXtDHzcHPK8JmKuvBr { width:13.25rem;height:2.3125rem;top:27.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBGU57noF6lGJs3G1hqHSeqXXbBw68aN { display:block; }
 }@media only screen and (max-width: 763px) { #szghrP31qhBQcgSHroLOMRTcVmeK31uZ { width:1.375rem;height:1.375rem;top:28.125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f03XJVIFyhTz2a4VSA3xeQmef7HK82Oz { width:12.375rem;height:1.1875rem;top:26.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOzfT5fUR5KX0rpwzmGTdiT2H9tSGl79 { display:block; }#WOzfT5fUR5KX0rpwzmGTdiT2H9tSGl79 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH9aHiKBygDg0Jkgl2naZ0rkvW4a61XT { width:30.3125rem;height:;top:8.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2NQktNRpXcI03JsiVLTiGnJpVTZWkLC { width:33.4375rem;height:4.75rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgwzfTZ34Iz3rJxVCgWEBvGBanhiTRcO { width:25.4375rem;height:5.8125rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }#LgwzfTZ34Iz3rJxVCgWEBvGBanhiTRcO li:before{  }
 }@media only screen and (max-width: 763px) { #mzFWzv2EPf5fLhZyrBCM1qwoifqNqIiC { width:32.4375rem;height:4.9375rem;top:25.875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prQzhI1HGnr59edsfT2q5G4ts94TJJOm { width:13.25rem;height:2.3125rem;top:27.8125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbEIJbmdaNGPduLevEn8ybznBAPQrJmw { display:block; }
 }@media only screen and (max-width: 763px) { #UNLoIKnclgMF2eK4aTkH4EBnub6SsaPI { width:1.375rem;height:1.375rem;top:28.375rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrsJtn2rtSFpwSdPAMca9lzmTERCXi5r { width:32.5rem;height:21.25rem;top:4.625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y91RbVbio2TDIbmQFKr3h1y5xUhIu0yi { width:12.375rem;height:1.1875rem;top:26.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eInywHeo54EvFbprrupOlXuDiPBXZGFN { width:30.6875rem;height:21.75rem;top:4.1875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap { display:block; }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOWOAeONzAGL2VXXA2gm8y31ifc31Liu { width:20rem;height:3.125rem;top:2.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqhBtKTArq41xV6WzaokFC1lIWQuehpT { display:block; }
 }@media only screen and (max-width: 763px) { #UkJzLzFlJiHDNVUftdo41zOPftis1Pw5 { display:block; }#UkJzLzFlJiHDNVUftdo41zOPftis1Pw5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v36h1dlVZf257hxCzbhQZG1cGmy0iwTG { width:30.3125rem;height:1.75rem;top:4.25rem;left:17.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUqGvoiuWWPaNvDxsa5xeleuyKUN4kbs { width:31.4375rem;height:2.25rem;top:6.5625rem;left:16.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ1O3G0mb17lTAGUBD5RyQAqtXdB6Tua { width:28.1875rem;height:27.1875rem;top:10rem;left:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk1ThDW5QAJPRM2s7r4QdpeTy9o2meh9 { width:32.4375rem;height:4.9375rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIw7g7ousHSleZd7U2UaI6fEpynplnSe { width:12.375rem;height:;top:29.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBMc77XawQN90VCDJaK4DThmLM1DhXAU { width:32.5rem;height:21.25rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efxTAcBKSRihr1InolDopcCc1pwfosES { width:25.6875rem;height:16.625rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7nXZeu9yo9ycMX5ncb5fy9RfO71JekW { width:13.25rem;height:2.3125rem;top:31.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7NCtxhvDfl0TOoHaTIa2s2TG9rFqOAI { display:block; }
 }@media only screen and (max-width: 763px) { #tNKSab8cCnnTIrzJ4ALdc6yiuNiUmh5F { width:1.375rem;height:1.375rem;top:31.625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPkXUuW9frq1zfHV2saIFrZSx2rwIt6N { display:block; }#lPkXUuW9frq1zfHV2saIFrZSx2rwIt6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awSQ0tIeCQQqbNnh24s7dSI3LsdfXmUT { width:20.625rem;height:11.5625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDRic5nmliZm0TWfGaGFqDZsqIi9MwJ2 { width:20.625rem;height:11.5625rem;top:3.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnIbTLxDREzP3TukSrBEzsdEzsTitWfI { width:20.625rem;height:11.5625rem;top:3.5625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N { display:block; }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLDFOHWTQCcfHLplgcbuMv6A6EkpzXeI { width:20rem;height:3.125rem;top:2.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auTAvJnzPPsLJTC94kxvqQXesFI7mehu { display:block; }
 }@media only screen and (max-width: 763px) { #OM2VD8igOoO0FbKKGyTDPKoDvVGtkPVa { display:block; }#OM2VD8igOoO0FbKKGyTDPKoDvVGtkPVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWsEg27UEQes11v202IAd1R5xiRnTboM { display:block; }#eWsEg27UEQes11v202IAd1R5xiRnTboM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EufgDOIpgKTrRrpX7yRsDUrv2NwW8VuF { width:34.8125rem;height:1.125rem;top:2.5rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euECWQD7WP8D26Pf5eKNOkyq9b0NTr7q { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP9dR9z0Gk7pPBIQ9cSPmCIhdVaLl6zL { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVcq3ZazUEZleEqHMm4UcnnWWwwf1lZy { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkANSKE881TTMvEpbUSQFXooJg19Bg0F { width:11.125rem;height:2.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rEnMAu9BvKnPgCeaOgiDhHR4NBefi12n { display:block; }#rEnMAu9BvKnPgCeaOgiDhHR4NBefi12n > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IA12vuMvUub8LzHI8EuKMEenpchEakzo { width:10.3125rem;height:2.5rem;top:1.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q { background-color:#606060;background-image:none;display:block; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { background-color: transparent; background-image: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .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); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8tl46FP93H18hKQKkvLNRbG9qV8i0gd { width:20rem;height:73.6875rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueWgRwSTkik658cFhJSwpaxSVupArMb1 { width:18.75rem;height:21.75rem;top:28.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqduwfC4aqywTfV8cCVM2PFs9aZ0VEJN { width:18.75rem;height:2.19921875rem;top:26rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7x1qr2WzC2dOR2elU7Mqp0RP4GfPAcW { width:20rem;height:1.94905625rem;top:4.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkDcDuCh1rZPEeEbVqcF05xWNlbIal3h { width:20rem;height:3.75rem;top:6.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #G87EmI8X5fawSDuMsn0tmywVUzwyoIsd { width:20rem;height:10.909090909091rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRM1IEaOWyetRocB6czPOZsn6Bx3bEaw { width:10.3125rem;height:2.5rem;top:1.25rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fczAT0CQ1WxlZpoaOAq40KqPvZ2UTwOd { width:20rem;height:3.125rem;top:102.0000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIdNUE2C7s88EzfIgceLbgopMKWhCZgX { display:block; }
 }@media only screen and (max-width: 763px) { #lbKTdpMTRSiBhIlwQqJrqInnM183KfTi { display:block; }#lbKTdpMTRSiBhIlwQqJrqInnM183KfTi > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXXzpGoDpaOnAIO4aJdTA8CE20pF93K1 { width:19.3125rem;height:9.375rem;top:2.5625rem;left:0.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdxo167VAkXl4zOX1bMoTatlHZMCb9UA { width:10rem;height:0.25rem;top:13.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbQTeCQToaH5TGTV502tZcZhBsevLqt1 { display:block; }#SbQTeCQToaH5TGTV502tZcZhBsevLqt1 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8dldiRPBn9zNWaCgxC9DIPmUOO9mt3A { width:8.75rem;height:8.75rem;top:2.374137878418rem;left:5.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIom6qzXRTZpcHRf8UfA08DwKnJS0XSd { width:20rem;height:3.6547875rem;top:12.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccW4HI45bWsUHfvJ925N3fV7GNwwwesP { width:20rem;height:3.6547875rem;top:34.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNAzTEDsQ6zo9ZTGtdcLFUOf4E4uerSt { width:15rem;height:3.125rem;top:17.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5aS6qOKFBxWJt37nXiAH70U8qt2Ed1e { display:block; }
 }@media only screen and (max-width: 763px) { #gxSO724mxfnV51wAgbVrBBISvtWUlyi0 { width:15rem;height:3.125rem;top:39.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTJ1CmSUFsUQUeJCNE8hVHKNxKM4CqtS { display:block; }
 }@media only screen and (max-width: 763px) { #XR7xPT7T47sMHLwK1gHBJTz0dRhnI0kG { display:flex;width:1.75rem;height:1.75rem;top:18.1875rem;left:15.1875rem; }
 }@media only screen and (max-width: 763px) { #TzHIN8yWQxi9TbF8JPwd7N83ysTxT5Re { display:flex;width:1.75rem;height:1.75rem;top:39.75rem;left:15.1875rem; }
 }@media only screen and (max-width: 763px) { #XlmMtWPiguVtVZXoaImxXZskexUHBhld { width:8.75rem;height:8.75rem;top:23.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyLaXG0iEfdmGrktJsZgca9GuS0XoXx2 { display:block; }#dyLaXG0iEfdmGrktJsZgca9GuS0XoXx2 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6t7rgqHO9PGBGmKVzQPTOkTBNCDDAH2 { top:1.625rem;left:0.5rem;width:19rem;height:4.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ovfp6CdoCoLhcziGgH72xTqzyxZnT3Gl { display:block; }
 }@media only screen and (max-width: 763px) { #Z2hgEdqfX7vni3IGIfM7zhi4w7HcXOIq { width:4.3125rem;height:4.3125rem;top:1.625rem;left:15.250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg73RFf3092Ft4HTphofHCkim7eoalT8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eedbe6ca-15c2-48dc-b6f1-b255c36dcc77/BGLPCaptaodeleadsIS3800w.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#tg73RFf3092Ft4HTphofHCkim7eoalT8.adaptive-delivery-prevent-bg, #tg73RFf3092Ft4HTphofHCkim7eoalT8.lazyload, #tg73RFf3092Ft4HTphofHCkim7eoalT8.lazyloading { background-image: none; }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .row .container { background-color: transparent; background-image: none; }#tg73RFf3092Ft4HTphofHCkim7eoalT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .row .container > .video-iframe-container { display: none; }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .row > .video-iframe-container { display: none; }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .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); }#tg73RFf3092Ft4HTphofHCkim7eoalT8 > .row .container { width:20rem;height:104.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT0cKr9GE8iARUqEn0vWG7UZ6h3FoPrn { width:3.625rem;height:3.625rem;top:35.9375rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LghocbwLbqUTFVQlSGZNEvF9PwGxZr1X { width:3.5625rem;height:3.5625rem;top:59.625003814698rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmk1kOMS9HwowTbN2PbMNgHFZSvt2ox { width:3.625rem;height:3.625rem;top:76.5625038147rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcTxokDGtxN8PzAebtmGlPL0c6uunNlU { width:10.8125rem;height:1.94986875rem;top:36.750003814698rem;left:6.5625000596044rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJIRPPr9mTntK2kGtvukkqaETMxeFaPH { width:11.5rem;height:1.94986875rem;top:60.437503814698rem;left:6.6250000596044rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtFym2Z1pduSPNzgDNZ0M7g22Xwf7u8t { width:8.8125rem;height:3.8981125rem;top:76.4375038147rem;left:6.5625000596044rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCELNM454OopHDwxku1LLMA4pTNXFL7f { width:16rem;height:16.89534375rem;top:41.062503814698rem;left:2.0000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO6yhnaDxZC3QuHFPaapNenZm60EzOur { width:15.375rem;height:9.09749375rem;top:65.1250038147rem;left:1.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8WPTdr7EKTuDpHarozRGoxHaRea9KVD { width:16.375rem;height:20.79425rem;top:82.0625038147rem;left:1.8125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL44LcJ7UUrKqucUliZViU332oyJ0mMy { width:9.8125rem;height:29.4375rem;top:1.6875rem;left:5.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpR22zSErwvRWgwzezt8l4QhAb4KgAe0 { width:13.25rem;height:2.3125rem;top:31.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Tm8gBfLyhmFvevm3TEcnJ7JNQv2HqC { display:block; }
 }@media only screen and (max-width: 763px) { #RuS1QPLcuPpXZTFXSwec7eaGkmv64xlI { display:flex;width:1.375rem;height:1.375rem;top:31.5625rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #GBBdpL8XP5LTAzSfsceLwvHqRFMVi4RJ { display:block; }#GBBdpL8XP5LTAzSfsceLwvHqRFMVi4RJ > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7iU2df3gUEvJzmEuFuO5G7NOoh1UXy3 { height:11.212121212121rem;width:20rem;top:5.1507816314697rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmR44Wz10HOJG0N1XvehT5M4kpczGDqR { width:20rem;height:12.7995rem;top:26rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bbkyKe91y10O68PRN3pDTwEDxRzERv04 { width:20rem;height:6.13606875rem;top:40.0625rem;left:0rem;font-size:1rem;display:block; }#bbkyKe91y10O68PRN3pDTwEDxRzERv04 li:before{  }
 }@media only screen and (max-width: 763px) { #qHTeTHRRhtV5VZMshWUbclI7QlqNSPoS { width:20rem;height:11.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgXMne7eBGKti9WNswE2Btoif08AKWQb { width:20rem;height:7.9503105590063rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNF9VT12fayZhycTy8x662OmmB8tkygU { width:20rem;height:1.875rem;top:22.925001144409rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RMIpXKDy2TDz7HhifAs4NHncn0LXwMaV { display:flex;width:1.375rem;height:1.375rem;top:17.125rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #ConXNp19iZCMI3CT9IZ6idkMNuyk5wJG { width:13.25rem;height:2.3125rem;top:16.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GThLzHMxdfpZh33DbK7bWVoDAs8tJxkZ { display:block; }
 }@media only screen and (max-width: 763px) { #IuHQpyq79W9QeofPTz5Uz70tWqtdtngw { width:20rem;height:6.25rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGxA3QM9wE6oe3bR6RsoOBTnATs73VJn { width:12.375rem;height:1.2rem;top:14.875rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 { background-color:#606060;background-image:none;display:block; }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .row .container { background-color: transparent; background-image: none; }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .row .container > .video-iframe-container { display: none; }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .row > .video-iframe-container { display: none; }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .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); }#H0dmBFieRZVX6xTVgmEN6zM93f4GU1R6 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmTW2lesJ3P8sGSZ0d6cl63KIx2qTZbO { width:20rem;height:3.125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THKyLJPUr8R4yuKvon3BbhvJmtrPr8wZ { display:block; }
 }@media only screen and (max-width: 763px) { #oFOio8b1du2M42GnTEFerC7ZId4g8Vmt { display:block; }#oFOio8b1du2M42GnTEFerC7ZId4g8Vmt > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q19BK4v59hVCEe7BF1Ob8woTT2IM7oI6 { width:19.375rem;height:1.875rem;top:24.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbPfBdAaEUKDCcUZdtz9tAOfqKRwN051 { width:20rem;height:3.2487rem;top:26.625rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vFsa0Ql3IgJIav3myiHSAv8i3oBGUUBx { width:20rem;height:9.599625rem;top:31.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAngoFusVPvPbXOTNHRn5qchIkENDTk4 { width:20rem;height:11.334625rem;top:40.375rem;left:0rem;font-size:1rem;display:block; }#WAngoFusVPvPbXOTNHRn5qchIkENDTk4 li:before{  }
 }@media only screen and (max-width: 763px) { #h9G1GpVEylsbdFtflLCkwo3Uvo5AoeEb { width:20rem;height:11.875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufk4QrK5fkKs4U8ny7k2BZ5uxez77hmi { width:18.8125rem;height:11.5625rem;top:3.4250011444092rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr4BKtlUKTZwbPVMgpbKZhxgLyRt9XT1 { width:19.875rem;height:6.25rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwAvK1faGcg46unXtDHzcHPK8JmKuvBr { width:13.25rem;height:2.3125rem;top:17.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBGU57noF6lGJs3G1hqHSeqXXbBw68aN { display:block; }
 }@media only screen and (max-width: 763px) { #szghrP31qhBQcgSHroLOMRTcVmeK31uZ { display:flex;width:1.375rem;height:1.375rem;top:18.25rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #f03XJVIFyhTz2a4VSA3xeQmef7HK82Oz { width:12.375rem;height:1.2rem;top:15.9375rem;left:3.8124998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOzfT5fUR5KX0rpwzmGTdiT2H9tSGl79 { display:block; }#WOzfT5fUR5KX0rpwzmGTdiT2H9tSGl79 > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH9aHiKBygDg0Jkgl2naZ0rkvW4a61XT { width:20rem;height:5.625rem;top:24.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2NQktNRpXcI03JsiVLTiGnJpVTZWkLC { width:20rem;height:7.9996875rem;top:31.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgwzfTZ34Iz3rJxVCgWEBvGBanhiTRcO { width:20rem;height:8.422875rem;top:40.5rem;left:0rem;font-size:1rem;display:block; }#LgwzfTZ34Iz3rJxVCgWEBvGBanhiTRcO li:before{  }
 }@media only screen and (max-width: 763px) { #mzFWzv2EPf5fLhZyrBCM1qwoifqNqIiC { width:19.875rem;height:6.25rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prQzhI1HGnr59edsfT2q5G4ts94TJJOm { width:13.25rem;height:2.3125rem;top:17.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbEIJbmdaNGPduLevEn8ybznBAPQrJmw { display:block; }
 }@media only screen and (max-width: 763px) { #UNLoIKnclgMF2eK4aTkH4EBnub6SsaPI { display:flex;width:1.375rem;height:1.375rem;top:18rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #UrsJtn2rtSFpwSdPAMca9lzmTERCXi5r { width:20rem;height:11.875rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y91RbVbio2TDIbmQFKr3h1y5xUhIu0yi { width:12.375rem;height:1.2rem;top:15.6875rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eInywHeo54EvFbprrupOlXuDiPBXZGFN { width:20rem;height:14.175152749491rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap { background-color:#606060;background-image:none;display:block; }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .row .container { background-color: transparent; background-image: none; }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .row .container > .video-iframe-container { display: none; }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .row > .video-iframe-container { display: none; }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .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); }#TXC6yzJxTp6gdF7S1Vr2MCJzumuCxtap > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOWOAeONzAGL2VXXA2gm8y31ifc31Liu { width:20rem;height:3.125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqhBtKTArq41xV6WzaokFC1lIWQuehpT { display:block; }
 }@media only screen and (max-width: 763px) { #UkJzLzFlJiHDNVUftdo41zOPftis1Pw5 { display:block; }#UkJzLzFlJiHDNVUftdo41zOPftis1Pw5 > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v36h1dlVZf257hxCzbhQZG1cGmy0iwTG { width:20rem;height:1.5rem;top:25.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUqGvoiuWWPaNvDxsa5xeleuyKUN4kbs { width:20rem;height:1.875rem;top:27.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ1O3G0mb17lTAGUBD5RyQAqtXdB6Tua { width:20rem;height:31.9987375rem;top:30.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk1ThDW5QAJPRM2s7r4QdpeTy9o2meh9 { width:20rem;height:6.25rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIw7g7ousHSleZd7U2UaI6fEpynplnSe { width:12.375rem;height:1.2rem;top:17.47500038147rem;left:3.8124998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBMc77XawQN90VCDJaK4DThmLM1DhXAU { width:20rem;height:13.75rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efxTAcBKSRihr1InolDopcCc1pwfosES { width:16rem;height:10.3125rem;top:4.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7nXZeu9yo9ycMX5ncb5fy9RfO71JekW { width:13.25rem;height:2.3125rem;top:19.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7NCtxhvDfl0TOoHaTIa2s2TG9rFqOAI { display:block; }
 }@media only screen and (max-width: 763px) { #tNKSab8cCnnTIrzJ4ALdc6yiuNiUmh5F { display:flex;width:1.375rem;height:1.375rem;top:19.75rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #lPkXUuW9frq1zfHV2saIFrZSx2rwIt6N { display:block; }#lPkXUuW9frq1zfHV2saIFrZSx2rwIt6N > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awSQ0tIeCQQqbNnh24s7dSI3LsdfXmUT { height:11.212121212121rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDRic5nmliZm0TWfGaGFqDZsqIi9MwJ2 { height:11.212121212121rem;width:20rem;top:13.7116875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnIbTLxDREzP3TukSrBEzsdEzsTitWfI { height:11.212121212121rem;width:20rem;top:26.173375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N { background-color:#606060;background-image:none;display:block; }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .row .container { background-color: transparent; background-image: none; }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .row .container > .video-iframe-container { display: none; }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .row > .video-iframe-container { display: none; }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .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); }#Qr3WOp0CmhsB491JTJlVVSpsqqS36s8N > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLDFOHWTQCcfHLplgcbuMv6A6EkpzXeI { width:20rem;height:3.125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auTAvJnzPPsLJTC94kxvqQXesFI7mehu { display:block; }
 }@media only screen and (max-width: 763px) { #OM2VD8igOoO0FbKKGyTDPKoDvVGtkPVa { display:block; }#OM2VD8igOoO0FbKKGyTDPKoDvVGtkPVa > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWsEg27UEQes11v202IAd1R5xiRnTboM { display:block; }#eWsEg27UEQes11v202IAd1R5xiRnTboM > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EufgDOIpgKTrRrpX7yRsDUrv2NwW8VuF { width:20rem;height:2.59928125rem;top:7.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euECWQD7WP8D26Pf5eKNOkyq9b0NTr7q { width:2.125rem;height:2.125rem;top:11.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP9dR9z0Gk7pPBIQ9cSPmCIhdVaLl6zL { width:2.125rem;height:2.125rem;top:11.4375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVcq3ZazUEZleEqHMm4UcnnWWwwf1lZy { width:2.125rem;height:2.125rem;top:11.4375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkANSKE881TTMvEpbUSQFXooJg19Bg0F { width:11.125rem;height:2.5rem;top:2.75rem;left:4.4375rem;display:block; }
 }