.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,229,229;--color-primary-1:246,167,167;--color-primary-2:237,79,79;--color-primary-3:119,40,40;--color-primary-4:36,12,12;--color-secondary-0:225,249,228;--color-secondary-1:157,236,164;--color-secondary-2:58,216,73;--color-secondary-3:29,108,37;--color-secondary-4:9,32,11;--color-tertiary-0:255,255,255;--color-tertiary-1:245,246,248;--color-tertiary-2:83,79,77;--color-tertiary-3:65,65,65;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfEu6ws8AfLgkmxBU7WLbZITTuMIfAgp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lfEu6ws8AfLgkmxBU7WLbZITTuMIfAgp > .row .container { background-color: transparent; background-image: none; }#lfEu6ws8AfLgkmxBU7WLbZITTuMIfAgp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfEu6ws8AfLgkmxBU7WLbZITTuMIfAgp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfEu6ws8AfLgkmxBU7WLbZITTuMIfAgp > .row .container > .video-iframe-container { display: none; }#lfEu6ws8AfLgkmxBU7WLbZITTuMIfAgp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfEu6ws8AfLgkmxBU7WLbZITTuMIfAgp > .row > .video-iframe-container { display: none; }#lfEu6ws8AfLgkmxBU7WLbZITTuMIfAgp > .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); }#lfEu6ws8AfLgkmxBU7WLbZITTuMIfAgp > .row .container { border-width: 0; border-radius: 0; }#lfEu6ws8AfLgkmxBU7WLbZITTuMIfAgp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lfEu6ws8AfLgkmxBU7WLbZITTuMIfAgp > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#OQEzHpkt46IweSfiI8m1fWd3iZWcvziy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:13.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#B5g75OWFZMTlny4T6BKIGKxi377erJiG { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:2.6875rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:1.75rem;left:59.625rem;display:block; }
#IDIz7fdrKMGlkT4ASqJfEW843t5lOoT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h3NMzGhbmDfwxwVL3RTsVFZlrIJNZDic { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.4375rem;left:61.4375rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/72636863-f25e-40b3-972d-9e6409689a49/impressionheader1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;overflow:visible;position:relative;display:block; }#BxNr2yGuDALhtw0fET9aZd1fbEbkbsAk { color:rgba(var(--color-tertiary-0),1);display:block;width:42.875rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.375rem;height:10.5625rem;text-align:center;text-align-last:center;display:block; }
#ZDPpm6nQELNhcgIf6uzyaqMLvfbDLRfN { color:rgba(var(--color-tertiary-0),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:22.0625rem;left:14.6875rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#gnTVMEBoA4vGA2ALM1vCIqfqyXIkWNsG { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:37.75rem;top:9.25rem;left:16.8125rem;display:block; }
#T6dSPEBvnCxbFATvifDByqTUHKRcKwOi { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:capsuula;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.625rem;left:17.6875rem;display:block; }
#Ici0ybENtyBtFIwXLgZ15UUHX8WhpMHQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ylAZ2EyRiZWupkknOobZPzbVmb7WT2G5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:30.4375rem;left:19.75rem; }
#OQbuU28EQlMzcu0dmkIrTToLLn2MmVZz { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:capsuula;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.625rem;left:36.8125rem;display:block; }
#UmTSrCKHFwF4lR5BUrrPPkfTI5I3tUKx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#prG5rZ4I1v5NHL2xA7ilxcem2y2DJpzb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30.3125rem;left:37.8125rem; }
#CM9PkqwMrRyA742t3tWNnz41lT6CKw6v { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:30.375rem;top:14.25rem;left:0rem;display:none; }
#MD3TbCuPt25bpwBMSIeaG1dgKLwpf7Rb { color:rgba(var(--color-tertiary-0),1);display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.912109375rem;left:17.1875rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#uWM7eC9qn6X5mLTZFLr7gIqWuBAOPvME { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(9,9,9,0.9);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uWM7eC9qn6X5mLTZFLr7gIqWuBAOPvME > .row .container { background-color: transparent; background-image: none; }#uWM7eC9qn6X5mLTZFLr7gIqWuBAOPvME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWM7eC9qn6X5mLTZFLr7gIqWuBAOPvME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWM7eC9qn6X5mLTZFLr7gIqWuBAOPvME > .row .container > .video-iframe-container { display: none; }#uWM7eC9qn6X5mLTZFLr7gIqWuBAOPvME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWM7eC9qn6X5mLTZFLr7gIqWuBAOPvME > .row > .video-iframe-container { display: none; }#uWM7eC9qn6X5mLTZFLr7gIqWuBAOPvME > .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); }#uWM7eC9qn6X5mLTZFLr7gIqWuBAOPvME > .row .container { border-width: 0; border-radius: 0; }#uWM7eC9qn6X5mLTZFLr7gIqWuBAOPvME > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uWM7eC9qn6X5mLTZFLr7gIqWuBAOPvME > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#KZl58EP4XhGezbyzx5x298AiDgtRVy1a { color:rgba(var(--color-tertiary-0),1);display:block;width:42.75rem;position:absolute;font-family:oswald;font-size:3.6875rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:2.97412109375rem;left:2.6875rem;height:8.849625rem;display:block; }
#pOJPnyF78cLP3XT8AqTnxDXqiumDN4AQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:8.5625rem;top:0.65625rem;left:61.8125rem;overflow:hidden;display:block; }
#Ov3vTwzi4zuGAcywB0rNvlTu93tU0828 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.5rem;width:8.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.76171875rem;left:1.125rem; }
#PDqpwNWD3m3chzZNOzH2JQUgfzNPcN2w { position:relative;display:block; }#PDqpwNWD3m3chzZNOzH2JQUgfzNPcN2w { background-color: transparent; background-image: none; }#PDqpwNWD3m3chzZNOzH2JQUgfzNPcN2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDqpwNWD3m3chzZNOzH2JQUgfzNPcN2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDqpwNWD3m3chzZNOzH2JQUgfzNPcN2w > .row .container > .video-iframe-container { display: none; }#PDqpwNWD3m3chzZNOzH2JQUgfzNPcN2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDqpwNWD3m3chzZNOzH2JQUgfzNPcN2w > .row > .video-iframe-container { display: none; }#PDqpwNWD3m3chzZNOzH2JQUgfzNPcN2w > .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); }#PDqpwNWD3m3chzZNOzH2JQUgfzNPcN2w { border-width: 0; border-radius: 0; }#PDqpwNWD3m3chzZNOzH2JQUgfzNPcN2w > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PDqpwNWD3m3chzZNOzH2JQUgfzNPcN2w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rBBxhOabxPQRfOcGy9otTRuB2vHELv6T { color:rgba(var(--color-tertiary-3),1);display:block;width:16.6875rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0380859375rem;left:0rem;height:9.505375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OkPmysVT4bLZpWAEpFohwQuvceu1PGCO { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:5.3125rem;top:4.7490234375rem;left:11.4365234375rem;display:block; }
#Ip6VNB2HmCe7KzuTFsZZQLiXPfDXs2LW { color:rgba(var(--color-tertiary-3),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.375rem;left:18.9375rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gQetsqlgiTnHvKDByf9Vef4koyn7OvMC { color:rgba(var(--color-tertiary-3),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4375rem;left:34.6875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QCSWI412t0hovGrAG3zfI8lxPplUaX2a { color:rgba(var(--color-tertiary-3),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.4375rem;left:49.75rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vrGDycaBNJIQIJIBEsbBDyID7axKAc1T { color:rgba(var(--color-tertiary-3),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.4375rem;left:63.75rem;height:5.84911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#igIgvnET9E5fBQTF5oFxGCx0pCFn9SF3 { color:rgba(var(--color-primary-2),1);display:block;width:2.31228125rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:4.3125rem;left:18.9375rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tk9xKLpMPuvT2GNkTluFXp18HSXcElg4 { color:rgba(var(--color-tertiary-3),1);display:block;width:2.3112rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:4.3125rem;left:34.6875rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qzo8z6s4wxFqPsWC62b13f51gp2KNp8q { color:rgba(var(--color-tertiary-3),1);display:block;width:2.3112rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:4.3125rem;left:49.75rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xJA40lCooQF95GXfuFZ1gbTuhwKbMyvN { color:rgba(var(--color-tertiary-3),1);display:block;width:2.3112rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:4.1875rem;left:63.75rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q9mpEN5URSG1mx7XBJudwv0S5AQDXMPm { position:relative;display:block; }#q9mpEN5URSG1mx7XBJudwv0S5AQDXMPm { background-color: transparent; background-image: none; }#q9mpEN5URSG1mx7XBJudwv0S5AQDXMPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9mpEN5URSG1mx7XBJudwv0S5AQDXMPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9mpEN5URSG1mx7XBJudwv0S5AQDXMPm > .row .container > .video-iframe-container { display: none; }#q9mpEN5URSG1mx7XBJudwv0S5AQDXMPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9mpEN5URSG1mx7XBJudwv0S5AQDXMPm > .row > .video-iframe-container { display: none; }#q9mpEN5URSG1mx7XBJudwv0S5AQDXMPm > .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); }#q9mpEN5URSG1mx7XBJudwv0S5AQDXMPm { border-width: 0; border-radius: 0; }#q9mpEN5URSG1mx7XBJudwv0S5AQDXMPm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#q9mpEN5URSG1mx7XBJudwv0S5AQDXMPm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ScqIWqRJaALFyBWAZKRGFPECG6leVUpq { color:rgba(var(--color-tertiary-3),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:7.375rem;left:15rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eS2mFuaCADahrFgI4twfJwpaDmysm7eh { color:rgba(var(--color-tertiary-3),1);display:block;width:55rem;position:absolute;font-family:oswald;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.17578125rem;left:10rem;height:3.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .row .container { background-color: transparent; background-image: none; }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .row .container > .video-iframe-container { display: none; }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .row > .video-iframe-container { display: none; }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .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); }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .row .container { border-width: 0; border-radius: 0; }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#QhTgpHKkz3LVDlmaP8l65b5EstJTZKa6 { color:rgba(var(--color-tertiary-3),1);display:block;width:46.0625rem;position:absolute;font-family:oswald;font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.84375rem;left:14.46875rem;height:4.63720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZiZyQzqsfAG6MQFrMDZMbVoby3KzL2fr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZiZyQzqsfAG6MQFrMDZMbVoby3KzL2fr > .row .container { background-color: transparent; background-image: none; }#ZiZyQzqsfAG6MQFrMDZMbVoby3KzL2fr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiZyQzqsfAG6MQFrMDZMbVoby3KzL2fr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiZyQzqsfAG6MQFrMDZMbVoby3KzL2fr > .row .container > .video-iframe-container { display: none; }#ZiZyQzqsfAG6MQFrMDZMbVoby3KzL2fr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiZyQzqsfAG6MQFrMDZMbVoby3KzL2fr > .row > .video-iframe-container { display: none; }#ZiZyQzqsfAG6MQFrMDZMbVoby3KzL2fr > .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); }#ZiZyQzqsfAG6MQFrMDZMbVoby3KzL2fr > .row .container { border-width: 0; border-radius: 0; }#ZiZyQzqsfAG6MQFrMDZMbVoby3KzL2fr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZiZyQzqsfAG6MQFrMDZMbVoby3KzL2fr > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;position:relative;display:block; }#dQS9gfzi3Z9TUGJB4IasvTkola4mEvkT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2rem;left:11.1875rem; }
#c8IZ2ttUQK7T2SSCdSkKk757OGphzE1b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2rem;left:36.1875rem; }
#tIMUQfnLaX1k4aSFvo9cBOaQsRBuT55i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2rem;left:62.09375rem; }
#ZA3QpUFB3g4SlB7WKWi2tAVPTFPG3WFw { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:14.9375rem;top:0.748046875rem;left:5.03125rem;display:block; }
#DKs5HMTlXEDrySD940S7BuSg8kkhiB9g { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:14.9375rem;top:0.748046875rem;left:30.03125rem;display:block; }
#psMLMVQrQM8Vxg7lZwpfQn0GWLSUhuOB { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:14.9375rem;top:0.748046875rem;left:55.9375rem;display:block; }
#I8F6TR4AyF2SocIrizJ8rpVIO59T8z8z { color:rgba(var(--color-tertiary-3),1);display:block;width:9.125rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.75rem;left:58.84375rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7wwEtACE07d0a4swsfOXFegPA1P0nvA { color:rgba(var(--color-tertiary-3),1);display:block;width:8.125rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.75rem;left:33.4375rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kOEGK1I3SozkwvUE6WA1ApeUNuoGfMCg { color:rgba(var(--color-tertiary-3),1);display:block;width:14.4375rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:5.912109375rem;left:5.28125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kneWbBbPQVBDt10oAbOULlhEln1yLJq5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kneWbBbPQVBDt10oAbOULlhEln1yLJq5 > .row .container { background-color: transparent; background-image: none; }#kneWbBbPQVBDt10oAbOULlhEln1yLJq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kneWbBbPQVBDt10oAbOULlhEln1yLJq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kneWbBbPQVBDt10oAbOULlhEln1yLJq5 > .row .container > .video-iframe-container { display: none; }#kneWbBbPQVBDt10oAbOULlhEln1yLJq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kneWbBbPQVBDt10oAbOULlhEln1yLJq5 > .row > .video-iframe-container { display: none; }#kneWbBbPQVBDt10oAbOULlhEln1yLJq5 > .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); }#kneWbBbPQVBDt10oAbOULlhEln1yLJq5 > .row .container { border-width: 0; border-radius: 0; }#kneWbBbPQVBDt10oAbOULlhEln1yLJq5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kneWbBbPQVBDt10oAbOULlhEln1yLJq5 > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#i7NbTZP3NOC26On4w4143zb1vp0SO740 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.1875rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.75rem;left:6.40625rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O8tgzxtq8H1xXqxoqEaJBBziALr2717v { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5625rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.75rem;left:29.71875rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w2W9n4RZtP3GTe75zSf388bD4kb9QHdc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2rem;left:11.1875rem; }
#NE9Io3eyA5tR842XlWJI5ikcbJ3F0GFO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2rem;left:36.1875rem; }
#sXC0AtKMTJ6Nsu4HK3Qr2NFgbdgzTOo0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2rem;left:62.09375rem; }
#AmtWXE75G3PdMTluSCTcVwr9ih4Hmm0y { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.9375rem;left:27.40625rem;display:block; }
#yPoJn2Tp8ldTGBageZT2AVL68VLJaT3H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tQ7ehzvptDuTUAVmWBLZ1TAz5KVVZoB1 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:14.9375rem;top:0.748046875rem;left:5.03125rem;display:block; }
#PmKRxDHEFsr7xkQ7EH5ICaVoXhCfTwiO { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:14.9375rem;top:0.748046875rem;left:30.03125rem;display:block; }
#Hp82vOQ9KREJwNnbMkBt5npr4hoJmUIr { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:14.9375rem;top:0.748046875rem;left:55.9375rem;display:block; }
#TnXRSTn2eqUHeVcpnbTEIzr4Vgwxtup9 { color:rgba(var(--color-tertiary-3),1);display:block;width:7.4375rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.75rem;left:59.6875rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dJRPTfNBMuB5T3edghMywcctT3qggvuZ { color:rgba(var(--color-tertiary-3),1);display:block;width:14.8125rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.375rem;left:30.09375rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TS0swlRKT6D0Zybq6kquNxVLFdL3ARQv { position:relative;display:block; }#TS0swlRKT6D0Zybq6kquNxVLFdL3ARQv { background-color: transparent; background-image: none; }#TS0swlRKT6D0Zybq6kquNxVLFdL3ARQv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS0swlRKT6D0Zybq6kquNxVLFdL3ARQv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS0swlRKT6D0Zybq6kquNxVLFdL3ARQv > .row .container > .video-iframe-container { display: none; }#TS0swlRKT6D0Zybq6kquNxVLFdL3ARQv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS0swlRKT6D0Zybq6kquNxVLFdL3ARQv > .row > .video-iframe-container { display: none; }#TS0swlRKT6D0Zybq6kquNxVLFdL3ARQv > .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); }#TS0swlRKT6D0Zybq6kquNxVLFdL3ARQv { border-width: 0; border-radius: 0; }#TS0swlRKT6D0Zybq6kquNxVLFdL3ARQv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TS0swlRKT6D0Zybq6kquNxVLFdL3ARQv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZC13BS3vT1doPc2acX8e1yTR4WThN3Fk { color:rgba(var(--color-tertiary-3),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:5.6875rem;left:29.0625rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nod4BnSvkWRIPwB9ELUqcraC3aBbc2l6 { color:rgba(var(--color-tertiary-3),1);display:block;width:29rem;position:absolute;font-family:oswald;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:2.3125rem;height:7.1494375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QLh0twebiNMt4A49MhcM7b5e9E5560lh { color:rgba(var(--color-tertiary-3),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10.7685546875rem;left:29.0625rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kvnmXhslIP6NOTa58pfCtEImBUKpRXBU { color:rgba(var(--color-tertiary-3),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:15.5185546875rem;left:29.0625rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TntfseF0gWAaOLMGTCmrSApob6GHL8pl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/369bYktb/bg3.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TntfseF0gWAaOLMGTCmrSApob6GHL8pl.adaptive-delivery-prevent-bg, #TntfseF0gWAaOLMGTCmrSApob6GHL8pl.lazyload, #TntfseF0gWAaOLMGTCmrSApob6GHL8pl.lazyloading { background-image: none; }#TntfseF0gWAaOLMGTCmrSApob6GHL8pl > .row .container { background-color: transparent; background-image: none; }#TntfseF0gWAaOLMGTCmrSApob6GHL8pl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.76); }#TntfseF0gWAaOLMGTCmrSApob6GHL8pl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TntfseF0gWAaOLMGTCmrSApob6GHL8pl > .row .container > .video-iframe-container { display: none; }#TntfseF0gWAaOLMGTCmrSApob6GHL8pl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.76); }#TntfseF0gWAaOLMGTCmrSApob6GHL8pl > .row > .video-iframe-container { display: none; }#TntfseF0gWAaOLMGTCmrSApob6GHL8pl > .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); }#TntfseF0gWAaOLMGTCmrSApob6GHL8pl > .row .container { border-width: 0; border-radius: 0; }#TntfseF0gWAaOLMGTCmrSApob6GHL8pl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TntfseF0gWAaOLMGTCmrSApob6GHL8pl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TntfseF0gWAaOLMGTCmrSApob6GHL8pl > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#MRXVJUTqDl3dflfpsnS9ZsuXTuGlbR5y { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5625rem;position:absolute;font-family:oswald;font-size:2.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:3.57470625rem;font-style:normal;display:block; }
#Ozmr1gJaTXGHfmD6iThiWDqCqTsnoQRv { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PpPGSZ5f2M57HIId0y07aT0tI3WffZOx { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:8.21875rem;left:56.9375rem;display:block; }
#QW5AQcxQMQflIwxkJ3o23pwQiP0Ti6Cz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mf0a9C8hNxv7EoT2vTwLSOuGwc3sWHNE { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5625rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.94921875rem;left:0rem;height:4.54980625rem;font-style:normal;display:block; }
#IiHTcGoOxbEBlqDm5KsJbn1xF27rEZbw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.26171875rem;left:57.5rem; }
#FTWmdFn8vqGEx7RW8Ac1LrRlS2ng4oF3 { position:relative;display:block; }#FTWmdFn8vqGEx7RW8Ac1LrRlS2ng4oF3 { background-color: transparent; background-image: none; }#FTWmdFn8vqGEx7RW8Ac1LrRlS2ng4oF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTWmdFn8vqGEx7RW8Ac1LrRlS2ng4oF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTWmdFn8vqGEx7RW8Ac1LrRlS2ng4oF3 > .row .container > .video-iframe-container { display: none; }#FTWmdFn8vqGEx7RW8Ac1LrRlS2ng4oF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTWmdFn8vqGEx7RW8Ac1LrRlS2ng4oF3 > .row > .video-iframe-container { display: none; }#FTWmdFn8vqGEx7RW8Ac1LrRlS2ng4oF3 > .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); }#FTWmdFn8vqGEx7RW8Ac1LrRlS2ng4oF3 { border-width: 0; border-radius: 0; }#FTWmdFn8vqGEx7RW8Ac1LrRlS2ng4oF3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FTWmdFn8vqGEx7RW8Ac1LrRlS2ng4oF3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cgkssTxyzdD97xevp1AoMRTDUROImEtI { color:rgba(var(--color-tertiary-3),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:5.6875rem;left:29.0625rem;height:12.597625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n9Zu7bqfJQ9FSQVOTAMWMbSSRG8z6CM2 { color:rgba(var(--color-tertiary-3),1);display:block;width:29rem;position:absolute;font-family:oswald;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.625rem;left:2.125rem;height:10.724125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GQU72z9qfFMrLghX4TVnewNTlGoRBX2K { color:rgba(var(--color-primary-2),1);display:block;width:21.875rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XkyTDJqSTkA4sIMLTyCkXswgT0bglCL0 { position:relative;display:block; }#XkyTDJqSTkA4sIMLTyCkXswgT0bglCL0 { background-color: transparent; background-image: none; }#XkyTDJqSTkA4sIMLTyCkXswgT0bglCL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkyTDJqSTkA4sIMLTyCkXswgT0bglCL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkyTDJqSTkA4sIMLTyCkXswgT0bglCL0 > .row .container > .video-iframe-container { display: none; }#XkyTDJqSTkA4sIMLTyCkXswgT0bglCL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkyTDJqSTkA4sIMLTyCkXswgT0bglCL0 > .row > .video-iframe-container { display: none; }#XkyTDJqSTkA4sIMLTyCkXswgT0bglCL0 > .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); }#XkyTDJqSTkA4sIMLTyCkXswgT0bglCL0 { border-width: 0; border-radius: 0; }#XkyTDJqSTkA4sIMLTyCkXswgT0bglCL0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XkyTDJqSTkA4sIMLTyCkXswgT0bglCL0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aU0ydpkf6uiDdhZ9ryKgl5VM0TbyAlTh { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.6875rem;left:28.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttukz264wTL19AbapoZX8rhKgZ8QGa1W { color:rgba(var(--color-tertiary-3),1);display:block;width:44.5rem;position:absolute;font-family:oswald;font-size:3.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.25rem;left:15.25rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pq1DW1WyFLhhuzgf0huLuaXaF2Wmu3bB { position:relative;display:block; }#pq1DW1WyFLhhuzgf0huLuaXaF2Wmu3bB { background-color: transparent; background-image: none; }#pq1DW1WyFLhhuzgf0huLuaXaF2Wmu3bB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq1DW1WyFLhhuzgf0huLuaXaF2Wmu3bB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq1DW1WyFLhhuzgf0huLuaXaF2Wmu3bB > .row .container > .video-iframe-container { display: none; }#pq1DW1WyFLhhuzgf0huLuaXaF2Wmu3bB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq1DW1WyFLhhuzgf0huLuaXaF2Wmu3bB > .row > .video-iframe-container { display: none; }#pq1DW1WyFLhhuzgf0huLuaXaF2Wmu3bB > .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); }#pq1DW1WyFLhhuzgf0huLuaXaF2Wmu3bB { border-width: 0; border-radius: 0; }#pq1DW1WyFLhhuzgf0huLuaXaF2Wmu3bB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pq1DW1WyFLhhuzgf0huLuaXaF2Wmu3bB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ncgJUxoVediFBQW2T4QqgHtSXxRN5THn { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.125rem;width:18.75rem;top:3.1875rem;left:7.125rem;display:block; }
#ezQ73cDo84XVnSZrEqA7CAp6ySE0Ios6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:7.6875rem;left:8.5625rem;height:8.44925rem;display:block; }
#nHiBEue5X13L8phlFzGXUgv9BkCWKmOX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:4.75rem;left:12rem;height:1.21875rem;font-style:normal;display:block; }
#Kgy7DTycVDSCZtPocenU0QCXRy6sCrVn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:5.875rem;left:16.1875rem; }
#lZZO7yD3UiBFXNTn6hg7DF5VlpnPVhro { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:5.875rem;left:14.0625rem; }
#xrC6blTcDLA0u68nQWsAur9ChCviVrJS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:5.875rem;left:15.125rem; }
#gToaZTAmFn2ELTIJQPKxVtuGKxibMWum { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:5.875rem;left:12.9375rem; }
#LpkFVQnAuewa6UcWyfXsM3IpKksQCPvE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:5.875rem;left:11.875rem; }
#byrhQB9noIblZbk6y0ebyKz19Szs5EZy { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.75rem;top:4.0625rem;left:8.1875rem;overflow:hidden;display:block; }
#bwRloTZNXhRNZJk099GAkdUZIdyNbP0w { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.125rem;width:18.75rem;top:3.1875rem;left:28.125rem;display:block; }
#gwXAhZe2q9AbwKRkG8lzTTVCDN2f45si { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:7.6875rem;left:29.5625rem;height:6.3369375rem;display:block; }
#MdiDlv7Ua3FVUcBlkB5tqWsWTuynKlP7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:5.875rem;left:37.1875rem; }
#u8UVThRB4ftqXaJlcWvediFl611d9Eqe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:5.875rem;left:35.0625rem; }
#AbK9Ss36shNdRI70g7dBl2RKsTXgVSof { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:5.875rem;left:36.125rem; }
#cWewDfqG7DTnul4BWFv7zfETNA4utm16 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:5.875rem;left:33.9375rem; }
#eRkPf58EtfuizGuyPV7eEC7m27hUZVZT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:5.875rem;left:32.875rem; }
#NLLZP9aNOCISH7UW2FNmhpyE73XnSTm9 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.5625rem;top:4.5rem;left:29.390625rem;overflow:hidden;display:block; }
#n00bBUbrTD6PNhR23tN9SAETAhS7ag3l { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:4.75rem;left:33rem;height:1.21875rem;font-style:normal;display:block; }
#NHEPEDbqDtyRL4oTPL8o0Plqwx0yeHZN { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.125rem;width:18.75rem;top:3.1875rem;left:48.8125rem;display:block; }
#ksgvRyWDJftLe65cMuLGcrvG6N4cE3ZL { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:7.6875rem;left:50.25rem;height:3.16845625rem;display:block; }
#T3mkKNVFcyvngnfSS5KpHExdThxmmA7l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:5.875rem;left:57.875rem; }
#RBhTbVSc1cecnFmLLQXuASRCLUA9cbTh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:5.875rem;left:55.75rem; }
#n9bUIDwS3PVFyKa3XXZU3sDKsgtvrq0T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:5.875rem;left:56.8125rem; }
#Kk11PoT4lWPf4sDZipsTUdwUC88J68ku { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:5.875rem;left:54.625rem; }
#QhWwbCMa2xRstly5WuNbbaRNJKTM2Thp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:5.875rem;left:53.5625rem; }
#KGR8CZQT9xwbThylvIdTTERSzEt0klaH { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.8125rem;top:4.5rem;left:50.0625rem;overflow:hidden;display:block; }
#nmaprTBter0e2eTpKkr00hmy2lasVlb4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:4.75rem;left:53.6875rem;height:1.21875rem;font-style:normal;display:block; }
#pvm90QZVn24IalhSvIi6fNme9GMvMrZ5 { color:rgba(var(--color-primary-2),1);display:block;width:7.5625rem;position:absolute;font-family:quicksand;font-size:5.6875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:7.39375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sus3wrvtAaN5BusbOnw9WPXiAxRTvUGJ { color:rgba(var(--color-primary-2),1);display:block;width:8.125rem;position:absolute;font-family:quicksand;font-size:5.6875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.1875rem;left:66.875rem;height:7.39375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dhT0kufTTbdlSwqprP64fHLIgwWN7gLw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6b7ee2ee-70e8-4f04-a067-382d02d28598/comprobaciondatoscomputadoraportatil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dhT0kufTTbdlSwqprP64fHLIgwWN7gLw.adaptive-delivery-prevent-bg, #dhT0kufTTbdlSwqprP64fHLIgwWN7gLw.lazyload, #dhT0kufTTbdlSwqprP64fHLIgwWN7gLw.lazyloading { background-image: none; }#dhT0kufTTbdlSwqprP64fHLIgwWN7gLw > .row .container { background-color: transparent; background-image: none; }#dhT0kufTTbdlSwqprP64fHLIgwWN7gLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.85); }#dhT0kufTTbdlSwqprP64fHLIgwWN7gLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhT0kufTTbdlSwqprP64fHLIgwWN7gLw > .row .container > .video-iframe-container { display: none; }#dhT0kufTTbdlSwqprP64fHLIgwWN7gLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.85); }#dhT0kufTTbdlSwqprP64fHLIgwWN7gLw > .row > .video-iframe-container { display: none; }#dhT0kufTTbdlSwqprP64fHLIgwWN7gLw > .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); }#dhT0kufTTbdlSwqprP64fHLIgwWN7gLw > .row .container { border-width: 0; border-radius: 0; }#dhT0kufTTbdlSwqprP64fHLIgwWN7gLw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dhT0kufTTbdlSwqprP64fHLIgwWN7gLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dhT0kufTTbdlSwqprP64fHLIgwWN7gLw > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#GOchOp4avdsBw2udolOa4G7GilzTFhL2 { color:rgba(var(--color-primary-2),1);display:block;width:20.1875rem;position:absolute;font-family:oswald;font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6rem;left:27.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p89PZLcy4JmcCJgayfTinxedc7qyRd7i { color:#1b232e;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.5rem;left:27.4375rem;height:5.11816875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xnXGNi7bQapwBeXztzzZve2ByAaeSDqN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:36.6875rem;top:2.875rem;left:19.15625rem;display:block; }
#QWkTKoqhTcJyQ1AEXCFmh1O77wfbhTGs { color:#1b232e;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:18rem;left:28.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#up5oZOxd2GAMmsC5EW1itGTxq4iGETck { color:#1b232e;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:25.0625rem;left:28.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZoNQFTwqcfZZT6J0wfst1waM1RKyVFxz { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:capsuula;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.0625rem;left:29.6875rem;display:block; }
#V8UP2eqeIrJ4QxTROAdvtcbhdxRv10BS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mnLqy681kBiLC5HtMPF65V1cFVERsqOd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:20.6875rem;left:31.125rem; }
#wDNxWQbc36vknCO90InFp8x3T9AIwnfm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:27.9375rem;left:31.5rem; }
#kXlz94TMDSlumKh9QgqKFsluqaIBipZg { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:capsuula;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.3125rem;left:30.0625rem;display:block; }
#tXf3e1XiW9MzOc10NKi8QrtUZbqIrXeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AbLaGWKKy3TFwRlUIx7ZdNSsRMriiDc0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.89);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AbLaGWKKy3TFwRlUIx7ZdNSsRMriiDc0 > .row .container { background-color: transparent; background-image: none; }#AbLaGWKKy3TFwRlUIx7ZdNSsRMriiDc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbLaGWKKy3TFwRlUIx7ZdNSsRMriiDc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbLaGWKKy3TFwRlUIx7ZdNSsRMriiDc0 > .row .container > .video-iframe-container { display: none; }#AbLaGWKKy3TFwRlUIx7ZdNSsRMriiDc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbLaGWKKy3TFwRlUIx7ZdNSsRMriiDc0 > .row > .video-iframe-container { display: none; }#AbLaGWKKy3TFwRlUIx7ZdNSsRMriiDc0 > .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); }#AbLaGWKKy3TFwRlUIx7ZdNSsRMriiDc0 > .row .container { border-width: 0; border-radius: 0; }#AbLaGWKKy3TFwRlUIx7ZdNSsRMriiDc0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AbLaGWKKy3TFwRlUIx7ZdNSsRMriiDc0 > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#NfzySUWdxr1OBQfgtbxxQ7XqP6b4EdPF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:15.875rem;top:1.09375rem;left:29.5625rem;overflow:hidden;display:block; }
#JTwLIHDIpsA74Aal9ROriayReZd3gr5u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JTwLIHDIpsA74Aal9ROriayReZd3gr5u > .row .container { background-color: transparent; background-image: none; }#JTwLIHDIpsA74Aal9ROriayReZd3gr5u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTwLIHDIpsA74Aal9ROriayReZd3gr5u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTwLIHDIpsA74Aal9ROriayReZd3gr5u > .row .container > .video-iframe-container { display: none; }#JTwLIHDIpsA74Aal9ROriayReZd3gr5u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTwLIHDIpsA74Aal9ROriayReZd3gr5u > .row > .video-iframe-container { display: none; }#JTwLIHDIpsA74Aal9ROriayReZd3gr5u > .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); }#JTwLIHDIpsA74Aal9ROriayReZd3gr5u > .row .container { border-width: 0; border-radius: 0; }#JTwLIHDIpsA74Aal9ROriayReZd3gr5u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTwLIHDIpsA74Aal9ROriayReZd3gr5u > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#Mi2vW2e0Orgmsi0Ds1z5VABweWdfo92v { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.056640625rem;left:25.625rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lfEu6ws8AfLgkmxBU7WLbZITTuMIfAgp { display:block; }#lfEu6ws8AfLgkmxBU7WLbZITTuMIfAgp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQEzHpkt46IweSfiI8m1fWd3iZWcvziy { top:0rem;left:0rem;width:13.5rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5g75OWFZMTlny4T6BKIGKxi377erJiG { width:15.375rem;height:2.6875rem;top:1.75rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDIz7fdrKMGlkT4ASqJfEW843t5lOoT0 { display:block; }
 }@media only screen and (max-width: 763px) { #h3NMzGhbmDfwxwVL3RTsVFZlrIJNZDic { top:2.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxNr2yGuDALhtw0fET9aZd1fbEbkbsAk { top:3.6875rem;left:1.75rem;width:42.875rem;height:10.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDPpm6nQELNhcgIf6uzyaqMLvfbDLRfN { top:22.0625rem;left:1.0625rem;width:44.25rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnTVMEBoA4vGA2ALM1vCIqfqyXIkWNsG { top:9.25rem;left:3.1875rem;width:37.75rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6dSPEBvnCxbFATvifDByqTUHKRcKwOi { width:18.125rem;height:3.125rem;top:29.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ici0ybENtyBtFIwXLgZ15UUHX8WhpMHQ { display:block; }
 }@media only screen and (max-width: 763px) { #ylAZ2EyRiZWupkknOobZPzbVmb7WT2G5 { top:30.4375rem;left:6.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQbuU28EQlMzcu0dmkIrTToLLn2MmVZz { width:16.875rem;height:3.125rem;top:29.625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmTSrCKHFwF4lR5BUrrPPkfTI5I3tUKx { display:block; }
 }@media only screen and (max-width: 763px) { #prG5rZ4I1v5NHL2xA7ilxcem2y2DJpzb { top:30.3125rem;left:24.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM9PkqwMrRyA742t3tWNnz41lT6CKw6v { top:14.25rem;left:0rem;width:30.375rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MD3TbCuPt25bpwBMSIeaG1dgKLwpf7Rb { top:15.875rem;left:3.5625rem;width:37.75rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWM7eC9qn6X5mLTZFLr7gIqWuBAOPvME { display:block; }#uWM7eC9qn6X5mLTZFLr7gIqWuBAOPvME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZl58EP4XhGezbyzx5x298AiDgtRVy1a { top:2.9375rem;left:0rem;width:42.75rem;height:8.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOJPnyF78cLP3XT8AqTnxDXqiumDN4AQ { top:0.625rem;left:39.1875rem;width:8.5625rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov3vTwzi4zuGAcywB0rNvlTu93tU0828 { top:11.75rem;left:0rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDqpwNWD3m3chzZNOzH2JQUgfzNPcN2w { display:block; }#PDqpwNWD3m3chzZNOzH2JQUgfzNPcN2w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBBxhOabxPQRfOcGy9otTRuB2vHELv6T { top:5rem;left:0rem;width:16.6875rem;height:9.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkPmysVT4bLZpWAEpFohwQuvceu1PGCO { top:4.6875rem;left:0rem;width:5.3125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip6VNB2HmCe7KzuTFsZZQLiXPfDXs2LW { top:8.375rem;left:5.3125rem;width:13.1875rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQetsqlgiTnHvKDByf9Vef4koyn7OvMC { top:8.4375rem;left:21.0625rem;width:11.9375rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCSWI412t0hovGrAG3zfI8lxPplUaX2a { top:8.4375rem;left:36.125rem;width:9.3125rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrGDycaBNJIQIJIBEsbBDyID7axKAc1T { top:8.4375rem;left:37.375rem;width:10.375rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igIgvnET9E5fBQTF5oFxGCx0pCFn9SF3 { top:4.3125rem;left:5.3125rem;width:2.25rem;height:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk9xKLpMPuvT2GNkTluFXp18HSXcElg4 { top:4.3125rem;left:21.0625rem;width:2.25rem;height:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzo8z6s4wxFqPsWC62b13f51gp2KNp8q { top:4.3125rem;left:36.125rem;width:2.25rem;height:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJA40lCooQF95GXfuFZ1gbTuhwKbMyvN { top:4.1875rem;left:45.5rem;width:2.25rem;height:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9mpEN5URSG1mx7XBJudwv0S5AQDXMPm { display:block; }#q9mpEN5URSG1mx7XBJudwv0S5AQDXMPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScqIWqRJaALFyBWAZKRGFPECG6leVUpq { top:7.375rem;left:1.375rem;width:43.5rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS2mFuaCADahrFgI4twfJwpaDmysm7eh { top:2.125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdharwI3i3gCxAubZbL2FyaMPqWCLTJH { display:block; }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhTgpHKkz3LVDlmaP8l65b5EstJTZKa6 { top:2.8125rem;left:0.84375rem;width:46.0625rem;height:4.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiZyQzqsfAG6MQFrMDZMbVoby3KzL2fr { display:block; }#ZiZyQzqsfAG6MQFrMDZMbVoby3KzL2fr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQS9gfzi3Z9TUGJB4IasvTkola4mEvkT { top:2rem;left:6.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8IZ2ttUQK7T2SSCdSkKk757OGphzE1b { top:2rem;left:22.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIMUQfnLaX1k4aSFvo9cBOaQsRBuT55i { top:2rem;left:39.28125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA3QpUFB3g4SlB7WKWi2tAVPTFPG3WFw { top:0.6875rem;left:0.46875rem;width:14.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKs5HMTlXEDrySD940S7BuSg8kkhiB9g { top:0.6875rem;left:16.34375rem;width:14.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psMLMVQrQM8Vxg7lZwpfQn0GWLSUhuOB { top:0.6875rem;left:32.6875rem;width:14.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8F6TR4AyF2SocIrizJ8rpVIO59T8z8z { top:5.75rem;left:36.03125rem;width:9.125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7wwEtACE07d0a4swsfOXFegPA1P0nvA { top:5.75rem;left:19.75rem;width:8.125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOEGK1I3SozkwvUE6WA1ApeUNuoGfMCg { top:5.875rem;left:0.71875rem;width:14.4375rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kneWbBbPQVBDt10oAbOULlhEln1yLJq5 { display:block; }#kneWbBbPQVBDt10oAbOULlhEln1yLJq5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7NbTZP3NOC26On4w4143zb1vp0SO740 { top:5.75rem;left:1.84375rem;width:12.1875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8tgzxtq8H1xXqxoqEaJBBziALr2717v { top:5.75rem;left:16.03125rem;width:15.5625rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2W9n4RZtP3GTe75zSf388bD4kb9QHdc { top:2rem;left:6.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE9Io3eyA5tR842XlWJI5ikcbJ3F0GFO { top:2rem;left:22.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXC0AtKMTJ6Nsu4HK3Qr2NFgbdgzTOo0 { top:2rem;left:39.28125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmtWXE75G3PdMTluSCTcVwr9ih4Hmm0y { width:20.1875rem;height:3.4375rem;top:18.9375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPoJn2Tp8ldTGBageZT2AVL68VLJaT3H { display:block; }
 }@media only screen and (max-width: 763px) { #tQ7ehzvptDuTUAVmWBLZ1TAz5KVVZoB1 { top:0.6875rem;left:0.46875rem;width:14.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmKRxDHEFsr7xkQ7EH5ICaVoXhCfTwiO { top:0.6875rem;left:16.34375rem;width:14.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp82vOQ9KREJwNnbMkBt5npr4hoJmUIr { top:0.6875rem;left:32.6875rem;width:14.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXRSTn2eqUHeVcpnbTEIzr4Vgwxtup9 { top:5.75rem;left:36.875rem;width:7.4375rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJRPTfNBMuB5T3edghMywcctT3qggvuZ { top:13.375rem;left:16.40625rem;width:14.8125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS0swlRKT6D0Zybq6kquNxVLFdL3ARQv { display:block; }#TS0swlRKT6D0Zybq6kquNxVLFdL3ARQv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZC13BS3vT1doPc2acX8e1yTR4WThN3Fk { top:5.6875rem;left:4.25rem;width:43.5rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nod4BnSvkWRIPwB9ELUqcraC3aBbc2l6 { top:5rem;left:0rem;width:29rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLh0twebiNMt4A49MhcM7b5e9E5560lh { top:10.75rem;left:8.4375rem;width:39.3125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvnmXhslIP6NOTa58pfCtEImBUKpRXBU { top:15.5rem;left:8.4375rem;width:39.3125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TntfseF0gWAaOLMGTCmrSApob6GHL8pl { display:block; }#TntfseF0gWAaOLMGTCmrSApob6GHL8pl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRXVJUTqDl3dflfpsnS9ZsuXTuGlbR5y { width:47.75rem;height:3.5625rem;top:5.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozmr1gJaTXGHfmD6iThiWDqCqTsnoQRv { width:18.125rem;height:2rem;top:3rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpPGSZ5f2M57HIId0y07aT0tI3WffZOx { width:18.0625rem;height:3.4375rem;top:8.1875rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW5AQcxQMQflIwxkJ3o23pwQiP0Ti6Cz { display:block; }
 }@media only screen and (max-width: 763px) { #mf0a9C8hNxv7EoT2vTwLSOuGwc3sWHNE { width:47.75rem;height:4.5rem;top:9.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiHTcGoOxbEBlqDm5KsJbn1xF27rEZbw { top:9.25rem;left:43.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTWmdFn8vqGEx7RW8Ac1LrRlS2ng4oF3 { display:block; }#FTWmdFn8vqGEx7RW8Ac1LrRlS2ng4oF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgkssTxyzdD97xevp1AoMRTDUROImEtI { top:5.6875rem;left:9.25rem;width:38.5rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9Zu7bqfJQ9FSQVOTAMWMbSSRG8z6CM2 { top:6.625rem;left:0rem;width:29rem;height:10.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQU72z9qfFMrLghX4TVnewNTlGoRBX2K { width:21.875rem;height:2rem;top:3.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkyTDJqSTkA4sIMLTyCkXswgT0bglCL0 { display:block; }#XkyTDJqSTkA4sIMLTyCkXswgT0bglCL0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aU0ydpkf6uiDdhZ9ryKgl5VM0TbyAlTh { width:18.125rem;height:2rem;top:3.6875rem;left:15.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttukz264wTL19AbapoZX8rhKgZ8QGa1W { width:44.5rem;height:4.125rem;top:6.25rem;left:1.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq1DW1WyFLhhuzgf0huLuaXaF2Wmu3bB { display:block; }#pq1DW1WyFLhhuzgf0huLuaXaF2Wmu3bB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncgJUxoVediFBQW2T4QqgHtSXxRN5THn { top:3.1875rem;left:0rem;width:18.75rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezQ73cDo84XVnSZrEqA7CAp6ySE0Ios6 { top:7.6875rem;left:0rem;width:16.1875rem;height:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHiBEue5X13L8phlFzGXUgv9BkCWKmOX { top:4.75rem;left:0rem;width:12.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgy7DTycVDSCZtPocenU0QCXRy6sCrVn { top:5.875rem;left:2.5625rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZZO7yD3UiBFXNTn6hg7DF5VlpnPVhro { top:5.875rem;left:0.4375rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrC6blTcDLA0u68nQWsAur9ChCviVrJS { top:5.875rem;left:1.5rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gToaZTAmFn2ELTIJQPKxVtuGKxibMWum { top:5.875rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpkFVQnAuewa6UcWyfXsM3IpKksQCPvE { top:5.875rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byrhQB9noIblZbk6y0ebyKz19Szs5EZy { top:4.0625rem;left:0rem;width:3.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwRloTZNXhRNZJk099GAkdUZIdyNbP0w { top:3.1875rem;left:14.5rem;width:18.75rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwXAhZe2q9AbwKRkG8lzTTVCDN2f45si { top:7.6875rem;left:15.9375rem;width:16.1875rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdiDlv7Ua3FVUcBlkB5tqWsWTuynKlP7 { top:5.875rem;left:23.5625rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8UVThRB4ftqXaJlcWvediFl611d9Eqe { top:5.875rem;left:21.4375rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbK9Ss36shNdRI70g7dBl2RKsTXgVSof { top:5.875rem;left:22.5rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWewDfqG7DTnul4BWFv7zfETNA4utm16 { top:5.875rem;left:20.3125rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRkPf58EtfuizGuyPV7eEC7m27hUZVZT { top:5.875rem;left:19.25rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLLZP9aNOCISH7UW2FNmhpyE73XnSTm9 { top:4.5rem;left:15.765625rem;width:2.5625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n00bBUbrTD6PNhR23tN9SAETAhS7ag3l { top:4.75rem;left:19.375rem;width:12.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHEPEDbqDtyRL4oTPL8o0Plqwx0yeHZN { top:3.1875rem;left:29rem;width:18.75rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksgvRyWDJftLe65cMuLGcrvG6N4cE3ZL { top:7.6875rem;left:31.5625rem;width:16.1875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3mkKNVFcyvngnfSS5KpHExdThxmmA7l { top:5.875rem;left:44.25rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBhTbVSc1cecnFmLLQXuASRCLUA9cbTh { top:5.875rem;left:42.125rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9bUIDwS3PVFyKa3XXZU3sDKsgtvrq0T { top:5.875rem;left:43.1875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk11PoT4lWPf4sDZipsTUdwUC88J68ku { top:5.875rem;left:41rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhWwbCMa2xRstly5WuNbbaRNJKTM2Thp { top:5.875rem;left:39.9375rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGR8CZQT9xwbThylvIdTTERSzEt0klaH { top:4.5rem;left:36.4375rem;width:2.8125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmaprTBter0e2eTpKkr00hmy2lasVlb4 { top:4.75rem;left:34.9375rem;width:12.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvm90QZVn24IalhSvIi6fNme9GMvMrZ5 { width:7.5625rem;height:7.375rem;top:3.1875rem;left:0rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sus3wrvtAaN5BusbOnw9WPXiAxRTvUGJ { width:8.125rem;height:7.375rem;top:3.1875rem;left:39.125rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhT0kufTTbdlSwqprP64fHLIgwWN7gLw { display:block; }#dhT0kufTTbdlSwqprP64fHLIgwWN7gLw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOchOp4avdsBw2udolOa4G7GilzTFhL2 { width:20.1875rem;height:3.625rem;top:6rem;left:13.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p89PZLcy4JmcCJgayfTinxedc7qyRd7i { width:17.5rem;height:5.0625rem;top:10.5rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnXGNi7bQapwBeXztzzZve2ByAaeSDqN { top:2.875rem;left:5.53125rem;width:36.6875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWkTKoqhTcJyQ1AEXCFmh1O77wfbhTGs { width:17.5rem;height:1.25rem;top:18rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #up5oZOxd2GAMmsC5EW1itGTxq4iGETck { width:17.5rem;height:1.25rem;top:25.0625rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoNQFTwqcfZZT6J0wfst1waM1RKyVFxz { width:15.6875rem;height:2.5625rem;top:20.0625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8UP2eqeIrJ4QxTROAdvtcbhdxRv10BS { display:block; }
 }@media only screen and (max-width: 763px) { #mnLqy681kBiLC5HtMPF65V1cFVERsqOd { top:20.6875rem;left:17.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDNxWQbc36vknCO90InFp8x3T9AIwnfm { top:27.9375rem;left:17.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXlz94TMDSlumKh9QgqKFsluqaIBipZg { width:14.875rem;height:2.5625rem;top:27.3125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXf3e1XiW9MzOc10NKi8QrtUZbqIrXeT { display:block; }
 }@media only screen and (max-width: 763px) { #AbLaGWKKy3TFwRlUIx7ZdNSsRMriiDc0 { display:block; }#AbLaGWKKy3TFwRlUIx7ZdNSsRMriiDc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfzySUWdxr1OBQfgtbxxQ7XqP6b4EdPF { top:1.0625rem;left:15.9375rem;width:15.875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTwLIHDIpsA74Aal9ROriayReZd3gr5u { display:block; }#JTwLIHDIpsA74Aal9ROriayReZd3gr5u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mi2vW2e0Orgmsi0Ds1z5VABweWdfo92v { top:2rem;left:12rem;width:23.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lfEu6ws8AfLgkmxBU7WLbZITTuMIfAgp { display:block; }#lfEu6ws8AfLgkmxBU7WLbZITTuMIfAgp > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQEzHpkt46IweSfiI8m1fWd3iZWcvziy { width:11rem;height:4.5625rem;top:0rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5g75OWFZMTlny4T6BKIGKxi377erJiG { width:14.875rem;height:2.5625rem;top:8.1875rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDIz7fdrKMGlkT4ASqJfEW843t5lOoT0 { display:block; }
 }@media only screen and (max-width: 763px) { #h3NMzGhbmDfwxwVL3RTsVFZlrIJNZDic { display:flex;width:1.25rem;height:1.25rem;top:2.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxNr2yGuDALhtw0fET9aZd1fbEbkbsAk { width:18.3125rem;height:9.75rem;top:1.763671875rem;left:0.84375rem;font-size:2.5rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ZDPpm6nQELNhcgIf6uzyaqMLvfbDLRfN { width:12.875rem;height:0;top:55.119140625rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gnTVMEBoA4vGA2ALM1vCIqfqyXIkWNsG { width:11rem;height:2.8125rem;top:8.763671875rem;left:3.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #T6dSPEBvnCxbFATvifDByqTUHKRcKwOi { width:14.875rem;height:2.5625rem;top:18.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ici0ybENtyBtFIwXLgZ15UUHX8WhpMHQ { display:block; }
 }@media only screen and (max-width: 763px) { #ylAZ2EyRiZWupkknOobZPzbVmb7WT2G5 { display:flex;width:1.3125rem;height:1.3125rem;top:19.5rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #OQbuU28EQlMzcu0dmkIrTToLLn2MmVZz { width:14.875rem;height:2.5625rem;top:22.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmTSrCKHFwF4lR5BUrrPPkfTI5I3tUKx { display:block; }
 }@media only screen and (max-width: 763px) { #prG5rZ4I1v5NHL2xA7ilxcem2y2DJpzb { display:flex;width:1.3125rem;height:1.3125rem;top:22.9375rem;left:4.375rem; }
 }@media only screen and (max-width: 763px) { #CM9PkqwMrRyA742t3tWNnz41lT6CKw6v { width:17.1875rem;height:2.8125rem;top:5.763671875rem;left:1.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MD3TbCuPt25bpwBMSIeaG1dgKLwpf7Rb { width:19.6875rem;height:4.875rem;top:12.2509765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uWM7eC9qn6X5mLTZFLr7gIqWuBAOPvME { display:block; }#uWM7eC9qn6X5mLTZFLr7gIqWuBAOPvME > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZl58EP4XhGezbyzx5x298AiDgtRVy1a { width:10.875rem;height:9.2988125rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOJPnyF78cLP3XT8AqTnxDXqiumDN4AQ { width:6.8125rem;height:16.1875rem;top:0.7216796875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov3vTwzi4zuGAcywB0rNvlTu93tU0828 { display:flex;width:5.875rem;height:5.875rem;top:11.0966796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PDqpwNWD3m3chzZNOzH2JQUgfzNPcN2w { display:block; }#PDqpwNWD3m3chzZNOzH2JQUgfzNPcN2w > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBBxhOabxPQRfOcGy9otTRuB2vHELv6T { width:20rem;height:4.54980625rem;top:2.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OkPmysVT4bLZpWAEpFohwQuvceu1PGCO { width:1.125rem;height:17.9375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip6VNB2HmCe7KzuTFsZZQLiXPfDXs2LW { width:15.25rem;height:1.3808625rem;top:8.47119140625rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQetsqlgiTnHvKDByf9Vef4koyn7OvMC { width:15rem;height:1.3808625rem;top:17.5625rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCSWI412t0hovGrAG3zfI8lxPplUaX2a { width:12.8125rem;height:1.3808625rem;top:12.78369140625rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrGDycaBNJIQIJIBEsbBDyID7axKAc1T { width:15.0625rem;height:1.21875rem;top:22.125rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igIgvnET9E5fBQTF5oFxGCx0pCFn9SF3 { width:2.24935rem;height:3.19970625rem;top:7.5625rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk9xKLpMPuvT2GNkTluFXp18HSXcElg4 { width:2.249025rem;height:3.19970625rem;top:11.875rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzo8z6s4wxFqPsWC62b13f51gp2KNp8q { width:2.249025rem;height:3.19970625rem;top:16.625rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJA40lCooQF95GXfuFZ1gbTuhwKbMyvN { width:2.24935rem;height:3.19970625rem;top:21.1875rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9mpEN5URSG1mx7XBJudwv0S5AQDXMPm { display:block; }#q9mpEN5URSG1mx7XBJudwv0S5AQDXMPm > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScqIWqRJaALFyBWAZKRGFPECG6leVUpq { width:20rem;height:9.7993125rem;top:7.0478515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS2mFuaCADahrFgI4twfJwpaDmysm7eh { width:16.625rem;height:4.0625rem;top:1.3125rem;left:1.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdharwI3i3gCxAubZbL2FyaMPqWCLTJH { background-color:#f1f1f1;background-image:none;display:block; }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .row .container { background-color: transparent; background-image: none; }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .row .container > .video-iframe-container { display: none; }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .row > .video-iframe-container { display: none; }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .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); }#rdharwI3i3gCxAubZbL2FyaMPqWCLTJH > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhTgpHKkz3LVDlmaP8l65b5EstJTZKa6 { width:20rem;height:2.36230625rem;top:2.27783203125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiZyQzqsfAG6MQFrMDZMbVoby3KzL2fr { display:block; }#ZiZyQzqsfAG6MQFrMDZMbVoby3KzL2fr > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQS9gfzi3Z9TUGJB4IasvTkola4mEvkT { display:flex;width:2.625rem;height:2.625rem;top:2rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #c8IZ2ttUQK7T2SSCdSkKk757OGphzE1b { display:flex;width:2.625rem;height:2.625rem;top:10.4375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #tIMUQfnLaX1k4aSFvo9cBOaQsRBuT55i { display:flex;width:2.625rem;height:2.625rem;top:19.25rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #ZA3QpUFB3g4SlB7WKWi2tAVPTFPG3WFw { width:14.9375rem;height:7.6875rem;top:0.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKs5HMTlXEDrySD940S7BuSg8kkhiB9g { width:14.9375rem;height:8rem;top:9.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psMLMVQrQM8Vxg7lZwpfQn0GWLSUhuOB { width:14.9375rem;height:9.9375rem;top:18rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8F6TR4AyF2SocIrizJ8rpVIO59T8z8z { width:10.9375rem;height:3.57421875rem;top:22.875rem;left:4.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7wwEtACE07d0a4swsfOXFegPA1P0nvA { width:10.9375rem;height:1.7871125rem;top:5.625rem;left:4.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOEGK1I3SozkwvUE6WA1ApeUNuoGfMCg { width:11.3125rem;height:3.29980625rem;top:12.974609375rem;left:4.34375rem;font-size:1.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kneWbBbPQVBDt10oAbOULlhEln1yLJq5 { display:block; }#kneWbBbPQVBDt10oAbOULlhEln1yLJq5 > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7NbTZP3NOC26On4w4143zb1vp0SO740 { width:10.1875rem;height:3.57421875rem;top:23.25rem;left:4.90625rem;font-size:1.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #O8tgzxtq8H1xXqxoqEaJBBziALr2717v { width:12.875rem;height:3.57421875rem;top:13.0625rem;left:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2W9n4RZtP3GTe75zSf388bD4kb9QHdc { display:flex;width:2.625rem;height:2.625rem;top:2rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #NE9Io3eyA5tR842XlWJI5ikcbJ3F0GFO { display:flex;width:2.625rem;height:2.625rem;top:10.4375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #sXC0AtKMTJ6Nsu4HK3Qr2NFgbdgzTOo0 { display:flex;width:2.625rem;height:2.625rem;top:19.875rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #AmtWXE75G3PdMTluSCTcVwr9ih4Hmm0y { width:18.0625rem;height:3.4375rem;top:34.3125rem;left:0.96875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPoJn2Tp8ldTGBageZT2AVL68VLJaT3H { display:block; }
 }@media only screen and (max-width: 763px) { #tQ7ehzvptDuTUAVmWBLZ1TAz5KVVZoB1 { width:14.9375rem;height:7.6875rem;top:0.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmKRxDHEFsr7xkQ7EH5ICaVoXhCfTwiO { width:14.9375rem;height:8.625rem;top:9.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp82vOQ9KREJwNnbMkBt5npr4hoJmUIr { width:14.9375rem;height:9.25rem;top:18.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXRSTn2eqUHeVcpnbTEIzr4Vgwxtup9 { width:12.5rem;height:1.7871125rem;top:5.375rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJRPTfNBMuB5T3edghMywcctT3qggvuZ { width:12.125rem;height:3.57421875rem;top:29.369140625rem;left:3.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS0swlRKT6D0Zybq6kquNxVLFdL3ARQv { display:block; }#TS0swlRKT6D0Zybq6kquNxVLFdL3ARQv > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZC13BS3vT1doPc2acX8e1yTR4WThN3Fk { width:20rem;height:6.9995rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nod4BnSvkWRIPwB9ELUqcraC3aBbc2l6 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLh0twebiNMt4A49MhcM7b5e9E5560lh { width:20rem;height:5.5996125rem;top:16.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvnmXhslIP6NOTa58pfCtEImBUKpRXBU { width:20rem;height:4.19970625rem;top:23.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TntfseF0gWAaOLMGTCmrSApob6GHL8pl { display:block; }#TntfseF0gWAaOLMGTCmrSApob6GHL8pl > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRXVJUTqDl3dflfpsnS9ZsuXTuGlbR5y { width:13.625rem;height:4.7119125rem;top:5.02734375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozmr1gJaTXGHfmD6iThiWDqCqTsnoQRv { width:18.125rem;height:2.03125rem;top:2.37109375rem;left:0.93750005960463rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpPGSZ5f2M57HIId0y07aT0tI3WffZOx { width:15.625rem;height:2.8125rem;top:18.92578125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW5AQcxQMQflIwxkJ3o23pwQiP0Ti6Cz { display:block; }
 }@media only screen and (max-width: 763px) { #mf0a9C8hNxv7EoT2vTwLSOuGwc3sWHNE { width:17rem;height:6.5rem;top:11.11328125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiHTcGoOxbEBlqDm5KsJbn1xF27rEZbw { display:flex;width:1.8125rem;height:1.8125rem;top:19.42578125rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #FTWmdFn8vqGEx7RW8Ac1LrRlS2ng4oF3 { display:block; }#FTWmdFn8vqGEx7RW8Ac1LrRlS2ng4oF3 > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgkssTxyzdD97xevp1AoMRTDUROImEtI { width:20rem;height:19.598625rem;top:15.1103515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9Zu7bqfJQ9FSQVOTAMWMbSSRG8z6CM2 { width:20rem;height:7.7988125rem;top:5.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQU72z9qfFMrLghX4TVnewNTlGoRBX2K { width:11.3125rem;height:3.57421875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkyTDJqSTkA4sIMLTyCkXswgT0bglCL0 { display:block; }#XkyTDJqSTkA4sIMLTyCkXswgT0bglCL0 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aU0ydpkf6uiDdhZ9ryKgl5VM0TbyAlTh { width:18.125rem;height:2.03125rem;top:1.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttukz264wTL19AbapoZX8rhKgZ8QGa1W { width:18.5rem;height:5.19921875rem;top:3.90625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq1DW1WyFLhhuzgf0huLuaXaF2Wmu3bB { display:block; }#pq1DW1WyFLhhuzgf0huLuaXaF2Wmu3bB > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncgJUxoVediFBQW2T4QqgHtSXxRN5THn { width:18.75rem;height:14.125rem;top:1.912109375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezQ73cDo84XVnSZrEqA7CAp6ySE0Ios6 { width:16.1875rem;height:8.44925rem;top:6.412109375rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHiBEue5X13L8phlFzGXUgv9BkCWKmOX { width:12.8125rem;height:1.21875rem;top:3.474609375rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgy7DTycVDSCZtPocenU0QCXRy6sCrVn { display:flex;width:1.0625rem;height:1.0625rem;top:4.599609375rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #lZZO7yD3UiBFXNTn6hg7DF5VlpnPVhro { display:flex;width:1.0625rem;height:1.0625rem;top:4.599609375rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #xrC6blTcDLA0u68nQWsAur9ChCviVrJS { display:flex;width:1.0625rem;height:1.0625rem;top:4.599609375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #gToaZTAmFn2ELTIJQPKxVtuGKxibMWum { display:flex;width:1.0625rem;height:1.0625rem;top:4.599609375rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #LpkFVQnAuewa6UcWyfXsM3IpKksQCPvE { display:flex;width:1.0625rem;height:1.0625rem;top:4.599609375rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #byrhQB9noIblZbk6y0ebyKz19Szs5EZy { width:3.75rem;height:2.875rem;top:2.787109375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwRloTZNXhRNZJk099GAkdUZIdyNbP0w { width:18.75rem;height:12.625rem;top:17.099609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwXAhZe2q9AbwKRkG8lzTTVCDN2f45si { width:16.1875rem;height:6.3369375rem;top:21.599609375rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdiDlv7Ua3FVUcBlkB5tqWsWTuynKlP7 { display:flex;width:1.0625rem;height:1.0625rem;top:19.787109375rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #u8UVThRB4ftqXaJlcWvediFl611d9Eqe { display:flex;width:1.0625rem;height:1.0625rem;top:19.787109375rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #AbK9Ss36shNdRI70g7dBl2RKsTXgVSof { display:flex;width:1.0625rem;height:1.0625rem;top:19.787109375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #cWewDfqG7DTnul4BWFv7zfETNA4utm16 { display:flex;width:1.0625rem;height:1.0625rem;top:19.787109375rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #eRkPf58EtfuizGuyPV7eEC7m27hUZVZT { display:flex;width:1.0625rem;height:1.0625rem;top:19.787109375rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #NLLZP9aNOCISH7UW2FNmhpyE73XnSTm9 { width:2.5625rem;height:2.4375rem;top:18.412109375rem;left:1.890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n00bBUbrTD6PNhR23tN9SAETAhS7ag3l { width:12.8125rem;height:1.21875rem;top:18.662109375rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHEPEDbqDtyRL4oTPL8o0Plqwx0yeHZN { width:18.75rem;height:9.25rem;top:31.099609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksgvRyWDJftLe65cMuLGcrvG6N4cE3ZL { width:16.1875rem;height:3.16845625rem;top:35.599609375rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3mkKNVFcyvngnfSS5KpHExdThxmmA7l { display:flex;width:1.0625rem;height:1.0625rem;top:33.787109375rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #RBhTbVSc1cecnFmLLQXuASRCLUA9cbTh { display:flex;width:1.0625rem;height:1.0625rem;top:33.787109375rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #n9bUIDwS3PVFyKa3XXZU3sDKsgtvrq0T { display:flex;width:1.0625rem;height:1.0625rem;top:33.787109375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #Kk11PoT4lWPf4sDZipsTUdwUC88J68ku { display:flex;width:1.0625rem;height:1.0625rem;top:33.787109375rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #QhWwbCMa2xRstly5WuNbbaRNJKTM2Thp { display:flex;width:1.0625rem;height:1.0625rem;top:33.787109375rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #KGR8CZQT9xwbThylvIdTTERSzEt0klaH { width:2.8125rem;height:2.4375rem;top:32.412109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmaprTBter0e2eTpKkr00hmy2lasVlb4 { width:12.8125rem;height:1.21875rem;top:32.662109375rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvm90QZVn24IalhSvIi6fNme9GMvMrZ5 { width:7.5625rem;height:0;top:1.25rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sus3wrvtAaN5BusbOnw9WPXiAxRTvUGJ { width:8.125rem;height:0;top:51.2246125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhT0kufTTbdlSwqprP64fHLIgwWN7gLw { display:block; }#dhT0kufTTbdlSwqprP64fHLIgwWN7gLw > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOchOp4avdsBw2udolOa4G7GilzTFhL2 { width:20rem;height:3.0058625rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p89PZLcy4JmcCJgayfTinxedc7qyRd7i { width:20rem;height:3.89941875rem;top:6.490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnXGNi7bQapwBeXztzzZve2ByAaeSDqN { width:20rem;height:24.375rem;top:1.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWkTKoqhTcJyQ1AEXCFmh1O77wfbhTGs { width:17.5rem;height:1.4624rem;top:11.94921875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #up5oZOxd2GAMmsC5EW1itGTxq4iGETck { width:17.5rem;height:1.4624rem;top:17.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoNQFTwqcfZZT6J0wfst1waM1RKyVFxz { width:17.5rem;height:2.5625rem;top:13.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8UP2eqeIrJ4QxTROAdvtcbhdxRv10BS { display:block; }
 }@media only screen and (max-width: 763px) { #mnLqy681kBiLC5HtMPF65V1cFVERsqOd { display:flex;width:1.3125rem;height:1.3125rem;top:14.4375rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #wDNxWQbc36vknCO90InFp8x3T9AIwnfm { display:flex;width:1.3125rem;height:1.3125rem;top:20.3125rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #kXlz94TMDSlumKh9QgqKFsluqaIBipZg { width:14.875rem;height:2.5625rem;top:19.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXf3e1XiW9MzOc10NKi8QrtUZbqIrXeT { display:block; }
 }@media only screen and (max-width: 763px) { #AbLaGWKKy3TFwRlUIx7ZdNSsRMriiDc0 { display:block; }#AbLaGWKKy3TFwRlUIx7ZdNSsRMriiDc0 > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfzySUWdxr1OBQfgtbxxQ7XqP6b4EdPF { width:12.375rem;height:6.6875rem;top:0rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTwLIHDIpsA74Aal9ROriayReZd3gr5u { display:block; }#JTwLIHDIpsA74Aal9ROriayReZd3gr5u > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mi2vW2e0Orgmsi0Ds1z5VABweWdfo92v { width:19.875rem;height:0.9746125rem;top:1.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }