.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:5,159,245;--color-primary-1:0,151,248;--color-primary-2:14,154,229;--color-primary-3:0,85,178;--color-primary-4:0,48,87;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:245,240,240;--color-tertiary-2:162,162,162;--color-tertiary-3:152,152,152;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { 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; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { background-color: transparent; background-image: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .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); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { border-width: 0; border-radius: 0; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#JEgsxJ7twtPVZEM8kDucnl5xMC4Nwlia { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.6875rem;left:60.9375rem;display:block; }
#wdpM9EClqP90egMETamSTlmn3QGhLTSz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sgJKrW4nb2d3lMPkHe3fmnu5Hc0mdvDQ { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #adacac;border-left:0.0625rem solid #adacac;border-right:0.0625rem solid #adacac;border-bottom:0.0625rem solid #adacac;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:2.125rem;left:55.75rem;display:block; }
#kCovfUriNrSH67o52iCR88sDwBySJTJo { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #adacac;border-left:0.0625rem solid #adacac;border-right:0.0625rem solid #adacac;border-bottom:0.0625rem solid #adacac;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:2.125rem;left:53.3125rem;display:block; }
#t9bHo4WbF7pyPzRpAyZGE6tB6J715L3I { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:2.375rem;left:53.5625rem; }
#t9bHo4WbF7pyPzRpAyZGE6tB6J715L3I > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#ElrwA5DC2O2aT5KWzlBmirtvnHuqWpF8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:2.375rem;left:56rem; }
#ElrwA5DC2O2aT5KWzlBmirtvnHuqWpF8 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#NxD3kTuF2sQb5fHgwxXWuDHxcUTi79Ig { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:2.375rem;left:51.1875rem; }
#NxD3kTuF2sQb5fHgwxXWuDHxcUTi79Ig > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#dxo6z3DCV46NbNyyFGQgc1cSkuyrtq7Q { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #adacac;border-left:0.0625rem solid #adacac;border-right:0.0625rem solid #adacac;border-bottom:0.0625rem solid #adacac;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:2.125rem;left:50.9375rem;display:block; }
#y6T7ux89sbgJ9C7mvZo1iGI00NTVlOgJ { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #adacac;border-left:0.0625rem solid #adacac;border-right:0.0625rem solid #adacac;border-bottom:0.0625rem solid #adacac;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:2.125rem;left:58.125rem;display:block; }
#XdTbvJxPMTzWKdQJfy99S1XfXEssJb98 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:2.375rem;left:58.375rem; }
#XdTbvJxPMTzWKdQJfy99S1XfXEssJb98 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#VSKbQla7SGmT2sJme3tyRkNcMQx1J52e { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:15.625rem;top:0.5rem;left:0.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/abVS27GV/01.jpg");background-position:top 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:53.75rem;width:75rem;overflow:visible;position:relative;display:block; }#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:7.748046875rem;left:0rem;height:10.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rRI3emTsLdd9XA2wWT6JhvsMQDKmBDLx { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:23.9365234375rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EO9asise46btvS1CL5WoxqSKGsE0MEgf { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.9375rem;width:70.5rem;top:27.625rem;left:2.25rem;display:block; }
#aMBeB7UQwZc4eUAvlrZPOms3HtqPqHvi { color:#662483;display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29.125rem;left:15.9375rem;height:4.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.58875rem;padding-right:0.515rem;padding-bottom:0.58875rem;padding-left:0.515rem;display:block;align-items:center;width:3.088125rem;min-width:3.088125rem;height:3.165625rem;position:relative;font-family:"open sans";font-size:2.355625rem;font-weight:700;line-height:50.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.368125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.1175rem;height:1.25125rem;position:relative;font-family:"open sans";font-size:0.883125rem;font-weight:400;line-height:20.02px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:20.5rem;height:5.9625rem;padding-top:0.73625rem;padding-right:0.735rem;padding-bottom:0.73625rem;padding-left:0.735rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:38.5rem;left:26.125rem;z-index:15005; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #NoJTCrgT7bbeMiqrCwV7oH5eHxvPNSfa { display:flex;position:relative;top:0rem;left:0rem; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #T5sPaDKNZLGVvboQaoNJytNHCiyh5EPV { width:auto; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #J0c7TVglRQDlM9eFn3x7UBLd7ePSTlO4 {  }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #TntHDyBatTTQ3wdKivVZaoNM7QlvqG5G { display:flex;position:relative;top:0rem;left:0rem; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #yJ65JQ6CroTVIPBxmFEw6uFyEwDixnuv {  }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #ixAJsctA1sqKoabTKfKqB2EdVoInCb9p {  }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #Bxrs35I8gWACgL1dRBL5fGKSl6T1TB6z { display:flex;position:relative;top:0rem;left:0rem; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #fBq8q4Lq0WoAizOEV78T8ibLCdanw0bI {  }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #Cs5Ld6zCXuCtlLOzuFX6AGswkuuAFMdU {  }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #kAvw3Xv9neBtxXHJKmRsCuTyzl4BoPtH { display:flex;position:relative;top:0rem;left:0rem; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #y2oPuOPa3siFTd6E06iwTsyqXD1wQoqC {  }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #xTP4Qbn47KMvEVy50PrH7ixfbiNgOCJ8 {  }
#UzTIKnfJ7zR08UqG4aBsWBklu7QdT0tP { 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:3rem;width:3rem;top:31.8125rem;left:7rem;overflow:hidden;display:block; }
#brReKqEfcgLOTosfS29OEoN4k8OQff4t { 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:3rem;width:3rem;top:31.8125rem;left:45.5rem;overflow:hidden;display:block; }
#oKBDIPyRuPrii14lmMaXNQm4aahzADof { color:#662483;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:30.3125rem;left:10.5625rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLcLeFu9vT9sxyFgrTeTfLCmTR0WDMAQ { color:#662483;display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.3125rem;left:49.5625rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QviAyJI2dy1uWgumrTWTEEN1DBTyJ9fN { color:#662483;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.3125rem;left:27.8125rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sToJVbpg2cGsgiUl6gmXtp4Vqg1RNRw0 { 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:3rem;width:3rem;top:31.8125rem;left:24.875rem;overflow:hidden;display:block; }
#NERFXVG1qGcxKHsyfBAsNVh9wrzy06vv { position:absolute;display:block;z-index:15010;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.0625rem;width:7.625rem;top:1.125rem;left:29.375rem;overflow:hidden;display:block; }
#Nz42PZb28DsgtaJy3V2UHrkM4KbpL8I8 { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:47.1875rem;left:31.375rem;display:block; }
#Bog6dTvSVzxBPG9nBtG43BFfc9qKKHCp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tvDxwvraM7EIgDqmNXsCIMDV9yOyxUtw { position:absolute;display:block;z-index:15011;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.3125rem;width:7.9375rem;top:1rem;left:38rem;overflow:hidden;display:block; }
#J0QssEul0vD5To1WtAXsn9Qf2eHtLPii { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:18.810546875rem;left:0rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf { 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; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container { background-color: transparent; background-image: none; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container > .video-iframe-container { display: none; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row > .video-iframe-container { display: none; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .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); }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container { border-width: 0; border-radius: 0; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#ZHZb7QumiDT0LMyB4tRJz2KG4sim9Hzr { color:#662483;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.5869140625rem;left:0rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BOTmIbwSraLlFTpVCyJHEsLmWEe6ZAIK { color:#212121;display:block;width:43rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.6494140625rem;left:27.3125rem;height:8.53025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NVOiHSiCpTJMJt6btKDGJRclq6dhkna3 { 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:19.4375rem;width:19.4375rem;top:9.1494140625rem;left:5.3125rem;overflow:hidden;display:block; }
#afzKc6HfMgFCWUPsarNOdg2kZcg4Jirl { 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; }#afzKc6HfMgFCWUPsarNOdg2kZcg4Jirl > .row .container { background-color: transparent; background-image: none; }#afzKc6HfMgFCWUPsarNOdg2kZcg4Jirl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afzKc6HfMgFCWUPsarNOdg2kZcg4Jirl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afzKc6HfMgFCWUPsarNOdg2kZcg4Jirl > .row .container > .video-iframe-container { display: none; }#afzKc6HfMgFCWUPsarNOdg2kZcg4Jirl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afzKc6HfMgFCWUPsarNOdg2kZcg4Jirl > .row > .video-iframe-container { display: none; }#afzKc6HfMgFCWUPsarNOdg2kZcg4Jirl > .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); }#afzKc6HfMgFCWUPsarNOdg2kZcg4Jirl > .row .container { border-width: 0; border-radius: 0; }#afzKc6HfMgFCWUPsarNOdg2kZcg4Jirl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afzKc6HfMgFCWUPsarNOdg2kZcg4Jirl > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#uTlMWNnxpN6OSh41fgHCp7a2MGA92NN2 { color:#662483;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:6.1875rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F56CT40lCzQx7W3ib6FzEMTVwTmToSu4 { color:#212121;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7rem;left:5.1875rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kMdmQ18t2RQ2qJ6rtGW3aD47E6QmLJzt { color:#212121;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7rem;left:31.1875rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mqARxRenFuDcou6ixaDia4RwLk25a7QT { color:#662483;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.8125rem;left:31.1875rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cDsZQPSbpFcHmMWsR9Ddo7Ki6KIBHrzI { color:#212121;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.375rem;left:56.625rem;height:7.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NiJiPfJutw3K626UZkuDZ3yniyOhV0KZ { color:#662483;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.65625rem;left:56.625rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b56WFyrqS3br0HnMc53KLpin19zJdPXO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:2rem;left:2.28125rem;overflow:hidden;display:block; }
#EqlpFtTOEEeTuQpW6HhSvxS1x08iVK9I { position:absolute;display:block;z-index:15010;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:3rem;width:3rem;top:2rem;left:27.21875rem;overflow:hidden;display:block; }
#xEradsd9DabsUuqe5FPfKt7wzgns8oiH { position:absolute;display:block;z-index:15010;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:3rem;width:3rem;top:2rem;left:52.65625rem;overflow:hidden;display:block; }
#WdIDTyILnEtW7emfPkiXZ0mL74yM084x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/4Rd0Wu33/02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WdIDTyILnEtW7emfPkiXZ0mL74yM084x.adaptive-delivery-prevent-bg, #WdIDTyILnEtW7emfPkiXZ0mL74yM084x.lazyload, #WdIDTyILnEtW7emfPkiXZ0mL74yM084x.lazyloading { background-image: none; }#WdIDTyILnEtW7emfPkiXZ0mL74yM084x > .row .container { background-color: transparent; background-image: none; }#WdIDTyILnEtW7emfPkiXZ0mL74yM084x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdIDTyILnEtW7emfPkiXZ0mL74yM084x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdIDTyILnEtW7emfPkiXZ0mL74yM084x > .row .container > .video-iframe-container { display: none; }#WdIDTyILnEtW7emfPkiXZ0mL74yM084x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdIDTyILnEtW7emfPkiXZ0mL74yM084x > .row > .video-iframe-container { display: none; }#WdIDTyILnEtW7emfPkiXZ0mL74yM084x > .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); }#WdIDTyILnEtW7emfPkiXZ0mL74yM084x > .row .container { border-width: 0; border-radius: 0; }#WdIDTyILnEtW7emfPkiXZ0mL74yM084x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdIDTyILnEtW7emfPkiXZ0mL74yM084x > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#PB6ztPPWM5SFaB5azmukptSsNhCQGlDx { 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:14.5rem;width:12.6875rem;top:2rem;left:55.1875rem;overflow:hidden;display:block; }
#TLuE9tlsVUEl3zAObIGP5twR9cR5bIrI { 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:15rem;width:12.125rem;top:1.875rem;left:23.875rem;overflow:hidden;display:block; }
#PXCpFJB4zKnhnhhscSbv8O9TJ2DHwPT0 { color:rgba(var(--color-primary-1),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.3125rem;left:42.3125rem;height:2.4375rem;font-style:normal;display:block; }
#Xsu3pPtpHEAMDCgsOlStSP2LstCKipGF { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:"open sans";font-size:4.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.4375rem;left:41.8125rem;height:5.36230625rem;font-style:normal;display:block; }
#KclbTsqMDTGsPs9ZaKZC1rB6TH0LrPkr { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:37.75rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#We6WmgEzVqUCSsWvti8ICxxhFhI7nsJA { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.75rem;left:48.5625rem;height:;display:block; }#We6WmgEzVqUCSsWvti8ICxxhFhI7nsJA li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#We6WmgEzVqUCSsWvti8ICxxhFhI7nsJA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
#Hh9g8T8kEA15H3XnJPwzndPcO7SgiWWT { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:27.875rem;left:48.5625rem;display:block; }
#UTuB4v4sizOxvmO5nk8o9cTP0nWZWx7U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L77BUsK4AnT05qM5CTeKzqEiaWNtnPV6 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:7.1875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N0MDGCwUDqrWLwnCmIQB6Tv6U6I3Zy04 { color:rgba(var(--color-primary-1),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.3125rem;left:13.78125rem;height:2.4375rem;font-style:normal;display:block; }
#eCUtIwEdei8GTOENNnsVWTDkutZ370HT { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:"open sans";font-size:4.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.25rem;left:13.25rem;height:5.36230625rem;font-style:normal;display:block; }
#apHuhPyN8QwT1RHwWndR5qIS8SlaGnaG { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.75rem;left:20.25rem;height:;display:block; }#apHuhPyN8QwT1RHwWndR5qIS8SlaGnaG li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#apHuhPyN8QwT1RHwWndR5qIS8SlaGnaG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
#uKoa9mlt0qmTnTZhOedEcnvBz5pOVbdb { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.875rem;left:20.25rem;display:block; }
#m4Ak7rO5If46vO0Rq2kJvZ18v5WMruCN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JOQK0UHqfh78dZbEUotHelbCyFgfr4pe { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.5625rem;left:7.1875rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wu9dhaGVHyFLFvhCycOxW6cvtRpaIKVA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.6875rem;left:35.375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/4Rd0Wu33/02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5.adaptive-delivery-prevent-bg, #T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5.lazyload, #T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5.lazyloading { background-image: none; }#T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5 > .row .container { background-color: transparent; background-image: none; }#T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5 > .row .container > .video-iframe-container { display: none; }#T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5 > .row > .video-iframe-container { display: none; }#T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5 > .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); }#T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5 > .row .container { border-width: 0; border-radius: 0; }#T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5 > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#VGVndipTTgChghkIG3HRvvkAkfeUTAyT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2rem;left:5.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cE9odX4hneTeMRtkQtATCn8qxJgH8oSR { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5625rem;left:7.25rem;height:8.8423125rem;display:block; }#cE9odX4hneTeMRtkQtATCn8qxJgH8oSR li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#cE9odX4hneTeMRtkQtATCn8qxJgH8oSR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
#DnHFF0hoTvPRKM9vTyUwFtbS7V6RX0uf { color:rgba(var(--color-primary-1),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:24.99267578125rem;left:1.15625rem;height:2.4375rem;font-style:normal;display:block; }
#TaDyQ0Qm8cIgPL35EEiMqEgEzfSffsUC { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:"open sans";font-size:4.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:25.9375rem;left:0.75rem;height:5.36230625rem;font-style:normal;display:block; }
#ry8WlJKeWXnaRMSh0Zxr4ETD7s6UtfSX { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:31.25rem;left:7.25rem;display:block; }
#o0n2LwTUbTGVKzfNMkRPKQzDQa6g4es5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yi1WkL17KoUVUgDqMVxfKIENhKExqnmU { 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:15rem;width:12.4375rem;top:6.3125rem;left:8rem;overflow:hidden;display:block; }
#a39cgOgJlDqaUeW5XkWmtfiO2SehuTxd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2rem;left:29.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F4wezBIT0c7hyR8CELTUTQ0d3SvRVrUC { position:absolute;display:block;z-index:15010;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.1875rem;width:12.75rem;top:6rem;left:32.3125rem;overflow:hidden;display:block; }
#BBRT5XDdR4L82EuQAbTN0Vt7yFEZT7HT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.25rem;left:31.65625rem;height:8.8423125rem;display:block; }#BBRT5XDdR4L82EuQAbTN0Vt7yFEZT7HT li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#BBRT5XDdR4L82EuQAbTN0Vt7yFEZT7HT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
#fr0kPzzKHIJCa7FasXd0OwtAFkrQhG26 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:"open sans";font-size:4.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26rem;left:25.0625rem;height:5.36230625rem;font-style:normal;display:block; }
#TNTnyPDSEcPlQd80wKUL6l7yDo2qX7dW { color:rgba(var(--color-primary-1),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.99267578125rem;left:25.625rem;height:2.4375rem;font-style:normal;display:block; }
#wS7T14TecuaDOeqyWLhSd7MndXixJxix { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.25rem;left:32.125rem;display:block; }
#sbOP3mHF0aIIX8z2MtTizXrMbgFX0Bf3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UKqJ4TI0kHGXHDzWusslJq0zTJAQytOi { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:53.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lpodvf5I1AXgO6p7ma3oqmsUQ9ZhdwAQ { 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:15rem;width:12.4375rem;top:6.3125rem;left:56.6875rem;overflow:hidden;display:block; }
#cyeVzLnORGRDTRXJebwGZlmTnwUE1swA { color:rgba(var(--color-primary-1),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.99267578125rem;left:50.71875rem;height:2.4375rem;font-style:normal;display:block; }
#JSvfPzGCPa1GOmEK2AhkX19PwJKfa23r { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.875rem;left:56.5625rem;height:;display:block; }#JSvfPzGCPa1GOmEK2AhkX19PwJKfa23r li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#JSvfPzGCPa1GOmEK2AhkX19PwJKfa23r li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
#Wwctcingi1mJN23ZEGK8hOmtQ1ITTyPq { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:"open sans";font-size:4.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:26rem;left:50.25rem;height:5.36230625rem;font-style:normal;display:block; }
#EqpPssADdRdByFsCT1G0cwNmnX5mMv8N { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.25rem;left:57.5625rem;display:block; }
#G8gumKFBuxmklSoOzpbTPBMLt3dxbNQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRfaxM3GT2UNQeN53EiNTWR5L3T1hX7p { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.3125rem;left:0rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I1IM4OhtfJdOcT1oXgR65tqJVPSM2d75 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.5625rem;left:23.875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dcAbzPHToxMT4CAaZS3NJ4TJO59Zl3iB { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.5625rem;left:48.875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eFvOcZ8RZswhfnFmt9qQVbdrq9zLHu6C { 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; }#eFvOcZ8RZswhfnFmt9qQVbdrq9zLHu6C > .row .container { background-color: transparent; background-image: none; }#eFvOcZ8RZswhfnFmt9qQVbdrq9zLHu6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFvOcZ8RZswhfnFmt9qQVbdrq9zLHu6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFvOcZ8RZswhfnFmt9qQVbdrq9zLHu6C > .row .container > .video-iframe-container { display: none; }#eFvOcZ8RZswhfnFmt9qQVbdrq9zLHu6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFvOcZ8RZswhfnFmt9qQVbdrq9zLHu6C > .row > .video-iframe-container { display: none; }#eFvOcZ8RZswhfnFmt9qQVbdrq9zLHu6C > .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); }#eFvOcZ8RZswhfnFmt9qQVbdrq9zLHu6C > .row .container { border-width: 0; border-radius: 0; }#eFvOcZ8RZswhfnFmt9qQVbdrq9zLHu6C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eFvOcZ8RZswhfnFmt9qQVbdrq9zLHu6C > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#hTBr9VI84zGNvS5drhN9Ucow0fooaewR { color:#662483;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.4375rem;left:0rem;height:7.01175rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p7WE1ysE4AG0hurmVxQe0BqAv8yQTFXc { color:#212121;display:block;width:64.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5625rem;left:5.0625rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/4Rd0Wu33/02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT.adaptive-delivery-prevent-bg, #qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT.lazyload, #qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT.lazyloading { background-image: none; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row .container { background-color: transparent; background-image: none; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row .container > .video-iframe-container { display: none; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row > .video-iframe-container { display: none; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .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); }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row .container { border-width: 0; border-radius: 0; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#xXxzIRHmQrweWPfgmREppWkyAyDNy0Jo { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.4370546340942rem;left:0rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xE1R1vtT3QsFmUetumWtv8TUhf2kLW4G { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.6240234375rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/4Rd0Wu33/02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU.adaptive-delivery-prevent-bg, #MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU.lazyload, #MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU.lazyloading { background-image: none; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row .container { background-color: transparent; background-image: none; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row .container > .video-iframe-container { display: none; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row > .video-iframe-container { display: none; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .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); }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row .container { border-width: 0; border-radius: 0; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#Qyw6SvJJyJMp0qmu2g4Bn3bHnZ1xlarP { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:15.625rem;left:29.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eOAT5SH8w0lBSQkC81Ab6GxiAhLttAZL { color:#662483;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.6875rem;left:29.625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nO9VBMPHgdvJFObUyTlQ60IskQAFHh6J { color:#662483;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:13.6875rem;left:54.3125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vxPdnCRoU1Ul3NsOXOuoXTfyiNUhB9SS { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:29.1875rem;width:19rem;top:3.8125rem;left:28rem;display:block; }
#Ge6VvSI0XtRSUqEGxe2M8zhVxgnMVXFG { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:29.375rem;width:19rem;top:3.8125rem;left:53rem;display:block; }
#Iabe3JX4918hBlVsBx4OFtfnbefTCceX { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:29.0625rem;width:19rem;top:4rem;left:3rem;display:block; }
#GORPfUtUTLAZGttArhPiWm5SRnk7e8lV { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/5c11f0e1-ced4-4240-8589-e91a63531817/IMG_8379.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.25rem;width:19rem;top:3.8125rem;left:3rem;display:block; }#GORPfUtUTLAZGttArhPiWm5SRnk7e8lV.adaptive-delivery-prevent-bg, #GORPfUtUTLAZGttArhPiWm5SRnk7e8lV.lazyload, #GORPfUtUTLAZGttArhPiWm5SRnk7e8lV.lazyloading { background-image: none; }
#opeyobk61L7DhbqbfM9sZcOlaPuFZPyr { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/1be3a190-5b31-485c-b399-9df8f69b6c41/Australian_Option1_0011_DSC07178.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.25rem;width:19rem;top:3.8125rem;left:28rem;display:block; }#opeyobk61L7DhbqbfM9sZcOlaPuFZPyr.adaptive-delivery-prevent-bg, #opeyobk61L7DhbqbfM9sZcOlaPuFZPyr.lazyload, #opeyobk61L7DhbqbfM9sZcOlaPuFZPyr.lazyloading { background-image: none; }
#XFg7rWdNabDdlNb8CPLOBfbayU5LSWDw { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/1950d4aa-2612-4e33-8791-8df188ae7847/IMG_8285.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.25rem;width:19rem;top:3.8125rem;left:53rem;display:block; }#XFg7rWdNabDdlNb8CPLOBfbayU5LSWDw.adaptive-delivery-prevent-bg, #XFg7rWdNabDdlNb8CPLOBfbayU5LSWDw.lazyload, #XFg7rWdNabDdlNb8CPLOBfbayU5LSWDw.lazyloading { background-image: none; }
#nhp2SOSCumXx3OuZ1b3JxdWvu8ulsgqy { color:#1e0a47;display:block;width:15.5rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:16.5rem;left:4.75rem;height:;overflow:hidden;display:block; }#nhp2SOSCumXx3OuZ1b3JxdWvu8ulsgqy li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#nhp2SOSCumXx3OuZ1b3JxdWvu8ulsgqy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c4683c08-2194-41b9-948c-303f7154b7c0/garrapata.png); }
#aPoBZI9xuRoINtleTkeueJto2XAE4GaC { color:#1e0a47;display:block;width:14.375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:17.21875rem;left:30.3125rem;height:;overflow:hidden;display:block; }#aPoBZI9xuRoINtleTkeueJto2XAE4GaC li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#aPoBZI9xuRoINtleTkeueJto2XAE4GaC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c4683c08-2194-41b9-948c-303f7154b7c0/garrapata.png); }
#GLrM2TqhSARc1B7TTT68thNuOKBEyvur { color:#1e0a47;display:block;width:14.375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:16.5rem;left:55.3125rem;height:14.286625rem;overflow:hidden;display:block; }#GLrM2TqhSARc1B7TTT68thNuOKBEyvur li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#GLrM2TqhSARc1B7TTT68thNuOKBEyvur li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c4683c08-2194-41b9-948c-303f7154b7c0/garrapata.png); }
#lAeqF5XBAAne9MG5kIgkuWXnTgQmFcNt { color:#662483;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.89990234375rem;left:3rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y4DX85TQIkOLmwtVlpeV3Szdo2FEHwT4 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:33rem;left:55.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whPMDSn35IAi4SFcQGbmygspGTBS5K20 { 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; }#whPMDSn35IAi4SFcQGbmygspGTBS5K20 > .row .container { background-color: transparent; background-image: none; }#whPMDSn35IAi4SFcQGbmygspGTBS5K20::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whPMDSn35IAi4SFcQGbmygspGTBS5K20 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whPMDSn35IAi4SFcQGbmygspGTBS5K20 > .row .container > .video-iframe-container { display: none; }#whPMDSn35IAi4SFcQGbmygspGTBS5K20 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whPMDSn35IAi4SFcQGbmygspGTBS5K20 > .row > .video-iframe-container { display: none; }#whPMDSn35IAi4SFcQGbmygspGTBS5K20 > .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); }#whPMDSn35IAi4SFcQGbmygspGTBS5K20 > .row .container { border-width: 0; border-radius: 0; }#whPMDSn35IAi4SFcQGbmygspGTBS5K20 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#whPMDSn35IAi4SFcQGbmygspGTBS5K20 > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#IMLSmgr4nqHXt3COnQgOJIXv5Q44sPXc { 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:4rem;width:10.6875rem;top:25.375rem;left:47.375rem;overflow:hidden;display:block; }
#FIkATpIDudxuAh7kc0QTiz1wVuTnBTbm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.5rem;top:16rem;left:59.4375rem;overflow:hidden;display:block; }
#kkgHh0GBOAy7sAJyA8ef7OEAiwF6nsbu { 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:3.8125rem;width:7.9375rem;top:17.40625rem;left:33.53125rem;overflow:hidden;display:block; }
#yDF8LnqpVoTFsMlzBdzBTdmp7iAUO3K7 { color:#662483;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fnnl8eH5JZPHJHcgayJzMX62h8JQ3FHW { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:42.375rem;left:31.0625rem;display:block; }
#o7Wp5eI4zlycPgytFz91FfxzA7zu0igy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HpOlBB31TaPlLOvb7fbECxVihkeK17ig { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:6.875rem;top:25.6875rem;left:19.6875rem;overflow:hidden;display:block; }
#tJl0FMHZ5aFRg9h6cRRhvO2CbGqtGcWV { position:absolute;display:block;z-index:15010;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:7rem;width:6.875rem;top:23.4375rem;left:58.25rem;overflow:hidden;display:block; }
#aMo4oeEDrTcvXsnI8XxacNcXTuLRFdH1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:14.75rem;top:8.875rem;left:2.4375rem;overflow:hidden;display:block; }
#XNdhqiulxob6rsAZgT09HI8a7zGZqzed { position:absolute;display:block;z-index:15010;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.625rem;width:10.5rem;top:8.875rem;left:32.5rem;overflow:hidden;display:block; }
#JUwNwq6xrnH4SoaXqKE5J4A6dGZmzrV1 { position:absolute;display:block;z-index:15011;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.625rem;width:6.625rem;top:16rem;left:47.96875rem;overflow:hidden;display:block; }
#BcXIAxCTCb2vuZrvdIwE7AyRsGKM9HTa { 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:4.25rem;width:13.625rem;top:9.375rem;left:16.625rem;overflow:hidden;display:block; }
#nSQ5fmJympaNGFURNwT0KyTHRlFaFatf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:14.5rem;top:9.6875rem;left:59rem;overflow:hidden;display:block; }
#kbzWaZQvMpeODxyGaJkX9RJXTML3Cu3l { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6rem;top:24.3125rem;left:29.125rem;overflow:hidden;display:block; }
#b4n5NQCaRKnzNHpFvonEq7a8RFEfvBWt { 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:4.3125rem;width:8.375rem;top:25.3125rem;left:8.5625rem;overflow:hidden;display:block; }
#ShsRoLnborD9SFlJtm4lVQVVBPTm30HV { 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:4.5rem;width:9.25rem;top:25.1875rem;left:36.5rem;overflow:hidden;display:block; }
#orwrnFdJpgT5FfTqvICgUdfZkbFLgXex { 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:2.375rem;width:12.4375rem;top:18.15625rem;left:3.59375rem;overflow:hidden;display:block; }
#DWvTlfMXqhle6KHfZ46dStkhmElwFpgI { position:absolute;display:block;z-index:15018;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.125rem;width:11.8125rem;top:9.6875rem;left:45.375rem;overflow:hidden;display:block; }
#gU1kAhcWq892GKClPLcXTdhvQRoGM3SN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.9375rem;top:33.25rem;left:31.0625rem;overflow:hidden;display:block; }
#OQTL86yQGz5zUKb0hlDOJkvdozO5krxI { 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:3.6875rem;width:7.625rem;top:17.5rem;left:20.4375rem;overflow:hidden;display:block; }
#AQrQRDf2x9SKatoUNyR2WDkm0R6LzGL1 { 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.75rem;width:5.75rem;top:31.75rem;left:42.9375rem;overflow:hidden;display:block; }
#I9oibVbqJU2b0W9ynf0gRG7b1GG7BisE { 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.4375rem;width:13.25rem;top:32.9375rem;left:16.625rem;overflow:hidden;display:block; }
#t1518erxzPrk604GUlsRKFdtILqIZLDH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.4375rem;top:33.125rem;left:53.0625rem;overflow:hidden;display:block; }
#A2aWHEUSG8SLTKOLnbfgagOszJoORbdT { 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; }#A2aWHEUSG8SLTKOLnbfgagOszJoORbdT > .row .container { background-color: transparent; background-image: none; }#A2aWHEUSG8SLTKOLnbfgagOszJoORbdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2aWHEUSG8SLTKOLnbfgagOszJoORbdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2aWHEUSG8SLTKOLnbfgagOszJoORbdT > .row .container > .video-iframe-container { display: none; }#A2aWHEUSG8SLTKOLnbfgagOszJoORbdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2aWHEUSG8SLTKOLnbfgagOszJoORbdT > .row > .video-iframe-container { display: none; }#A2aWHEUSG8SLTKOLnbfgagOszJoORbdT > .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); }#A2aWHEUSG8SLTKOLnbfgagOszJoORbdT > .row .container { border-width: 0; border-radius: 0; }#A2aWHEUSG8SLTKOLnbfgagOszJoORbdT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A2aWHEUSG8SLTKOLnbfgagOszJoORbdT > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#fMlTa0Xulalt4JGJIAAT5tTJdLC2OBVg { color:#662483;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SPtJ66p7eAcV5HwT2SMpct2NcucWEgVC { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L5asOCRUNN26EE5mceu2kgMS0ycNATWB { 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; }#L5asOCRUNN26EE5mceu2kgMS0ycNATWB > .row .container { background-color: transparent; background-image: none; }#L5asOCRUNN26EE5mceu2kgMS0ycNATWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5asOCRUNN26EE5mceu2kgMS0ycNATWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5asOCRUNN26EE5mceu2kgMS0ycNATWB > .row .container > .video-iframe-container { display: none; }#L5asOCRUNN26EE5mceu2kgMS0ycNATWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5asOCRUNN26EE5mceu2kgMS0ycNATWB > .row > .video-iframe-container { display: none; }#L5asOCRUNN26EE5mceu2kgMS0ycNATWB > .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); }#L5asOCRUNN26EE5mceu2kgMS0ycNATWB > .row .container { border-width: 0; border-radius: 0; }#L5asOCRUNN26EE5mceu2kgMS0ycNATWB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L5asOCRUNN26EE5mceu2kgMS0ycNATWB > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#NmBCMhIt2ww0OB9X0Nvme4QJL11ti1CJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.625rem;width:29.8125rem;top:1.625rem;left:3.75rem;display:block; }
#DbTLno7BO0D5K4HzM2c4p8wm3hTfWqPC { color:rgba(var(--color-primary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:42rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZnZGox2qn7QvmQfEJtDsIPX0hquShnSK { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.9375rem;left:11.125rem;display:block; }
#MGA2lN4TOm4ZXTL2JEBR51vxdZKARp7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#viF45mZtsl8OJMwr98hv5lpL8MknquKX { color:#212121;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:5.125rem;left:42rem;height:18.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/e01Vudjc/08.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd.adaptive-delivery-prevent-bg, #VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd.lazyload, #VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd.lazyloading { background-image: none; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container { background-color: transparent; background-image: none; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container > .video-iframe-container { display: none; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row > .video-iframe-container { display: none; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .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); }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container { border-width: 0; border-radius: 0; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#nSVL8Knf6cZrbVVTJhxZKId3xOG9bvvg { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.3740234375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HOUoi9RKbinDBQ5Sm72yS2tErGStnDDk { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hfu3Nlq6das8vDMDXrmLryAbizGlahCI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:14.125rem;left:30rem; }
#LFytOe6i88MiX8fHKP5Vw7V9beeT4wXQ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:14.125rem;left:33.125rem; }
#QxMu87HHxUTBsGQZP1pwdG2hfvB6LOe6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:14.125rem;left:36.25rem; }
#uGNboyobSO1bbTiTWui41uLzIqV8HmEa { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:14.125rem;left:39.375rem; }
#ktKURWuTHzBuez4hzAT1m7aMNo8kFi0H { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:14.125rem;left:42.5rem; }
#NJobsJGxsKVTqr8MoPob6SpTXnd01RRC { display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:18.125rem;left:8rem;height:14.7734375rem;color:rgba(var(--color-tertiary-1),1);overflow:hidden;display:block; }#NJobsJGxsKVTqr8MoPob6SpTXnd01RRC li:not(:first-child){ padding-top:1.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#NJobsJGxsKVTqr8MoPob6SpTXnd01RRC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c4683c08-2194-41b9-948c-303f7154b7c0/garrapata.png); }
#oFfDsvS9PnmT02WTUq34K7wZ7KkzES65 { display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:18.125rem;left:38.3125rem;height:16.26075rem;color:rgba(var(--color-tertiary-1),1);overflow:hidden;display:block; }#oFfDsvS9PnmT02WTUq34K7wZ7KkzES65 li:not(:first-child){ padding-top:1.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#oFfDsvS9PnmT02WTUq34K7wZ7KkzES65 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c4683c08-2194-41b9-948c-303f7154b7c0/garrapata.png); }
#sE9A2nJNVQUTONCVrQtXW3ZVekK4FB2J { 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; }#sE9A2nJNVQUTONCVrQtXW3ZVekK4FB2J > .row .container { background-color: transparent; background-image: none; }#sE9A2nJNVQUTONCVrQtXW3ZVekK4FB2J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sE9A2nJNVQUTONCVrQtXW3ZVekK4FB2J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sE9A2nJNVQUTONCVrQtXW3ZVekK4FB2J > .row .container > .video-iframe-container { display: none; }#sE9A2nJNVQUTONCVrQtXW3ZVekK4FB2J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sE9A2nJNVQUTONCVrQtXW3ZVekK4FB2J > .row > .video-iframe-container { display: none; }#sE9A2nJNVQUTONCVrQtXW3ZVekK4FB2J > .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); }#sE9A2nJNVQUTONCVrQtXW3ZVekK4FB2J > .row .container { border-width: 0; border-radius: 0; }#sE9A2nJNVQUTONCVrQtXW3ZVekK4FB2J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sE9A2nJNVQUTONCVrQtXW3ZVekK4FB2J > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#GTc0czAPPFWxgKCPdgd9cV9VnlpGVDv5 { color:#662483;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uwmcJwQhPDZbHREKwGTSXBWcXJHaFzMP { color:#212121;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WbCR5EkEOHavyNhePmmv3XDeacEqVtlo { color:#46aacb;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kx6sWRnqVwNQWLM4835sMp3CgyTXLCeV { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f29c0e0-b288-41f0-8783-277af3f901a1/IMG_8393.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.4375rem;width:19.625rem;top:12.9375rem;left:7.5rem;display:block; }#kx6sWRnqVwNQWLM4835sMp3CgyTXLCeV.adaptive-delivery-prevent-bg, #kx6sWRnqVwNQWLM4835sMp3CgyTXLCeV.lazyload, #kx6sWRnqVwNQWLM4835sMp3CgyTXLCeV.lazyloading { background-image: none; }
#iT1XIQCR0eXm0thlcR2HlflqLARS8PqN { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3a82d504-ff7e-434c-a9b6-945b3e848c59/TAW_2908min.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:10.6875rem;width:20rem;top:12.9375rem;left:27.6875rem;display:block; }#iT1XIQCR0eXm0thlcR2HlflqLARS8PqN.adaptive-delivery-prevent-bg, #iT1XIQCR0eXm0thlcR2HlflqLARS8PqN.lazyload, #iT1XIQCR0eXm0thlcR2HlflqLARS8PqN.lazyloading { background-image: none; }
#URl1a8yeLNKH2LhRAr8RvtqCym7kSN88 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2df639f4-7444-40f2-aff7-45d3f76dd3c4/IMG_8409.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:9.375rem;width:20rem;top:24.0625rem;left:27.6875rem;display:block; }#URl1a8yeLNKH2LhRAr8RvtqCym7kSN88.adaptive-delivery-prevent-bg, #URl1a8yeLNKH2LhRAr8RvtqCym7kSN88.lazyload, #URl1a8yeLNKH2LhRAr8RvtqCym7kSN88.lazyloading { background-image: none; }
#pcQaRW998GVwnTcXoLkIOp1KZcWvroff { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f7c0d53e-0181-4cfe-b371-bcdb6da2590e/IMG_8476.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.375rem;width:19.375rem;top:13rem;left:48.125rem;display:block; }#pcQaRW998GVwnTcXoLkIOp1KZcWvroff.adaptive-delivery-prevent-bg, #pcQaRW998GVwnTcXoLkIOp1KZcWvroff.lazyload, #pcQaRW998GVwnTcXoLkIOp1KZcWvroff.lazyloading { background-image: none; }
#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/T578Je9R/13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq.adaptive-delivery-prevent-bg, #VD1iAuac6nuErawAcLwlV3Ncc6egvlTq.lazyload, #VD1iAuac6nuErawAcLwlV3Ncc6egvlTq.lazyloading { background-image: none; }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .row .container { background-color: transparent; background-image: none; }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .row .container > .video-iframe-container { display: none; }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .row > .video-iframe-container { display: none; }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .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); }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .row .container { border-width: 0; border-radius: 0; }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#NDJERUu4eKFEC3QMifFQqqnzwyCok8yd { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TMChpBIcdpraf97TdT19B15J1wrnDT98 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5rem;width:19.6875rem;top:16.875rem;left:29.3125rem;overflow:hidden;display:block; }
#g7sIXxirnZi379ZEUEra349TFXrLnoFH { color:rgba(var(--color-tertiary-1),1);display:block;width:16rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:41.8125rem;left:10rem;height:4.467775rem;text-align:center;text-align-last:center;display:block; }
#C470vdNebqgTJqdoVxJTA7yoVvyDU3eD { color:rgba(var(--color-tertiary-1),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:25.375rem;left:52.6875rem;height:3.65625rem;display:block; }
#Lvyz2vovtXFvrxoPF0neih5yqbGoG5WP { color:rgba(var(--color-tertiary-1),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:21.25rem;left:52.875rem;height:2.4375rem;display:block; }
#l31UUgGeSn0UuHl3uDlbO8q9ZcNmzxtO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:21.4375rem;left:53rem;height:0;display:block; }
#Uy4rvCCXDEtTrhWL6CTOJEFm8Iv6XJrQ { color:rgba(var(--color-tertiary-1),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:17rem;left:52.875rem;height:2.4375rem;display:block; }
#aUW5JP5vLM8FhrclmughI7aelHJ3u39B { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:7.9375rem;left:47.375rem;height:6.3369375rem;text-align:center;text-align-last:center;display:block; }
#IyoWCCwcey5PrbuzxCIg58HDSXIwiUph { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.9375rem;left:3.25rem;height:6.3369375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t2NJU4gypuoVVvQLmhncU0p7GM58KbOZ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.0625rem;height:3.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.5rem;left:11rem;display:block; }
#G64wsXXFOBo1X91aqyOldyFXC9L9c5Bl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#npM7p78XiqqmgrERy2euaE416Gbs0IGG { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.0625rem;height:3.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.5rem;left:11rem;display:block; }
#RIKLKnRLz38shuU30tQmJpwcJyViDpEZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pBslLu0lQoXmVSHTpEuxNS6pILxfunFg { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.0625rem;height:3.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:21.5625rem;left:11rem;display:block; }
#SSU7bQze5LpPEkXni3txwrmgZLGT6DZ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBqUdwTkTRkNWFvqhSkt6KDz0ECiWNzD { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.0625rem;height:3.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.25rem;left:11rem;display:block; }
#nV9bfVEqhVZ6hQf1E9lslQ037fGFGV6L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owEqilqQVB5UCuyqhNFXuv8F9r4hGMki { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.0625rem;height:3.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:36.0625rem;left:11rem;display:block; }
#VxAwveCrvuhzJz5mvbm95gugpdlwSnuH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KSw43uuqwQN0pi9H5Uxfz1gWPwAGmVr8 { position:absolute;display:block;z-index:15010;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:2rem;width:2rem;top:26.15625rem;left:49.3125rem;overflow:hidden;display:block; }
#HzRJgWRp86RuTfvDh9vVgb3pPEDQQcVJ { position:absolute;display:block;z-index:15011;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:2rem;width:2rem;top:21.4375rem;left:49.3125rem;overflow:hidden;display:block; }
#DOc3kFTo09XlrRO16p64WDnlEdOvrKvg { 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:2rem;width:2rem;top:17.1875rem;left:49.3125rem;overflow:hidden;display:block; }
#ikm6MZ8dnz0wOggrRVAbWy2ietyyB8Un { position:absolute;display:block;z-index:15010;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:2rem;width:2rem;top:26.15625rem;left:49.3125rem;overflow:hidden;display:none; }
#GEtpBn6vq0iU4t4mf1puq0st9mMJ7vXb { position:absolute;display:block;z-index:15011;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:2rem;width:2rem;top:21.4375rem;left:49.3125rem;overflow:hidden;display:none; }
#BvbC2hqLE2LTSL75QEBDctcchwW46zhv { 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:2rem;width:2rem;top:17.1875rem;left:49.3125rem;overflow:hidden;display:none; }
#TwLfJpX4xTJ92ZdTuzzmRlTbA8qA5oTf { position:absolute;display:block;z-index:15010;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:2rem;width:2rem;top:26.15625rem;left:49.3125rem;overflow:hidden;display:none; }
#tgx6ipTA6vaC7rhpKwm8cT2OTS1WOVTZ { position:absolute;display:block;z-index:15011;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:2rem;width:2rem;top:21.4375rem;left:49.3125rem;overflow:hidden;display:none; }
#HI3qEhq2DkzuoXov7U6sGHWLm6to9GVW { 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:2rem;width:2rem;top:17.1875rem;left:49.3125rem;overflow:hidden;display:none; }
#m8Z9Igrw5c79wgwIwGlC1QZbrawIoFS1 { 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:32rem;width:32rem;display:none; }
#FKHOs5JH5EpAUTrQGTMZGLAeuLTKAk4k { 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:32rem;width:32rem;display:none; }
#KgCEgGftDbOB36DmRR320TnIupzxHMU0 { 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:32rem;width:32rem;display:none; }
#UwLfoDLSbIosCt0EBn403M8SDMiLz11Z { 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; }#UwLfoDLSbIosCt0EBn403M8SDMiLz11Z > .row .container { background-color: transparent; background-image: none; }#UwLfoDLSbIosCt0EBn403M8SDMiLz11Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwLfoDLSbIosCt0EBn403M8SDMiLz11Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwLfoDLSbIosCt0EBn403M8SDMiLz11Z > .row .container > .video-iframe-container { display: none; }#UwLfoDLSbIosCt0EBn403M8SDMiLz11Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwLfoDLSbIosCt0EBn403M8SDMiLz11Z > .row > .video-iframe-container { display: none; }#UwLfoDLSbIosCt0EBn403M8SDMiLz11Z > .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); }#UwLfoDLSbIosCt0EBn403M8SDMiLz11Z > .row .container { border-width: 0; border-radius: 0; }#UwLfoDLSbIosCt0EBn403M8SDMiLz11Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UwLfoDLSbIosCt0EBn403M8SDMiLz11Z > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#rVEVXGCrrZIGFvtaZS6Op2E5VFInMyFB { color:#662483;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:21.625rem;height:7.7988375rem;text-align:center;text-align-last:center;display:block; }
#OFzbo5ngusMQTJp2n7zDuqKldatovxvm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:1rem;left:33.3125rem; }
#OFzbo5ngusMQTJp2n7zDuqKldatovxvm > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#pUeNQZopkoSTfyRh9bqOVDOhGO6eHhTS { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.0625rem solid #adacac;border-left:0.0625rem solid #adacac;border-right:0.0625rem solid #adacac;border-bottom:0.0625rem solid #adacac;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:0.75rem;left:33.0625rem;display:block; }
#QMlyMqNTh1udQ0kwR6HOZgXR352wwkgH { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.0625rem solid #adacac;border-left:0.0625rem solid #adacac;border-right:0.0625rem solid #adacac;border-bottom:0.0625rem solid #adacac;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:0.75rem;left:35.4375rem;display:block; }
#HN7GcSDuCy9VT3GONk0v1oEhfvRgvlT7 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:1rem;left:35.6875rem; }
#HN7GcSDuCy9VT3GONk0v1oEhfvRgvlT7 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#RJ3iTZAsFQo96ybKifcVo0FQdZvTX3Nd { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.0625rem solid #adacac;border-left:0.0625rem solid #adacac;border-right:0.0625rem solid #adacac;border-bottom:0.0625rem solid #adacac;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:0.75rem;left:37.875rem;display:block; }
#X1wQo6fbw9XUoaXxV7DpNJbClvvrt1an { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:1rem;left:38.125rem; }
#X1wQo6fbw9XUoaXxV7DpNJbClvvrt1an > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#bfH4abQ3X3WBa0fLwmMLTWnExBZ6gT6y { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.0625rem solid #adacac;border-left:0.0625rem solid #adacac;border-right:0.0625rem solid #adacac;border-bottom:0.0625rem solid #adacac;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:0.75rem;left:40.25rem;display:block; }
#tnGJliQHp8cdGzkVntOmGKz3Pk4OL71w { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:1rem;left:40.5rem; }
#tnGJliQHp8cdGzkVntOmGKz3Pk4OL71w > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { display:block; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEgsxJ7twtPVZEM8kDucnl5xMC4Nwlia { width:11.5625rem;height:2.5rem;top:1.6875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdpM9EClqP90egMETamSTlmn3QGhLTSz { display:block; }
 }@media only screen and (max-width: 763px) { #sgJKrW4nb2d3lMPkHe3fmnu5Hc0mdvDQ { width:1.6875rem;height:1.6875rem;top:2.125rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCovfUriNrSH67o52iCR88sDwBySJTJo { width:1.6875rem;height:1.6875rem;top:2.125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9bHo4WbF7pyPzRpAyZGE6tB6J715L3I { width:1.25rem;height:1.25rem;top:2.375rem;left:39.9375rem;display:block; }
#t9bHo4WbF7pyPzRpAyZGE6tB6J715L3I > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #ElrwA5DC2O2aT5KWzlBmirtvnHuqWpF8 { width:1.25rem;height:1.25rem;top:2.375rem;left:42.375rem;display:block; }
#ElrwA5DC2O2aT5KWzlBmirtvnHuqWpF8 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #NxD3kTuF2sQb5fHgwxXWuDHxcUTi79Ig { width:1.25rem;height:1.25rem;top:2.375rem;left:37.5625rem;display:block; }
#NxD3kTuF2sQb5fHgwxXWuDHxcUTi79Ig > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #dxo6z3DCV46NbNyyFGQgc1cSkuyrtq7Q { width:1.6875rem;height:1.6875rem;top:2.125rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6T7ux89sbgJ9C7mvZo1iGI00NTVlOgJ { width:1.6875rem;height:1.6875rem;top:2.125rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdTbvJxPMTzWKdQJfy99S1XfXEssJb98 { width:1.25rem;height:1.25rem;top:2.375rem;left:44.75rem;display:block; }
#XdTbvJxPMTzWKdQJfy99S1XfXEssJb98 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #VSKbQla7SGmT2sJme3tyRkNcMQx1J52e { width:15.625rem;height:5.4375rem;top:0.5rem;left:0rem;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) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:47.75rem;height:10.3125rem;top:7.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRI3emTsLdd9XA2wWT6JhvsMQDKmBDLx { width:47.75rem;height:1.4375rem;top:23.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO9asise46btvS1CL5WoxqSKGsE0MEgf { width:47.75rem;height:7.9375rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMBeB7UQwZc4eUAvlrZPOms3HtqPqHvi { width:40.9375rem;height:4.6875rem;top:29.125rem;left:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf { display:flex;width:18rem;height:5.0625rem;top:35.6875rem;left:25.3125rem; }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #NoJTCrgT7bbeMiqrCwV7oH5eHxvPNSfa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #T5sPaDKNZLGVvboQaoNJytNHCiyh5EPV {  }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #J0c7TVglRQDlM9eFn3x7UBLd7ePSTlO4 {  }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #TntHDyBatTTQ3wdKivVZaoNM7QlvqG5G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #yJ65JQ6CroTVIPBxmFEw6uFyEwDixnuv {  }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #ixAJsctA1sqKoabTKfKqB2EdVoInCb9p {  }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #Bxrs35I8gWACgL1dRBL5fGKSl6T1TB6z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #fBq8q4Lq0WoAizOEV78T8ibLCdanw0bI {  }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #Cs5Ld6zCXuCtlLOzuFX6AGswkuuAFMdU {  }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #kAvw3Xv9neBtxXHJKmRsCuTyzl4BoPtH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #y2oPuOPa3siFTd6E06iwTsyqXD1wQoqC {  }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #xTP4Qbn47KMvEVy50PrH7ixfbiNgOCJ8 {  }
 }@media only screen and (max-width: 763px) { #UzTIKnfJ7zR08UqG4aBsWBklu7QdT0tP { width:3rem;height:3rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brReKqEfcgLOTosfS29OEoN4k8OQff4t { width:3rem;height:3rem;top:31.8125rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKBDIPyRuPrii14lmMaXNQm4aahzADof { width:12.8125rem;height:3.5625rem;top:30.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLcLeFu9vT9sxyFgrTeTfLCmTR0WDMAQ { width:22.5625rem;height:3.5625rem;top:30.3125rem;left:25.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QviAyJI2dy1uWgumrTWTEEN1DBTyJ9fN { width:17.125rem;height:3.5625rem;top:30.3125rem;left:14.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sToJVbpg2cGsgiUl6gmXtp4Vqg1RNRw0 { width:3rem;height:3rem;top:31.8125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NERFXVG1qGcxKHsyfBAsNVh9wrzy06vv { width:7.625rem;height:5.0625rem;top:1.125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz42PZb28DsgtaJy3V2UHrkM4KbpL8I8 { width:11.5625rem;height:2.5rem;top:47.1875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bog6dTvSVzxBPG9nBtG43BFfc9qKKHCp { display:block; }
 }@media only screen and (max-width: 763px) { #tvDxwvraM7EIgDqmNXsCIMDV9yOyxUtw { width:7.9375rem;height:5.3125rem;top:1rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0QssEul0vD5To1WtAXsn9Qf2eHtLPii { width:47.75rem;height:3.4375rem;top:18.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKbU8oVuT61rwsKn0dG3acFp3bmiumWf { display:block; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHZb7QumiDT0LMyB4tRJz2KG4sim9Hzr { width:47.75rem;height:5.75rem;top:4.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOTmIbwSraLlFTpVCyJHEsLmWEe6ZAIK { width:43rem;height:8.4375rem;top:14.625rem;left:4.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVOiHSiCpTJMJt6btKDGJRclq6dhkna3 { width:19.4375rem;height:19.4375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afzKc6HfMgFCWUPsarNOdg2kZcg4Jirl { display:block; }#afzKc6HfMgFCWUPsarNOdg2kZcg4Jirl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTlMWNnxpN6OSh41fgHCp7a2MGA92NN2 { width:14.625rem;height:3.375rem;top:1.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F56CT40lCzQx7W3ib6FzEMTVwTmToSu4 { width:14.625rem;height:6.25rem;top:7rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMdmQ18t2RQ2qJ6rtGW3aD47E6QmLJzt { width:14.625rem;height:6.25rem;top:7rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqARxRenFuDcou6ixaDia4RwLk25a7QT { width:14.625rem;height:3.375rem;top:1.8125rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDsZQPSbpFcHmMWsR9Ddo7Ki6KIBHrzI { width:14.625rem;height:7.5rem;top:6.375rem;left:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiJiPfJutw3K626UZkuDZ3yniyOhV0KZ { width:14.625rem;height:1.6875rem;top:2.625rem;left:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b56WFyrqS3br0HnMc53KLpin19zJdPXO { width:3rem;height:3rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqlpFtTOEEeTuQpW6HhSvxS1x08iVK9I { width:3rem;height:3rem;top:2rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEradsd9DabsUuqe5FPfKt7wzgns8oiH { width:3rem;height:3rem;top:2rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdIDTyILnEtW7emfPkiXZ0mL74yM084x { display:block; }#WdIDTyILnEtW7emfPkiXZ0mL74yM084x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PB6ztPPWM5SFaB5azmukptSsNhCQGlDx { top:2rem;left:35.0625rem;width:12.6875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLuE9tlsVUEl3zAObIGP5twR9cR5bIrI { top:1.875rem;left:10.25rem;width:12.125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXCpFJB4zKnhnhhscSbv8O9TJ2DHwPT0 { width:4.25rem;height:2.4375rem;top:19.3125rem;left:28.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsu3pPtpHEAMDCgsOlStSP2LstCKipGF { width:5.125rem;height:5.3125rem;top:20.4375rem;left:28.1875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KclbTsqMDTGsPs9ZaKZC1rB6TH0LrPkr { width:17.5rem;height:6.5rem;top:6.9375rem;left:24.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #We6WmgEzVqUCSsWvti8ICxxhFhI7nsJA { width:15.4375rem;height:;top:17.75rem;left:32.3125rem;font-size:1.1875rem;display:block; }#We6WmgEzVqUCSsWvti8ICxxhFhI7nsJA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #Hh9g8T8kEA15H3XnJPwzndPcO7SgiWWT { width:10.75rem;height:3.3125rem;top:27.875rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTuB4v4sizOxvmO5nk8o9cTP0nWZWx7U { display:block; }
 }@media only screen and (max-width: 763px) { #L77BUsK4AnT05qM5CTeKzqEiaWNtnPV6 { width:17.5rem;height:6.5rem;top:6.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0MDGCwUDqrWLwnCmIQB6Tv6U6I3Zy04 { width:4.3125rem;height:2.4375rem;top:19.3125rem;left:0.15625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCUtIwEdei8GTOENNnsVWTDkutZ370HT { width:5.125rem;height:5.3125rem;top:20.25rem;left:0rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apHuhPyN8QwT1RHwWndR5qIS8SlaGnaG { width:15.125rem;height:;top:17.75rem;left:6.625rem;font-size:1.1875rem;display:block; }#apHuhPyN8QwT1RHwWndR5qIS8SlaGnaG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #uKoa9mlt0qmTnTZhOedEcnvBz5pOVbdb { width:10.75rem;height:3.3125rem;top:27.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4Ak7rO5If46vO0Rq2kJvZ18v5WMruCN { display:block; }
 }@media only screen and (max-width: 763px) { #JOQK0UHqfh78dZbEUotHelbCyFgfr4pe { width:17.5rem;height:2.0625rem;top:17.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu9dhaGVHyFLFvhCycOxW6cvtRpaIKVA { width:17.5rem;height:1.9375rem;top:17.6875rem;left:21.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5 { display:block; }#T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGVndipTTgChghkIG3HRvvkAkfeUTAyT { width:17.5rem;height:3.25rem;top:2rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE9odX4hneTeMRtkQtATCn8qxJgH8oSR { width:14.375rem;height:;top:22.5625rem;left:0rem;font-size:1.1875rem;display:block; }#cE9odX4hneTeMRtkQtATCn8qxJgH8oSR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #DnHFF0hoTvPRKM9vTyUwFtbS7V6RX0uf { width:4.3125rem;height:2.4375rem;top:24.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaDyQ0Qm8cIgPL35EEiMqEgEzfSffsUC { width:5.125rem;height:5.3125rem;top:25.9375rem;left:0rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry8WlJKeWXnaRMSh0Zxr4ETD7s6UtfSX { width:10.75rem;height:3.3125rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0n2LwTUbTGVKzfNMkRPKQzDQa6g4es5 { display:block; }
 }@media only screen and (max-width: 763px) { #yi1WkL17KoUVUgDqMVxfKIENhKExqnmU { top:6.3125rem;left:0rem;width:12.4375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #a39cgOgJlDqaUeW5XkWmtfiO2SehuTxd { width:17.5rem;height:3.25rem;top:2rem;left:15.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4wezBIT0c7hyR8CELTUTQ0d3SvRVrUC { top:6rem;left:18.6875rem;width:12.75rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBRT5XDdR4L82EuQAbTN0Vt7yFEZT7HT { width:12.3125rem;height:7.125rem;top:23.25rem;left:18.03125rem;font-size:1.1875rem;display:block; }#BBRT5XDdR4L82EuQAbTN0Vt7yFEZT7HT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #fr0kPzzKHIJCa7FasXd0OwtAFkrQhG26 { width:5.125rem;height:5.3125rem;top:26rem;left:11.4375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTnyPDSEcPlQd80wKUL6l7yDo2qX7dW { width:4rem;height:2.4375rem;top:24.9375rem;left:12rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS7T14TecuaDOeqyWLhSd7MndXixJxix { width:10.75rem;height:3.3125rem;top:31.25rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbOP3mHF0aIIX8z2MtTizXrMbgFX0Bf3 { display:block; }
 }@media only screen and (max-width: 763px) { #UKqJ4TI0kHGXHDzWusslJq0zTJAQytOi { width:17.5rem;height:3.25rem;top:2rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpodvf5I1AXgO6p7ma3oqmsUQ9ZhdwAQ { top:6.3125rem;left:35.3125rem;width:12.4375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyeVzLnORGRDTRXJebwGZlmTnwUE1swA { width:4.1875rem;height:2.4375rem;top:24.9375rem;left:37.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSvfPzGCPa1GOmEK2AhkX19PwJKfa23r { width:14.375rem;height:;top:22.875rem;left:33.375rem;font-size:1.1875rem;display:block; }#JSvfPzGCPa1GOmEK2AhkX19PwJKfa23r li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #Wwctcingi1mJN23ZEGK8hOmtQ1ITTyPq { width:5.125rem;height:5.3125rem;top:26rem;left:36.625rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqpPssADdRdByFsCT1G0cwNmnX5mMv8N { width:10.75rem;height:3.3125rem;top:31.25rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8gumKFBuxmklSoOzpbTPBMLt3dxbNQM { display:block; }
 }@media only screen and (max-width: 763px) { #TRfaxM3GT2UNQeN53EiNTWR5L3T1hX7p { width:6.6875rem;height:0;top:23.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1IM4OhtfJdOcT1oXgR65tqJVPSM2d75 { width:7.875rem;height:1.9375rem;top:23.5625rem;left:10.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcAbzPHToxMT4CAaZS3NJ4TJO59Zl3iB { width:7.875rem;height:1.9375rem;top:23.5625rem;left:35.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFvOcZ8RZswhfnFmt9qQVbdrq9zLHu6C { display:block; }#eFvOcZ8RZswhfnFmt9qQVbdrq9zLHu6C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTBr9VI84zGNvS5drhN9Ucow0fooaewR { width:47.75rem;height:7rem;top:2.4375rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7WE1ysE4AG0hurmVxQe0BqAv8yQTFXc { width:47.75rem;height:4.3125rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT { display:block; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXxzIRHmQrweWPfgmREppWkyAyDNy0Jo { width:47.75rem;height:6.375rem;top:3.375rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE1R1vtT3QsFmUetumWtv8TUhf2kLW4G { width:47.75rem;height:1.4375rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU { display:block; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qyw6SvJJyJMp0qmu2g4Bn3bHnZ1xlarP { width:16.375rem;height:;top:15.625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOAT5SH8w0lBSQkC81Ab6GxiAhLttAZL { width:16.375rem;height:1.6875rem;top:13.6875rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO9VBMPHgdvJFObUyTlQ60IskQAFHh6J { width:16.375rem;height:1.6875rem;top:13.6875rem;left:31.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxPdnCRoU1Ul3NsOXOuoXTfyiNUhB9SS { width:19rem;height:29.1875rem;top:3.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge6VvSI0XtRSUqEGxe2M8zhVxgnMVXFG { width:19rem;height:29.375rem;top:3.8125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iabe3JX4918hBlVsBx4OFtfnbefTCceX { width:19rem;height:29.0625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GORPfUtUTLAZGttArhPiWm5SRnk7e8lV { width:19rem;height:8.25rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opeyobk61L7DhbqbfM9sZcOlaPuFZPyr { width:19rem;height:8.25rem;top:3.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFg7rWdNabDdlNb8CPLOBfbayU5LSWDw { width:19rem;height:8.25rem;top:3.8125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhp2SOSCumXx3OuZ1b3JxdWvu8ulsgqy { width:15.5rem;height:;top:16.5rem;left:0.1875rem;font-size:1.125rem;display:block; }#nhp2SOSCumXx3OuZ1b3JxdWvu8ulsgqy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c4683c08-2194-41b9-948c-303f7154b7c0/garrapata.png); }
 }@media only screen and (max-width: 763px) { #aPoBZI9xuRoINtleTkeueJto2XAE4GaC { width:14.375rem;height:;top:17.1875rem;left:16.625rem;font-size:1.125rem;display:block; }#aPoBZI9xuRoINtleTkeueJto2XAE4GaC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c4683c08-2194-41b9-948c-303f7154b7c0/garrapata.png); }
 }@media only screen and (max-width: 763px) { #GLrM2TqhSARc1B7TTT68thNuOKBEyvur { width:14.375rem;height:14.0625rem;top:16.5rem;left:32.5rem;font-size:1.125rem;display:block; }#GLrM2TqhSARc1B7TTT68thNuOKBEyvur li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c4683c08-2194-41b9-948c-303f7154b7c0/garrapata.png); }
 }@media only screen and (max-width: 763px) { #lAeqF5XBAAne9MG5kIgkuWXnTgQmFcNt { width:18.75rem;height:1.8125rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4DX85TQIkOLmwtVlpeV3Szdo2FEHwT4 { width:16.375rem;height:;top:33rem;left:31.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whPMDSn35IAi4SFcQGbmygspGTBS5K20 { display:block; }#whPMDSn35IAi4SFcQGbmygspGTBS5K20 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMLSmgr4nqHXt3COnQgOJIXv5Q44sPXc { top:25.375rem;left:33.75rem;width:10.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIkATpIDudxuAh7kc0QTiz1wVuTnBTbm { top:16rem;left:41.25rem;width:6.5rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkgHh0GBOAy7sAJyA8ef7OEAiwF6nsbu { top:17.375rem;left:19.90625rem;width:7.9375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDF8LnqpVoTFsMlzBdzBTdmp7iAUO3K7 { top:2.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnnl8eH5JZPHJHcgayJzMX62h8JQ3FHW { width:18.4375rem;height:3.75rem;top:42.375rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Wp5eI4zlycPgytFz91FfxzA7zu0igy { display:block; }
 }@media only screen and (max-width: 763px) { #HpOlBB31TaPlLOvb7fbECxVihkeK17ig { top:25.6875rem;left:6.0625rem;width:6.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJl0FMHZ5aFRg9h6cRRhvO2CbGqtGcWV { top:23.4375rem;left:40.875rem;width:6.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMo4oeEDrTcvXsnI8XxacNcXTuLRFdH1 { top:8.875rem;left:0rem;width:14.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNdhqiulxob6rsAZgT09HI8a7zGZqzed { top:8.875rem;left:18.875rem;width:10.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUwNwq6xrnH4SoaXqKE5J4A6dGZmzrV1 { top:16rem;left:34.34375rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcXIAxCTCb2vuZrvdIwE7AyRsGKM9HTa { top:9.375rem;left:3rem;width:13.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSQ5fmJympaNGFURNwT0KyTHRlFaFatf { top:9.6875rem;left:33.25rem;width:14.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbzWaZQvMpeODxyGaJkX9RJXTML3Cu3l { top:24.3125rem;left:15.5rem;width:6rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4n5NQCaRKnzNHpFvonEq7a8RFEfvBWt { top:25.3125rem;left:0rem;width:8.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShsRoLnborD9SFlJtm4lVQVVBPTm30HV { top:25.1875rem;left:22.875rem;width:9.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orwrnFdJpgT5FfTqvICgUdfZkbFLgXex { top:18.125rem;left:0rem;width:12.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWvTlfMXqhle6KHfZ46dStkhmElwFpgI { top:9.6875rem;left:31.75rem;width:11.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU1kAhcWq892GKClPLcXTdhvQRoGM3SN { top:33.25rem;left:17.4375rem;width:8.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQTL86yQGz5zUKb0hlDOJkvdozO5krxI { top:17.5rem;left:6.8125rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQrQRDf2x9SKatoUNyR2WDkm0R6LzGL1 { top:31.75rem;left:29.3125rem;width:5.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9oibVbqJU2b0W9ynf0gRG7b1GG7BisE { top:32.9375rem;left:3rem;width:13.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1518erxzPrk604GUlsRKFdtILqIZLDH { top:33.125rem;left:38.3125rem;width:9.4375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2aWHEUSG8SLTKOLnbfgagOszJoORbdT { display:block; }#A2aWHEUSG8SLTKOLnbfgagOszJoORbdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMlTa0Xulalt4JGJIAAT5tTJdLC2OBVg { width:47.75rem;height:4.875rem;top:2.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPtJ66p7eAcV5HwT2SMpct2NcucWEgVC { width:47.75rem;height:1.4375rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5asOCRUNN26EE5mceu2kgMS0ycNATWB { display:block; }#L5asOCRUNN26EE5mceu2kgMS0ycNATWB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmBCMhIt2ww0OB9X0Nvme4QJL11ti1CJ { width:29.8125rem;height:16.625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbTLno7BO0D5K4HzM2c4p8wm3hTfWqPC { width:28.5rem;height:2.1875rem;top:1.625rem;left:19.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnZGox2qn7QvmQfEJtDsIPX0hquShnSK { width:15.25rem;height:3rem;top:20.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGA2lN4TOm4ZXTL2JEBR51vxdZKARp7Z { display:block; }
 }@media only screen and (max-width: 763px) { #viF45mZtsl8OJMwr98hv5lpL8MknquKX { width:28.5rem;height:16.875rem;top:5.125rem;left:19.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd { display:block; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSVL8Knf6cZrbVVTJhxZKId3xOG9bvvg { width:47.75rem;height:;top:2.3125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOUoi9RKbinDBQ5Sm72yS2tErGStnDDk { width:47.75rem;height:1.4375rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfu3Nlq6das8vDMDXrmLryAbizGlahCI { width:2.5rem;height:2.5rem;top:14.125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFytOe6i88MiX8fHKP5Vw7V9beeT4wXQ { width:2.5rem;height:2.5rem;top:14.125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxMu87HHxUTBsGQZP1pwdG2hfvB6LOe6 { width:2.5rem;height:2.5rem;top:14.125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGNboyobSO1bbTiTWui41uLzIqV8HmEa { width:2.5rem;height:2.5rem;top:14.125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktKURWuTHzBuez4hzAT1m7aMNo8kFi0H { width:2.5rem;height:2.5rem;top:14.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJobsJGxsKVTqr8MoPob6SpTXnd01RRC { width:23.3125rem;height:15.8125rem;top:4.375rem;left:24.3125rem;display:block; }#NJobsJGxsKVTqr8MoPob6SpTXnd01RRC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c4683c08-2194-41b9-948c-303f7154b7c0/garrapata.png); }
 }@media only screen and (max-width: 763px) { #oFfDsvS9PnmT02WTUq34K7wZ7KkzES65 { width:23.3125rem;height:15.8125rem;top:4.375rem;left:24.3125rem;display:block; }#oFfDsvS9PnmT02WTUq34K7wZ7KkzES65 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c4683c08-2194-41b9-948c-303f7154b7c0/garrapata.png); }
 }@media only screen and (max-width: 763px) { #sE9A2nJNVQUTONCVrQtXW3ZVekK4FB2J { display:block; }#sE9A2nJNVQUTONCVrQtXW3ZVekK4FB2J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTc0czAPPFWxgKCPdgd9cV9VnlpGVDv5 { width:47.75rem;height:4.875rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwmcJwQhPDZbHREKwGTSXBWcXJHaFzMP { width:47.75rem;height:2.875rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbCR5EkEOHavyNhePmmv3XDeacEqVtlo { width:47.75rem;height:1.4375rem;top:2.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx6sWRnqVwNQWLM4835sMp3CgyTXLCeV { width:19.625rem;height:20.4375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT1XIQCR0eXm0thlcR2HlflqLARS8PqN { width:20rem;height:10.6875rem;top:12.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URl1a8yeLNKH2LhRAr8RvtqCym7kSN88 { width:20rem;height:9.375rem;top:24.0625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcQaRW998GVwnTcXoLkIOp1KZcWvroff { width:19.375rem;height:20.375rem;top:13rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD1iAuac6nuErawAcLwlV3Ncc6egvlTq { display:block; }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDJERUu4eKFEC3QMifFQqqnzwyCok8yd { width:47.75rem;height:6.25rem;top:1.9375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMChpBIcdpraf97TdT19B15J1wrnDT98 { width:19.6875rem;height:33.5rem;top:16.875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7sIXxirnZi379ZEUEra349TFXrLnoFH { top:41.8125rem;left:0rem;width:16rem;height:4.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C470vdNebqgTJqdoVxJTA7yoVvyDU3eD { top:25.375rem;left:33.5rem;width:14.25rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvyz2vovtXFvrxoPF0neih5yqbGoG5WP { top:21.25rem;left:33.5rem;width:14.25rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l31UUgGeSn0UuHl3uDlbO8q9ZcNmzxtO { top:21.4375rem;left:33.5rem;width:14.25rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy4rvCCXDEtTrhWL6CTOJEFm8Iv6XJrQ { top:17rem;left:33.5rem;width:14.25rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUW5JP5vLM8FhrclmughI7aelHJ3u39B { top:7.9375rem;left:26.5rem;width:21.25rem;height:6.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyoWCCwcey5PrbuzxCIg58HDSXIwiUph { width:29.5625rem;height:6.25rem;top:7.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2NJU4gypuoVVvQLmhncU0p7GM58KbOZ { width:14.0625rem;height:3.6875rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G64wsXXFOBo1X91aqyOldyFXC9L9c5Bl { display:block; }
 }@media only screen and (max-width: 763px) { #npM7p78XiqqmgrERy2euaE416Gbs0IGG { width:14.0625rem;height:3.6875rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIKLKnRLz38shuU30tQmJpwcJyViDpEZ { display:block; }
 }@media only screen and (max-width: 763px) { #pBslLu0lQoXmVSHTpEuxNS6pILxfunFg { width:14.0625rem;height:3.6875rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSU7bQze5LpPEkXni3txwrmgZLGT6DZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #eBqUdwTkTRkNWFvqhSkt6KDz0ECiWNzD { width:14.0625rem;height:3.6875rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV9bfVEqhVZ6hQf1E9lslQ037fGFGV6L { display:block; }
 }@media only screen and (max-width: 763px) { #owEqilqQVB5UCuyqhNFXuv8F9r4hGMki { width:14.0625rem;height:3.6875rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxAwveCrvuhzJz5mvbm95gugpdlwSnuH { display:block; }
 }@media only screen and (max-width: 763px) { #KSw43uuqwQN0pi9H5Uxfz1gWPwAGmVr8 { width:2rem;height:2rem;top:26.125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzRJgWRp86RuTfvDh9vVgb3pPEDQQcVJ { width:2rem;height:2rem;top:21.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOc3kFTo09XlrRO16p64WDnlEdOvrKvg { width:2rem;height:2rem;top:17.1875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikm6MZ8dnz0wOggrRVAbWy2ietyyB8Un { width:2rem;height:2rem;top:26.125rem;left:35.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEtpBn6vq0iU4t4mf1puq0st9mMJ7vXb { width:2rem;height:2rem;top:21.4375rem;left:35.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvbC2hqLE2LTSL75QEBDctcchwW46zhv { width:2rem;height:2rem;top:17.1875rem;left:35.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwLfJpX4xTJ92ZdTuzzmRlTbA8qA5oTf { width:2rem;height:2rem;top:26.125rem;left:35.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgx6ipTA6vaC7rhpKwm8cT2OTS1WOVTZ { width:2rem;height:2rem;top:21.4375rem;left:35.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HI3qEhq2DkzuoXov7U6sGHWLm6to9GVW { width:2rem;height:2rem;top:17.1875rem;left:35.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8Z9Igrw5c79wgwIwGlC1QZbrawIoFS1 { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKHOs5JH5EpAUTrQGTMZGLAeuLTKAk4k { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #KgCEgGftDbOB36DmRR320TnIupzxHMU0 { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwLfoDLSbIosCt0EBn403M8SDMiLz11Z { display:block; }#UwLfoDLSbIosCt0EBn403M8SDMiLz11Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVEVXGCrrZIGFvtaZS6Op2E5VFInMyFB { top:3.1875rem;left:8rem;width:31.75rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFzbo5ngusMQTJp2n7zDuqKldatovxvm { width:1.25rem;height:1.25rem;top:1rem;left:19.6875rem;display:block; }
#OFzbo5ngusMQTJp2n7zDuqKldatovxvm > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #pUeNQZopkoSTfyRh9bqOVDOhGO6eHhTS { width:1.6875rem;height:1.6875rem;top:0.75rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMlyMqNTh1udQ0kwR6HOZgXR352wwkgH { width:1.6875rem;height:1.6875rem;top:0.75rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN7GcSDuCy9VT3GONk0v1oEhfvRgvlT7 { width:1.25rem;height:1.25rem;top:1rem;left:22.0625rem;display:block; }
#HN7GcSDuCy9VT3GONk0v1oEhfvRgvlT7 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #RJ3iTZAsFQo96ybKifcVo0FQdZvTX3Nd { width:1.6875rem;height:1.6875rem;top:0.75rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1wQo6fbw9XUoaXxV7DpNJbClvvrt1an { width:1.25rem;height:1.25rem;top:1rem;left:24.5rem;display:block; }
#X1wQo6fbw9XUoaXxV7DpNJbClvvrt1an > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #bfH4abQ3X3WBa0fLwmMLTWnExBZ6gT6y { width:1.6875rem;height:1.6875rem;top:0.75rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnGJliQHp8cdGzkVntOmGKz3Pk4OL71w { width:1.25rem;height:1.25rem;top:1rem;left:26.875rem;display:block; }
#tnGJliQHp8cdGzkVntOmGKz3Pk4OL71w > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { display:none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { width:20rem;height:18.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JEgsxJ7twtPVZEM8kDucnl5xMC4Nwlia { width:6.0625rem;height:2.0625rem;top:1.25rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdpM9EClqP90egMETamSTlmn3QGhLTSz { display:block; }
 }@media only screen and (max-width: 763px) { #sgJKrW4nb2d3lMPkHe3fmnu5Hc0mdvDQ { width:1.6875rem;height:1.6875rem;top:2.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCovfUriNrSH67o52iCR88sDwBySJTJo { width:1.6875rem;height:1.6875rem;top:2.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9bHo4WbF7pyPzRpAyZGE6tB6J715L3I { width:1.25rem;height:1.25rem;top:2.375rem;left:9.375rem;display:block; }
#t9bHo4WbF7pyPzRpAyZGE6tB6J715L3I > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #ElrwA5DC2O2aT5KWzlBmirtvnHuqWpF8 { width:1.25rem;height:1.25rem;top:2.375rem;left:9.375rem;display:block; }
#ElrwA5DC2O2aT5KWzlBmirtvnHuqWpF8 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #NxD3kTuF2sQb5fHgwxXWuDHxcUTi79Ig { width:1.25rem;height:1.25rem;top:2.375rem;left:9.375rem;display:block; }
#NxD3kTuF2sQb5fHgwxXWuDHxcUTi79Ig > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #dxo6z3DCV46NbNyyFGQgc1cSkuyrtq7Q { width:1.6875rem;height:1.6875rem;top:2.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6T7ux89sbgJ9C7mvZo1iGI00NTVlOgJ { width:1.6875rem;height:1.6875rem;top:2.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdTbvJxPMTzWKdQJfy99S1XfXEssJb98 { width:1.25rem;height:1.25rem;top:2.375rem;left:9.375rem;display:block; }
#XdTbvJxPMTzWKdQJfy99S1XfXEssJb98 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #VSKbQla7SGmT2sJme3tyRkNcMQx1J52e { width:17.75rem;height:6.25rem;top:4.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:20rem;height:6.75rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRI3emTsLdd9XA2wWT6JhvsMQDKmBDLx { width:20rem;height:4.75rem;top:14rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO9asise46btvS1CL5WoxqSKGsE0MEgf { width:20rem;height:22.125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMBeB7UQwZc4eUAvlrZPOms3HtqPqHvi { width:20rem;height:2.25rem;top:21.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dsfBftzPeGAhzJzwlSXMAB67g4kxarOf { display:flex;width:18rem;height:5.0625rem;top:44.4375rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #NoJTCrgT7bbeMiqrCwV7oH5eHxvPNSfa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #T5sPaDKNZLGVvboQaoNJytNHCiyh5EPV {  }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #J0c7TVglRQDlM9eFn3x7UBLd7ePSTlO4 {  }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #TntHDyBatTTQ3wdKivVZaoNM7QlvqG5G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #yJ65JQ6CroTVIPBxmFEw6uFyEwDixnuv {  }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #ixAJsctA1sqKoabTKfKqB2EdVoInCb9p {  }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #Bxrs35I8gWACgL1dRBL5fGKSl6T1TB6z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #fBq8q4Lq0WoAizOEV78T8ibLCdanw0bI {  }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #Cs5Ld6zCXuCtlLOzuFX6AGswkuuAFMdU {  }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #kAvw3Xv9neBtxXHJKmRsCuTyzl4BoPtH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #y2oPuOPa3siFTd6E06iwTsyqXD1wQoqC {  }
 }@media only screen and (max-width: 763px) { #dsfBftzPeGAhzJzwlSXMAB67g4kxarOf #xTP4Qbn47KMvEVy50PrH7ixfbiNgOCJ8 {  }
 }@media only screen and (max-width: 763px) { #UzTIKnfJ7zR08UqG4aBsWBklu7QdT0tP { width:3rem;height:3rem;top:23.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brReKqEfcgLOTosfS29OEoN4k8OQff4t { width:3rem;height:3rem;top:36.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKBDIPyRuPrii14lmMaXNQm4aahzADof { width:12.8125rem;height:2.25rem;top:26.25rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLcLeFu9vT9sxyFgrTeTfLCmTR0WDMAQ { width:20rem;height:2.25rem;top:39.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QviAyJI2dy1uWgumrTWTEEN1DBTyJ9fN { width:17.125rem;height:2.25rem;top:32.875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sToJVbpg2cGsgiUl6gmXtp4Vqg1RNRw0 { width:3rem;height:3rem;top:29.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NERFXVG1qGcxKHsyfBAsNVh9wrzy06vv { width:7.0625rem;height:4.6875rem;top:0.9365234375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz42PZb28DsgtaJy3V2UHrkM4KbpL8I8 { width:13.875rem;height:2.875rem;top:52rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bog6dTvSVzxBPG9nBtG43BFfc9qKKHCp { display:block; }
 }@media only screen and (max-width: 763px) { #tvDxwvraM7EIgDqmNXsCIMDV9yOyxUtw { width:7.9375rem;height:5.3125rem;top:0.6240234375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0QssEul0vD5To1WtAXsn9Qf2eHtLPii { width:20rem;height:0;top:56.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKbU8oVuT61rwsKn0dG3acFp3bmiumWf { display:block; }#QKbU8oVuT61rwsKn0dG3acFp3bmiumWf > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHZb7QumiDT0LMyB4tRJz2KG4sim9Hzr { width:20rem;height:8.25rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOTmIbwSraLlFTpVCyJHEsLmWEe6ZAIK { width:20rem;height:8.3125rem;top:10.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVOiHSiCpTJMJt6btKDGJRclq6dhkna3 { width:15.4375rem;height:15.4375rem;top:19.9375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afzKc6HfMgFCWUPsarNOdg2kZcg4Jirl { display:block; }#afzKc6HfMgFCWUPsarNOdg2kZcg4Jirl > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTlMWNnxpN6OSh41fgHCp7a2MGA92NN2 { width:14.625rem;height:1.25rem;top:2rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F56CT40lCzQx7W3ib6FzEMTVwTmToSu4 { width:14.625rem;height:6.25rem;top:4.75rem;left:2.6875rem;text-align:center;text-align-last:center;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #kMdmQ18t2RQ2qJ6rtGW3aD47E6QmLJzt { width:14.625rem;height:7.5rem;top:16.9375rem;left:2.6875rem;text-align:center;text-align-last:center;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #mqARxRenFuDcou6ixaDia4RwLk25a7QT { width:14.625rem;height:2.5rem;top:13.625rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDsZQPSbpFcHmMWsR9Ddo7Ki6KIBHrzI { width:14.625rem;height:7.5rem;top:28.75rem;left:2.6875rem;text-align:center;text-align-last:center;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #NiJiPfJutw3K626UZkuDZ3yniyOhV0KZ { width:14.625rem;height:1.25rem;top:26rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b56WFyrqS3br0HnMc53KLpin19zJdPXO { width:3rem;height:3rem;top:1.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqlpFtTOEEeTuQpW6HhSvxS1x08iVK9I { width:3rem;height:3rem;top:13.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEradsd9DabsUuqe5FPfKt7wzgns8oiH { width:3rem;height:3rem;top:25.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdIDTyILnEtW7emfPkiXZ0mL74yM084x { display:block; }#WdIDTyILnEtW7emfPkiXZ0mL74yM084x > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PB6ztPPWM5SFaB5azmukptSsNhCQGlDx { width:10.4375rem;height:11.9375rem;top:30.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLuE9tlsVUEl3zAObIGP5twR9cR5bIrI { width:9.625rem;height:12rem;top:1.875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXCpFJB4zKnhnhhscSbv8O9TJ2DHwPT0 { width:3.6875rem;height:2.4375rem;top:37.9375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsu3pPtpHEAMDCgsOlStSP2LstCKipGF { width:5.125rem;height:2.5625rem;top:39.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KclbTsqMDTGsPs9ZaKZC1rB6TH0LrPkr { width:7.875rem;height:3.875rem;top:30.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #We6WmgEzVqUCSsWvti8ICxxhFhI7nsJA { width:14.375rem;height:8.625rem;top:42.9375rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#We6WmgEzVqUCSsWvti8ICxxhFhI7nsJA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #Hh9g8T8kEA15H3XnJPwzndPcO7SgiWWT { width:10.75rem;height:3.3125rem;top:53.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTuB4v4sizOxvmO5nk8o9cTP0nWZWx7U { display:block; }
 }@media only screen and (max-width: 763px) { #L77BUsK4AnT05qM5CTeKzqEiaWNtnPV6 { width:9.625rem;height:3.875rem;top:2.5625rem;left:10.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0MDGCwUDqrWLwnCmIQB6Tv6U6I3Zy04 { width:3.6875rem;height:2.4375rem;top:9.8125rem;left:13.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCUtIwEdei8GTOENNnsVWTDkutZ370HT { width:5.125rem;height:2.5625rem;top:11.375rem;left:12.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #apHuhPyN8QwT1RHwWndR5qIS8SlaGnaG { width:14.375rem;height:8.625rem;top:15.625rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#apHuhPyN8QwT1RHwWndR5qIS8SlaGnaG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #uKoa9mlt0qmTnTZhOedEcnvBz5pOVbdb { width:10.75rem;height:3.3125rem;top:24.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4Ak7rO5If46vO0Rq2kJvZ18v5WMruCN { display:block; }
 }@media only screen and (max-width: 763px) { #JOQK0UHqfh78dZbEUotHelbCyFgfr4pe { width:6.4375rem;height:1.9375rem;top:8.125rem;left:12.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu9dhaGVHyFLFvhCycOxW6cvtRpaIKVA { width:7.1875rem;height:1.9375rem;top:36.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5 { display:block; }#T7e2nBWJVCX3Eo5KadmucZbn7wzvqyg5 > .row .container { width:20rem;height:86.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGVndipTTgChghkIG3HRvvkAkfeUTAyT { width:9.625rem;height:1.9375rem;top:3.5rem;left:10.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE9odX4hneTeMRtkQtATCn8qxJgH8oSR { width:14.375rem;height:7.125rem;top:15.25rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#cE9odX4hneTeMRtkQtATCn8qxJgH8oSR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #DnHFF0hoTvPRKM9vTyUwFtbS7V6RX0uf { width:3.6875rem;height:2.4375rem;top:9.6875rem;left:13.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaDyQ0Qm8cIgPL35EEiMqEgEzfSffsUC { width:5.125rem;height:2.5625rem;top:11.4375rem;left:12.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry8WlJKeWXnaRMSh0Zxr4ETD7s6UtfSX { width:10.75rem;height:3.3125rem;top:23.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0n2LwTUbTGVKzfNMkRPKQzDQa6g4es5 { display:block; }
 }@media only screen and (max-width: 763px) { #yi1WkL17KoUVUgDqMVxfKIENhKExqnmU { width:9.75rem;height:11.75rem;top:2.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a39cgOgJlDqaUeW5XkWmtfiO2SehuTxd { width:8.9375rem;height:1.75rem;top:31.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4wezBIT0c7hyR8CELTUTQ0d3SvRVrUC { width:9.9375rem;height:11.8125rem;top:29.1875rem;left:9.2465732405894rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BBRT5XDdR4L82EuQAbTN0Vt7yFEZT7HT { width:14.375rem;height:7.125rem;top:41.875rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#BBRT5XDdR4L82EuQAbTN0Vt7yFEZT7HT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #fr0kPzzKHIJCa7FasXd0OwtAFkrQhG26 { width:5.125rem;height:2.5625rem;top:38.5rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTnyPDSEcPlQd80wKUL6l7yDo2qX7dW { width:3.6875rem;height:2.4375rem;top:36.9375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS7T14TecuaDOeqyWLhSd7MndXixJxix { width:10.75rem;height:3.3125rem;top:51rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbOP3mHF0aIIX8z2MtTizXrMbgFX0Bf3 { display:block; }
 }@media only screen and (max-width: 763px) { #UKqJ4TI0kHGXHDzWusslJq0zTJAQytOi { width:7rem;height:1.9375rem;top:58.75rem;left:12.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpodvf5I1AXgO6p7ma3oqmsUQ9ZhdwAQ { width:10.6875rem;height:13.0625rem;top:56.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyeVzLnORGRDTRXJebwGZlmTnwUE1swA { width:3.6875rem;height:2.4375rem;top:65.625rem;left:13.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSvfPzGCPa1GOmEK2AhkX19PwJKfa23r { width:14.375rem;height:7.125rem;top:71.125rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#JSvfPzGCPa1GOmEK2AhkX19PwJKfa23r li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #Wwctcingi1mJN23ZEGK8hOmtQ1ITTyPq { width:5.125rem;height:2.5625rem;top:67.375rem;left:12.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqpPssADdRdByFsCT1G0cwNmnX5mMv8N { width:10.75rem;height:3.3125rem;top:80.5625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8gumKFBuxmklSoOzpbTPBMLt3dxbNQM { display:block; }
 }@media only screen and (max-width: 763px) { #TRfaxM3GT2UNQeN53EiNTWR5L3T1hX7p { width:7.875rem;height:1.9375rem;top:8.3125rem;left:11.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1IM4OhtfJdOcT1oXgR65tqJVPSM2d75 { width:7.875rem;height:1.9375rem;top:35.0625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcAbzPHToxMT4CAaZS3NJ4TJO59Zl3iB { width:5.8125rem;height:1.9375rem;top:64.375rem;left:12.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFvOcZ8RZswhfnFmt9qQVbdrq9zLHu6C { display:block; }#eFvOcZ8RZswhfnFmt9qQVbdrq9zLHu6C > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTBr9VI84zGNvS5drhN9Ucow0fooaewR { width:20rem;height:8.25rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7WE1ysE4AG0hurmVxQe0BqAv8yQTFXc { width:20rem;height:8.3125rem;top:10.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT { display:block; }#qbwNFRpK7TxxubhIrA65DoSTuW7fBxZT > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXxzIRHmQrweWPfgmREppWkyAyDNy0Jo { width:20rem;height:6.375rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE1R1vtT3QsFmUetumWtv8TUhf2kLW4G { width:20rem;height:2.375rem;top:10.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU { display:block; }#MPUa4nKQek1hvbO8RZDTxHKGrSVI5xyU > .row .container { width:20rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qyw6SvJJyJMp0qmu2g4Bn3bHnZ1xlarP { width:17.375rem;height:0;top:41.0625rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eOAT5SH8w0lBSQkC81Ab6GxiAhLttAZL { width:17.375rem;height:1.25rem;top:39.0625rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nO9VBMPHgdvJFObUyTlQ60IskQAFHh6J { width:17.375rem;height:1.25rem;top:64rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxPdnCRoU1Ul3NsOXOuoXTfyiNUhB9SS { width:19rem;height:23.9375rem;top:29.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge6VvSI0XtRSUqEGxe2M8zhVxgnMVXFG { width:19rem;height:26.125rem;top:54.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iabe3JX4918hBlVsBx4OFtfnbefTCceX { width:19rem;height:25.625rem;top:2.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GORPfUtUTLAZGttArhPiWm5SRnk7e8lV { width:19rem;height:8.25rem;top:2.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opeyobk61L7DhbqbfM9sZcOlaPuFZPyr { width:19rem;height:8.25rem;top:29.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFg7rWdNabDdlNb8CPLOBfbayU5LSWDw { width:19rem;height:8.25rem;top:54.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhp2SOSCumXx3OuZ1b3JxdWvu8ulsgqy { width:15.5rem;height:14.0625rem;top:13.4375rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#nhp2SOSCumXx3OuZ1b3JxdWvu8ulsgqy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c4683c08-2194-41b9-948c-303f7154b7c0/garrapata.png); }
 }@media only screen and (max-width: 763px) { #aPoBZI9xuRoINtleTkeueJto2XAE4GaC { width:14.375rem;height:12.625rem;top:41.0625rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#aPoBZI9xuRoINtleTkeueJto2XAE4GaC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c4683c08-2194-41b9-948c-303f7154b7c0/garrapata.png); }
 }@media only screen and (max-width: 763px) { #GLrM2TqhSARc1B7TTT68thNuOKBEyvur { width:14.375rem;height:14.0625rem;top:65.8125rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#GLrM2TqhSARc1B7TTT68thNuOKBEyvur li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c4683c08-2194-41b9-948c-303f7154b7c0/garrapata.png); }
 }@media only screen and (max-width: 763px) { #lAeqF5XBAAne9MG5kIgkuWXnTgQmFcNt { width:13.0625rem;height:1.25rem;top:11.4375rem;left:3.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4DX85TQIkOLmwtVlpeV3Szdo2FEHwT4 { width:17.4375rem;height:0;top:67.9375rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #whPMDSn35IAi4SFcQGbmygspGTBS5K20 { display:block; }#whPMDSn35IAi4SFcQGbmygspGTBS5K20 > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMLSmgr4nqHXt3COnQgOJIXv5Q44sPXc { width:9.4375rem;height:3.6875rem;top:5.84375rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIkATpIDudxuAh7kc0QTiz1wVuTnBTbm { width:3.3125rem;height:3.375rem;top:21.25rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkgHh0GBOAy7sAJyA8ef7OEAiwF6nsbu { width:7.9375rem;height:3.75rem;top:48.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDF8LnqpVoTFsMlzBdzBTdmp7iAUO3K7 { width:20rem;height:2rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnnl8eH5JZPHJHcgayJzMX62h8JQ3FHW { width:18.4375rem;height:3.75rem;top:79.875rem;left:0.78125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Wp5eI4zlycPgytFz91FfxzA7zu0igy { display:block; }
 }@media only screen and (max-width: 763px) { #HpOlBB31TaPlLOvb7fbECxVihkeK17ig { width:6.875rem;height:3.5rem;top:44.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJl0FMHZ5aFRg9h6cRRhvO2CbGqtGcWV { width:6.875rem;height:7rem;top:40rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMo4oeEDrTcvXsnI8XxacNcXTuLRFdH1 { width:10.375rem;height:3.1875rem;top:15.6875rem;left:9.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XNdhqiulxob6rsAZgT09HI8a7zGZqzed { width:8.75rem;height:4.6875rem;top:24.625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUwNwq6xrnH4SoaXqKE5J4A6dGZmzrV1 { width:6rem;height:6rem;top:4.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcXIAxCTCb2vuZrvdIwE7AyRsGKM9HTa { width:11.75rem;height:3.75rem;top:20.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSQ5fmJympaNGFURNwT0KyTHRlFaFatf { width:10.4375rem;height:2.1875rem;top:49.21875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbzWaZQvMpeODxyGaJkX9RJXTML3Cu3l { width:6rem;height:6.3125rem;top:29.5625rem;left:11.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4n5NQCaRKnzNHpFvonEq7a8RFEfvBWt { width:7.9375rem;height:4.0625rem;top:24.625rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShsRoLnborD9SFlJtm4lVQVVBPTm30HV { width:6.8125rem;height:3.375rem;top:32.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orwrnFdJpgT5FfTqvICgUdfZkbFLgXex { width:10.25rem;height:2.0625rem;top:37rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWvTlfMXqhle6KHfZ46dStkhmElwFpgI { width:10.0625rem;height:2.75rem;top:29.3125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU1kAhcWq892GKClPLcXTdhvQRoGM3SN { width:6.625rem;height:2.9375rem;top:53.65625rem;left:1.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OQTL86yQGz5zUKb0hlDOJkvdozO5krxI { width:7.625rem;height:3.6875rem;top:57.8125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQrQRDf2x9SKatoUNyR2WDkm0R6LzGL1 { width:5.75rem;height:6.75rem;top:67.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9oibVbqJU2b0W9ynf0gRG7b1GG7BisE { width:11.375rem;height:3.8125rem;top:10.6875rem;left:8.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t1518erxzPrk604GUlsRKFdtILqIZLDH { width:9.4375rem;height:4rem;top:56.59375rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2aWHEUSG8SLTKOLnbfgagOszJoORbdT { display:block; }#A2aWHEUSG8SLTKOLnbfgagOszJoORbdT > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMlTa0Xulalt4JGJIAAT5tTJdLC2OBVg { width:20rem;height:2.5625rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPtJ66p7eAcV5HwT2SMpct2NcucWEgVC { width:20rem;height:1.25rem;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;color:#0097f8;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5asOCRUNN26EE5mceu2kgMS0ycNATWB { display:block; }#L5asOCRUNN26EE5mceu2kgMS0ycNATWB > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmBCMhIt2ww0OB9X0Nvme4QJL11ti1CJ { height:11.15234375rem;width:20rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbTLno7BO0D5K4HzM2c4p8wm3hTfWqPC { width:20rem;height:1.625rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#0097f8;display:block; }
 }@media only screen and (max-width: 763px) { #ZnZGox2qn7QvmQfEJtDsIPX0hquShnSK { width:15.25rem;height:3rem;top:36rem;left:2.375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #0055b2, #059ff5);background-image: -moz-linear-gradient(top, #0055b2, #059ff5);background-image: -ms-linear-gradient(top, #0055b2, #059ff5);background-image: -o-linear-gradient(top, #0055b2, #059ff5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055b2', endColorstr='#059ff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055b2', endColorstr='#059ff5' );";background-image: linear-gradient(to bottom, #0055b2, #059ff5);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MGA2lN4TOm4ZXTL2JEBR51vxdZKARp7Z { display:block; }
 }@media only screen and (max-width: 763px) { #viF45mZtsl8OJMwr98hv5lpL8MknquKX { width:19.625rem;height:17.875rem;top:4.125rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd { background-color:#0055b2;background-image:none;display:block; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container { background-color: transparent; background-image: none; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container > .video-iframe-container { display: none; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row > .video-iframe-container { display: none; }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .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); }#VFJ3vT9Eg26Kxkqagb3g8X2coRycHzPd > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSVL8Knf6cZrbVVTJhxZKId3xOG9bvvg { width:20rem;height:6.1875rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOUoi9RKbinDBQ5Sm72yS2tErGStnDDk { width:20rem;height:2.375rem;top:9.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfu3Nlq6das8vDMDXrmLryAbizGlahCI { width:2.5rem;height:2.5rem;top:12.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFytOe6i88MiX8fHKP5Vw7V9beeT4wXQ { width:2.5rem;height:2.5rem;top:12.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxMu87HHxUTBsGQZP1pwdG2hfvB6LOe6 { width:2.5rem;height:2.5rem;top:12.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGNboyobSO1bbTiTWui41uLzIqV8HmEa { width:2.5rem;height:2.5rem;top:12.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktKURWuTHzBuez4hzAT1m7aMNo8kFi0H { width:2.5rem;height:2.5rem;top:12.75rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJobsJGxsKVTqr8MoPob6SpTXnd01RRC { width:20rem;height:18rem;top:16.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#NJobsJGxsKVTqr8MoPob6SpTXnd01RRC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c4683c08-2194-41b9-948c-303f7154b7c0/garrapata.png); }
 }@media only screen and (max-width: 763px) { #oFfDsvS9PnmT02WTUq34K7wZ7KkzES65 { width:20rem;height:20.75rem;top:34.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#oFfDsvS9PnmT02WTUq34K7wZ7KkzES65 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c4683c08-2194-41b9-948c-303f7154b7c0/garrapata.png); }
 }@media only screen and (max-width: 763px) { #sE9A2nJNVQUTONCVrQtXW3ZVekK4FB2J { display:block; }#sE9A2nJNVQUTONCVrQtXW3ZVekK4FB2J > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTc0czAPPFWxgKCPdgd9cV9VnlpGVDv5 { width:20rem;height:4.875rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwmcJwQhPDZbHREKwGTSXBWcXJHaFzMP { width:20rem;height:4.75rem;top:10.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbCR5EkEOHavyNhePmmv3XDeacEqVtlo { width:18.625rem;height:2.5rem;top:1.5625rem;left:0.6875rem;text-align:center;text-align-last:center;color:#0097f8;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kx6sWRnqVwNQWLM4835sMp3CgyTXLCeV { width:20rem;height:18rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT1XIQCR0eXm0thlcR2HlflqLARS8PqN { width:20rem;height:8.625rem;top:35.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3a82d504-ff7e-434c-a9b6-945b3e848c59/TAW_2908min.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iT1XIQCR0eXm0thlcR2HlflqLARS8PqN.adaptive-delivery-prevent-bg, #iT1XIQCR0eXm0thlcR2HlflqLARS8PqN.lazyload, #iT1XIQCR0eXm0thlcR2HlflqLARS8PqN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #URl1a8yeLNKH2LhRAr8RvtqCym7kSN88 { width:20rem;height:9rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcQaRW998GVwnTcXoLkIOp1KZcWvroff { width:20rem;height:18rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD1iAuac6nuErawAcLwlV3Ncc6egvlTq { background-color:#b70d39;background-image:url("https://images.assets-landingi.com/T578Je9R/13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq.adaptive-delivery-prevent-bg, #VD1iAuac6nuErawAcLwlV3Ncc6egvlTq.lazyload, #VD1iAuac6nuErawAcLwlV3Ncc6egvlTq.lazyloading { background-image: none; }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .row .container { background-color: transparent; background-image: none; }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .row .container > .video-iframe-container { display: none; }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .row > .video-iframe-container { display: none; }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .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); }#VD1iAuac6nuErawAcLwlV3Ncc6egvlTq > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDJERUu4eKFEC3QMifFQqqnzwyCok8yd { width:20rem;height:7.3125rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMChpBIcdpraf97TdT19B15J1wrnDT98 { width:19.6875rem;height:33.3125rem;top:35.5rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7sIXxirnZi379ZEUEra349TFXrLnoFH { width:12.3125rem;height:4.0625rem;top:68.75rem;left:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C470vdNebqgTJqdoVxJTA7yoVvyDU3eD { width:14.25rem;height:3.5625rem;top:33.8125rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lvyz2vovtXFvrxoPF0neih5yqbGoG5WP { width:14.25rem;height:2.375rem;top:27.0625rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l31UUgGeSn0UuHl3uDlbO8q9ZcNmzxtO { width:14.25rem;height:0;top:62.375rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy4rvCCXDEtTrhWL6CTOJEFm8Iv6XJrQ { width:14.25rem;height:2.375rem;top:20rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aUW5JP5vLM8FhrclmughI7aelHJ3u39B { width:20rem;height:2.25rem;top:12.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyoWCCwcey5PrbuzxCIg58HDSXIwiUph { width:20rem;height:3.625rem;top:38.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2NJU4gypuoVVvQLmhncU0p7GM58KbOZ { width:14.0625rem;height:3.6875rem;top:44.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G64wsXXFOBo1X91aqyOldyFXC9L9c5Bl { display:block; }
 }@media only screen and (max-width: 763px) { #npM7p78XiqqmgrERy2euaE416Gbs0IGG { width:14.0625rem;height:3.6875rem;top:54.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIKLKnRLz38shuU30tQmJpwcJyViDpEZ { display:block; }
 }@media only screen and (max-width: 763px) { #pBslLu0lQoXmVSHTpEuxNS6pILxfunFg { width:14.0625rem;height:3.6875rem;top:49.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSU7bQze5LpPEkXni3txwrmgZLGT6DZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #eBqUdwTkTRkNWFvqhSkt6KDz0ECiWNzD { width:14.0625rem;height:3.6875rem;top:59.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV9bfVEqhVZ6hQf1E9lslQ037fGFGV6L { display:block; }
 }@media only screen and (max-width: 763px) { #owEqilqQVB5UCuyqhNFXuv8F9r4hGMki { width:14.0625rem;height:3.6875rem;top:64.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxAwveCrvuhzJz5mvbm95gugpdlwSnuH { display:block; }
 }@media only screen and (max-width: 763px) { #KSw43uuqwQN0pi9H5Uxfz1gWPwAGmVr8 { width:2rem;height:2rem;top:26.125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #HzRJgWRp86RuTfvDh9vVgb3pPEDQQcVJ { width:2rem;height:2rem;top:21.4375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOc3kFTo09XlrRO16p64WDnlEdOvrKvg { width:2rem;height:2rem;top:17.1875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikm6MZ8dnz0wOggrRVAbWy2ietyyB8Un { width:2rem;height:2rem;top:17.5625rem;left:14.09375rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #GEtpBn6vq0iU4t4mf1puq0st9mMJ7vXb { width:2rem;height:2rem;top:12.84375rem;left:14.09375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #BvbC2hqLE2LTSL75QEBDctcchwW46zhv { width:2rem;height:2rem;top:8.59375rem;left:14.09375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #TwLfJpX4xTJ92ZdTuzzmRlTbA8qA5oTf { width:2rem;height:2rem;top:18.4375rem;left:13.53125rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #tgx6ipTA6vaC7rhpKwm8cT2OTS1WOVTZ { width:2rem;height:2rem;top:13.71875rem;left:13.53125rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #HI3qEhq2DkzuoXov7U6sGHWLm6to9GVW { width:2rem;height:2rem;top:9.46875rem;left:13.53125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #m8Z9Igrw5c79wgwIwGlC1QZbrawIoFS1 { top:16.625rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15050;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FKHOs5JH5EpAUTrQGTMZGLAeuLTKAk4k { top:23.8125rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15051;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KgCEgGftDbOB36DmRR320TnIupzxHMU0 { top:30.625rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15052;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UwLfoDLSbIosCt0EBn403M8SDMiLz11Z { display:block; }#UwLfoDLSbIosCt0EBn403M8SDMiLz11Z > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVEVXGCrrZIGFvtaZS6Op2E5VFInMyFB { width:20rem;height:6.75rem;top:3.34375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFzbo5ngusMQTJp2n7zDuqKldatovxvm { width:1.25rem;height:1.25rem;top:1rem;left:8.1875rem;display:block; }
#OFzbo5ngusMQTJp2n7zDuqKldatovxvm > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #pUeNQZopkoSTfyRh9bqOVDOhGO6eHhTS { width:1.6875rem;height:1.6875rem;top:0.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMlyMqNTh1udQ0kwR6HOZgXR352wwkgH { width:1.6875rem;height:1.6875rem;top:0.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HN7GcSDuCy9VT3GONk0v1oEhfvRgvlT7 { width:1.25rem;height:1.25rem;top:1rem;left:10rem;display:block; }
#HN7GcSDuCy9VT3GONk0v1oEhfvRgvlT7 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #RJ3iTZAsFQo96ybKifcVo0FQdZvTX3Nd { width:1.6875rem;height:1.6875rem;top:0.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1wQo6fbw9XUoaXxV7DpNJbClvvrt1an { width:1.25rem;height:1.25rem;top:1rem;left:11.75rem;display:block; }
#X1wQo6fbw9XUoaXxV7DpNJbClvvrt1an > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #bfH4abQ3X3WBa0fLwmMLTWnExBZ6gT6y { width:1.6875rem;height:1.6875rem;top:0.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnGJliQHp8cdGzkVntOmGKz3Pk4OL71w { width:1.25rem;height:1.25rem;top:1rem;left:6.5625rem;display:block; }
#tnGJliQHp8cdGzkVntOmGKz3Pk4OL71w > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }