.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef0f4;background-image:url("https://images.assets-landingi.com/uc/3f4cad9e-0bca-4725-94fd-df8d93ea5ec2/fondo22x.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4.adaptive-delivery-prevent-bg, #IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4.lazyload, #IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4.lazyloading { background-image: none; }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .row .container { background-color: transparent; background-image: none; }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .row .container > .video-iframe-container { display: none; }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .row > .video-iframe-container { display: none; }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .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); }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .row .container { border-width: 0; border-radius: 0; }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .row > .video-iframe-container {  }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#eceWZoTpKtFyu44GLoFzeuag6DMLRVN9 { color:#505664;display:block;width:30.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.6;letter-spacing:0;top:11.375rem;left:14.53125rem;height:3.19921875rem;text-align:center;text-align-last:center;display:block; }
#ZPhFK42rxNldoihCif0DPTlcp5iJSFFC { background-color:#2fbc90;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.5rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.1875rem;left:24.9375rem;display:block; }
#pR6POHtDIRLEgeoRHAxveElJD3NOZobT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q4AhSVSFGvvTVWgtlw3cC5hLUxZhanWy { color:#778095;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:23.6875rem;left:23.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#A5eRIKG6m98IBccSVDHLy2NueoZqQM17 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:2.3125rem;top:26.375rem;left:28.8125rem;overflow:hidden;display:block; }
#PnaXXGtHuEQZmktiEvRJpKMQkOvG5Gk4 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:18.3125rem;top:3.6875rem;left:20.84375rem;overflow:hidden;display:block; }
#vxLc0IMSg8Ih8PihAwV1hS1DaqfZyPlS { position:relative;display:block; }#vxLc0IMSg8Ih8PihAwV1hS1DaqfZyPlS { background-color: transparent; background-image: none; }#vxLc0IMSg8Ih8PihAwV1hS1DaqfZyPlS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxLc0IMSg8Ih8PihAwV1hS1DaqfZyPlS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxLc0IMSg8Ih8PihAwV1hS1DaqfZyPlS > .row .container > .video-iframe-container { display: none; }#vxLc0IMSg8Ih8PihAwV1hS1DaqfZyPlS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxLc0IMSg8Ih8PihAwV1hS1DaqfZyPlS > .row > .video-iframe-container { display: none; }#vxLc0IMSg8Ih8PihAwV1hS1DaqfZyPlS > .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); }#vxLc0IMSg8Ih8PihAwV1hS1DaqfZyPlS { border-width: 0; border-radius: 0; }#vxLc0IMSg8Ih8PihAwV1hS1DaqfZyPlS > .row .container > .video-iframe-container {  }#vxLc0IMSg8Ih8PihAwV1hS1DaqfZyPlS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#byxyTsU1bkUdrVR9m67fJTiJuIvMirhr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:10.40625rem;left:8.5rem;overflow:hidden;display:block; }
#AASo08hBW1CNaywnGrFsOKn3zfccaE6Q { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:10.40625rem;left:28.5rem;overflow:hidden;display:block; }
#RpXr4810ePHbknPcIGDehlsagMlocuKF { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:10.40625rem;left:48.5rem;overflow:hidden;display:block; }
#qtc0SmenbTmzo9XvKB2TMOEF8CUlbfwl { color:#778095;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:16.125rem;left:2.0625rem;height:4.196775rem;text-align:center;text-align-last:center;display:block; }
#M7bFRU4OPKRHV9F8Ed80sJFoyPwPXVk4 { color:#505664;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:14.4375rem;left:2.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bymBvK2l77ZeFu33bdDhLX0trf31eRWo { color:#778095;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:16.125rem;left:22.1875rem;height:4.196775rem;text-align:center;text-align-last:center;display:block; }
#XaILq77JFgntk6Me1MAq8R3GP3yVOTvk { color:#505664;display:block;width:20.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:19.8125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aqlMtgihKHsNTBk8McmV578ieDbtHNcA { color:#505664;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:14.4375rem;left:42.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#svR486VCJsCxibGgxo2ULoDnB2O1U6Dh { color:#778095;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:16.125rem;left:42.0625rem;height:4.196775rem;text-align:center;text-align-last:center;display:block; }
#ucHUKkP8uBF9Ed6twXLlmqzQ3bbSy4ST { color:#2fbc90;display:block;width:27.375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:4.625rem;left:16.3125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aEk608IntKP21RRBgTUp8AJnwHJiLT6J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8fa;background-image:none;position:relative;display:block; }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .row .container { background-color: transparent; background-image: none; }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .row .container > .video-iframe-container { display: none; }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .row > .video-iframe-container { display: none; }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .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); }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .row .container { border-width: 0; border-radius: 0; }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .row > .video-iframe-container {  }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .row .container { font-size:0.875rem;font-family:arial;height:94.1875rem;width:60rem;position:relative;display:block; }#GggKtDoRHMGr1QIB2LW69XsgWmyBHzW2 { color:#2fbc90;display:block;width:52.375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:4.5rem;left:4.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTBwyUKcmuesTF2yBy2xDkAe41XfVpr3 { color:#778095;display:block;width:38rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100020;line-height:1.8;letter-spacing:0;top:43.5625rem;left:11.75rem;height:9.4394625rem;display:block; }
#vg7bgN4vl9hPhbgKv5Et1ovmKKIbVKTE { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:43.875rem;left:10.1875rem;overflow:hidden;display:block; }
#Z5VlI8StXyo78XUUTrk96bT2eP0RLBf3 { color:#505664;display:block;width:29.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:40.5rem;left:10.1875rem;height:1.62305rem;font-style:normal;display:block; }
#s4s7NLsI4X4l398Qi1l0M0uJNxXCF9Co { color:#505664;display:block;width:29.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:20.5625rem;left:10.1875rem;height:1.62305rem;font-style:normal;display:block; }
#x0X0K1UEdEZwI8ySg0kGKFmV0FueQgKb { color:#778095;display:block;width:38rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100022;line-height:1.8;letter-spacing:0;top:23.625rem;left:11.75rem;height:14.15919375rem;display:block; }
#G5zLDHlnokNXyCGbTSqQ3x8Udp0xarZz { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:45.4375rem;left:10.1875rem;overflow:hidden;display:block; }
#xJExhJxbm2RdMm1UDc1T3Amim0TvJETy { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:23.875rem;left:10.1875rem;overflow:hidden;display:block; }
#xPwusvwmfK5qB6A5Fsl56byEAFiZfxws { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:25.4375rem;left:10.1875rem;overflow:hidden;display:block; }
#GBOLnfguJKwavOc0oq8OlPZXnh9pe8BP { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:27rem;left:10.1875rem;overflow:hidden;display:block; }
#uFXkVgGwtonqqU56wqMb8kz5MVGsCXKT { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:28.5625rem;left:10.1875rem;overflow:hidden;display:block; }
#Qoep2BgWT28U2JIrvDyRk0Ov6pT6C2lw { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:30.125rem;left:10.1875rem;overflow:hidden;display:block; }
#enHGgiHbmkChXb9aUI6hqb5tvdB0rw7v { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:31.6875rem;left:10.1875rem;overflow:hidden;display:block; }
#xQWODeZB2IzrmR9eH0JAw1ifkniG8o7D { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:33.25rem;left:10.1875rem;overflow:hidden;display:block; }
#TdtOq0c8JikQC5FdFJbO6hgUx9y4SbqR { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:34.875rem;left:10.1875rem;overflow:hidden;display:block; }
#TDS5E4vqNtNmE8nS9EQEohmb2hZ6EKE9 { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:48.5rem;left:10.1875rem;overflow:hidden;display:block; }
#Cbr3KkU4Cb4NLO2qxHZZT9WKo2vSr7L6 { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:50.0625rem;left:10.1875rem;overflow:hidden;display:block; }
#By2A6cyMuBeBwAMFxkOwUELNbNTQ2T26 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:47rem;left:10.1875rem;overflow:hidden;display:block; }
#QIA8WlpSvCi2uTkDco25UDGTS2pWuOUb { color:#505664;display:block;width:29.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:55.6875rem;left:10.1875rem;height:1.62305rem;font-style:normal;display:block; }
#ovEZTEHL1h2LyXIvNylvtCxWx3NZkCgR { color:#778095;display:block;width:38rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100021;line-height:1.8;letter-spacing:0;top:58.8125rem;left:11.75rem;height:6.292975rem;display:block; }
#I5J6IKL3t4zQOuiJGGzQsSyNFTpTIJ5t { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:59.0625rem;left:10.1875rem;overflow:hidden;display:block; }
#eSDupE6JQe40xK78xIogrZv9Pw9TfnAA { color:#505664;display:block;width:29.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:67.8125rem;left:10.1875rem;height:1.62305rem;font-style:normal;display:block; }
#t7SoOkdDbmwF4ELqVvKIwPmJxWf03cf5 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:71.1875rem;left:10.1875rem;overflow:hidden;display:block; }
#JJnoCPHLA7egCF2Qa6CunNSwENwM7xwC { color:#778095;display:block;width:38rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100023;line-height:1.8;letter-spacing:0;top:70.9375rem;left:11.75rem;height:17.30568125rem;display:block; }
#Awbu72DXZllppvbeeOs8LM68CDk6wcsk { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:72.75rem;left:10.1875rem;overflow:hidden;display:block; }
#dscTPhJpePez3UUHZ1hsamqinkP4tWMD { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:74.3125rem;left:10.1875rem;overflow:hidden;display:block; }
#AQX9NEyceLMtQ5RdI5qp00tvVH7EtTis { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:75.875rem;left:10.1875rem;overflow:hidden;display:block; }
#P1XEwI68ZuC6v2NAu2RLXPl1ULb7k3pq { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:77.4375rem;left:10.1875rem;overflow:hidden;display:block; }
#DPiqTOG6tMPemkFHl4BZyJUw1HdIdn6O { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:79rem;left:10.1875rem;overflow:hidden;display:block; }
#Vax1qnEakZBwgfKEgTI9fa4XoTucMsLo { color:#2fbc90;display:block;width:55.25rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.3125rem;height:9.74853125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EqibIkBxkHc3yvQdfTzDNrkRzTxqbMfb { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:51.6875rem;left:10.1875rem;overflow:hidden;display:block; }
#s1FtDozwI5RK1PxKiHb4cVIHcLaMsEIE { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:60.625rem;left:10.1875rem;overflow:hidden;display:block; }
#T3dL8tLBTq8v16CDVx6AT8xXbLds7b4O { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:62.1875rem;left:10.1875rem;overflow:hidden;display:block; }
#dx8fVF0kEmHuTTeOVu4dXldI18Sfn0Zy { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:63.75rem;left:10.1875rem;overflow:hidden;display:block; }
#c0RW4CGV6sC3RrTaSzUQtOmv1Q9E1DML { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:80.5625rem;left:10.1875rem;overflow:hidden;display:block; }
#itEemhVZAcnRX2DFgGETghqiLZen87UV { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:82.1875rem;left:10.1875rem;overflow:hidden;display:block; }
#PUbWywVcO743wv4ylNNVV0JrN0uEPVIt { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:83.8125rem;left:10.1875rem;overflow:hidden;display:block; }
#hGDgHtynwa7N2wUqVlctkr4X7UXkMC2x { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:85.375rem;left:10.1875rem;overflow:hidden;display:block; }
#Q2hVBgqxAqGH7UqTdeTgdJQ19Acrx2w0 { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:86.9375rem;left:10.1875rem;overflow:hidden;display:block; }
#wv7Z34NZSoHoIZKXCTLgfVFn7BcNWueF { position:relative;display:block; }#wv7Z34NZSoHoIZKXCTLgfVFn7BcNWueF { background-color: transparent; background-image: none; }#wv7Z34NZSoHoIZKXCTLgfVFn7BcNWueF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wv7Z34NZSoHoIZKXCTLgfVFn7BcNWueF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wv7Z34NZSoHoIZKXCTLgfVFn7BcNWueF > .row .container > .video-iframe-container { display: none; }#wv7Z34NZSoHoIZKXCTLgfVFn7BcNWueF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wv7Z34NZSoHoIZKXCTLgfVFn7BcNWueF > .row > .video-iframe-container { display: none; }#wv7Z34NZSoHoIZKXCTLgfVFn7BcNWueF > .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); }#wv7Z34NZSoHoIZKXCTLgfVFn7BcNWueF { border-width: 0; border-radius: 0; }#wv7Z34NZSoHoIZKXCTLgfVFn7BcNWueF > .row .container > .video-iframe-container {  }#wv7Z34NZSoHoIZKXCTLgfVFn7BcNWueF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#Wu5g4IraHZ3xaqXgPawaUW18Tzf7TM3n { color:#2fbc90;display:block;width:42rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:4.375rem;left:9rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JX7wXTIXrBO8L1dSNpy71L8TEZipko2k { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.875rem;width:47.75rem;top:10rem;left:6.125rem;overflow:hidden;display:block; }
#bmSr3GbSOFUwWBh281OXrADDs7k8a6rL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8fa;background-image:none;position:relative;display:block; }#bmSr3GbSOFUwWBh281OXrADDs7k8a6rL > .row .container { background-color: transparent; background-image: none; }#bmSr3GbSOFUwWBh281OXrADDs7k8a6rL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmSr3GbSOFUwWBh281OXrADDs7k8a6rL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmSr3GbSOFUwWBh281OXrADDs7k8a6rL > .row .container > .video-iframe-container { display: none; }#bmSr3GbSOFUwWBh281OXrADDs7k8a6rL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmSr3GbSOFUwWBh281OXrADDs7k8a6rL > .row > .video-iframe-container { display: none; }#bmSr3GbSOFUwWBh281OXrADDs7k8a6rL > .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); }#bmSr3GbSOFUwWBh281OXrADDs7k8a6rL > .row .container { border-width: 0; border-radius: 0; }#bmSr3GbSOFUwWBh281OXrADDs7k8a6rL > .row > .video-iframe-container {  }#bmSr3GbSOFUwWBh281OXrADDs7k8a6rL > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#wmZOApcrqXaWL7wRpQRUJHeJGBT4VzWG { color:#2fbc90;display:block;width:42rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:4.375rem;left:9rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bkE8TrGlwhxurHnJ8TSG52Krw3pMG0WS { color:#778095;display:block;width:42rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:7.9375rem;left:9rem;height:1.62305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCwPZvgAqVEZEfJm0PWDneG72I0eTOgl { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:33.375rem;top:12.78125rem;left:13.3125rem;overflow:hidden;display:block; }
#FMyZ2lXx0V5ntBBq6PHHlsoqzVnaEvW5 { color:#505664;display:block;width:6.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100030;line-height:1.8;letter-spacing:0;top:19.6875rem;left:13.875rem;height:1.57470625rem;font-style:normal;display:block; }
#ed4MiTgCGLtRp007vAH0RGAsJJuFifSc { color:#505664;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100034;line-height:1.8;letter-spacing:0;top:19.6875rem;left:37.3125rem;height:1.57470625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#n2DFfx5QWzF528JA6Nolsw6C3Dev8mJP { color:#778095;display:block;width:7.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100035;line-height:1.6;letter-spacing:0;top:21.3125rem;left:13.875rem;height:1.3999rem;font-style:normal;display:block; }
#DD7Eg5qAChG0KgRWPA5PxsEnKGDVnv7p { color:#778095;display:block;width:8.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100039;line-height:1.6;letter-spacing:0;top:21.3125rem;left:37.1875rem;height:2.79785rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Py0awCIM6xuMJW3cRA6MB69JOOwH6Xgk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:1.25rem;display:none; }
#rKRkXXSO9ugi8xktA5Qatyos6CaxUz0N { color:#505664;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.6;letter-spacing:0;top:19.78125rem;left:24.9375rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oXzm3Olbefmo9l0yn51XHJ8g9elLHBKX { color:#778095;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:100037;line-height:1.6;letter-spacing:0;top:21.25rem;left:25.9375rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FageuUIPtnd9pzWAulbVEiVAg5CsCVhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef0f4;background-image:none;position:relative;display:block; }#FageuUIPtnd9pzWAulbVEiVAg5CsCVhT > .row .container { background-color: transparent; background-image: none; }#FageuUIPtnd9pzWAulbVEiVAg5CsCVhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FageuUIPtnd9pzWAulbVEiVAg5CsCVhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FageuUIPtnd9pzWAulbVEiVAg5CsCVhT > .row .container > .video-iframe-container { display: none; }#FageuUIPtnd9pzWAulbVEiVAg5CsCVhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FageuUIPtnd9pzWAulbVEiVAg5CsCVhT > .row > .video-iframe-container { display: none; }#FageuUIPtnd9pzWAulbVEiVAg5CsCVhT > .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); }#FageuUIPtnd9pzWAulbVEiVAg5CsCVhT > .row .container { border-width: 0; border-radius: 0; }#FageuUIPtnd9pzWAulbVEiVAg5CsCVhT > .row > .video-iframe-container {  }#FageuUIPtnd9pzWAulbVEiVAg5CsCVhT > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:block; }#d2dHwEIJKkQEtk0JTPMclg6IC76NkK7H { color:#2fbc90;display:block;width:42rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:4.3125rem;left:9rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#amrlTr6XO3vqSV5k4EiE78KL8EAGwTOC { color:#778095;display:block;width:12.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100017;line-height:1.8;letter-spacing:0;top:14.1875rem;left:12.6875rem;height:3.1464875rem;display:block; }
#lvool5gzUWAK9XzhBCMNEtEZ50d83rET { color:#505664;display:block;width:15.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:11.375rem;left:11.125rem;height:1.62305rem;font-style:normal;display:block; }
#N6yRio2xmdvUzxro95xpHcHz7sey8SwS { color:#778095;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.8;letter-spacing:0;top:14.25rem;left:34.1875rem;height:4.71973125rem;display:block; }
#TAtO4xDO300iqgkbMNoel9wD8VB7cs8T { color:#505664;display:block;width:15.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:11.4375rem;left:32.625rem;height:1.62305rem;font-style:normal;display:block; }
#KfassEsKv4QvrebkptTtBwvhLMc6cbVM { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:14.5rem;left:11.125rem;overflow:hidden;display:block; }
#bVKlU0zE8BIVXtfwbB7qNbATBBU3LuwN { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:16.0625rem;left:11.125rem;overflow:hidden;display:block; }
#iQ74MJsHPBALyFy7GOJksBI2ZJlNTsmm { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:14.5rem;left:32.625rem;overflow:hidden;display:block; }
#I7Bt81LzuBiqZATtHCcDOg5eVU9vyE2T { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:17.625rem;left:32.625rem;overflow:hidden;display:block; }
#uTrzXaXeLtzr0lVTePxTgCz3K6otc3FW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uTrzXaXeLtzr0lVTePxTgCz3K6otc3FW > .row .container { background-color: transparent; background-image: none; }#uTrzXaXeLtzr0lVTePxTgCz3K6otc3FW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTrzXaXeLtzr0lVTePxTgCz3K6otc3FW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTrzXaXeLtzr0lVTePxTgCz3K6otc3FW > .row .container > .video-iframe-container { display: none; }#uTrzXaXeLtzr0lVTePxTgCz3K6otc3FW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTrzXaXeLtzr0lVTePxTgCz3K6otc3FW > .row > .video-iframe-container { display: none; }#uTrzXaXeLtzr0lVTePxTgCz3K6otc3FW > .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); }#uTrzXaXeLtzr0lVTePxTgCz3K6otc3FW > .row .container { border-width: 0; border-radius: 0; }#uTrzXaXeLtzr0lVTePxTgCz3K6otc3FW > .row > .video-iframe-container {  }#uTrzXaXeLtzr0lVTePxTgCz3K6otc3FW > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:60rem;position:relative;display:block; }#uh1l83llsfxJaWBNuX8cvCPmA2ATJM5T { color:#2fbc90;display:block;width:20rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:4.5625rem;left:20rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GITpWEDEGlvU0DRB23xf8JrKrvutM37K { color:#505664;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100028;line-height:1.3;letter-spacing:0;top:11.5625rem;left:0rem;height:1.62305rem;font-style:normal;display:block; }
#LhPLePKr3FAgRkTmivIhLeGFTzahrZc8 { color:#778095;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100029;line-height:1.8;letter-spacing:0;top:14.375rem;left:1.5rem;height:7.86621875rem;display:block; }
#p36lNoKp6J7MNcwHk9wJUGwZTc3x6Er5 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:14.625rem;left:0rem;overflow:hidden;display:block; }
#ltMFoeHaQCvf348eEfH9eMVMrWue29AT { color:#505664;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:11.5625rem;left:20rem;height:1.62305rem;font-style:normal;display:block; }
#ziGznS6WQ403ku8SAu78IOoUkSb6QoKc { color:#778095;display:block;width:16.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100032;line-height:1.8;letter-spacing:0;top:14.375rem;left:21.5rem;height:3.1464875rem;display:block; }
#cm90fQFPkNC9KO9p65Gdi8UgaSv9Tn0W { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:14.625rem;left:20rem;overflow:hidden;display:block; }
#TgfQGwTITWtiTrytqyCNU4DXaJk45sl5 { color:#505664;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:11.5625rem;left:40rem;height:1.62305rem;font-style:normal;display:block; }
#O4aM68ewzWEIooKpAdUzTJtx6NTHB3XX { color:#778095;display:block;width:16.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100033;line-height:1.8;letter-spacing:0;top:14.375rem;left:41.5625rem;height:3.1464875rem;display:block; }
#aXEIygrBTKeNVmA86tVoLKNyM8peBwWt { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:14.6875rem;left:40rem;overflow:hidden;display:block; }
#scItGza61604WZvLeTSRuhg8T1proHNd { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:16.1875rem;left:0rem;overflow:hidden;display:block; }
#Eu06AHEbWsrRRrc23BVk71cS7BiCm7HV { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:17.75rem;left:0rem;overflow:hidden;display:block; }
#KoM5hExmvXR8tktt78noDJT7ZqHQmFTb { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:19.3125rem;left:0rem;overflow:hidden;display:block; }
#VAtC9X6zIsNBOgdIiwI5vayBdcs4pcQV { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:20.9375rem;left:0rem;overflow:hidden;display:block; }
#TnTUNHpxO6iHxLb9Ue5aI77tohtvZ30Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8fa;background-image:none;position:relative;display:block; }#TnTUNHpxO6iHxLb9Ue5aI77tohtvZ30Z > .row .container { background-color: transparent; background-image: none; }#TnTUNHpxO6iHxLb9Ue5aI77tohtvZ30Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnTUNHpxO6iHxLb9Ue5aI77tohtvZ30Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnTUNHpxO6iHxLb9Ue5aI77tohtvZ30Z > .row .container > .video-iframe-container { display: none; }#TnTUNHpxO6iHxLb9Ue5aI77tohtvZ30Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnTUNHpxO6iHxLb9Ue5aI77tohtvZ30Z > .row > .video-iframe-container { display: none; }#TnTUNHpxO6iHxLb9Ue5aI77tohtvZ30Z > .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); }#TnTUNHpxO6iHxLb9Ue5aI77tohtvZ30Z > .row .container { border-width: 0; border-radius: 0; }#TnTUNHpxO6iHxLb9Ue5aI77tohtvZ30Z > .row > .video-iframe-container {  }#TnTUNHpxO6iHxLb9Ue5aI77tohtvZ30Z > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#e6SKNwP9PUEmV1Zt0gsAlIJQhOMpPp9X { color:#2fbc90;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JFUJX58vVi2iAq8GK5mcfH1CVO4Ty2Cm { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:10.1875rem;left:20rem;overflow:hidden;display:block; }
#NRgSP5bdvS04qfr3k8ne4lnzKHweRtWg { color:#505050;display:block;width:20.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100034;line-height:1.8;letter-spacing:0;top:9.8125rem;left:21.5625rem;height:18.878925rem;display:block; }
#fBFwF4oErZ0DHSwTvtuo8R3v6lioPIuq { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:11.75rem;left:20rem;overflow:hidden;display:block; }
#Nbpfls8V3Cb3nwZrXk9lM7d1BNkZRf61 { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:13.3125rem;left:20rem;overflow:hidden;display:block; }
#tvEXD7QnOudpS6zKh7ATkghgEwcDq9KJ { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:14.875rem;left:20rem;overflow:hidden;display:block; }
#lXniIXLSKmT6uWddI8nnRqGNph4cmbOl { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:16.4375rem;left:20rem;overflow:hidden;display:block; }
#iCOlOBPvrpg28PFVEdNX0bvWggQOFkaV { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:18rem;left:20rem;overflow:hidden;display:block; }
#Uc36tpAw7IUwr3tzHhOHaJ8WTbgW9bPW { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:19.5625rem;left:20rem;overflow:hidden;display:block; }
#s9255HES7ATFWmcmVy5W4tad39ysUx1y { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:21.125rem;left:20rem;overflow:hidden;display:block; }
#eHd9l6C0Datf9nABtk1MrutBRNITb6OR { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:22.6875rem;left:20rem;overflow:hidden;display:block; }
#wWgWMQ5TURZ4hBdnS8oTCcaWdvp14klW { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:24.25rem;left:20rem;overflow:hidden;display:block; }
#sgLw3xOTkgeCXskWT6INnxaRbGCm0Mud { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:25.8125rem;left:20rem;overflow:hidden;display:block; }
#QUEOLs6TgPSXCJLzgTHHoCBbntcCvbhs { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:0.875rem;top:27.375rem;left:20rem;overflow:hidden;display:block; }
#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafb;background-image:none;position:relative;display:block; }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row .container { background-color: transparent; background-image: none; }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row .container > .video-iframe-container { display: none; }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row > .video-iframe-container { display: none; }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .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); }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row .container { border-width: 0; border-radius: 0; }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row > .video-iframe-container {  }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row .container { font-size:0.875rem;font-family:"open sans";height:0.6875rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 { display:block; }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eceWZoTpKtFyu44GLoFzeuag6DMLRVN9 { top:11.375rem;left:8.40625rem;width:30.9375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPhFK42rxNldoihCif0DPTlcp5iJSFFC { width:10.125rem;height:2.5rem;top:18.1875rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR6POHtDIRLEgeoRHAxveElJD3NOZobT { display:block; }
 }@media only screen and (max-width: 763px) { #q4AhSVSFGvvTVWgtlw3cC5hLUxZhanWy { top:23.6875rem;left:17.625rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5eRIKG6m98IBccSVDHLy2NueoZqQM17 { top:26.375rem;left:22.6875rem;width:2.3125rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnaXXGtHuEQZmktiEvRJpKMQkOvG5Gk4 { top:3.6875rem;left:14.71875rem;width:18.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxLc0IMSg8Ih8PihAwV1hS1DaqfZyPlS { display:block; }#vxLc0IMSg8Ih8PihAwV1hS1DaqfZyPlS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byxyTsU1bkUdrVR9m67fJTiJuIvMirhr { top:10.375rem;left:6.4375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AASo08hBW1CNaywnGrFsOKn3zfccaE6Q { top:10.375rem;left:22.3125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpXr4810ePHbknPcIGDehlsagMlocuKF { top:10.375rem;left:38.1875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtc0SmenbTmzo9XvKB2TMOEF8CUlbfwl { top:16.125rem;left:0rem;width:15.625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7bFRU4OPKRHV9F8Ed80sJFoyPwPXVk4 { top:14.4375rem;left:0rem;width:15.625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bymBvK2l77ZeFu33bdDhLX0trf31eRWo { top:16.125rem;left:16rem;width:15.625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaILq77JFgntk6Me1MAq8R3GP3yVOTvk { top:14.4375rem;left:0rem;width:20.3125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqlMtgihKHsNTBk8McmV578ieDbtHNcA { top:14.4375rem;left:31.75rem;width:15.625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svR486VCJsCxibGgxo2ULoDnB2O1U6Dh { top:16.125rem;left:31.75rem;width:15.625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucHUKkP8uBF9Ed6twXLlmqzQ3bbSy4ST { top:4.625rem;left:0rem;width:27.375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEk608IntKP21RRBgTUp8AJnwHJiLT6J { display:block; }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GggKtDoRHMGr1QIB2LW69XsgWmyBHzW2 { top:4.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTBwyUKcmuesTF2yBy2xDkAe41XfVpr3 { top:43.5625rem;left:5.625rem;width:38rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg7bgN4vl9hPhbgKv5Et1ovmKKIbVKTE { top:43.875rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5VlI8StXyo78XUUTrk96bT2eP0RLBf3 { top:40.5rem;left:4.0625rem;width:29.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4s7NLsI4X4l398Qi1l0M0uJNxXCF9Co { top:20.5625rem;left:4.0625rem;width:29.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0X0K1UEdEZwI8ySg0kGKFmV0FueQgKb { top:23.625rem;left:5.625rem;width:38rem;height:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5zLDHlnokNXyCGbTSqQ3x8Udp0xarZz { top:45.4375rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJExhJxbm2RdMm1UDc1T3Amim0TvJETy { top:23.875rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPwusvwmfK5qB6A5Fsl56byEAFiZfxws { top:25.4375rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBOLnfguJKwavOc0oq8OlPZXnh9pe8BP { top:27rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFXkVgGwtonqqU56wqMb8kz5MVGsCXKT { top:28.5625rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoep2BgWT28U2JIrvDyRk0Ov6pT6C2lw { top:30.125rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enHGgiHbmkChXb9aUI6hqb5tvdB0rw7v { top:31.6875rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQWODeZB2IzrmR9eH0JAw1ifkniG8o7D { top:33.25rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdtOq0c8JikQC5FdFJbO6hgUx9y4SbqR { top:34.875rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDS5E4vqNtNmE8nS9EQEohmb2hZ6EKE9 { top:48.5rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbr3KkU4Cb4NLO2qxHZZT9WKo2vSr7L6 { top:50.0625rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #By2A6cyMuBeBwAMFxkOwUELNbNTQ2T26 { top:47rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIA8WlpSvCi2uTkDco25UDGTS2pWuOUb { top:55.6875rem;left:4.0625rem;width:29.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovEZTEHL1h2LyXIvNylvtCxWx3NZkCgR { top:58.8125rem;left:5.625rem;width:38rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5J6IKL3t4zQOuiJGGzQsSyNFTpTIJ5t { top:59.0625rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSDupE6JQe40xK78xIogrZv9Pw9TfnAA { top:67.8125rem;left:4.0625rem;width:29.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7SoOkdDbmwF4ELqVvKIwPmJxWf03cf5 { top:71.1875rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnoCPHLA7egCF2Qa6CunNSwENwM7xwC { top:70.9375rem;left:5.625rem;width:38rem;height:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awbu72DXZllppvbeeOs8LM68CDk6wcsk { top:72.75rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dscTPhJpePez3UUHZ1hsamqinkP4tWMD { top:74.3125rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQX9NEyceLMtQ5RdI5qp00tvVH7EtTis { top:75.875rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1XEwI68ZuC6v2NAu2RLXPl1ULb7k3pq { top:77.4375rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPiqTOG6tMPemkFHl4BZyJUw1HdIdn6O { top:79rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vax1qnEakZBwgfKEgTI9fa4XoTucMsLo { top:7.625rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqibIkBxkHc3yvQdfTzDNrkRzTxqbMfb { top:51.6875rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1FtDozwI5RK1PxKiHb4cVIHcLaMsEIE { top:60.625rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3dL8tLBTq8v16CDVx6AT8xXbLds7b4O { top:62.1875rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx8fVF0kEmHuTTeOVu4dXldI18Sfn0Zy { top:63.75rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0RW4CGV6sC3RrTaSzUQtOmv1Q9E1DML { top:80.5625rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itEemhVZAcnRX2DFgGETghqiLZen87UV { top:82.1875rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUbWywVcO743wv4ylNNVV0JrN0uEPVIt { top:83.8125rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGDgHtynwa7N2wUqVlctkr4X7UXkMC2x { top:85.375rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2hVBgqxAqGH7UqTdeTgdJQ19Acrx2w0 { top:86.9375rem;left:4.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv7Z34NZSoHoIZKXCTLgfVFn7BcNWueF { display:block; }#wv7Z34NZSoHoIZKXCTLgfVFn7BcNWueF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wu5g4IraHZ3xaqXgPawaUW18Tzf7TM3n { top:4.375rem;left:2.875rem;width:42rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX7wXTIXrBO8L1dSNpy71L8TEZipko2k { top:10rem;left:0rem;width:47.75rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmSr3GbSOFUwWBh281OXrADDs7k8a6rL { display:block; }#bmSr3GbSOFUwWBh281OXrADDs7k8a6rL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmZOApcrqXaWL7wRpQRUJHeJGBT4VzWG { top:4.375rem;left:2.875rem;width:42rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkE8TrGlwhxurHnJ8TSG52Krw3pMG0WS { top:7.9375rem;left:2.875rem;width:42rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCwPZvgAqVEZEfJm0PWDneG72I0eTOgl { top:12.75rem;left:7.1875rem;width:33.375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMyZ2lXx0V5ntBBq6PHHlsoqzVnaEvW5 { top:19.6875rem;left:7.75rem;width:6.625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed4MiTgCGLtRp007vAH0RGAsJJuFifSc { top:19.6875rem;left:31.1875rem;width:8.6875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2DFfx5QWzF528JA6Nolsw6C3Dev8mJP { top:21.3125rem;left:7.75rem;width:7.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD7Eg5qAChG0KgRWPA5PxsEnKGDVnv7p { top:21.3125rem;left:31.0625rem;width:8.8125rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py0awCIM6xuMJW3cRA6MB69JOOwH6Xgk { width:;height:6.25rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKRkXXSO9ugi8xktA5Qatyos6CaxUz0N { top:19.75rem;left:18.8125rem;width:9.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXzm3Olbefmo9l0yn51XHJ8g9elLHBKX { top:21.25rem;left:19.8125rem;width:7.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FageuUIPtnd9pzWAulbVEiVAg5CsCVhT { display:block; }#FageuUIPtnd9pzWAulbVEiVAg5CsCVhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2dHwEIJKkQEtk0JTPMclg6IC76NkK7H { top:4.3125rem;left:2.875rem;width:42rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #amrlTr6XO3vqSV5k4EiE78KL8EAGwTOC { top:14.1875rem;left:6.5625rem;width:12.1875rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvool5gzUWAK9XzhBCMNEtEZ50d83rET { top:11.375rem;left:5rem;width:15.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6yRio2xmdvUzxro95xpHcHz7sey8SwS { top:14.25rem;left:28.0625rem;width:15.875rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAtO4xDO300iqgkbMNoel9wD8VB7cs8T { top:11.4375rem;left:26.5rem;width:15.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfassEsKv4QvrebkptTtBwvhLMc6cbVM { top:14.5rem;left:5rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVKlU0zE8BIVXtfwbB7qNbATBBU3LuwN { top:16.0625rem;left:5rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ74MJsHPBALyFy7GOJksBI2ZJlNTsmm { top:14.5rem;left:26.5rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7Bt81LzuBiqZATtHCcDOg5eVU9vyE2T { top:17.625rem;left:26.5rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTrzXaXeLtzr0lVTePxTgCz3K6otc3FW { display:block; }#uTrzXaXeLtzr0lVTePxTgCz3K6otc3FW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uh1l83llsfxJaWBNuX8cvCPmA2ATJM5T { top:4.5625rem;left:0rem;width:20rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GITpWEDEGlvU0DRB23xf8JrKrvutM37K { top:11.5625rem;left:0rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhPLePKr3FAgRkTmivIhLeGFTzahrZc8 { top:14.375rem;left:0rem;width:16.5rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p36lNoKp6J7MNcwHk9wJUGwZTc3x6Er5 { top:14.625rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltMFoeHaQCvf348eEfH9eMVMrWue29AT { top:11.5625rem;left:15.875rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziGznS6WQ403ku8SAu78IOoUkSb6QoKc { top:14.375rem;left:14.8125rem;width:16.9375rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm90fQFPkNC9KO9p65Gdi8UgaSv9Tn0W { top:14.625rem;left:15.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgfQGwTITWtiTrytqyCNU4DXaJk45sl5 { top:11.5625rem;left:31.75rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4aM68ewzWEIooKpAdUzTJtx6NTHB3XX { top:14.375rem;left:31.1875rem;width:16.4375rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXEIygrBTKeNVmA86tVoLKNyM8peBwWt { top:14.6875rem;left:31.75rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scItGza61604WZvLeTSRuhg8T1proHNd { top:16.1875rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu06AHEbWsrRRrc23BVk71cS7BiCm7HV { top:17.75rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoM5hExmvXR8tktt78noDJT7ZqHQmFTb { top:19.3125rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAtC9X6zIsNBOgdIiwI5vayBdcs4pcQV { top:20.9375rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTUNHpxO6iHxLb9Ue5aI77tohtvZ30Z { display:block; }#TnTUNHpxO6iHxLb9Ue5aI77tohtvZ30Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6SKNwP9PUEmV1Zt0gsAlIJQhOMpPp9X { top:4.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFUJX58vVi2iAq8GK5mcfH1CVO4Ty2Cm { top:10.1875rem;left:13.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRgSP5bdvS04qfr3k8ne4lnzKHweRtWg { top:9.8125rem;left:15.4375rem;width:20.4375rem;height:19.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBFwF4oErZ0DHSwTvtuo8R3v6lioPIuq { top:11.75rem;left:13.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbpfls8V3Cb3nwZrXk9lM7d1BNkZRf61 { top:13.3125rem;left:13.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvEXD7QnOudpS6zKh7ATkghgEwcDq9KJ { top:14.875rem;left:13.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXniIXLSKmT6uWddI8nnRqGNph4cmbOl { top:16.4375rem;left:13.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCOlOBPvrpg28PFVEdNX0bvWggQOFkaV { top:18rem;left:13.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc36tpAw7IUwr3tzHhOHaJ8WTbgW9bPW { top:19.5625rem;left:13.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9255HES7ATFWmcmVy5W4tad39ysUx1y { top:21.125rem;left:13.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHd9l6C0Datf9nABtk1MrutBRNITb6OR { top:22.6875rem;left:13.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWgWMQ5TURZ4hBdnS8oTCcaWdvp14klW { top:24.25rem;left:13.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgLw3xOTkgeCXskWT6INnxaRbGCm0Mud { top:25.8125rem;left:13.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUEOLs6TgPSXCJLzgTHHoCBbntcCvbhs { top:27.375rem;left:13.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC { display:block; }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 { background-color:#eef0f4;background-image:url("https://images.assets-landingi.com/uc/f701867e-4221-4410-a471-d6b89e799350/fondo2x.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4.adaptive-delivery-prevent-bg, #IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4.lazyload, #IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4.lazyloading { background-image: none; }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .row .container { background-color: transparent; background-image: none; }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .row .container > .video-iframe-container { display: none; }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .row > .video-iframe-container { display: none; }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .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); }#IxiihEHoBUc5GiwfEmf4zO7cdzPDD4d4 > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eceWZoTpKtFyu44GLoFzeuag6DMLRVN9 { width:15.4375rem;height:5.5996125rem;top:7rem;left:2.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPhFK42rxNldoihCif0DPTlcp5iJSFFC { width:18.4375rem;height:2.75rem;top:15.9375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR6POHtDIRLEgeoRHAxveElJD3NOZobT { display:block; }
 }@media only screen and (max-width: 763px) { #q4AhSVSFGvvTVWgtlw3cC5hLUxZhanWy { width:12.5rem;height:1.29980625rem;top:20.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5eRIKG6m98IBccSVDHLy2NueoZqQM17 { width:2.3125rem;height:1.1875rem;top:22.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnaXXGtHuEQZmktiEvRJpKMQkOvG5Gk4 { width:12.125rem;height:2.25rem;top:1.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxLc0IMSg8Ih8PihAwV1hS1DaqfZyPlS { display:block; }#vxLc0IMSg8Ih8PihAwV1hS1DaqfZyPlS > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byxyTsU1bkUdrVR9m67fJTiJuIvMirhr { width:3rem;height:3rem;top:10.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AASo08hBW1CNaywnGrFsOKn3zfccaE6Q { width:3rem;height:3rem;top:22.1875rem;left:8.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RpXr4810ePHbknPcIGDehlsagMlocuKF { width:3rem;height:3rem;top:35.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtc0SmenbTmzo9XvKB2TMOEF8CUlbfwl { width:15.625rem;height:4.19970625rem;top:16.4375rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7bFRU4OPKRHV9F8Ed80sJFoyPwPXVk4 { width:15.625rem;height:1.4624rem;top:14.875rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bymBvK2l77ZeFu33bdDhLX0trf31eRWo { width:15.625rem;height:4.19970625rem;top:29.5625rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaILq77JFgntk6Me1MAq8R3GP3yVOTvk { width:15.625rem;height:1.4624rem;top:26.375rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqlMtgihKHsNTBk8McmV578ieDbtHNcA { width:15.625rem;height:1.4624rem;top:39.0625rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svR486VCJsCxibGgxo2ULoDnB2O1U6Dh { width:15.625rem;height:4.19970625rem;top:40.625rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucHUKkP8uBF9Ed6twXLlmqzQ3bbSy4ST { width:13.3125rem;height:5.19921875rem;top:2.625rem;left:3.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEk608IntKP21RRBgTUp8AJnwHJiLT6J { background-color:#fafafb;background-image:none;display:block; }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .row .container { background-color: transparent; background-image: none; }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .row .container > .video-iframe-container { display: none; }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .row > .video-iframe-container { display: none; }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .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); }#aEk608IntKP21RRBgTUp8AJnwHJiLT6J > .row .container { width:20rem;height:105.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GggKtDoRHMGr1QIB2LW69XsgWmyBHzW2 { width:18.1875rem;height:2.5996125rem;top:2.0625rem;left:0.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTBwyUKcmuesTF2yBy2xDkAe41XfVpr3 { width:16.875rem;height:15.7470625rem;top:44.5625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg7bgN4vl9hPhbgKv5Et1ovmKKIbVKTE { width:0.875rem;height:0.875rem;top:44.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5VlI8StXyo78XUUTrk96bT2eP0RLBf3 { width:18.6875rem;height:1.625rem;top:42rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4s7NLsI4X4l398Qi1l0M0uJNxXCF9Co { width:16.875rem;height:1.625rem;top:19.0625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0X0K1UEdEZwI8ySg0kGKFmV0FueQgKb { width:16.875rem;height:18.896475rem;top:21.6875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5zLDHlnokNXyCGbTSqQ3x8Udp0xarZz { width:0.875rem;height:0.875rem;top:47.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJExhJxbm2RdMm1UDc1T3Amim0TvJETy { width:0.875rem;height:0.875rem;top:22.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPwusvwmfK5qB6A5Fsl56byEAFiZfxws { width:0.875rem;height:0.875rem;top:23.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBOLnfguJKwavOc0oq8OlPZXnh9pe8BP { width:0.875rem;height:0.875rem;top:25.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFXkVgGwtonqqU56wqMb8kz5MVGsCXKT { width:0.875rem;height:0.875rem;top:26.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoep2BgWT28U2JIrvDyRk0Ov6pT6C2lw { width:0.875rem;height:0.875rem;top:28.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enHGgiHbmkChXb9aUI6hqb5tvdB0rw7v { width:0.875rem;height:0.875rem;top:32.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQWODeZB2IzrmR9eH0JAw1ifkniG8o7D { width:0.875rem;height:0.875rem;top:34.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdtOq0c8JikQC5FdFJbO6hgUx9y4SbqR { width:0.875rem;height:0.875rem;top:52.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDS5E4vqNtNmE8nS9EQEohmb2hZ6EKE9 { width:0.875rem;height:0.875rem;top:51.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbr3KkU4Cb4NLO2qxHZZT9WKo2vSr7L6 { width:0.875rem;height:0.875rem;top:31.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #By2A6cyMuBeBwAMFxkOwUELNbNTQ2T26 { width:0.875rem;height:0.875rem;top:54.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIA8WlpSvCi2uTkDco25UDGTS2pWuOUb { width:15rem;height:1.625rem;top:61.8125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovEZTEHL1h2LyXIvNylvtCxWx3NZkCgR { width:15.75rem;height:11.02294375rem;top:64.375rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5J6IKL3t4zQOuiJGGzQsSyNFTpTIJ5t { width:0.875rem;height:0.875rem;top:64.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSDupE6JQe40xK78xIogrZv9Pw9TfnAA { width:18.5625rem;height:1.625rem;top:76.91796875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7SoOkdDbmwF4ELqVvKIwPmJxWf03cf5 { width:0.875rem;height:0.875rem;top:80.10546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnoCPHLA7egCF2Qa6CunNSwENwM7xwC { width:17.3125rem;height:22.0458875rem;top:79.79296875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awbu72DXZllppvbeeOs8LM68CDk6wcsk { width:0.875rem;height:0.875rem;top:81.60546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dscTPhJpePez3UUHZ1hsamqinkP4tWMD { width:0.875rem;height:0.875rem;top:84.85546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQX9NEyceLMtQ5RdI5qp00tvVH7EtTis { width:0.875rem;height:0.875rem;top:86.41796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1XEwI68ZuC6v2NAu2RLXPl1ULb7k3pq { width:0.875rem;height:0.875rem;top:88.04296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPiqTOG6tMPemkFHl4BZyJUw1HdIdn6O { width:0.875rem;height:0.875rem;top:89.60546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vax1qnEakZBwgfKEgTI9fa4XoTucMsLo { width:20rem;height:11.699225rem;top:4.662109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqibIkBxkHc3yvQdfTzDNrkRzTxqbMfb { width:0.875rem;height:0.875rem;top:57.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1FtDozwI5RK1PxKiHb4cVIHcLaMsEIE { width:0.875rem;height:0.875rem;top:66.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3dL8tLBTq8v16CDVx6AT8xXbLds7b4O { width:0.875rem;height:0.875rem;top:69.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx8fVF0kEmHuTTeOVu4dXldI18Sfn0Zy { width:0.875rem;height:0.875rem;top:91.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0RW4CGV6sC3RrTaSzUQtOmv1Q9E1DML { width:0.875rem;height:0.875rem;top:73.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itEemhVZAcnRX2DFgGETghqiLZen87UV { width:0.875rem;height:0.875rem;top:92.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUbWywVcO743wv4ylNNVV0JrN0uEPVIt { width:0.875rem;height:0.875rem;top:94.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGDgHtynwa7N2wUqVlctkr4X7UXkMC2x { width:0.875rem;height:0.875rem;top:97.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2hVBgqxAqGH7UqTdeTgdJQ19Acrx2w0 { width:0.875rem;height:0.875rem;top:100.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv7Z34NZSoHoIZKXCTLgfVFn7BcNWueF { display:block; }#wv7Z34NZSoHoIZKXCTLgfVFn7BcNWueF > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wu5g4IraHZ3xaqXgPawaUW18Tzf7TM3n { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX7wXTIXrBO8L1dSNpy71L8TEZipko2k { width:18.6875rem;height:10.9375rem;top:5.08447265625rem;left:0.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bmSr3GbSOFUwWBh281OXrADDs7k8a6rL { display:block; }#bmSr3GbSOFUwWBh281OXrADDs7k8a6rL > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmZOApcrqXaWL7wRpQRUJHeJGBT4VzWG { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkE8TrGlwhxurHnJ8TSG52Krw3pMG0WS { width:20rem;height:1.625rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCwPZvgAqVEZEfJm0PWDneG72I0eTOgl { width:8.625rem;height:1.25rem;top:11.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMyZ2lXx0V5ntBBq6PHHlsoqzVnaEvW5 { width:6.625rem;height:1.57470625rem;top:9.20703125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed4MiTgCGLtRp007vAH0RGAsJJuFifSc { width:10.25rem;height:1.57470625rem;top:24.20703125rem;left:5.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n2DFfx5QWzF528JA6Nolsw6C3Dev8mJP { width:12.9375rem;height:1.3999rem;top:10.89453125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD7Eg5qAChG0KgRWPA5PxsEnKGDVnv7p { width:13.1875rem;height:1.3999rem;top:25.95703125rem;left:5.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Py0awCIM6xuMJW3cRA6MB69JOOwH6Xgk { top:8.70703125rem;left:1.1982421875rem;width:3.8125rem;height:19.1875rem;z-index:100040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rKRkXXSO9ugi8xktA5Qatyos6CaxUz0N { width:12.4375rem;height:1.3999rem;top:16.8125rem;left:5.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oXzm3Olbefmo9l0yn51XHJ8g9elLHBKX { width:12.4375rem;height:1.3999rem;top:18.48828125rem;left:5.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FageuUIPtnd9pzWAulbVEiVAg5CsCVhT { display:block; }#FageuUIPtnd9pzWAulbVEiVAg5CsCVhT > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2dHwEIJKkQEtk0JTPMclg6IC76NkK7H { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #amrlTr6XO3vqSV5k4EiE78KL8EAGwTOC { width:12.1875rem;height:3.1494125rem;top:9.1875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvool5gzUWAK9XzhBCMNEtEZ50d83rET { width:15.5625rem;height:1.625rem;top:6.25rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6yRio2xmdvUzxro95xpHcHz7sey8SwS { width:15.875rem;height:4.72411875rem;top:16.8125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAtO4xDO300iqgkbMNoel9wD8VB7cs8T { width:15.5625rem;height:1.625rem;top:13.8125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfassEsKv4QvrebkptTtBwvhLMc6cbVM { width:0.875rem;height:0.875rem;top:9.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVKlU0zE8BIVXtfwbB7qNbATBBU3LuwN { width:0.875rem;height:0.875rem;top:17.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ74MJsHPBALyFy7GOJksBI2ZJlNTsmm { width:0.875rem;height:0.875rem;top:11.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7Bt81LzuBiqZATtHCcDOg5eVU9vyE2T { width:0.875rem;height:0.875rem;top:20.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTrzXaXeLtzr0lVTePxTgCz3K6otc3FW { display:block; }#uTrzXaXeLtzr0lVTePxTgCz3K6otc3FW > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uh1l83llsfxJaWBNuX8cvCPmA2ATJM5T { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GITpWEDEGlvU0DRB23xf8JrKrvutM37K { width:14.375rem;height:1.625rem;top:6.3125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhPLePKr3FAgRkTmivIhLeGFTzahrZc8 { width:15.4375rem;height:7.87353125rem;top:8.8125rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p36lNoKp6J7MNcwHk9wJUGwZTc3x6Er5 { width:0.875rem;height:0.875rem;top:9.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltMFoeHaQCvf348eEfH9eMVMrWue29AT { width:15.125rem;height:1.625rem;top:18.125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziGznS6WQ403ku8SAu78IOoUkSb6QoKc { width:15.4375rem;height:3.1494125rem;top:20.6875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm90fQFPkNC9KO9p65Gdi8UgaSv9Tn0W { width:0.875rem;height:0.875rem;top:21.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgfQGwTITWtiTrytqyCNU4DXaJk45sl5 { width:15.875rem;height:1.625rem;top:25.125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4aM68ewzWEIooKpAdUzTJtx6NTHB3XX { width:15.4375rem;height:3.1494125rem;top:27.65625rem;left:2.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXEIygrBTKeNVmA86tVoLKNyM8peBwWt { width:0.875rem;height:0.875rem;top:28rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scItGza61604WZvLeTSRuhg8T1proHNd { width:0.875rem;height:0.875rem;top:10.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu06AHEbWsrRRrc23BVk71cS7BiCm7HV { width:0.875rem;height:0.875rem;top:12.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoM5hExmvXR8tktt78noDJT7ZqHQmFTb { width:0.875rem;height:0.875rem;top:13.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAtC9X6zIsNBOgdIiwI5vayBdcs4pcQV { width:0.875rem;height:0.875rem;top:15.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTUNHpxO6iHxLb9Ue5aI77tohtvZ30Z { display:block; }#TnTUNHpxO6iHxLb9Ue5aI77tohtvZ30Z > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6SKNwP9PUEmV1Zt0gsAlIJQhOMpPp9X { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFUJX58vVi2iAq8GK5mcfH1CVO4Ty2Cm { width:0.875rem;height:0.875rem;top:6.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRgSP5bdvS04qfr3k8ne4lnzKHweRtWg { width:16.4375rem;height:18.896475rem;top:6.5rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBFwF4oErZ0DHSwTvtuo8R3v6lioPIuq { width:0.875rem;height:0.875rem;top:8.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbpfls8V3Cb3nwZrXk9lM7d1BNkZRf61 { width:0.875rem;height:0.875rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvEXD7QnOudpS6zKh7ATkghgEwcDq9KJ { width:0.875rem;height:0.875rem;top:11.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXniIXLSKmT6uWddI8nnRqGNph4cmbOl { width:0.875rem;height:0.875rem;top:13.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCOlOBPvrpg28PFVEdNX0bvWggQOFkaV { width:0.875rem;height:0.875rem;top:14.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc36tpAw7IUwr3tzHhOHaJ8WTbgW9bPW { width:0.875rem;height:0.875rem;top:16.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9255HES7ATFWmcmVy5W4tad39ysUx1y { width:0.875rem;height:0.875rem;top:17.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHd9l6C0Datf9nABtk1MrutBRNITb6OR { width:0.875rem;height:0.875rem;top:19.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWgWMQ5TURZ4hBdnS8oTCcaWdvp14klW { width:0.875rem;height:0.875rem;top:21rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgLw3xOTkgeCXskWT6INnxaRbGCm0Mud { width:0.875rem;height:0.875rem;top:22.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUEOLs6TgPSXCJLzgTHHoCBbntcCvbhs { width:0.875rem;height:0.875rem;top:24.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC { background-color:#fafafb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row .container { background-color: transparent; background-image: none; }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row .container > .video-iframe-container { display: none; }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row > .video-iframe-container { display: none; }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .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); }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row .container { border-width: 0; border-radius: 0; }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row > .video-iframe-container {  }#GlXZLAgtNEhCZeNsiFhLVokH2oKHgJKC > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }