.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:253,244,225;--color-primary-1:248,218,154;--color-primary-2:241,180,52;--color-primary-3:121,90,26;--color-primary-4:36,27,8;--color-secondary-0:222,223,227;--color-secondary-1:144,149,162;--color-secondary-2:32,42,68;--color-secondary-3:16,21,34;--color-secondary-4:5,6,10;--color-tertiary-0:255,255,255;--color-tertiary-1:255,253,253;--color-tertiary-2:153,152,152;--color-tertiary-3:92,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Graphik UPSA";--paragraphs-font-family:"Graphik UPSA"; }@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); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/edd21b7a-339b-46d0-934c-8deddd847c15/webinareducacion.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.adaptive-delivery-prevent-bg, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyload, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyloading { background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { background-color: transparent; background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .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); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { border-width: 0; border-radius: 0; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;position:relative;display:block; }#nKtXkAHwK6P1kpiP41lpTHRplg2QnNGc { color:rgba(var(--color-tertiary-1),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:38.75rem;left:13.37451171875rem;height:1.29980625rem;font-style:normal;display:block; }
#guVPBRtg0KZQfFuEqF963rUpXuykgdWx { color:rgba(var(--color-tertiary-1),1);display:block;width:3.874025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:38.75rem;left:26.9365234375rem;height:1.29980625rem;font-style:normal;display:block; }
#h9bh5wkmHFTLXVEA60xQFTZJfskIct6c { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:38.062133789062rem;left:24.31201171875rem;overflow:hidden;display:block; }
#bZm74HuZTG92DOuMc269Q7D57V4UIcWp { color:rgba(var(--color-tertiary-1),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:28.6240234375rem;left:0rem;height:8.125rem;display:block; }
#I1tAWXU48irGNV0EZ4FC0F0XTwTT2lpD { color:rgba(var(--color-tertiary-1),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.9150390625rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#vMKRbNTmkNFrHKQTttZqpn97Rwo0Vvte { box-sizing:content-box;height:0.3125rem;width:27.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.186279296875rem;left:0rem;display:block; }
#cRtv5VmGS4vyIsyVW5oMD5dDI2tnAGMu { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:38.062133789062rem;left:10.812255859375rem;overflow:hidden;display:block; }
#P3EGyWVlM2T4Nhu6dZCIaG0fSk9nO8GT { color:rgba(var(--color-tertiary-1),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:38.75rem;left:2.6873779296875rem;height:1.29980625rem;font-style:normal;display:block; }
#F9GHq8rEPID3t7akcuPGX5oBLUK0IazV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:12.125rem;top:1.4166667461395rem;left:0rem;overflow:hidden;display:block; }
#PBmNGt8CvE4Pws6OamX7kKBGgEUJ0VV4 { color:rgba(var(--color-primary-2),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.6875rem;left:39.25rem;height:1.8681625rem;display:block; }
#luheFcegpmxTZ5PvS7XSGhG9pAICCd8E { box-sizing:content-box;height:48.875rem;width:36rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.75rem;left:38.1875rem;display:block; }
#xJhHDXfT9aqW1gZTaQmDFUzsCB1Gr13E { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:38.0625rem;left:0rem;overflow:hidden;display:block; }
#H5rgAEbQDKL6iIu736v3WTrK2qmHivDQ { color:rgba(var(--color-tertiary-1),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.6875rem;left:12rem;height:1.29948125rem;display:none; }
#XfIlGNEx5l08Kr63QZP8mLrwue7lprK5 { color:rgba(var(--color-tertiary-1),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.6875rem;left:12rem;height:1.29948125rem;display:none; }
#TEyICKBkhk78K7tyn7D93z2l54xdQPV3 { color:rgba(var(--color-tertiary-1),1);display:block;width:36.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.6240234375rem;left:0rem;height:12.1875rem;font-style:normal;display:block; }
#FySTDhuswiZGQHpT8nZbC9sq0HyhDdyz { color:rgba(var(--color-tertiary-1),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.6875rem;left:12rem;height:1.29948125rem;display:none; }
#uSuq0CWMXAr08PUbCqJT1Sr6NHIJsXac { position:absolute;display:block;z-index:15029;height:21.75rem;width:36.0625rem;top:7.5625rem;left:38.25rem;display:block; }
#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { position:relative;display:block; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { background-color: transparent; background-image: none; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container > .video-iframe-container { display: none; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row > .video-iframe-container { display: none; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .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); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { border-width: 0; border-radius: 0; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .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; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .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:35.3125rem;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; }#wgtKy1HawWIq5sBdGq0VTX2Cwvyx2Gul { color:rgba(var(--color-secondary-2),1);display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.8326826095581rem;left:0rem;height:7.798825rem;display:block; }
#enAiQGy0ToTe6H7tKr6QGkHMsyAndiyn { box-sizing:content-box;height:0.3125rem;width:36.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13rem;left:0rem;display:block; }
#X1Ua7Obra9XzQfk5sHotRMzTx9mmq52V { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.874877929688rem;left:0rem;height:12.998025rem;display:block; }
#DBK0dwQetXAqbmFQrxepScqLEJ5GC56w { color:rgba(var(--color-secondary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.8125rem;left:41.1875rem;height:2.11230625rem;display:block; }
#QaILqX5PWEmxrRJPgWNm61ueef1qTtWJ { color:rgba(var(--color-secondary-2),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.375rem;left:41.25rem;height:2.923825rem;display:block; }
#v6tknUzXXrpcGwv5ktJsTNIaytx9cJDv { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.625rem;left:39.6875rem;display:block; }
#rmcS0IELLd84UcBQg5k7qJiDlxmMBBUw { 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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.499875rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:28.538818359375rem;left:0rem;display:block; }
#nMaA29u3tw27ryAWvtgbdEJ55TqcM8rw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wyzH2KMWwmzG4zzf24RpxB39MR0HW1tu { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12rem;left:39.6875rem;display:block; }
#Bdx5cqgButpCi4avbJioAKTBKPIwBfST { color:rgba(var(--color-secondary-2),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.8125rem;left:41.1875rem;height:2.923825rem;display:block; }
#Ceweq4cHzREWqXo4DNTtCFBJTfSmgd7f { color:rgba(var(--color-secondary-2),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.375rem;left:41.25rem;height:2.923825rem;display:block; }
#P88fqCNfPnP78zNLmyKfk4izQ32U3ULc { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.6875rem;left:39.6875rem;display:block; }
#AD7fsSDhoUEzuZSiFr6itHGwQbDyFkZ8 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.2783203125rem;left:39.6875rem;display:block; }
#J5R6M1G5oo2fACXplRVFT1TyxN9bRLCR { color:rgba(var(--color-secondary-2),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:20.9658203125rem;left:41.1875rem;height:4.38574375rem;display:block; }
#MUgU3qCOO1fBT7qXPrSimWc96xbLmoSc { color:rgba(var(--color-secondary-2),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:27.1630859375rem;left:41.1875rem;height:4.38574375rem;display:block; }
#D1OQOQC7h3ngkDWbiPcEDuNIShWSzxxn { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.3701171875rem;left:39.6875rem;display:block; }
#pctZy4oX0DGWTIurb80lzUFfba7leqNZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .row .container { background-color: transparent; background-image: none; }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .row .container > .video-iframe-container { display: none; }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .row > .video-iframe-container { display: none; }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .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); }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .row .container { border-width: 0; border-radius: 0; }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#pLQVFbykXdaxesUrTZKG0WowIUODvTcc { color:rgba(var(--color-tertiary-1),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.5rem;left:7.375rem;height:7.798825rem;display:block; }
#KB6DwSgMe8TaQEf5i3xCnC9vN97ImfUq { box-sizing:content-box;height:0.3125rem;width:30.625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.4375rem;left:7.375rem;display:block; }
#FEKC521FiovF2wxPvXkT5l0Jh8nnNw4a { color:rgba(var(--color-tertiary-1),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19.5rem;left:8.9375rem;height:1.7871125rem;display:block; }
#oueKzD2OgC8dkqnybKcg5ObKgigNsRta { color:rgba(var(--color-tertiary-1),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:28.625rem;left:0rem;height:1.7871125rem;display:block; }
#HuCE1tsS9CcVXELmofcI6ziEQxsuIizb { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.9375rem;left:7.375rem;display:block; }
#bT8VpwpVJH9Wcg43gSu9H2lmwLGfF09d { color:rgba(var(--color-tertiary-1),1);display:block;width:41.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:33.5rem;left:1.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#QpSH0uprHRSTDVNe8LISmkfv58vTdZt6 { color:rgba(var(--color-tertiary-1),1);display:block;width:31.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:36.375rem;left:1.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#t94k4IyPeUoUlFATCigbvdlqo5DAGOOR { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.5625rem;left:0rem;display:block; }
#CV4mQ3RilSBHpMdQzcVBKvX7NhRUnQsp { color:rgba(var(--color-tertiary-1),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:39.5625rem;left:1.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#DeTgtIhJEoMIcvtUpTBnGbaOOJHvnZMD { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:39.75rem;left:0rem;display:block; }
#lhvPx0h8nm8KP9LBw1dGFUpzwPwJTIbB { color:rgba(var(--color-tertiary-1),1);display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:14.625rem;left:7.375rem;height:2.76171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aA7hxeHKusZSfhXskb7H1ASfAk026lD9 { color:rgba(var(--color-tertiary-1),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.0625rem;left:8.9375rem;height:1.7871125rem;display:block; }
#mH6TgLlliKncpiqXIbtMC2m6pJCKN6rb { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.5rem;left:7.375rem;display:block; }
#ykTSuKTnFRE6X4aHK0Vw9bDr7Se4cNeG { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:33.75rem;left:0rem;display:block; }
#c3Z6xoP8Xv3HIARFoT1vKUO2FQAzwDlW { box-sizing:content-box;height:0.1875rem;width:14.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.25rem;left:0rem;display:block; }
#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO { position:relative;display:block; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO { background-color: transparent; background-image: none; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .row .container > .video-iframe-container { display: none; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .row > .video-iframe-container { display: none; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .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); }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO { border-width: 0; border-radius: 0; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .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; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .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:27.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c9Pgd5Kd5XRzoS55weVQC2LmdBssD9qM { color:rgba(var(--color-secondary-2),1);display:block;width:56rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5826835632324rem;left:9.5rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#BJkQirOhRgPZE2xc0Tce9hcdoG46pw61 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:11.25rem;left:49.062377929688rem;overflow:hidden;display:block; }
#F7vJVtdO4L4bNuURbUQq0bogex8kBQ4f { color:rgba(var(--color-secondary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:12.687377929688rem;left:32.062255859375rem;height:1.7871125rem;display:block; }
#PVtXFc1GAMkuhwoTbJABR6laTFShHt7x { color:rgba(var(--color-secondary-2),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.75rem;left:53.75rem;height:1.7871125rem;display:block; }
#S77KLOBd6OSCg1CDCl29f5Q8UekHoKrN { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:11.187133789062rem;left:27.43701171875rem;overflow:hidden;display:block; }
#FpBuPkZsZfKRNO2Q01UkI5UmJZXcTths { color:rgba(var(--color-secondary-2),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.62451171875rem;left:15.249877929688rem;height:1.7871125rem;display:block; }
#RTTstEAFTzVVw9w6ZTKFQHGnTiXmr4rW { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:11.187133789062rem;left:10.624633789062rem;overflow:hidden;display:block; }
#ZtQvaNxeyx3pkDM3StATBdUz6ppc2W62 { 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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:19.185535430908rem;left:29.75rem;display:block; }
#yTu6evUq4ymRC5uA3yPzFSd4RtU1XvGX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPc5ShTyqzQsQhdyBWns3CbvoITq1QT1 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:32rem;left:22.5rem;overflow:hidden;display:none; }
#ZTDQpPuAFRQ9DngAykeqS24oTk6kCb7Z { color:rgba(var(--color-tertiary-1),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:32.6875rem;left:25.0625rem;height:1.29948125rem;display:none; }
#E7X97KwaV3HMgdVD1mQoqGUtwawRu8bk { color:rgba(var(--color-tertiary-1),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.6875rem;left:12rem;height:1.29948125rem;display:none; }
#rQHTN1lamgMDfIMDpqP4CqEJQSbMSHpA { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:32rem;left:9.4375rem;overflow:hidden;display:none; }
#TavWGQ6mkCMumi8ozDOtDKIaaqRcDdDV { color:rgba(var(--color-tertiary-1),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.6875rem;left:12rem;height:1.29948125rem;display:none; }
#VJETp38dciDgHQ0N3hSknPQbbZn2paSl { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:32.024740856141rem;left:0rem;overflow:hidden;display:none; }
#tvGyVazcrcVXx6R3GRApnlA284JTsZKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { background-color: transparent; background-image: none; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container > .video-iframe-container { display: none; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row > .video-iframe-container { display: none; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .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); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { border-width: 0; border-radius: 0; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#ViXLomJu4snxizDePwQn9AAna5rwvZ1U { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:0.6875rem;left:31.4375rem;overflow:hidden;display:block; }
#i7qIiKBIOnPuLt1yzspZUFiVnBdpDq6L { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:0.6875rem;left:34.0625rem;overflow:hidden;display:block; }
#c5v6W3kBRbGpp0gVX6MSx8N619rceZve { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:0.6875rem;left:36.6875rem;overflow:hidden;display:block; }
#HZQ5TOT1papfusa1eQ2M766g7HxO0V4D { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:0.6875rem;left:39.375rem;overflow:hidden;display:block; }
#KCgH4TwVnVlbK3rS6yICw5pxPEMW8U8X { position:absolute;display:block;z-index:15029;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:1.5625rem;width:1.5625rem;top:0.6875rem;left:42rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq { display:block; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKtXkAHwK6P1kpiP41lpTHRplg2QnNGc { top:38.75rem;left:6.5615234375rem;width:10.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guVPBRtg0KZQfFuEqF963rUpXuykgdWx { top:38.75rem;left:20.0625rem;width:3.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9bh5wkmHFTLXVEA60xQFTZJfskIct6c { top:38rem;left:17.49951171875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZm74HuZTG92DOuMc269Q7D57V4UIcWp { top:28.5625rem;left:0rem;width:36.875rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1tAWXU48irGNV0EZ4FC0F0XTwTT2lpD { top:9.875rem;left:0rem;width:37.4375rem;height:2.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMKRbNTmkNFrHKQTttZqpn97Rwo0Vvte { top:27.125rem;left:0rem;width:27.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRtv5VmGS4vyIsyVW5oMD5dDI2tnAGMu { top:38rem;left:3.999755859375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3EGyWVlM2T4Nhu6dZCIaG0fSk9nO8GT { top:38.75rem;left:0rem;width:8.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9GHq8rEPID3t7akcuPGX5oBLUK0IazV { top:1.375rem;left:0rem;width:12.125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBmNGt8CvE4Pws6OamX7kKBGgEUJ0VV4 { top:5.6875rem;left:13.6875rem;width:34.0625rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luheFcegpmxTZ5PvS7XSGhG9pAICCd8E { top:4.75rem;left:11.75rem;width:36rem;height:48.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJhHDXfT9aqW1gZTaQmDFUzsCB1Gr13E { top:38.0625rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5rgAEbQDKL6iIu736v3WTrK2qmHivDQ { top:28.3125rem;left:0rem;width:2.625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfIlGNEx5l08Kr63QZP8mLrwue7lprK5 { top:28.375rem;left:2.3125rem;width:3.4375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEyICKBkhk78K7tyn7D93z2l54xdQPV3 { top:13.5625rem;left:0rem;width:36.25rem;height:12.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FySTDhuswiZGQHpT8nZbC9sq0HyhDdyz { top:28.25rem;left:8.9375rem;width:3.4375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSuq0CWMXAr08PUbCqJT1Sr6NHIJsXac { top:7.5625rem;left:11.6875rem;width:36.0625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { display:block; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgtKy1HawWIq5sBdGq0VTX2Cwvyx2Gul { top:3.8125rem;left:0rem;width:37rem;height:7.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enAiQGy0ToTe6H7tKr6QGkHMsyAndiyn { top:13rem;left:0rem;width:36.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1Ua7Obra9XzQfk5sHotRMzTx9mmq52V { top:14.8125rem;left:0rem;width:36.25rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBK0dwQetXAqbmFQrxepScqLEJ5GC56w { top:3.8125rem;left:23.875rem;width:20.875rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaILqX5PWEmxrRJPgWNm61ueef1qTtWJ { top:7.375rem;left:18.4375rem;width:29.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6tknUzXXrpcGwv5ktJsTNIaytx9cJDv { top:7.625rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmcS0IELLd84UcBQg5k7qJiDlxmMBBUw { width:15.4375rem;height:3.4375rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMaA29u3tw27ryAWvtgbdEJ55TqcM8rw { display:block; }
 }@media only screen and (max-width: 763px) { #wyzH2KMWwmzG4zzf24RpxB39MR0HW1tu { top:12rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdx5cqgButpCi4avbJioAKTBKPIwBfST { top:11.8125rem;left:18.4375rem;width:29.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceweq4cHzREWqXo4DNTtCFBJTfSmgd7f { top:16.375rem;left:18.4375rem;width:29.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P88fqCNfPnP78zNLmyKfk4izQ32U3ULc { top:16.6875rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD7fsSDhoUEzuZSiFr6itHGwQbDyFkZ8 { top:21.25rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5R6M1G5oo2fACXplRVFT1TyxN9bRLCR { top:20.9375rem;left:18.4375rem;width:29.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUgU3qCOO1fBT7qXPrSimWc96xbLmoSc { top:27.125rem;left:18.4375rem;width:29.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1OQOQC7h3ngkDWbiPcEDuNIShWSzxxn { top:27.3125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pctZy4oX0DGWTIurb80lzUFfba7leqNZ { display:block; }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLQVFbykXdaxesUrTZKG0WowIUODvTcc { top:3.5rem;left:0rem;width:31.9375rem;height:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB6DwSgMe8TaQEf5i3xCnC9vN97ImfUq { top:12.4375rem;left:0rem;width:30.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEKC521FiovF2wxPvXkT5l0Jh8nnNw4a { top:19.5rem;left:0rem;width:25.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oueKzD2OgC8dkqnybKcg5ObKgigNsRta { top:28.625rem;left:0rem;width:26.0625rem;height:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuCE1tsS9CcVXELmofcI6ziEQxsuIizb { top:19.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8VpwpVJH9Wcg43gSu9H2lmwLGfF09d { top:33.5rem;left:0rem;width:41.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpSH0uprHRSTDVNe8LISmkfv58vTdZt6 { top:36.375rem;left:0rem;width:31rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t94k4IyPeUoUlFATCigbvdlqo5DAGOOR { top:36.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV4mQ3RilSBHpMdQzcVBKvX7NhRUnQsp { top:39.5625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeTgtIhJEoMIcvtUpTBnGbaOOJHvnZMD { top:39.75rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhvPx0h8nm8KP9LBw1dGFUpzwPwJTIbB { top:14.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA7hxeHKusZSfhXskb7H1ASfAk026lD9 { top:22.0625rem;left:0rem;width:39.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH6TgLlliKncpiqXIbtMC2m6pJCKN6rb { top:22.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykTSuKTnFRE6X4aHK0Vw9bDr7Se4cNeG { top:33.75rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Z6xoP8Xv3HIARFoT1vKUO2FQAzwDlW { top:31.25rem;left:0rem;width:14.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO { display:block; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9Pgd5Kd5XRzoS55weVQC2LmdBssD9qM { top:4.5625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJkQirOhRgPZE2xc0Tce9hcdoG46pw61 { top:11.25rem;left:35.437377929688rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7vJVtdO4L4bNuURbUQq0bogex8kBQ4f { top:12.625rem;left:18.4365234375rem;width:14.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVtXFc1GAMkuhwoTbJABR6laTFShHt7x { top:12.75rem;left:40.125rem;width:5.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S77KLOBd6OSCg1CDCl29f5Q8UekHoKrN { top:11.125rem;left:13.81201171875rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpBuPkZsZfKRNO2Q01UkI5UmJZXcTths { top:12.5625rem;left:1.6240234375rem;width:10.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTTstEAFTzVVw9w6ZTKFQHGnTiXmr4rW { top:11.125rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtQvaNxeyx3pkDM3StATBdUz6ppc2W62 { width:15.5rem;height:3.4375rem;top:19.125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTu6evUq4ymRC5uA3yPzFSd4RtU1XvGX { display:block; }
 }@media only screen and (max-width: 763px) { #aPc5ShTyqzQsQhdyBWns3CbvoITq1QT1 { top:32rem;left:15.6875rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTDQpPuAFRQ9DngAykeqS24oTk6kCb7Z { top:6.75rem;left:1.375rem;width:3.875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7X97KwaV3HMgdVD1mQoqGUtwawRu8bk { top:6.25rem;left:0rem;width:4.75rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQHTN1lamgMDfIMDpqP4CqEJQSbMSHpA { top:32rem;left:2.625rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TavWGQ6mkCMumi8ozDOtDKIaaqRcDdDV { top:6.125rem;left:0rem;width:3.6875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJETp38dciDgHQ0N3hSknPQbbZn2paSl { top:32rem;left:0rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvGyVazcrcVXx6R3GRApnlA284JTsZKL { display:block; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViXLomJu4snxizDePwQn9AAna5rwvZ1U { top:0.6875rem;left:17.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7qIiKBIOnPuLt1yzspZUFiVnBdpDq6L { top:0.6875rem;left:20.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5v6W3kBRbGpp0gVX6MSx8N619rceZve { top:0.6875rem;left:23.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZQ5TOT1papfusa1eQ2M766g7HxO0V4D { top:0.6875rem;left:25.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCgH4TwVnVlbK3rS6yICw5pxPEMW8U8X { top:0.6875rem;left:28.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e8682eff-3cbc-4885-8a02-6e53d24b4c4c/Header.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.adaptive-delivery-prevent-bg, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyload, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyloading { background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { background-color: transparent; background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .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); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { width:20rem;height:101.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKtXkAHwK6P1kpiP41lpTHRplg2QnNGc { width:5.8125rem;height:0;top:22.097656965256rem;left:9.22916662693rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #guVPBRtg0KZQfFuEqF963rUpXuykgdWx { width:3.874025rem;height:0;top:27.4375rem;left:15.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #h9bh5wkmHFTLXVEA60xQFTZJfskIct6c { width:2.625rem;height:2.625rem;top:27.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZm74HuZTG92DOuMc269Q7D57V4UIcWp { width:19.0625rem;height:9.098625rem;top:18.27734375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I1tAWXU48irGNV0EZ4FC0F0XTwTT2lpD { width:20rem;height:1.54296875rem;top:7.759765625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vMKRbNTmkNFrHKQTttZqpn97Rwo0Vvte { width:15rem;height:0.3125rem;top:16.812133789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRtv5VmGS4vyIsyVW5oMD5dDI2tnAGMu { width:2.625rem;height:2.625rem;top:27.4375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3EGyWVlM2T4Nhu6dZCIaG0fSk9nO8GT { width:4.5625rem;height:0;top:22.098958492279rem;left:2.6250001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #F9GHq8rEPID3t7akcuPGX5oBLUK0IazV { width:8.75rem;height:6.125rem;top:0.98893231153488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBmNGt8CvE4Pws6OamX7kKBGgEUJ0VV4 { width:17.875rem;height:3.4121125rem;top:32.3125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luheFcegpmxTZ5PvS7XSGhG9pAICCd8E { width:20rem;height:68.8125rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJhHDXfT9aqW1gZTaQmDFUzsCB1Gr13E { width:2.625rem;height:2.625rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5rgAEbQDKL6iIu736v3WTrK2qmHivDQ { width:2.625rem;height:0.9746125rem;top:28.3125rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #XfIlGNEx5l08Kr63QZP8mLrwue7lprK5 { width:3.4375rem;height:0.9746125rem;top:28.375rem;left:9.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #TEyICKBkhk78K7tyn7D93z2l54xdQPV3 { width:20rem;height:6.82325rem;top:9.302734375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FySTDhuswiZGQHpT8nZbC9sq0HyhDdyz { width:3.4375rem;height:0.9746125rem;top:28.26171875rem;left:15.75rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #uSuq0CWMXAr08PUbCqJT1Sr6NHIJsXac { width:20rem;height:21.75rem;top:35.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { display:block; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgtKy1HawWIq5sBdGq0VTX2Cwvyx2Gul { width:16.875rem;height:3.574225rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #enAiQGy0ToTe6H7tKr6QGkHMsyAndiyn { width:16.875rem;height:0.3125rem;top:5.5472412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1Ua7Obra9XzQfk5sHotRMzTx9mmq52V { width:20rem;height:23.39649375rem;top:6.85986328125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DBK0dwQetXAqbmFQrxepScqLEJ5GC56w { width:16.62475rem;height:1.7871125rem;top:35.75rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QaILqX5PWEmxrRJPgWNm61ueef1qTtWJ { width:16.375rem;height:4.142575rem;top:38.8125rem;left:1.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v6tknUzXXrpcGwv5ktJsTNIaytx9cJDv { width:0.9375rem;height:0.9375rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmcS0IELLd84UcBQg5k7qJiDlxmMBBUw { width:12.374rem;height:2.686525rem;top:30.9404296875rem;left:3.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMaA29u3tw27ryAWvtgbdEJ55TqcM8rw { display:block; }
 }@media only screen and (max-width: 763px) { #wyzH2KMWwmzG4zzf24RpxB39MR0HW1tu { width:0.9375rem;height:0.9375rem;top:45.1435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdx5cqgButpCi4avbJioAKTBKPIwBfST { width:16.1875rem;height:5.84765625rem;top:44.9560546875rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ceweq4cHzREWqXo4DNTtCFBJTfSmgd7f { width:17.625rem;height:5.84765625rem;top:52.75rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P88fqCNfPnP78zNLmyKfk4izQ32U3ULc { width:0.9375rem;height:0.9375rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD7fsSDhoUEzuZSiFr6itHGwQbDyFkZ8 { width:0.9375rem;height:0.9375rem;top:60.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5R6M1G5oo2fACXplRVFT1TyxN9bRLCR { width:17.4375rem;height:7.3095625rem;top:60.2529296875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MUgU3qCOO1fBT7qXPrSimWc96xbLmoSc { width:17.625rem;height:5.84765625rem;top:69.08984375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D1OQOQC7h3ngkDWbiPcEDuNIShWSzxxn { width:0.9375rem;height:0.9375rem;top:69.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pctZy4oX0DGWTIurb80lzUFfba7leqNZ { background-color:#202a44;background-image:none;display:block; }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .row .container { background-color: transparent; background-image: none; }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .row .container > .video-iframe-container { display: none; }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .row > .video-iframe-container { display: none; }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .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); }#pctZy4oX0DGWTIurb80lzUFfba7leqNZ > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLQVFbykXdaxesUrTZKG0WowIUODvTcc { width:16.5625rem;height:3.574225rem;top:2.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KB6DwSgMe8TaQEf5i3xCnC9vN97ImfUq { width:13.75rem;height:0.3125rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEKC521FiovF2wxPvXkT5l0Jh8nnNw4a { width:16.625rem;height:3.25rem;top:17.4375rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oueKzD2OgC8dkqnybKcg5ObKgigNsRta { width:20rem;height:2.03125rem;top:28.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HuCE1tsS9CcVXELmofcI6ziEQxsuIizb { width:0.9375rem;height:0.9375rem;top:32.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8VpwpVJH9Wcg43gSu9H2lmwLGfF09d { width:17.874125rem;height:4.142575rem;top:32.125rem;left:1.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QpSH0uprHRSTDVNe8LISmkfv58vTdZt6 { width:18.2495rem;height:2.76171875rem;top:37.125rem;left:1.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t94k4IyPeUoUlFATCigbvdlqo5DAGOOR { width:0.9375rem;height:0.9375rem;top:37.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV4mQ3RilSBHpMdQzcVBKvX7NhRUnQsp { width:18.125rem;height:5.5234375rem;top:41.125rem;left:1.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DeTgtIhJEoMIcvtUpTBnGbaOOJHvnZMD { width:0.9375rem;height:0.9375rem;top:41.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhvPx0h8nm8KP9LBw1dGFUpzwPwJTIbB { width:20rem;height:7.7988125rem;top:8.4609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aA7hxeHKusZSfhXskb7H1ASfAk026lD9 { width:20rem;height:3.25rem;top:22.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mH6TgLlliKncpiqXIbtMC2m6pJCKN6rb { width:0.9375rem;height:0.9375rem;top:46.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykTSuKTnFRE6X4aHK0Vw9bDr7Se4cNeG { width:0.9375rem;height:0.9375rem;top:88.8838125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3Z6xoP8Xv3HIARFoT1vKUO2FQAzwDlW { width:14.4375rem;height:0.1875rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO { display:block; }#HpwPFmXS1uGycowJrmUTCgJ6G6TMthrO > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9Pgd5Kd5XRzoS55weVQC2LmdBssD9qM { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJkQirOhRgPZE2xc0Tce9hcdoG46pw61 { width:4.625rem;height:4.625rem;top:22.96485rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7vJVtdO4L4bNuURbUQq0bogex8kBQ4f { width:14.5625rem;height:0;top:19.9277375rem;left:2.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PVtXFc1GAMkuhwoTbJABR6laTFShHt7x { width:9.625rem;height:0;top:28.83985rem;left:5.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #S77KLOBd6OSCg1CDCl29f5Q8UekHoKrN { width:4.625rem;height:4.625rem;top:14.0527375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpBuPkZsZfKRNO2Q01UkI5UmJZXcTths { width:8.8125rem;height:0;top:11.015625rem;left:5.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RTTstEAFTzVVw9w6ZTKFQHGnTiXmr4rW { width:4.625rem;height:4.625rem;top:5.140625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtQvaNxeyx3pkDM3StATBdUz6ppc2W62 { width:13.875rem;height:3.4375rem;top:9.939453125rem;left:3.0625001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTu6evUq4ymRC5uA3yPzFSd4RtU1XvGX { display:block; }
 }@media only screen and (max-width: 763px) { #aPc5ShTyqzQsQhdyBWns3CbvoITq1QT1 { width:2.625rem;height:2.625rem;top:5.5rem;left:13.0625rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #ZTDQpPuAFRQ9DngAykeqS24oTk6kCb7Z { width:3rem;height:1.0556625rem;top:6.28515625rem;left:15.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15029;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #E7X97KwaV3HMgdVD1mQoqGUtwawRu8bk { width:4.75rem;height:0.9746125rem;top:6.32421875rem;left:8.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15029;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #rQHTN1lamgMDfIMDpqP4CqEJQSbMSHpA { width:2.625rem;height:2.625rem;top:5.5rem;left:5.8125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #TavWGQ6mkCMumi8ozDOtDKIaaqRcDdDV { width:3.6875rem;height:0.9746125rem;top:6.32421875rem;left:2.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15029;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #VJETp38dciDgHQ0N3hSknPQbbZn2paSl { width:2.625rem;height:2.625rem;top:5.43701171875rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #tvGyVazcrcVXx6R3GRApnlA284JTsZKL { display:block; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViXLomJu4snxizDePwQn9AAna5rwvZ1U { width:1.5625rem;height:1.5625rem;top:0.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7qIiKBIOnPuLt1yzspZUFiVnBdpDq6L { width:1.5625rem;height:1.5625rem;top:0.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5v6W3kBRbGpp0gVX6MSx8N619rceZve { width:1.5625rem;height:1.5625rem;top:0.75rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZQ5TOT1papfusa1eQ2M766g7HxO0V4D { width:1.5625rem;height:1.5625rem;top:0.75rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCgH4TwVnVlbK3rS6yICw5pxPEMW8U8X { width:1.5625rem;height:1.5625rem;top:0.75rem;left:13.9375rem;display:block; }
 }