.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,235,222;--color-primary-1:248,190,145;--color-primary-2:241,124,35;--color-primary-3:121,62,18;--color-primary-4:36,19,5;--color-secondary-0:232,236,245;--color-secondary-1:178,192,222;--color-secondary-2:101,128,189;--color-secondary-3:51,64,95;--color-secondary-4:15,19,28;--color-tertiary-0:255,255,255;--color-tertiary-1:119,119,119;--color-tertiary-2:121,120,120;--color-tertiary-3:123,118,118;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/32921a30-8583-41d8-9912-4c1e646cdf4d/Aprendeadominartutiempo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-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:60.375rem;width:75rem;overflow:visible;position:relative;display:block; }#FylvK0u02sTTMkbNwsn7nN3C2HWvH8Tk { color:rgba(var(--color-secondary-2),1);display:block;width:50.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.0625rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:19.583984375rem;left:6.1243495941162rem;height:12.899375rem;font-style:normal;display:block; }
#CcaTtoMxzOCU5pZ8M3qoRWduiRM5ntzd { color:rgba(var(--color-tertiary-3),1);display:block;width:46.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:33.289714813233rem;left:6.1243495941162rem;height:6.17480625rem;display:block; }
#LTpTuJZa0TECVRTSsTknIDLnhPMpbn5F { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:44.375rem;left:6.125rem;display:block; }
#LTJpA3seHq1TFJfKicfbWlUTRJ82NiCF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XblPsqkwhinTPnV19Tn2nHr2ZcA1wMSU { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.937rem;height:3.8745125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:44.4375rem;left:22.6875rem;display:block; }
#Aok1DUect1h7NMT4fViMze8CXaZ1tm2o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s4ekEatlvoWIgL7lJNCzMWLSeJnZ3RRT { position:absolute;display:block;z-index:15006;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.5rem;width:23rem;top:7.1666667461394rem;left:0rem;overflow:hidden;display:none; }
#AC6uew83FZzXQBu3zw6tkFXPAlvLJWFe { position:absolute;display:block;z-index:15006;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.5rem;width:23rem;top:7.1666667461394rem;left:0rem;overflow:hidden;display:none; }
#eztKWfOSMlD0HwW5gMPfSAwpikWBmgSh { position:absolute;display:block;z-index:15006;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.5rem;width:23rem;top:7.1666667461394rem;left:0rem;overflow:hidden;display:none; }
#uTEZmmt5vqaufTaKHZ1gEfIE5mDsu1ZS { position:absolute;display:block;z-index:15006;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.5rem;width:23rem;top:7.1666667461394rem;left:0rem;overflow:hidden;display:none; }
#bDD3xVeEePpv5xx0q1cvIHqn3oBiVn4l { position:absolute;display:block;z-index:15006;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.5rem;width:23rem;top:7.1666667461394rem;left:0rem;overflow:hidden;display:none; }
#TlwZX3g8KpT2lr0nVLXUoZ0iFqtxNyci { position:absolute;display:block;z-index:15006;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:6.6233125rem;width:23.8733125rem;top:6.289306640625rem;left:7.6875rem;overflow:hidden;display:none; }
#VXigyI9ouIzk8btmd92QNGNMgJPanauh { 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:15.75rem;width:49.875rem;display:none; }
#R38q7QnBnGIcVTMMy7hpnhkExwp4XQgA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:19.5rem;top:7.9970703125rem;left:7.4453125rem;overflow:hidden;display:block; }
#cTgiG0VXSrDr8uV5IyTI8qfvbvPUJ8pi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cTgiG0VXSrDr8uV5IyTI8qfvbvPUJ8pi > .row .container { background-color: transparent; background-image: none; }#cTgiG0VXSrDr8uV5IyTI8qfvbvPUJ8pi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTgiG0VXSrDr8uV5IyTI8qfvbvPUJ8pi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTgiG0VXSrDr8uV5IyTI8qfvbvPUJ8pi > .row .container > .video-iframe-container { display: none; }#cTgiG0VXSrDr8uV5IyTI8qfvbvPUJ8pi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTgiG0VXSrDr8uV5IyTI8qfvbvPUJ8pi > .row > .video-iframe-container { display: none; }#cTgiG0VXSrDr8uV5IyTI8qfvbvPUJ8pi > .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); }#cTgiG0VXSrDr8uV5IyTI8qfvbvPUJ8pi > .row .container { border-width: 0; border-radius: 0; }#cTgiG0VXSrDr8uV5IyTI8qfvbvPUJ8pi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTgiG0VXSrDr8uV5IyTI8qfvbvPUJ8pi > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#Iw6Eexzu7mCfVEGhap1ZKhDuW41xEAd2 { color:rgba(var(--color-primary-2),1);display:block;width:52.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:6.625rem;left:6.125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#muqk62VXKE7tE4uLOz69oDeWxrXQC4TP { color:rgba(var(--color-tertiary-1),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.479156494141rem;left:6.125rem;height:19.5rem;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; }
#UrHELDIMTw3aP3vLhebL8mIstNrWBNVN { position:absolute;display:block;z-index:15017;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:0;width:28.125rem;top:24rem;left:27.1875rem;overflow:hidden;display:block; }
#V0LDz2JFIwsV8VdtJ9u0csBFQqR0xya1 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:27.375rem;width:22.875rem;top:8.9374990463256rem;left:46.0625rem;overflow:hidden;display:block; }
#irzwuWiaa5AqR4CZilL4PGONtd11F80S { position:relative;display:block; }#irzwuWiaa5AqR4CZilL4PGONtd11F80S { background-color: transparent; background-image: none; }#irzwuWiaa5AqR4CZilL4PGONtd11F80S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irzwuWiaa5AqR4CZilL4PGONtd11F80S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irzwuWiaa5AqR4CZilL4PGONtd11F80S > .row .container > .video-iframe-container { display: none; }#irzwuWiaa5AqR4CZilL4PGONtd11F80S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irzwuWiaa5AqR4CZilL4PGONtd11F80S > .row > .video-iframe-container { display: none; }#irzwuWiaa5AqR4CZilL4PGONtd11F80S > .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); }#irzwuWiaa5AqR4CZilL4PGONtd11F80S { border-width: 0; border-radius: 0; }#irzwuWiaa5AqR4CZilL4PGONtd11F80S > .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; }#irzwuWiaa5AqR4CZilL4PGONtd11F80S > .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:46.1875rem;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; }#o0taOrCaLIlH3UaP0f7Zau8tFggHAfJg { color:#e97645;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.1875rem;left:41.5625rem;height:1.625rem;display:block; }
#FpObyWJklZaSmhIPd4viFIm7crlSWfOZ { color:rgba(var(--color-tertiary-1),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.4375rem;left:8.0625rem;height:1.4624rem;display:block; }
#RhtTBGi4HHmZKQp8J8EQt2ZegAWKtOhh { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:25rem;top:25.5rem;left:8.0625rem;display:block; }
#Zy1n0WXa7gF6eCbmcUhXqJ2eFco2CDBC { color:rgba(var(--color-tertiary-1),1);display:block;width:23.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.1875rem;left:8.25rem;height:1.4624rem;display:block; }
#OXnXLMMdTfRzXTSwMgsX6UnT39nUJopL { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:25rem;top:28.1875rem;left:8.0625rem;display:block; }
#VXTn9Z8c9HTvvM1qbQAhM8qx2ye5PDMu { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:25rem;top:30.9375rem;left:8.0625rem;display:block; }
#kTDiPObv6ZAZHdK4TPN2yOwA0IXbTdEJ { color:rgba(var(--color-tertiary-1),1);display:block;width:22.6245rem;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:28.75rem;left:8.0625rem;height:1.4624rem;display:block; }
#OU54gtySVyILgz1gDrO3G43k92DhI2pT { color:rgba(var(--color-secondary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:8.0625rem;height:1.625rem;display:block; }
#Q5HtGyEOMetBIkQgIoR9TZJyNvEMLAgH { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;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:0.0618489375rem;width:25rem;top:12.354818344116rem;left:41.8125rem;display:block; }
#hFpBxLqpqCPToG2c4kFstyurOll1sFzQ { color:rgba(var(--color-tertiary-2),1);display:block;width:25.062rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5625rem;left:41.5625rem;height:2.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wmIrhU0sm0PBuJVDOCy6ns6GfZ03QgKT { color:rgba(var(--color-tertiary-1),1);display:block;width:23.5610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13rem;left:8.25rem;height:1.4624rem;display:block; }
#PeXvAPD1kqHGD8d6D4giG9ATB5ccb1iZ { color:rgba(var(--color-tertiary-1),1);display:block;width:23.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16rem;left:8.25rem;height:1.4624rem;display:block; }
#UmLZew26QmgAkSr2GOyGa0mx7RdGdmGR { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.625rem;left:8.25rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Q6DmwMTTEFHkF1SPMNLa0i2oOwpBpHhu { color:rgba(var(--color-tertiary-2),1);display:block;width:25.0610625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:19.9375rem;left:8.0625rem;height:2.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KiPMKbiKG2EzANBw0pvxfp7KEbvCasGm { color:rgba(var(--color-tertiary-1),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.1875rem;left:8.0625rem;height:1.4624rem;display:block; }
#DC3EWBUN7gu2ModDITwSSXTOI2RsxVeG { color:rgba(var(--color-tertiary-1),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.6875rem;left:41.5625rem;height:0;display:block; }
#xQsDSzaM6wHPBOuSSGbf2BMs88LRBmDK { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;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:0.0618489375rem;width:25rem;top:14.62890625rem;left:41.5625rem;display:block; }
#PaVbtzyp8RlzDvxuiAqaDGkcxigCFF7K { color:rgba(var(--color-tertiary-1),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.1875rem;left:41.5625rem;height:;display:block; }
#J1OLfgePTIRIflqdcinhCDTNmbtOsHUp { position:absolute;display:block;z-index:15000;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.5625rem rgba(var(--color-tertiary-4),0.1) ;height:10.75rem;width:30rem;top:5.4375rem;left:5.625rem;display:block; }
#MVeNdQcTmo2aEPJGEHHfwcT1rWmyQU0A { color:#e97645;display:block;width:23.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:41.5625rem;height:1.625rem;display:block; }
#TH8OQiVyuiuShy3fW1vXGSKoV6sVA7W8 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:27.0185546875rem;left:41.5625rem;height:2.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A9MlNaXE6HCBJzZT0uH7LldTERI11umm { color:rgba(var(--color-secondary-2),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:29.45703125rem;left:41.5625rem;height:1.54345625rem;font-style:normal;display:block; }
#d57aU7GDSobqNITllfO9UeWaILst06ri { position:absolute;display:block;z-index:15001;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.5625rem rgba(var(--color-tertiary-4),0.1) ;height:15.6875rem;width:30.3125rem;top:5.375rem;left:39.0625rem;display:block; }
#zFMx4gbJbFwwRRVy77CkLUTkGa8wl6R3 { position:absolute;display:block;z-index:15001;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.5625rem rgba(var(--color-tertiary-4),0.1) ;height:17.4375rem;width:30rem;top:17.875rem;left:5.625rem;display:block; }
#t8x0ADnVytvNRttzvVNLJOcomBf5InzH { 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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.5625rem rgba(var(--color-tertiary-4),0.1) ;height:11.0625rem;width:30.1875rem;top:23.6875rem;left:39.1875rem;display:block; }
#ifRcMAaNLN0Cbg5RIkQ0D5uRTcMNAw03 { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;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:0.062255875rem;width:25rem;top:16.6875rem;left:41.5625rem;display:none; }
#IWTeZ3CCwsGQ7WZFAUedET4BtbCLFwkO { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.375rem;left:41.5625rem;height:1.4624rem;display:block; }
#LzEP8yo8AirPZ3QDkQEx0PKCHrHb1rhA { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.96875rem;left:41.5625rem;height:1.4624rem;display:block; }
#ec1TOif0SCpnlQJON6aKeL2wK8qeZJp0 { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.1875rem;left:41.5625rem;height:1.4624rem;display:block; }
#oNw108FfKDAmc3KHtDLHv3ZQQ8CL1vB0 { color:rgba(var(--color-tertiary-1),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.9375rem;left:41.5625rem;height:1.4624rem;display:block; }
#ryiOzwAirgTSxqm4WldzNspFNIMvDeyK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.87475rem;height:3.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.874755859375rem;left:30.062255859375rem;display:block; }
#PxzmQTsu6TOLTkUrm7oO0n7xWkHv55Ag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l8d91ABXMSCc9Xw9N98RNTqzAQ4xKNvT { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;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:0.062255875rem;width:25rem;top:16.6875rem;left:41.5625rem;display:none; }
#wwxPbzm3tc0Kpow9itTxs8XslVXqy3g9 { position:relative;display:block; }#wwxPbzm3tc0Kpow9itTxs8XslVXqy3g9 { background-color: transparent; background-image: none; }#wwxPbzm3tc0Kpow9itTxs8XslVXqy3g9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwxPbzm3tc0Kpow9itTxs8XslVXqy3g9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwxPbzm3tc0Kpow9itTxs8XslVXqy3g9 > .row .container > .video-iframe-container { display: none; }#wwxPbzm3tc0Kpow9itTxs8XslVXqy3g9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwxPbzm3tc0Kpow9itTxs8XslVXqy3g9 > .row > .video-iframe-container { display: none; }#wwxPbzm3tc0Kpow9itTxs8XslVXqy3g9 > .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); }#wwxPbzm3tc0Kpow9itTxs8XslVXqy3g9 { border-width: 0; border-radius: 0; }#wwxPbzm3tc0Kpow9itTxs8XslVXqy3g9 > .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; }#wwxPbzm3tc0Kpow9itTxs8XslVXqy3g9 > .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:40.1875rem;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; }#gDXWTT2iZCRtm7ELW7QnGsitkCi6mQIr { color:rgba(var(--color-secondary-2),1);display:block;width:52.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:4.125rem;left:6.5rem;height:7rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UC5wQCLIS0RRZwmht8LqDWgRdXOqaLk4 { color:rgba(var(--color-primary-2),1);display:block;width:52.062rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:8.4375rem;left:6.5rem;height:3.12524375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vJEvpKVQT92ZVmt5oBwaI88xDqpLZWK2 { color:rgba(var(--color-tertiary-1),1);display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.62434387207rem;left:6.4993495941163rem;height:19.5rem;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; }
#KzN5iTlNpJ89tw1EXAA9SXdkQMcbAmnU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.562rem;width:29.12475rem;top:5.4375rem;left:43.125rem;overflow:hidden;display:block; }
#TOorF1I3mI3PRkMsikwHoXBbMo8d7JfN { position:relative;display:block; }#TOorF1I3mI3PRkMsikwHoXBbMo8d7JfN { background-color: transparent; background-image: none; }#TOorF1I3mI3PRkMsikwHoXBbMo8d7JfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOorF1I3mI3PRkMsikwHoXBbMo8d7JfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOorF1I3mI3PRkMsikwHoXBbMo8d7JfN > .row .container > .video-iframe-container { display: none; }#TOorF1I3mI3PRkMsikwHoXBbMo8d7JfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOorF1I3mI3PRkMsikwHoXBbMo8d7JfN > .row > .video-iframe-container { display: none; }#TOorF1I3mI3PRkMsikwHoXBbMo8d7JfN > .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); }#TOorF1I3mI3PRkMsikwHoXBbMo8d7JfN { border-width: 0; border-radius: 0; }#TOorF1I3mI3PRkMsikwHoXBbMo8d7JfN > .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; }#TOorF1I3mI3PRkMsikwHoXBbMo8d7JfN > .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:6.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; }#dk19HVVfJZMsTBgwP43FTo5R7SMKDsQf { color:rgba(var(--color-secondary-2),1);display:block;width:52.0623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:1.6246328353882rem;left:4.8122334480286rem;height:3.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UyqEitVfDll4brou14gNqBXJA9RSbIFz { position:relative;display:block; }#UyqEitVfDll4brou14gNqBXJA9RSbIFz { background-color: transparent; background-image: none; }#UyqEitVfDll4brou14gNqBXJA9RSbIFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyqEitVfDll4brou14gNqBXJA9RSbIFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyqEitVfDll4brou14gNqBXJA9RSbIFz > .row .container > .video-iframe-container { display: none; }#UyqEitVfDll4brou14gNqBXJA9RSbIFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyqEitVfDll4brou14gNqBXJA9RSbIFz > .row > .video-iframe-container { display: none; }#UyqEitVfDll4brou14gNqBXJA9RSbIFz > .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); }#UyqEitVfDll4brou14gNqBXJA9RSbIFz { border-width: 0; border-radius: 0; }#UyqEitVfDll4brou14gNqBXJA9RSbIFz > .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; }#UyqEitVfDll4brou14gNqBXJA9RSbIFz > .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:74.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MJLW6smSeiLaczSGu5d5DCeX7p1ZoRrM { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:20.6875rem;left:4.4375rem;height:2.69921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M0Se2uLndnfleTo7xs8T6rTWbFDKBNn1 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.998697757721rem;left:4.4375rem;height:5.8496125rem;text-align:justify;text-align-last:initial;display:block; }
#n3SyhumFsXewIy8EnA3Pw4rQ2ku01WTl { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:20.686849117279rem;left:27.591148376465rem;height:2.69921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mwnoB8EUm6aEveS3AZozgTNRTw0ZTk4G { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.874359130859rem;left:27.591148376465rem;height:8.7744375rem;text-align:justify;text-align-last:initial;display:block; }
#UmcLi5nrKR16bIUL2Btsh6Xf3obapshz { color:rgba(var(--color-tertiary-2),1);display:block;width:18.56225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:20.686268806458rem;left:52.530183315277rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fpOUKkiZDuNKuKc4xZD4VxuD8uTEIZ0G { color:rgba(var(--color-tertiary-1),1);display:block;width:16.375rem;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:24.874349117279rem;left:52.52995300293rem;height:7.312rem;text-align:justify;text-align-last:initial;display:block; }
#P0iNFDHd0ptkbni3nPuUFcZNXmwneWAu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.9375rem;width:17.875rem;top:1.800537109375rem;left:4.4683837890625rem;overflow:hidden;display:block; }
#deNR02mJ3gcOOsSSUZoHBzKgZkWCMIWk { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:17.25rem;top:2.0501708984375rem;left:27.592163085938rem;overflow:hidden;display:block; }
#XDJUxIPKXWhA56H4alqIPz3hqgscpIfz { position:absolute;display:block;z-index:15016;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:17.875rem;width:17.5rem;top:2.1881103515625rem;left:52.530517578125rem;overflow:hidden;display:block; }
#OSmziE4qNiIcxWqdm8IA44sN4BUGCif3 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.56075rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:20.687155723572rem;left:27.591441631317rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#dCvFW5sgqBlUQ7nsQ8bBJZ7J3Rl5qA4Q { color:rgba(var(--color-tertiary-2),1);display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:20.6875rem;left:4.4375rem;height:4.04829375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#mEX0mw0SCbnEo5IiCTLfGCTpZs9mzIop { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:17.875rem;width:17.875rem;top:37.050132751465rem;left:4.4375rem;overflow:hidden;display:block; }
#om4mwk7zSbRPDfZiKbTaX92uP2kCkrBw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:17.875rem;width:17.875rem;top:37.050130367279rem;left:26.997398376465rem;overflow:hidden;display:block; }
#GvgFiPD7cyb7wvAx0S0ZsV8xVEc9AT3N { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:17.875rem;width:17.875rem;top:37.050130367279rem;left:52.52995300293rem;overflow:hidden;display:block; }
#gMDyG9SKAyOXUcf2iVsGAB7Qf04VTppa { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:56.8125rem;left:4.4375rem;height:1.3496125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KQGROfKdeVfI4pkLvpP7XU3MOliO9nS9 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:60.123699188233rem;left:4.28125rem;height:4.38720625rem;text-align:justify;text-align-last:initial;display:block; }
#VfWimPKPamHwokAgPTTlJ8LhGQpxdqxK { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:56.811849594116rem;left:27.466148376465rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kh3asFagS7mfyfN74rMewO0RGmPqrWPg { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:56.811849594116rem;left:52.52995300293rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eFtdIHkfLBk7giyDelUhB0dDDDUzHDcC { color:rgba(var(--color-tertiary-1),1);display:block;width:17.125rem;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:60.123699188233rem;left:27.372398376465rem;height:4.38720625rem;text-align:justify;text-align-last:initial;display:block; }
#quW8qPzTJ7BCPgxBSKzA0486CsZeiUre { color:rgba(var(--color-tertiary-1),1);display:block;width:17.125rem;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:60.123699188233rem;left:52.52995300293rem;height:4.38720625rem;text-align:justify;text-align-last:initial;display:block; }
#qDPKo87UcH0Nun5nTNPvyurtW4L6Qaxa { color:rgba(var(--color-tertiary-2),1);display:block;width:18.56225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:20.686268806458rem;left:52.530183315277rem;height:4.048825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#X0KHwBtRg8erGQiZQz0kLB9UaFUZBq7m { color:rgba(var(--color-tertiary-2),1);display:block;width:18.56225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:20.686268806458rem;left:52.530183315277rem;height:4.048825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#eXE1LG8oqDRMPqXxkvfr6LSlvqgtP3CS { color:rgba(var(--color-tertiary-2),1);display:block;width:18.56225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:20.686268806458rem;left:52.530183315277rem;height:4.048825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/972b561f-90fa-4ddd-9469-70b269acc5b9/Aprendeadominartutiempo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh.adaptive-delivery-prevent-bg, #uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh.lazyload, #uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh.lazyloading { background-image: none; }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .row .container { background-color: transparent; background-image: none; }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .row .container > .video-iframe-container { display: none; }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .row > .video-iframe-container { display: none; }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .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); }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .row .container { border-width: 0; border-radius: 0; }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#HfxsKWhMMik3hkHusDsIxJ1FGegbmH9T { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.0625rem solid #fafbff;border-left:0.0625rem solid #fafbff;border-right:0.0625rem solid #fafbff;border-bottom:0.0625rem solid #fafbff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:35.6875rem;width:29.125rem;top:7.937255859375rem;left:41.625rem;display:block; }
#Lh6q5PKkZrLD292D21l7QyT7eotEnFF0 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:9.875rem;left:50.8125rem;height:2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PTeEuC85RqUlOcdAr20t14xf6iEVOhwr { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:5.25rem;top:10.479166984558rem;left:44.8125rem;overflow:hidden;display:block; }
#JAzs5lBeipcXaI0VZyyT8wnIpSKdIVZr { color:rgba(var(--color-tertiary-0),0.8);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:14.937500953674rem;left:44.84375rem;height:4.19970625rem;font-style:normal;display:block; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-form-header {  }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#727272;width:23.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.1875rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.1875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.1875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),0.75);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:23.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),0.75);font-family:var(--paragraphs-font-family);font-size:1rem; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),0.75);font-family:var(--paragraphs-font-family);font-size:1rem; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),0.75);font-family:var(--paragraphs-font-family);font-size:1rem; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),0.75);font-family:var(--paragraphs-font-family);font-size:1rem; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.8125rem;overflow:hidden;font-style:normal; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-container:first-of-type{padding-top:0;}#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-container:last-of-type{padding-bottom:0;}#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;position:absolute;top:19.9365234375rem;left:43.388671875rem; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.1875rem; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 {display:block;}#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;position:absolute;top:19.9365234375rem;left:43.388671875rem; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #dvPICWmBFpv3EWpvNTpzTtXNHSPpl3y9 { position:relative; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #TCPKwxH7W2or32KNJq0BPkq8WFluPKwC { position:relative;display:block; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #Xf3gkbTxUHXmeQF9OlIr8BMT7wb8QoSQ { position:relative; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #PKsHrAK61GK60GIm44VR7ltDtCTOKthz { position:relative; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #kxGvWU82IfZ6euaK7PuNA4433Pa3KuHK { position:relative;display:block; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #OI9ISavx2C7FLU4xXWQxq73LU7TBfT7k { position:relative; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #JSalGBec10sL1Km0fGug4F9RlELy3vxA { position:relative; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #cb7qd33yPTtwnK1sxIoKgkIfCaSTkN9c { position:relative;display:block; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #VveuAJ5nEoKwyS0mcn97VGpaBJlq1566 { position:relative; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #OThlf6FwTCPoSZ54zm7VnE3h77PX5Jw6 { position:relative; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #smCh2N54KgvdhTPITTy3ZRBhVNg77DPM { position:relative;display:none; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #rte0QN15d68Tqs3nDQJzwEBTmdDU4IlV { position:relative; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #uexCcypPh8efkVgOkrDThdLmseoguTpO { position:relative; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #dCuxAu0dR4zSm4tEH6koxRkFcmPZNTJR { position:relative; }
#nwJKX2RI0TyAzW9zZy0UB6lTI4O8mNLT { color:rgba(var(--color-tertiary-1),1);display:block;width:33.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:13.248779296875rem;left:2.696044921875rem;height:4.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ULDaRW873HcmeUxt0CuJJM8lkSkscV1U { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:21.6875rem;top:5.0616879463196rem;left:2.6957564353943rem;overflow:hidden;display:block; }
#VikQChA18EtZssyA70aygaIQWAKN33ya { color:rgba(var(--color-secondary-2),1);display:block;width:50.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15008;line-height:.8;letter-spacing:0;top:21.561889648438rem;left:2.6959228515625rem;height:6.7998rem;font-style:normal;display:block; }
#PtSHT5ynlstR43oKtWcMCXAV2RO0H0Ou { color:rgba(var(--color-tertiary-3),1);display:block;width:42.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.98486328125rem;left:2.54296875rem;height:3.8994125rem;display:block; }
#JoxemzerPpS7UADfONMcpBqJ1TEgthkv { position:relative;display:block; }#JoxemzerPpS7UADfONMcpBqJ1TEgthkv { background-color: transparent; background-image: none; }#JoxemzerPpS7UADfONMcpBqJ1TEgthkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoxemzerPpS7UADfONMcpBqJ1TEgthkv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoxemzerPpS7UADfONMcpBqJ1TEgthkv > .row .container > .video-iframe-container { display: none; }#JoxemzerPpS7UADfONMcpBqJ1TEgthkv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoxemzerPpS7UADfONMcpBqJ1TEgthkv > .row > .video-iframe-container { display: none; }#JoxemzerPpS7UADfONMcpBqJ1TEgthkv > .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); }#JoxemzerPpS7UADfONMcpBqJ1TEgthkv { border-width: 0; border-radius: 0; }#JoxemzerPpS7UADfONMcpBqJ1TEgthkv > .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; }#JoxemzerPpS7UADfONMcpBqJ1TEgthkv > .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:33.1875rem;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; }#tP6SRAsVEUBiXBE0MCEZVwgC4UVIPpvo { color:rgba(var(--color-tertiary-1),1);display:block;width:31.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:22.1875rem;left:2.24853515625rem;height:9.4482375rem;display:block; }
#eBnUUtr3CHPtXXkymQfQya7Eqwcmu0fy { color:#555555;display:block;width:31.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:7.375rem;left:2.24853515625rem;height:2.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kvnUJQooOQCc61Hq75i06LR0rFGTfEiR { color:rgba(var(--color-secondary-2),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:2.1875rem;height:3.25rem;display:block; }
#ZO3cpNSvJgfT4Nlh6qmIi7GK42Afn9vS { color:rgba(var(--color-tertiary-1),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:12.6875rem;left:53.375rem;height:11.0229375rem;text-align:left;text-align-last:left;display:block; }
#xJHc1UEMcVgV90reBrIfFggRLo8yUcit { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.1) ;height:17.1875rem;width:21rem;top:11.1875rem;left:50.8125rem;display:block; }
#kAQtaaTFpaacRrcm6bVreZLS4qdXu0FM { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:4.8125rem;left:40.4375rem;overflow:hidden;display:block; }
#AZETsAw6H50ybrHE2VS5sVr6CwBDrImd { color:rgba(var(--color-tertiary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.6875rem;left:53.375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#uUlu0ZA0TLhmfJqi10zgq7llCy7inn1R { color:rgba(var(--color-tertiary-1),1);display:block;width:31.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:12.0625rem;left:2.24951171875rem;height:6.6113125rem;display:block; }#uUlu0ZA0TLhmfJqi10zgq7llCy7inn1R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uUlu0ZA0TLhmfJqi10zgq7llCy7inn1R li:before{  }
#vHhqee88zzLnlNF32k31mmnbfqsNyqdr { color:rgba(var(--color-tertiary-1),1);display:block;width:31.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:12.874755859375rem;left:2.374267578125rem;height:20.47118125rem;display:none; }
#x13NMs6d4BUUkFBxRtyFbNlE8LxMDKbV { border-top:0.0625rem solid #cecece;border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.625rem solid rgba(0,0,0,0);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x13NMs6d4BUUkFBxRtyFbNlE8LxMDKbV > .row .container { background-color: transparent; background-image: none; }#x13NMs6d4BUUkFBxRtyFbNlE8LxMDKbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x13NMs6d4BUUkFBxRtyFbNlE8LxMDKbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x13NMs6d4BUUkFBxRtyFbNlE8LxMDKbV > .row .container > .video-iframe-container { display: none; }#x13NMs6d4BUUkFBxRtyFbNlE8LxMDKbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x13NMs6d4BUUkFBxRtyFbNlE8LxMDKbV > .row > .video-iframe-container { display: none; }#x13NMs6d4BUUkFBxRtyFbNlE8LxMDKbV > .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); }#x13NMs6d4BUUkFBxRtyFbNlE8LxMDKbV > .row .container { border-width: 0; border-radius: 0; }#x13NMs6d4BUUkFBxRtyFbNlE8LxMDKbV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x13NMs6d4BUUkFBxRtyFbNlE8LxMDKbV > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#HSv8rGn1zLLnyi0iWQP9OKHB7KHs0XTk { color:#b7b7b7;display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8623046875rem;left:10.21875rem;height:1.4624rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FylvK0u02sTTMkbNwsn7nN3C2HWvH8Tk { width:47.75rem;height:12.875rem;top:19.5625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcaTtoMxzOCU5pZ8M3qoRWduiRM5ntzd { width:46.5rem;height:6.125rem;top:33.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpTuJZa0TECVRTSsTknIDLnhPMpbn5F { width:14.875rem;height:3.9375rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTJpA3seHq1TFJfKicfbWlUTRJ82NiCF { display:block; }
 }@media only screen and (max-width: 763px) { #XblPsqkwhinTPnV19Tn2nHr2ZcA1wMSU { width:14.8125rem;height:3.75rem;top:44.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aok1DUect1h7NMT4fViMze8CXaZ1tm2o { display:block; }
 }@media only screen and (max-width: 763px) { #s4ekEatlvoWIgL7lJNCzMWLSeJnZ3RRT { width:23rem;height:4.5rem;top:7.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AC6uew83FZzXQBu3zw6tkFXPAlvLJWFe { width:23rem;height:4.5rem;top:7.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eztKWfOSMlD0HwW5gMPfSAwpikWBmgSh { width:23rem;height:4.5rem;top:7.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTEZmmt5vqaufTaKHZ1gEfIE5mDsu1ZS { width:23rem;height:4.5rem;top:7.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDD3xVeEePpv5xx0q1cvIHqn3oBiVn4l { width:23rem;height:4.5rem;top:7.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlwZX3g8KpT2lr0nVLXUoZ0iFqtxNyci { width:23.8125rem;height:6.6064409329981rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXigyI9ouIzk8btmd92QNGNMgJPanauh { width:47.75rem;height:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R38q7QnBnGIcVTMMy7hpnhkExwp4XQgA { width:19.5rem;height:5.8125rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTgiG0VXSrDr8uV5IyTI8qfvbvPUJ8pi { display:block; }#cTgiG0VXSrDr8uV5IyTI8qfvbvPUJ8pi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iw6Eexzu7mCfVEGhap1ZKhDuW41xEAd2 { width:47.75rem;height:;top:6.625rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muqk62VXKE7tE4uLOz69oDeWxrXQC4TP { width:36.375rem;height:22.75rem;top:15.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrHELDIMTw3aP3vLhebL8mIstNrWBNVN { width:28.125rem;height:0;top:24rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0LDz2JFIwsV8VdtJ9u0csBFQqR0xya1 { width:22.875rem;height:27.375rem;top:8.875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irzwuWiaa5AqR4CZilL4PGONtd11F80S { display:block; }#irzwuWiaa5AqR4CZilL4PGONtd11F80S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0taOrCaLIlH3UaP0f7Zau8tFggHAfJg { width:22.9375rem;height:1.625rem;top:10.1875rem;left:24.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpObyWJklZaSmhIPd4viFIm7crlSWfOZ { width:26.625rem;height:1.4375rem;top:23.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhtTBGi4HHmZKQp8J8EQt2ZegAWKtOhh { width:25rem;height:0.0625rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy1n0WXa7gF6eCbmcUhXqJ2eFco2CDBC { width:23.5rem;height:1.4624rem;top:13.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXnXLMMdTfRzXTSwMgsX6UnT39nUJopL { width:25rem;height:0.0625rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTn9Z8c9HTvvM1qbQAhM8qx2ye5PDMu { width:25rem;height:0.0625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTDiPObv6ZAZHdK4TPN2yOwA0IXbTdEJ { width:22.5625rem;height:1.4375rem;top:28.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU54gtySVyILgz1gDrO3G43k92DhI2pT { width:27.5rem;height:1.625rem;top:10.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5HtGyEOMetBIkQgIoR9TZJyNvEMLAgH { width:25rem;height:0;top:12.3125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFpBxLqpqCPToG2c4kFstyurOll1sFzQ { width:25rem;height:2.3999rem;top:7.5625rem;left:22.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmIrhU0sm0PBuJVDOCy6ns6GfZ03QgKT { width:23.5rem;height:1.4375rem;top:13rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeXvAPD1kqHGD8d6D4giG9ATB5ccb1iZ { width:23.5rem;height:1.4375rem;top:16rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmLZew26QmgAkSr2GOyGa0mx7RdGdmGR { width:28.1875rem;height:;top:7.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6DmwMTTEFHkF1SPMNLa0i2oOwpBpHhu { width:25rem;height:2.375rem;top:19.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiPMKbiKG2EzANBw0pvxfp7KEbvCasGm { width:26rem;height:1.4375rem;top:26.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC3EWBUN7gu2ModDITwSSXTOI2RsxVeG { width:26.625rem;height:;top:14.6875rem;left:21.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQsDSzaM6wHPBOuSSGbf2BMs88LRBmDK { width:25rem;height:0;top:14.625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaVbtzyp8RlzDvxuiAqaDGkcxigCFF7K { width:25.625rem;height:;top:20.1875rem;left:22.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1OLfgePTIRIflqdcinhCDTNmbtOsHUp { width:30rem;height:10.75rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVeNdQcTmo2aEPJGEHHfwcT1rWmyQU0A { width:23rem;height:1.625rem;top:11.8125rem;left:24.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH8OQiVyuiuShy3fW1vXGSKoV6sVA7W8 { width:27.375rem;height:2.375rem;top:27rem;left:20.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9MlNaXE6HCBJzZT0uH7LldTERI11umm { width:25.3125rem;height:1.5rem;top:29.4375rem;left:22.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d57aU7GDSobqNITllfO9UeWaILst06ri { width:30.3125rem;height:15.6875rem;top:5.375rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFMx4gbJbFwwRRVy77CkLUTkGa8wl6R3 { width:30rem;height:17.4375rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8x0ADnVytvNRttzvVNLJOcomBf5InzH { width:30.1875rem;height:11.0625rem;top:23.6875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifRcMAaNLN0Cbg5RIkQ0D5uRTcMNAw03 { width:25rem;height:0;top:16.6875rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWTeZ3CCwsGQ7WZFAUedET4BtbCLFwkO { width:24.5625rem;height:1.4375rem;top:15.375rem;left:23.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzEP8yo8AirPZ3QDkQEx0PKCHrHb1rhA { width:24.5625rem;height:1.4375rem;top:10.9375rem;left:23.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec1TOif0SCpnlQJON6aKeL2wK8qeZJp0 { width:24.5625rem;height:1.4375rem;top:13.1875rem;left:23.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNw108FfKDAmc3KHtDLHv3ZQQ8CL1vB0 { width:24.5625rem;height:1.4375rem;top:30.9375rem;left:23.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryiOzwAirgTSxqm4WldzNspFNIMvDeyK { width:14.8125rem;height:3.9375rem;top:38.8125rem;left:16.437255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxzmQTsu6TOLTkUrm7oO0n7xWkHv55Ag { display:block; }
 }@media only screen and (max-width: 763px) { #l8d91ABXMSCc9Xw9N98RNTqzAQ4xKNvT { width:25rem;height:0;top:16.6875rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwxPbzm3tc0Kpow9itTxs8XslVXqy3g9 { display:block; }#wwxPbzm3tc0Kpow9itTxs8XslVXqy3g9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDXWTT2iZCRtm7ELW7QnGsitkCi6mQIr { width:47.75rem;height:3.5rem;top:4.125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC5wQCLIS0RRZwmht8LqDWgRdXOqaLk4 { width:47.75rem;height:3.125rem;top:8.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJEvpKVQT92ZVmt5oBwaI88xDqpLZWK2 { width:40.1875rem;height:21.125rem;top:13.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzN5iTlNpJ89tw1EXAA9SXdkQMcbAmnU { width:29.0625rem;height:32.492403368269rem;top:5.4375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOorF1I3mI3PRkMsikwHoXBbMo8d7JfN { display:block; }#TOorF1I3mI3PRkMsikwHoXBbMo8d7JfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk19HVVfJZMsTBgwP43FTo5R7SMKDsQf { width:47.75rem;height:3.125rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyqEitVfDll4brou14gNqBXJA9RSbIFz { display:block; }#UyqEitVfDll4brou14gNqBXJA9RSbIFz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJLW6smSeiLaczSGu5d5DCeX7p1ZoRrM { width:16.8125rem;height:4.0625rem;top:20.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0Se2uLndnfleTo7xs8T6rTWbFDKBNn1 { width:17.125rem;height:7.25rem;top:24.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3SyhumFsXewIy8EnA3Pw4rQ2ku01WTl { width:16.375rem;height:2.6875rem;top:20.625rem;left:13.966148376465rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwnoB8EUm6aEveS3AZozgTNRTw0ZTk4G { width:16.5625rem;height:10.0625rem;top:24.8125rem;left:13.9658203125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmcLi5nrKR16bIUL2Btsh6Xf3obapshz { width:18.5rem;height:;top:20.625rem;left:29.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpOUKkiZDuNKuKc4xZD4VxuD8uTEIZ0G { width:16.375rem;height:8.75rem;top:24.8125rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0iNFDHd0ptkbni3nPuUFcZNXmwneWAu { width:17.875rem;height:18.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #deNR02mJ3gcOOsSSUZoHBzKgZkWCMIWk { width:17.25rem;height:18.75rem;top:2rem;left:13.967163085938rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDJUxIPKXWhA56H4alqIPz3hqgscpIfz { width:17.5rem;height:17.875rem;top:2.1875rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSmziE4qNiIcxWqdm8IA44sN4BUGCif3 { width:16.5625rem;height:;top:49.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCvFW5sgqBlUQ7nsQ8bBJZ7J3Rl5qA4Q { width:20rem;height:;top:20.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEX0mw0SCbnEo5IiCTLfGCTpZs9mzIop { width:17.875rem;height:17.875rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #om4mwk7zSbRPDfZiKbTaX92uP2kCkrBw { width:17.875rem;height:17.875rem;top:37rem;left:13.372398376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvgFiPD7cyb7wvAx0S0ZsV8xVEc9AT3N { width:17.875rem;height:17.875rem;top:37rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMDyG9SKAyOXUcf2iVsGAB7Qf04VTppa { width:16.8125rem;height:;top:56.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQGROfKdeVfI4pkLvpP7XU3MOliO9nS9 { width:17.125rem;height:5.75rem;top:60.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfWimPKPamHwokAgPTTlJ8LhGQpxdqxK { width:16.8125rem;height:;top:56.75rem;left:13.841148376465rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh3asFagS7mfyfN74rMewO0RGmPqrWPg { width:16.8125rem;height:;top:56.75rem;left:30.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFtdIHkfLBk7giyDelUhB0dDDDUzHDcC { width:17.125rem;height:5.8125rem;top:60.0625rem;left:13.747398376465rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quW8qPzTJ7BCPgxBSKzA0486CsZeiUre { width:17.125rem;height:4.375rem;top:60.0625rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDPKo87UcH0Nun5nTNPvyurtW4L6Qaxa { width:19.875rem;height:;top:112rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0KHwBtRg8erGQiZQz0kLB9UaFUZBq7m { width:19.875rem;height:;top:142.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXE1LG8oqDRMPqXxkvfr6LSlvqgtP3CS { width:19.875rem;height:;top:151.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh { display:block; }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfxsKWhMMik3hkHusDsIxJ1FGegbmH9T { width:29.125rem;height:35.6875rem;top:7.875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh6q5PKkZrLD292D21l7QyT7eotEnFF0 { width:19.875rem;height:4rem;top:9.875rem;left:27.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTeEuC85RqUlOcdAr20t14xf6iEVOhwr { width:5.25rem;height:3.5rem;top:10.4375rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAzs5lBeipcXaI0VZyyT8wnIpSKdIVZr { width:22.6875rem;height:4.1875rem;top:14.9375rem;left:25.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-regular-label { width:23.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-text { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-textarea { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-select { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-button { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1  { width:23.1875rem;height:auto;top:19.875rem;left:22.0625rem; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .radio-container { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 {display:block;}#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 { width:23.1875rem;height:auto;top:19.875rem;left:22.0625rem; }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #dvPICWmBFpv3EWpvNTpzTtXNHSPpl3y9 {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #TCPKwxH7W2or32KNJq0BPkq8WFluPKwC { display:block; }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #Xf3gkbTxUHXmeQF9OlIr8BMT7wb8QoSQ {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #PKsHrAK61GK60GIm44VR7ltDtCTOKthz {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #kxGvWU82IfZ6euaK7PuNA4433Pa3KuHK { display:block; }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #OI9ISavx2C7FLU4xXWQxq73LU7TBfT7k {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #JSalGBec10sL1Km0fGug4F9RlELy3vxA {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #cb7qd33yPTtwnK1sxIoKgkIfCaSTkN9c { display:block; }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #VveuAJ5nEoKwyS0mcn97VGpaBJlq1566 {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #OThlf6FwTCPoSZ54zm7VnE3h77PX5Jw6 {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #smCh2N54KgvdhTPITTy3ZRBhVNg77DPM { display:block; }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #rte0QN15d68Tqs3nDQJzwEBTmdDU4IlV {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #uexCcypPh8efkVgOkrDThdLmseoguTpO {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #dCuxAu0dR4zSm4tEH6koxRkFcmPZNTJR {  }
 }@media only screen and (max-width: 763px) { #nwJKX2RI0TyAzW9zZy0UB6lTI4O8mNLT { width:33.8125rem;height:4.1875rem;top:13.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULDaRW873HcmeUxt0CuJJM8lkSkscV1U { width:21.6875rem;height:6.5625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VikQChA18EtZssyA70aygaIQWAKN33ya { width:47.75rem;height:6.75rem;top:21.5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtSHT5ynlstR43oKtWcMCXAV2RO0H0Ou { width:42.25rem;height:3.875rem;top:28.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoxemzerPpS7UADfONMcpBqJ1TEgthkv { display:block; }#JoxemzerPpS7UADfONMcpBqJ1TEgthkv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tP6SRAsVEUBiXBE0MCEZVwgC4UVIPpvo { width:31.5625rem;height:9.4375rem;top:22.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBnUUtr3CHPtXXkymQfQya7Eqwcmu0fy { width:31.5625rem;height:;top:7.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvnUJQooOQCc61Hq75i06LR0rFGTfEiR { width:35.375rem;height:3.25rem;top:3.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO3cpNSvJgfT4Nlh6qmIi7GK42Afn9vS { width:15.875rem;height:14.125rem;top:12.6875rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJHc1UEMcVgV90reBrIfFggRLo8yUcit { width:21rem;height:17.1875rem;top:11.1875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAQtaaTFpaacRrcm6bVreZLS4qdXu0FM { width:12.5625rem;height:12.5625rem;top:4.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZETsAw6H50ybrHE2VS5sVr6CwBDrImd { width:12.8125rem;height:3.25rem;top:6.6875rem;left:32.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUlu0ZA0TLhmfJqi10zgq7llCy7inn1R { width:31.5625rem;height:;top:12.0625rem;left:0rem;font-size:1.125rem;display:block; }#uUlu0ZA0TLhmfJqi10zgq7llCy7inn1R li:before{  }
 }@media only screen and (max-width: 763px) { #vHhqee88zzLnlNF32k31mmnbfqsNyqdr { width:19.9375rem;height:5.8125rem;top:23.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x13NMs6d4BUUkFBxRtyFbNlE8LxMDKbV { display:block; }#x13NMs6d4BUUkFBxRtyFbNlE8LxMDKbV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSv8rGn1zLLnyi0iWQP9OKHB7KHs0XTk { width:47.75rem;height:1.4624rem;top:1.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/96645ab1-1beb-4d20-b5ed-7f7035984ef9/CopiadeOrganizatuvidasinestres1080x1350pxTuStory.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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 { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FylvK0u02sTTMkbNwsn7nN3C2HWvH8Tk { width:20rem;height:5.0996125rem;top:7.8116121292112rem;left:0rem;font-size:3.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CcaTtoMxzOCU5pZ8M3qoRWduiRM5ntzd { width:18.875rem;height:4.63036875rem;top:13.483724594116rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LTpTuJZa0TECVRTSsTknIDLnhPMpbn5F { width:11.875rem;height:2.5617rem;top:36.561611175537rem;left:4.0624998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTJpA3seHq1TFJfKicfbWlUTRJ82NiCF { display:block; }
 }@media only screen and (max-width: 763px) { #XblPsqkwhinTPnV19Tn2nHr2ZcA1wMSU { width:11.5rem;height:2.4375rem;top:36.6875rem;left:3.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aok1DUect1h7NMT4fViMze8CXaZ1tm2o { display:block; }
 }@media only screen and (max-width: 763px) { #s4ekEatlvoWIgL7lJNCzMWLSeJnZ3RRT { width:20rem;height:3.9130434782609rem;top:17rem;left:1.077880859375rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #AC6uew83FZzXQBu3zw6tkFXPAlvLJWFe { width:20rem;height:3.9130434782609rem;top:18.25rem;left:2.327880859375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #eztKWfOSMlD0HwW5gMPfSAwpikWBmgSh { width:20rem;height:3.9130434782609rem;top:6.4375rem;left:1.077880859375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #uTEZmmt5vqaufTaKHZ1gEfIE5mDsu1ZS { width:20rem;height:3.9130434782609rem;top:18.125rem;left:1.077880859375rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #bDD3xVeEePpv5xx0q1cvIHqn3oBiVn4l { width:7.9375rem;height:7.9375rem;top:-1.3125rem;left:-6.234619140625rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #TlwZX3g8KpT2lr0nVLXUoZ0iFqtxNyci { width:20rem;height:5.5487167941189rem;top:22.875rem;left:1.2734375rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #VXigyI9ouIzk8btmd92QNGNMgJPanauh { top:2.4986681938171rem;left:0rem;width:13.3744375rem;height:4.1867875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R38q7QnBnGIcVTMMy7hpnhkExwp4XQgA { width:19.5rem;height:5.8125rem;top:7.9375rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTgiG0VXSrDr8uV5IyTI8qfvbvPUJ8pi { display:block; }#cTgiG0VXSrDr8uV5IyTI8qfvbvPUJ8pi > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iw6Eexzu7mCfVEGhap1ZKhDuW41xEAd2 { width:19.999125rem;height:3.1621125rem;top:3.1245574951172rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #muqk62VXKE7tE4uLOz69oDeWxrXQC4TP { width:19.9375rem;height:32.1728rem;top:7.9998226165769rem;left:0rem;font-size:1.125rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UrHELDIMTw3aP3vLhebL8mIstNrWBNVN { width:20rem;height:0;top:36.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0LDz2JFIwsV8VdtJ9u0csBFQqR0xya1 { width:20rem;height:24rem;top:40.167971611023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irzwuWiaa5AqR4CZilL4PGONtd11F80S { display:block; }#irzwuWiaa5AqR4CZilL4PGONtd11F80S > .row .container { width:20rem;height:87.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0taOrCaLIlH3UaP0f7Zau8tFggHAfJg { width:11.25rem;height:1.625rem;top:45.5rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpObyWJklZaSmhIPd4viFIm7crlSWfOZ { width:15.5625rem;height:2.92480625rem;top:24.12353515625rem;left:2.4371337890625rem;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #RhtTBGi4HHmZKQp8J8EQt2ZegAWKtOhh { width:16.25rem;height:0.061035125rem;top:27.310546875rem;left:2.4990234375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Zy1n0WXa7gF6eCbmcUhXqJ2eFco2CDBC { width:20rem;height:1.4624rem;top:9.000244140625rem;left:0rem;font-size:1.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #OXnXLMMdTfRzXTSwMgsX6UnT39nUJopL { width:16.2495rem;height:0.0615234375rem;top:31.310546875rem;left:2.65380859375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #VXTn9Z8c9HTvvM1qbQAhM8qx2ye5PDMu { width:16.25rem;height:0.0616455rem;top:35.186619140625rem;left:2.4371337890625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #kTDiPObv6ZAZHdK4TPN2yOwA0IXbTdEJ { width:15.1875rem;height:2.92480625rem;top:31.873046875rem;left:2.46533203125rem;font-size:1.125rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #OU54gtySVyILgz1gDrO3G43k92DhI2pT { width:16.4375rem;height:3.25rem;top:8.10546875rem;left:2.43701171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5HtGyEOMetBIkQgIoR9TZJyNvEMLAgH { width:16.25rem;height:0.062255875rem;top:47.9375rem;left:2.75rem;z-index:14993;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hFpBxLqpqCPToG2c4kFstyurOll1sFzQ { width:16.25rem;height:2.3999rem;top:43.125rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmIrhU0sm0PBuJVDOCy6ns6GfZ03QgKT { width:15.3110625rem;height:2.92480625rem;top:11.8125rem;left:2.34423828125rem;font-size:1.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #PeXvAPD1kqHGD8d6D4giG9ATB5ccb1iZ { width:16.687rem;height:1.4624rem;top:11.812744140625rem;left:2.62451171875rem;font-size:1.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #UmLZew26QmgAkSr2GOyGa0mx7RdGdmGR { width:14.43725rem;height:4.3994125rem;top:3.4375rem;left:2.62451171875rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Q6DmwMTTEFHkF1SPMNLa0i2oOwpBpHhu { width:16.25rem;height:2.3999rem;top:20.623752929688rem;left:2.4371337890625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiPMKbiKG2EzANBw0pvxfp7KEbvCasGm { width:14.4375rem;height:2.92480625rem;top:27.74560546875rem;left:2.37451171875rem;font-size:1.125rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #DC3EWBUN7gu2ModDITwSSXTOI2RsxVeG { width:16.25rem;height:0;top:50.25rem;left:0rem;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #xQsDSzaM6wHPBOuSSGbf2BMs88LRBmDK { width:20rem;height:0;top:50.1875rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #PaVbtzyp8RlzDvxuiAqaDGkcxigCFF7K { width:16.25rem;height:0;top:55.75rem;left:2.5rem;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #J1OLfgePTIRIflqdcinhCDTNmbtOsHUp { width:20rem;height:14.8125rem;top:1.24951171875rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #MVeNdQcTmo2aEPJGEHHfwcT1rWmyQU0A { width:16.25rem;height:1.625rem;top:47.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH8OQiVyuiuShy3fW1vXGSKoV6sVA7W8 { width:15.436375rem;height:4.3994125rem;top:67.340287208556rem;left:2.2816051244736rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #A9MlNaXE6HCBJzZT0uH7LldTERI11umm { width:16.249125rem;height:1.625rem;top:72.238546371463rem;left:2.436967253685rem;font-size:1.25rem;color:#e97645;display:block; }
 }@media only screen and (max-width: 763px) { #d57aU7GDSobqNITllfO9UeWaILst06ri { width:20rem;height:21.4375rem;top:40.9375rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #zFMx4gbJbFwwRRVy77CkLUTkGa8wl6R3 { width:20rem;height:20.9375rem;top:18.56103515625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #t8x0ADnVytvNRttzvVNLJOcomBf5InzH { width:20rem;height:13.625rem;top:65.558853149412rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #ifRcMAaNLN0Cbg5RIkQ0D5uRTcMNAw03 { width:16.25rem;height:0.062255875rem;top:52.25rem;left:2.5rem;z-index:14994;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IWTeZ3CCwsGQ7WZFAUedET4BtbCLFwkO { width:16.3125rem;height:1.4624rem;top:53.5625rem;left:2.4375rem;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #LzEP8yo8AirPZ3QDkQEx0PKCHrHb1rhA { width:11.562rem;height:1.4624rem;top:45.75rem;left:2.4375rem;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ec1TOif0SCpnlQJON6aKeL2wK8qeZJp0 { width:13.5615rem;height:2.92480625rem;top:48.8125rem;left:2.4375rem;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #oNw108FfKDAmc3KHtDLHv3ZQQ8CL1vB0 { width:16.68725rem;height:2.92480625rem;top:74.368341445925rem;left:2.436967253685rem;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ryiOzwAirgTSxqm4WldzNspFNIMvDeyK { width:14.8125rem;height:3.9375rem;top:81.24462890625rem;left:2.43603515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxzmQTsu6TOLTkUrm7oO0n7xWkHv55Ag { display:block; }
 }@media only screen and (max-width: 763px) { #l8d91ABXMSCc9Xw9N98RNTqzAQ4xKNvT { width:16.2495rem;height:0.0615234375rem;top:57.5625rem;left:2.4375rem;z-index:14995;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wwxPbzm3tc0Kpow9itTxs8XslVXqy3g9 { display:block; }#wwxPbzm3tc0Kpow9itTxs8XslVXqy3g9 > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDXWTT2iZCRtm7ELW7QnGsitkCi6mQIr { width:20rem;height:4.00035625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UC5wQCLIS0RRZwmht8LqDWgRdXOqaLk4 { width:20rem;height:2.000175rem;top:5.3124084472656rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vJEvpKVQT92ZVmt5oBwaI88xDqpLZWK2 { width:20rem;height:33.6353rem;top:8.93731880188rem;left:0rem;font-size:1.125rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KzN5iTlNpJ89tw1EXAA9SXdkQMcbAmnU { width:20rem;height:22.3593125rem;top:40.932629585266rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOorF1I3mI3PRkMsikwHoXBbMo8d7JfN { display:block; }#TOorF1I3mI3PRkMsikwHoXBbMo8d7JfN > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk19HVVfJZMsTBgwP43FTo5R7SMKDsQf { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UyqEitVfDll4brou14gNqBXJA9RSbIFz { display:block; }#UyqEitVfDll4brou14gNqBXJA9RSbIFz > .row .container { width:20rem;height:181.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJLW6smSeiLaczSGu5d5DCeX7p1ZoRrM { width:20rem;height:4.04829375rem;top:20.18510055542rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #M0Se2uLndnfleTo7xs8T6rTWbFDKBNn1 { width:19.375rem;height:5.8496125rem;top:22.940105438233rem;left:0.3125rem;font-size:1.125rem;z-index:14994;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #n3SyhumFsXewIy8EnA3Pw4rQ2ku01WTl { width:16.5625rem;height:4.04829375rem;top:48.74911737442rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mwnoB8EUm6aEveS3AZozgTNRTw0ZTk4G { width:20rem;height:8.7744375rem;top:52.125rem;left:0rem;font-size:1.125rem;z-index:14994;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #UmcLi5nrKR16bIUL2Btsh6Xf3obapshz { width:19.875rem;height:2.69921875rem;top:81.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpOUKkiZDuNKuKc4xZD4VxuD8uTEIZ0G { width:20rem;height:7.312rem;top:85rem;left:0rem;font-size:1.125rem;z-index:14994;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #P0iNFDHd0ptkbni3nPuUFcZNXmwneWAu { width:17.8125rem;height:18.874375rem;top:2.0546979904175rem;left:1.09375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #deNR02mJ3gcOOsSSUZoHBzKgZkWCMIWk { width:17.249375rem;height:18.75rem;top:30.6875rem;left:1.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XDJUxIPKXWhA56H4alqIPz3hqgscpIfz { width:17.5rem;height:17.874375rem;top:63.8125rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OSmziE4qNiIcxWqdm8IA44sN4BUGCif3 { width:16.5625rem;height:2.69921875rem;top:48.8125rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dCvFW5sgqBlUQ7nsQ8bBJZ7J3Rl5qA4Q { width:20rem;height:;top:20.240905761719rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #mEX0mw0SCbnEo5IiCTLfGCTpZs9mzIop { width:17.875rem;height:17.875rem;top:95.123039245606rem;left:1.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #om4mwk7zSbRPDfZiKbTaX92uP2kCkrBw { width:17.875rem;height:17.875rem;top:124.18490219116rem;left:1.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GvgFiPD7cyb7wvAx0S0ZsV8xVEc9AT3N { width:17.875rem;height:17.875rem;top:152.6875rem;left:1.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gMDyG9SKAyOXUcf2iVsGAB7Qf04VTppa { width:16.8125rem;height:auto;top:56.8125rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KQGROfKdeVfI4pkLvpP7XU3MOliO9nS9 { width:20rem;height:4.38720625rem;top:116.3125rem;left:0rem;font-size:1.125rem;z-index:14994;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VfWimPKPamHwokAgPTTlJ8LhGQpxdqxK { width:16.8125rem;height:auto;top:56.75rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #kh3asFagS7mfyfN74rMewO0RGmPqrWPg { width:16.8125rem;height:0;top:152.32368278503rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #eFtdIHkfLBk7giyDelUhB0dDDDUzHDcC { width:20rem;height:4.38720625rem;top:145.51107406616rem;left:0rem;font-size:1.125rem;z-index:14994;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #quW8qPzTJ7BCPgxBSKzA0486CsZeiUre { width:20rem;height:4.38720625rem;top:173.5rem;left:0rem;font-size:1.125rem;z-index:14994;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qDPKo87UcH0Nun5nTNPvyurtW4L6Qaxa { width:19.875rem;height:1.3496125rem;top:114.1875rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #X0KHwBtRg8erGQiZQz0kLB9UaFUZBq7m { width:19.875rem;height:2.69921875rem;top:142.81250762939rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #eXE1LG8oqDRMPqXxkvfr6LSlvqgtP3CS { width:19.875rem;height:1.3496125rem;top:171.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d75baf22-12e8-4293-8cc3-1eed60840126/CopiadeOrganizatuvidasinestres1080x1350pxTuStory2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh.adaptive-delivery-prevent-bg, #uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh.lazyload, #uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh.lazyloading { background-image: none; }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .row .container { background-color: transparent; background-image: none; }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .row .container > .video-iframe-container { display: none; }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .row > .video-iframe-container { display: none; }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .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); }#uWoHArfGBN0wlOMoDRM5Ebuwu5UIf5Wh > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfxsKWhMMik3hkHusDsIxJ1FGegbmH9T { width:20rem;height:35.68725rem;top:18.75rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #Lh6q5PKkZrLD292D21l7QyT7eotEnFF0 { width:11.749375rem;height:3.75rem;top:21.807527542114rem;left:6.3658555746081rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTeEuC85RqUlOcdAr20t14xf6iEVOhwr { width:3.68696875rem;height:2.49866875rem;top:22.432971000671rem;left:1.9371448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAzs5lBeipcXaI0VZyyT8wnIpSKdIVZr { width:16.1220625rem;height:7.312rem;top:25.75rem;left:1.9375rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.8125rem; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.8125rem; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:3.125rem; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-container:first-of-type{padding-top:0;}#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .widget-container:last-of-type{padding-bottom:0;}#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1  { width:16.2495rem;height:auto;top:33.0625rem;left:0.625rem;z-index:14991; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 {display:block;}#Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 { width:16.2495rem;height:auto;top:33.0625rem;left:0.625rem;z-index:14991; }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #dvPICWmBFpv3EWpvNTpzTtXNHSPpl3y9 {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #TCPKwxH7W2or32KNJq0BPkq8WFluPKwC { display:block; }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #Xf3gkbTxUHXmeQF9OlIr8BMT7wb8QoSQ {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #PKsHrAK61GK60GIm44VR7ltDtCTOKthz {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #kxGvWU82IfZ6euaK7PuNA4433Pa3KuHK { display:block; }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #OI9ISavx2C7FLU4xXWQxq73LU7TBfT7k {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #JSalGBec10sL1Km0fGug4F9RlELy3vxA {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #cb7qd33yPTtwnK1sxIoKgkIfCaSTkN9c { display:block; }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #VveuAJ5nEoKwyS0mcn97VGpaBJlq1566 {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #OThlf6FwTCPoSZ54zm7VnE3h77PX5Jw6 {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #smCh2N54KgvdhTPITTy3ZRBhVNg77DPM { display:none; }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #rte0QN15d68Tqs3nDQJzwEBTmdDU4IlV {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #uexCcypPh8efkVgOkrDThdLmseoguTpO {  }
 }@media only screen and (max-width: 763px) { #Cvh2x9DLR8OTAZd6Ui6yb4gchPVNLOV1 #dCuxAu0dR4zSm4tEH6koxRkFcmPZNTJR {  }
 }@media only screen and (max-width: 763px) { #nwJKX2RI0TyAzW9zZy0UB6lTI4O8mNLT { width:19.999125rem;height:4.048825rem;top:2.9363265037537rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ULDaRW873HcmeUxt0CuJJM8lkSkscV1U { width:20rem;height:6.0518731988473rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VikQChA18EtZssyA70aygaIQWAKN33ya { width:14.625rem;height:3.7998rem;top:8.5rem;left:0rem;font-size:2.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PtSHT5ynlstR43oKtWcMCXAV2RO0H0Ou { width:19.999375rem;height:4.14258125rem;top:12.298154830932rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JoxemzerPpS7UADfONMcpBqJ1TEgthkv { display:block; }#JoxemzerPpS7UADfONMcpBqJ1TEgthkv > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tP6SRAsVEUBiXBE0MCEZVwgC4UVIPpvo { width:20rem;height:auto;top:22.1875rem;left:0rem;font-size:1.125rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eBnUUtr3CHPtXXkymQfQya7Eqwcmu0fy { width:20rem;height:4.79980625rem;top:7.2744140625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kvnUJQooOQCc61Hq75i06LR0rFGTfEiR { width:18.9984375rem;height:4.875rem;top:1.25rem;left:0.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZO3cpNSvJgfT4Nlh6qmIi7GK42Afn9vS { width:15.8715625rem;height:13.161625rem;top:49.625rem;left:2.0625rem;font-size:1.125rem;z-index:15001;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xJHc1UEMcVgV90reBrIfFggRLo8yUcit { width:20rem;height:26.1875rem;top:38.4375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #kAQtaaTFpaacRrcm6bVreZLS4qdXu0FM { width:10.4340625rem;height:10.4340625rem;top:34.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZETsAw6H50ybrHE2VS5sVr6CwBDrImd { width:12.8115rem;height:3.25rem;top:45.5625rem;left:2.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uUlu0ZA0TLhmfJqi10zgq7llCy7inn1R { width:18.5615rem;height:9.036125rem;top:14.32470703125rem;left:0.71923828125rem;font-size:1.125rem;z-index:15002;line-height:1.1;display:block; }#uUlu0ZA0TLhmfJqi10zgq7llCy7inn1R li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#uUlu0ZA0TLhmfJqi10zgq7llCy7inn1R li:before{  }
 }@media only screen and (max-width: 763px) { #vHhqee88zzLnlNF32k31mmnbfqsNyqdr { width:19.999rem;height:5.8496125rem;top:25.5rem;left:0rem;font-size:1.125rem;z-index:15001;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x13NMs6d4BUUkFBxRtyFbNlE8LxMDKbV { display:block; }#x13NMs6d4BUUkFBxRtyFbNlE8LxMDKbV > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSv8rGn1zLLnyi0iWQP9OKHB7KHs0XTk { width:15.999125rem;height:2.92480625rem;top:1.25rem;left:2rem;font-size:1.125rem;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }