.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:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:0,63,112;--color-secondary-0:252,243,210;--color-secondary-1:245,220,121;--color-secondary-2:238,196,32;--color-secondary-3:235,189,0;--color-secondary-4:48,39,6;--color-tertiary-0:255,255,255;--color-tertiary-1:155,155,155;--color-tertiary-2:50,50,50;--color-tertiary-3:22,22,22;--color-tertiary-4:0,0,0;--headlines-font-family:"Glober";--paragraphs-font-family:"manrope"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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;z-index:auto;display:none; }#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:5.3125rem;width:75rem;position:relative;display:none; }#gI7XaglEOoiIqfouZt7B7KOteJuQEayd { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:1.375rem;left:21.375rem;display:block; }
#gREuwsEAUSQyKomZLdhbT2Blq2DET3Tk { color:rgba(var(--color-primary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:23.125rem;height:1.13671875rem;display:block; }
#XWLrLlAdqrTCIZXaCKaMed5hiT0e1mBX { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:2.25rem;left:45.9375rem;display:none; }
#vzibqX3G8mePiHLrMoBLNGCEO6oQzDiI { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.0625rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.75rem;left:60.9375rem;display:block; }
#Vdq8QETKvi4Tt7WJnBrikrmTqK0nuynm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oea1O1bicoy1GJf2WOqX0PLu7UNBFUHB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.249025rem;width:20.8728125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JrRXxmvlbTLH43yUEunygLu1ByFy74BA { border-top:0rem none rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;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;z-index:auto;display:block; }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row .container { background-color: transparent; background-image: none; }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row .container > .video-iframe-container { display: none; }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row > .video-iframe-container { display: none; }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .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); }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row .container { border-width: 0; border-radius: 0; }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#x9qcZflueL2NeWRG9MS1G5PgJ0UzDrbh { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:2.25rem;left:45.9375rem;display:none; }
#TGQvJ34lfK8Q7BRCFfWPPUPVzWcVcVRF { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#0060ab;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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.8125rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.75rem;left:61.0625rem;display:block; }
#BszprOoeiGopKB1BV6T2KM7J0EgRFacf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lF9IUVL0WTA6vur4TPf30XRuiUpiCl2I { color:#0060ab;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.5rem;left:51.0625rem;height:1.21875rem;font-style:normal;display:block; }
#UMTVpTGl5xchFDoSqBwxH5sNAC4DUlOz { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/542727b2-9ee3-4e38-974a-215a69537d57/ic_phone.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:2.625rem;left:49.6875rem;display:block; }#UMTVpTGl5xchFDoSqBwxH5sNAC4DUlOz.adaptive-delivery-prevent-bg, #UMTVpTGl5xchFDoSqBwxH5sNAC4DUlOz.lazyload, #UMTVpTGl5xchFDoSqBwxH5sNAC4DUlOz.lazyloading { background-image: none; }
#RFe53ONUsGRsf3vOcOZZXddMA1GLN3Qa { 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.1875rem;width:16.375rem;top:0.8125rem;left:0.5859375rem;overflow:hidden;display:block; }
#BPA6cxuRG01opzM8mt91EMgg558herBb { position:relative;display:none; }#BPA6cxuRG01opzM8mt91EMgg558herBb { border-width: 0; border-radius: 0; }#BPA6cxuRG01opzM8mt91EMgg558herBb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BPA6cxuRG01opzM8mt91EMgg558herBb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#c7fTbCWEnam87zdWTOmwohvhKlrEZsZG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zZyFZtbyLbm0cApzZLVIsKPv0n0fBk7T { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.6875rem;top:0.4375rem;left:0rem;display:none; }
#X1QVZkGHb4iDGFvHFKe3HANwivFBvfU4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.8125rem;top:6.625rem;left:0rem;display:none; }
#AtvlMgTUJyGvpf1dLUTdMPdQysCBD8np { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#LEi9NTPBZB4gcH8uazseTv2QJu6ZB9Ty { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#RBZhITr4rMg53UKvvNxhI3HOgkIoMkBt { 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:21rem;width:48rem;display:none; }
#dLCwkrGTtWZML7UxxI4urEb4Gi2qrTp6 { 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:7rem;width:26.5625rem;display:none; }
#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7431eee2-04ce-458a-a648-927ba27c626c/uaxrafanadalcesarlloreda3.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; }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp.adaptive-delivery-prevent-bg, #ObesNxv5TK7OUJsl72znfvPAO8yNwTGp.lazyload, #ObesNxv5TK7OUJsl72znfvPAO8yNwTGp.lazyloading { background-image: none; }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .row .container { background-color: transparent; background-image: none; }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.45); }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .row .container > .video-iframe-container { display: none; }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.45); }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .row > .video-iframe-container { display: none; }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .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); }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .row .container { border-width: 0; border-radius: 0; }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#HeBBvX9rCLp7arOH771JqTn4F2rWms3N { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8rem;left:1.625rem;height:7.7988125rem;font-style:normal;display:block; }
#KDW4Ffka0AaFTzpJskVCk0urBaSNF8Hn { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:17.5625rem;left:1.625rem;height:7.03125rem;font-style:normal;display:block; }
#C6bv6xT6xPBvHhlB9DgFvcbKTFmyJvV6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.5625rem;left:53.5rem;display:none; }
#RqLvnZoDyS5Z2ISxh3dFys5K09HagncN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:38.8125rem;width:22.25rem;top:5.5625rem;left:49.9375rem;display:block; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-form-header { font-size:0.8125rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;color:#004e91;width:19.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),0.3);border-left:0.0625rem solid rgba(var(--color-primary-4),0.3);border-right:0.0625rem solid rgba(var(--color-primary-4),0.3);border-bottom:0.0625rem solid rgba(var(--color-primary-4),0.3);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.75rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),0.3);border-left:0.0625rem solid rgba(var(--color-primary-4),0.3);border-right:0.0625rem solid rgba(var(--color-primary-4),0.3);border-bottom:0.0625rem solid rgba(var(--color-primary-4),0.3);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.75rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.75rem;box-sizing:border-box;height:2.5rem;color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-button { border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.75rem;height:3.125rem;font-family:var(--headlines-font-family);overflow:hidden; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:#787878;vertical-align:top;width:18.5rem;overflow:hidden;font-style:normal;float:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-3),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-container:first-of-type{padding-top:0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-container:last-of-type{padding-bottom:0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:10.75rem;left:49.9375rem;font-size:0.8125rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.75rem;display:block;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 {display:block;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:10.75rem;left:49.9375rem;font-size:0.8125rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #MoG4msIgleGzdgLE1i5srkwA7A8rGPLM { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #LEUonafUJmy674fetuTKOtIxO4yRlTCo { position:relative;display:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #VSPpTTETM1wGQWv9rThEs74GxTrO4eGm { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #L9LlOXO3mRTENiQdBIPPvhso1m83WXvU { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #trGxTsHbUbQvpGLtOKbgBhxIILOi6V4y { position:relative;display:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #t97KztkeNAkxa8QlrITgPomnR7FFRp78 { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Xr2dep3TPFaMIkCfn5bVqr4QgKlJnKT0 { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #JyysgUVZID6OqfizMte1hiN0JdnxBZS5 { position:relative;display:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #zrPm1eWPbMfyQWrlgSKdNEaRhTTuReiX { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #MmS84Zkmf4yV7E7xt0uHwl5dm4wqWJ6n { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #wRp2ZreTOMmGCiXtJK0l9Irpl9Wg2CNZ { position:relative;display:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #s4lV6y9p1hUGgAzFyVTLrMkayiFHLXtV { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #ntom0HgEFnRrTVPS7MCz16FsygbxbFGa { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #E4avD894lfP7RihK2pRqJrMoX2vN4XJe { position:relative;display:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #ingzyAT2HTT44ZDXlVT8KFM7LkaW7snW { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Kn6JqhgxTNGVuau13LR7gyrzuVzh8Mza { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #QCtnq74CW5n5XGzwHpiJTMSfbIbyDewm { position:relative;display:none; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #TTVMwtCaK3mILuu49fSgx9T0yeRM8Kkt { position:relative; }
#RcTGP5rN0DaGadNFEXQQhKhcrcFyl2DO { position:relative;display:block; }
#eKr0hmeDgiVdmQCZ8IvJui7EKX2XHBUT { position:relative;display:block; }
#WiSXvUpqWyCT05Sy0HRl4uztXZFhGpoh { position:relative;display:block; }
#UsmHT8QXt2X1EtvD1EX2Zxt3NfokaALe { position:relative;display:block; }
#zGV5ia81ZmEktnRcureZksZICIOz2651 { position:relative;display:block; }
#hsn9w9gnWI7BXRgGROBpnWJaAs5KQ1I1 { position:relative;display:block; }
#NI8x1yrA2FXts0Grh5Xw2ZvkMSTZ1AvX { position:relative;display:block; }
#DmxD7fGbB9CF1Ovf2cRoNbOG1ttBbfQu { position:relative;display:block; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #h5r9bBnKpNDcc2VHmNPX0opStx5hIwrO { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #WTzBuOxT8ETIJlMHriEiOyDTkDrdGmKX { position:relative;z-index:2; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #bWXdLFC7hNvI0413ARh8JEO627UVZCrn { position:relative; }
#VfsclsH9gM2nd4VefuESPR5u7gP00U8b { position:relative;display:block; }
#N9LQrAnMAkBqSbPh4PTfnc6nl9ZXIcf6 { position:relative;display:block; }
#REF42cxAotqXEpKQSUPmqk1nv4MOTHcQ { position:relative;display:block; }
#ra6bPiwabw0g3bQaJENHi57otaumGwJW { position:relative;display:block; }
#xyCykR4RhbKPtTlErv1aJtCDh6B0lf0m { position:relative;display:block; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Nmz3RlHrDcrvvAQ9sP2zSrU9NdKQGh8Z { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #r070hDsenFcm6X4tZMbtP3MH8ylK5bfK { position:relative;z-index:2; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #TnHRqlJnD2GHN3fi3Hs2iTcnzJfGJAUt { position:relative; }
#Jeqlr8V77Cw0fh7MN2bETduTZ6z5keXG { position:relative;display:block; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #VIRdoWE4FqbPibca4kkNtrD7SHHlLJNq { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #qr7FJMbCZw0ikoTVEm8LX9nCoEXT5TXl { position:relative;z-index:2; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #EoGnoW3zMIB922T2GWM5AVeu4Q69ZM18 { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #ozoAAlVDCG1PrGFORs7WB66vxvN4UyOQ { position:relative; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #uwJCg1s2Mc4wyJxStn2S2mGtm6OGZmMT { position:relative; }
#kZpCnuuGTHoya7WOxsuU9AUFVSa15gQL { position:absolute;display:block;z-index:15002;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:22.25rem;top:5.5617198944092rem;left:49.937501907349rem;display:block; }
#GCp2AQhQwqNhG7V4ZZRo4HPwt0wntye5 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8728125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.25rem;left:53.75rem;height:1.21875rem;font-style:normal;display:block; }
#ur5xa3s8Rssyl2bTwhNFTyAEAOeWbyhz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.62475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.1874980926514rem;left:51.062501907349rem; }
#CO4ZH6hCMu7Coygtzidazeyk441sB3MG { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1228125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.1000003814697rem;left:53.750001907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fvbLndPEisuceyv6Voq3tuC9JJIlGlh0 { position:absolute;display:block;z-index:15037;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.99926875rem;width:7.124rem;top:31.62353515625rem;left:1.624755859375rem;overflow:hidden;display:block; }
#T8b6zamVq6xSUJbqDAH6qNOqiB92PPUB { position:relative;display:block; }#T8b6zamVq6xSUJbqDAH6qNOqiB92PPUB { background-color: transparent; background-image: none; }#T8b6zamVq6xSUJbqDAH6qNOqiB92PPUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8b6zamVq6xSUJbqDAH6qNOqiB92PPUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8b6zamVq6xSUJbqDAH6qNOqiB92PPUB > .row .container > .video-iframe-container { display: none; }#T8b6zamVq6xSUJbqDAH6qNOqiB92PPUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8b6zamVq6xSUJbqDAH6qNOqiB92PPUB > .row > .video-iframe-container { display: none; }#T8b6zamVq6xSUJbqDAH6qNOqiB92PPUB > .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); }#T8b6zamVq6xSUJbqDAH6qNOqiB92PPUB { border-width: 0; border-radius: 0; }#T8b6zamVq6xSUJbqDAH6qNOqiB92PPUB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T8b6zamVq6xSUJbqDAH6qNOqiB92PPUB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u7KPSk378rXhkNxKIqQ2Jdp52KLHJt1Q { position:absolute;display:block;z-index:15000;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:45.1875rem;top:3.3125rem;left:1.25rem;display:block; }
#opZS4TlxhhyxXKSKUFNkDWARNeMk7Fm8 { color:rgba(var(--color-tertiary-1),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:6.5rem;left:5rem;height:1.31303125rem;font-style:normal;display:block; }
#xalkQCu9DGUEOvwOloLKqXPCh55mtrAp { color:rgba(var(--color-tertiary-3),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.0625rem;left:5rem;height:1.40625rem;font-style:normal;display:block; }
#kcecX0DPSsZLdywqW9uBemJlTT3aQVnt { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.0625rem;left:13.0625rem;height:1.40625rem;font-style:normal;display:block; }
#zZnwwOTxaQPZP4rWJFqTwkuKSPcZoEIH { color:rgba(var(--color-tertiary-1),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.5rem;left:13.25rem;height:1.31303125rem;font-style:normal;display:block; }
#khAnFEwZf6Uam2TA2PJpfztHKsqA1LL7 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.0625rem;left:26.0625rem;height:1.40625rem;font-style:normal;display:block; }
#TcQq2MPFe1BMdEQQSIGbOP2OsvOQTbeq { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.5rem;left:26.0625rem;height:1.31303125rem;font-style:normal;display:block; }
#CXmR6BVvzx1ZOrvxbhD3menliU7W59Tu { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.0625rem;left:35.75rem;height:1.40625rem;font-style:normal;display:block; }
#g4Bzd1WDky3Re9DlMUzSWCwp0EOoQmq6 { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.5rem;left:35.75rem;height:1.3125rem;font-style:normal;display:block; }
#dpAJvddebAf1WKHQkh2e5a4vZ3fn9zQ7 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:3.59375rem;left:2.5rem;height:1.5rem;font-style:normal;display:block; }
#CDGhUFp1Xy01o3xm375cKHEs6RRRk4a5 { position:relative;display:block; }#CDGhUFp1Xy01o3xm375cKHEs6RRRk4a5 { background-color: transparent; background-image: none; }#CDGhUFp1Xy01o3xm375cKHEs6RRRk4a5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDGhUFp1Xy01o3xm375cKHEs6RRRk4a5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDGhUFp1Xy01o3xm375cKHEs6RRRk4a5 > .row .container > .video-iframe-container { display: none; }#CDGhUFp1Xy01o3xm375cKHEs6RRRk4a5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDGhUFp1Xy01o3xm375cKHEs6RRRk4a5 > .row > .video-iframe-container { display: none; }#CDGhUFp1Xy01o3xm375cKHEs6RRRk4a5 > .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); }#CDGhUFp1Xy01o3xm375cKHEs6RRRk4a5 { border-width: 0; border-radius: 0; }#CDGhUFp1Xy01o3xm375cKHEs6RRRk4a5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CDGhUFp1Xy01o3xm375cKHEs6RRRk4a5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oR1fpAo3NPfV8o8m2OP4JUxfBc99EG8T { color:rgba(var(--color-tertiary-3),1);display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.134765625rem;left:1.3115234375rem;height:2.35595625rem;font-style:normal;display:block; }
#TS7GwQKVZ9C944eemM1qXzSZDcIT3KTT { position:relative;display:block; }#TS7GwQKVZ9C944eemM1qXzSZDcIT3KTT { background-color: transparent; background-image: none; }#TS7GwQKVZ9C944eemM1qXzSZDcIT3KTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS7GwQKVZ9C944eemM1qXzSZDcIT3KTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS7GwQKVZ9C944eemM1qXzSZDcIT3KTT > .row .container > .video-iframe-container { display: none; }#TS7GwQKVZ9C944eemM1qXzSZDcIT3KTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS7GwQKVZ9C944eemM1qXzSZDcIT3KTT > .row > .video-iframe-container { display: none; }#TS7GwQKVZ9C944eemM1qXzSZDcIT3KTT > .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); }#TS7GwQKVZ9C944eemM1qXzSZDcIT3KTT { border-width: 0; border-radius: 0; }#TS7GwQKVZ9C944eemM1qXzSZDcIT3KTT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TS7GwQKVZ9C944eemM1qXzSZDcIT3KTT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kf3VV1v7RByHySdT9qW27DV8KthSznRC { color:#0060ab;display:block;width:15.75rem;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:2.4375rem;left:1.25rem;height:2.35625rem;font-style:normal;display:block; }
#PfiH0KkLZDBrb5noyrMT41wiBHKZtSr9 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5rem;left:1.25rem;height:1.625rem;font-style:normal;display:block; }
#rx6Tw8iDia4Kn17FpkSRJKTKnRhI3XDO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#rp58fKxqiigptKxmSLAhy7tx2NNsTyZ2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#e8at2TrPhubILKGrJqb3TgSSgPBJOa42 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#IyH3vuqValv4exTCdbLOToqI1T96vNcx { color:rgba(var(--color-tertiary-3),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.9375rem;left:26.25rem;height:4.21875rem;font-style:normal;display:block; }
#PybxxKdBTPreMl4a4fxyXneRba2cOfGc { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:1.625rem;font-style:normal;display:block; }
#L1uv5L9kvp4CNlVI2iZ95y8hIwnvWAJy { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4375rem;left:26.25rem;height:2.35625rem;font-style:normal;display:block; }
#EONn3hWyyrpEHHWyHzG7FektgFGLvET3 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.9375rem;left:51.25rem;height:7.03125rem;font-style:normal;display:block; }
#dEtS9TMvUXvTp1N6cHomIsx2pOegdTty { color:rgba(var(--color-tertiary-3),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5rem;left:51.25rem;height:1.625rem;font-style:normal;display:block; }
#LuL4Tmd7CnhsSTTblEX3AIDzmKuCO3e0 { color:#0060ab;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4375rem;left:51.4375rem;height:2.35595625rem;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),0.6);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;overflow:visible;position:relative;display:none; }#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:rgba(var(--color-tertiary-2),1);display:block;width:28.9981875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.0660805702209rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FI2xdIk6ikrLQWpeNDZX0XNPFCswtMS6 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.6875rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#DTrwH93pGgibShHmbkmu8mMgFTk7lKTL { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.5rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#VmcNmrgPu4sL2W25JtnaLtfQJUCiGoLW { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.5rem;left:9.625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#T72riAOfpIcgVorU0FkZngF4Io53FzpL { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.6875rem;left:9.625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Gr4ETfUm1AHp5Z5WxJ15KlLsMHcfwOJH { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.5rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#yzPqQ6Qgdrgf9G0z77pVQFJz5qk2cK4q { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.6875rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#vGBwm0npqFS14QE4cfpsRZyKqVef9WHO { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25.4375rem;left:9.625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#g3UmVaq8gsGeqeMt1sfPDAWX0nuhQGHp { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:26.625rem;left:9.625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#JF9iFeg7NMSsb7TWLCw26DJdvLZIuHan { color:#ff0000;display:block;width:27.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.1865234375rem;left:0rem;height:8.53125rem;text-align:justify;text-align-last:initial;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; }
#JPRgDoc61pwaiTr0wJwG5daw3UaaViQV { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.6875rem;left:19.8125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#WwPpk0gEdnPzhw5vRTkCNSySLJRq7utT { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.5rem;left:19.8125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#h9ucd4DHQEHJqQ8vwRtfBirdwc8saB64 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.5rem;left:19.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#HM10KsQtvBsqUglUZcZsTuK9NfpwX5Dm { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.6875rem;left:19.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#JFkb3ILpb6Gx98V5zSw8NTL9W3xOBl47 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1246875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:30.9375rem;left:1rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#oCww4dmzJRoRclmdFpA78hImqgFTrgvK { position:absolute;display:block;z-index:15024;background-color:#f2f5f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;height:3.625rem;width:27.25rem;top:30.3125rem;left:0rem;display:block; }
#CaBXCkN6nPExzyzKRvK9olDmNPb32D1V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CaBXCkN6nPExzyzKRvK9olDmNPb32D1V > .row .container { border-width: 0; border-radius: 0; }#CaBXCkN6nPExzyzKRvK9olDmNPb32D1V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CaBXCkN6nPExzyzKRvK9olDmNPb32D1V > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;position:relative;display:none; }#xpHNCpPuy39E0duTJ0ztOAIP5HfoTVIl { 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:5rem;width:5rem;top:34.26513671875rem;left:2.62451171875rem;overflow:hidden;display:block; }
#B9FUF41Ko0UtGXRrNJ1trB81lG0ln0bR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.4375rem;left:11rem;height:3.71875rem;display:block; }
#GeN7DBntxwqIU4T9Vep8SoNBOATNdgpq { 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:5rem;width:5rem;top:4.803466796875rem;left:2.62451171875rem;overflow:hidden;display:block; }
#wPgQDxhu3fXzOxQWKmiROVFwQ1BFGtCS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:24rem;left:11rem;height:1.38125rem;display:block; }
#x8xxJ7UbINgbf8R8NHDnwTpe4ZhzGfKX { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:10.0625rem;left:11rem;height:2.761725rem;display:block; }
#b1ZcP8JaNm9ioosOTt3v70HQrWWHR1DI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:38.8125rem;left:10.75rem;height:2.7625rem;text-align:left;text-align-last:left;display:block; }
#mT0qdbM8m5L4ThwPtaqTxRd56ZMFXk3D { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:25.3125rem;left:15.25rem;height:0;display:block; }
#WyPoWkT7FiU6qR2UpNAdUsfDbibQzbgt { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:34.25rem;left:10.5rem;height:3.71875rem;display:block; }
#IoQ1OH1vz6w04an1xoECWvSKWchkA9Ex { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:18.624267578125rem;left:2.62451171875rem;overflow:hidden;display:block; }
#RGhHDaXyRTD1Enpb5bQ8PQJWXTcrvDKe { color:#f2f5f8;display:block;width:9.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19.5625rem;left:11rem;height:3.71875rem;display:block; }
#yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE { 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:none; }#yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE > .row .container { border-width: 0; border-radius: 0; }#yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:none; }#TCpVRAl7455ng8LSgH7kReX7xzBigzWB { color:rgba(var(--color-tertiary-2),1);display:block;width:74.31125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:5.443115234375rem;left:0rem;height:4.19824375rem;text-align:justify;text-align-last:initial;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; }
#LJi8loTlVsW1U78ZwwnWX7H487kTHwNO { color:rgba(var(--color-primary-4),1);display:block;width:62.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:2.913818359375rem;left:0rem;height:1.7875rem;font-style:normal;display:block; }
#Otqwrb5idyzOW9azwbcu4fJ37qhUTQ5d { color:rgba(var(--color-tertiary-4),1);display:block;width:68.06rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:12.48046875rem;left:3.46923828125rem;height:;text-align:justify;text-align-last:initial;display:block; }#Otqwrb5idyzOW9azwbcu4fJ37qhUTQ5d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Otqwrb5idyzOW9azwbcu4fJ37qhUTQ5d li:before{  }
#T256TWBC8fy1kR6JJ0TZg9e92nrTi1ck { position:absolute;display:block;z-index:15041;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.3120125rem;width:2.3120125rem;top:11rem;left:2.3125rem;overflow:hidden;display:block; }
#tgH171T7w6Rm2vzDBy1mWO8Blt70fEEl { color:rgba(var(--color-tertiary-4),1);display:block;width:68.99875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:11rem;left:5.375rem;height:1.3rem;display:block; }
#vIKphmbnwgfRed49UmhcCXUOUehQHET8 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:14.5rem;left:5.5rem;height:2.6rem;display:block; }
#tl50ddUdRBTQICThgafmLC8tL6SJnRBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:67.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:18.375rem;left:5.5rem;height:2.6rem;display:block; }
#VXXZdfHa4qxpOmMATvZSsGZSP6EcrBCn { position:absolute;display:block;z-index:15045;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.5rem;width:2.5rem;top:14.5625rem;left:2.4375rem;overflow:hidden;display:block; }
#UK9gMPVcI3F3JcEyRWohNeFcc4ruE1ro { position:absolute;display:block;z-index:15046;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.3125rem;width:2.3125rem;top:18.5625rem;left:2.5rem;overflow:hidden;display:block; }
#b7geMTJabTJmgDJxQyIvf6TDTe5KAgJF { color:rgba(var(--color-tertiary-4),1);display:block;width:67.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:22.1875rem;left:5.5rem;height:2.6rem;display:block; }
#GquD7aJvreJVTEsvLnzHzN99A7nnymK7 { position:absolute;display:block;z-index:15047;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.3125rem;width:2.3125rem;top:22.375rem;left:2.4375rem;overflow:hidden;display:block; }
#sva2zK1u0hSarSEPMiMnpASVohttErxT { color:rgba(var(--color-tertiary-4),1);display:block;width:67.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:29.875rem;left:5.375rem;height:2.6rem;display:block; }
#TIFhhvKFRPSotMH3bcdcNG46UVouamix { position:absolute;display:block;z-index:15048;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.3120125rem;width:2.3120125rem;top:29.405517578125rem;left:2.31201171875rem;overflow:hidden;display:block; }
#hZZV2WvCrPH6G5vAXhwIkrZ42CJSH2Oi { color:rgba(var(--color-tertiary-4),1);display:block;width:67.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:26.3974609375rem;left:5.375rem;height:1.3rem;display:block; }
#WGy8ret7EQmRZaM7HflROoeqmRdunMaF { position:absolute;display:block;z-index:15049;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.68676875rem;width:2.68676875rem;top:25.704345703125rem;left:2.1240234375rem;overflow:hidden;display:block; }
#arNe9ymy2rnuORU67ewNGnI2TLfJOASO { position:absolute;display:block;z-index:15051;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.5rem;width:2.5rem;top:33.8125rem;left:2.2177734375rem;overflow:hidden;display:block; }
#rNv3f6TsfVJkaDig9WZ7oGNMvKXCRP2d { color:rgba(var(--color-tertiary-4),1);display:block;width:67.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:33.7626953125rem;left:5.375rem;height:2.6rem;display:block; }
#shICdIfJ0bAFWRSBk14qTPzfUzxTy70I { position:absolute;display:block;z-index:15052;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.5rem;width:2.5rem;top:37.375rem;left:2.2177734375rem;overflow:hidden;display:block; }
#ryxRVIx2rb5WJhyekAcAJQEambvEyqPZ { color:rgba(var(--color-tertiary-4),1);display:block;width:67.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:37.5126953125rem;left:5.375rem;height:2.6rem;display:block; }
#BK2PaTec1EV0rgqSIMxMv9Td6SJeEhcC { position:absolute;display:block;z-index:15053;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.5rem;width:2.5rem;top:41rem;left:2.2177734375rem;overflow:hidden;display:block; }
#LUCAnXgxI6I0su3MrFS51QeniwPkERTH { position:absolute;display:block;z-index:15054;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.5rem;width:2.5rem;top:44.8125rem;left:2.2177734375rem;overflow:hidden;display:block; }
#ewNR0h1IMPXnMkWu7u2XpBsq0IlvhSoK { color:rgba(var(--color-tertiary-4),1);display:block;width:67.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:41.625rem;left:5.375rem;height:2.5996125rem;display:block; }
#HHU7y8W13UkFdXbQkaclezy3TWySD7bf { color:rgba(var(--color-tertiary-4),1);display:block;width:67.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:45.4375rem;left:5.375rem;height:2.6rem;display:block; }
#Jmb0sIB5Cc1ytOQR16nOVwXRToC2Qfet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;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; }#Jmb0sIB5Cc1ytOQR16nOVwXRToC2Qfet > .row .container { background-color: transparent; background-image: none; }#Jmb0sIB5Cc1ytOQR16nOVwXRToC2Qfet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jmb0sIB5Cc1ytOQR16nOVwXRToC2Qfet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jmb0sIB5Cc1ytOQR16nOVwXRToC2Qfet > .row .container > .video-iframe-container { display: none; }#Jmb0sIB5Cc1ytOQR16nOVwXRToC2Qfet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jmb0sIB5Cc1ytOQR16nOVwXRToC2Qfet > .row > .video-iframe-container { display: none; }#Jmb0sIB5Cc1ytOQR16nOVwXRToC2Qfet > .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); }#Jmb0sIB5Cc1ytOQR16nOVwXRToC2Qfet > .row .container { border-width: 0; border-radius: 0; }#Jmb0sIB5Cc1ytOQR16nOVwXRToC2Qfet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jmb0sIB5Cc1ytOQR16nOVwXRToC2Qfet > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#vnHwV370ggWqQch2vTfOlyCy3Za5aVbA { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yt28mOTAXu1sVyy8Du9yUt7KoZanW9pt { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.8125rem;height:2.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.875rem;left:0rem;display:block; }
#GTDnkGWyi2Sx9Tb58MvlJ0KdO83yGMfq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O3lEdl6ILU4cbCszbWZmKB8T8yTMywdy { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:4.5625rem;left:34.5rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O8qcZlUd49SPTRTSv7wZoHih97kTH6pc { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:9rem;left:56.3125rem;height:7.03125rem;font-style:normal;display:block; }
#gGZodVLEeF2d75lV15HXy5TNGgLWdxtn { color:rgba(var(--color-tertiary-0),1);display:block;width:15.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:20.452880859375rem;left:56.312255859375rem;height:1.875rem;font-style:normal;display:block; }
#xq6yFTKM1CaA1TwSV3e8pzCiTJ0MCvGu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:5.499267578125rem;left:56.312255859375rem;height:1.875rem;font-style:normal;display:block; }
#veaHHULDEivgdnpyfr7roMJEENEtDTxI { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4211c3be-bb18-4f14-989f-8195ce99f249/ic_diploma.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:17.640380859375rem;left:34.49951171875rem;display:block; }#veaHHULDEivgdnpyfr7roMJEENEtDTxI.adaptive-delivery-prevent-bg, #veaHHULDEivgdnpyfr7roMJEENEtDTxI.lazyload, #veaHHULDEivgdnpyfr7roMJEENEtDTxI.lazyloading { background-image: none; }
#AmsQV4dI85WyR0Q8QdN7sVZlK3bQ0Zp4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:24.6240234375rem;left:56.248779296875rem;height:7.03125rem;font-style:normal;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; }
#VgUwMAc8XUVmxg5whqwkLFh6wN98k0om { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9rem;left:34.5rem;height:4.21875rem;font-style:normal;display:block; }
#nFwtpppvqEMkPWtLDZ3zMIg6740KXQTq { color:rgba(var(--color-tertiary-0),1);display:block;width:19.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:24.6240234375rem;left:34.49951171875rem;height:5.625rem;font-style:normal;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; }
#DyTS5MfbQOgp39M9k7HG5BwE1a23NqN0 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:20.374755859375rem;left:34.49951171875rem;height:3.75rem;font-style:normal;display:block; }
#SfrGE9LL8sIEtNI8wDDCJDx02uwWE7mz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:25rem;left:1.0625rem;height:0.8125rem;display:block; }
#PiWFAi4C2tsr3xSpwynkf8yik1NoTKDm { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64275fcf-a2be-49d3-afa1-3134f8c57830/ic_handshake.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:17.9375rem;left:56.25rem;display:block; }#PiWFAi4C2tsr3xSpwynkf8yik1NoTKDm.adaptive-delivery-prevent-bg, #PiWFAi4C2tsr3xSpwynkf8yik1NoTKDm.lazyload, #PiWFAi4C2tsr3xSpwynkf8yik1NoTKDm.lazyloading { background-image: none; }
#vMTwB0H0LC0hp4ooihvOa6q4U6nXTWNX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15027;opacity:1;top:2.139892578125rem;left:56.312255859375rem; }
#tk6MlTLZJvBW5VTS6OaK87N5Zds3svCM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:0.4375rem;left:33.625rem; }
#QSK2l7S3aSPQZXQB5ryCsCMvxZKZQs6I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/621f0883-2c11-4188-887c-31f22ec0bc10/RAF_ACADEMY_JUN_2021_31copia.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QSK2l7S3aSPQZXQB5ryCsCMvxZKZQs6I.adaptive-delivery-prevent-bg, #QSK2l7S3aSPQZXQB5ryCsCMvxZKZQs6I.lazyload, #QSK2l7S3aSPQZXQB5ryCsCMvxZKZQs6I.lazyloading { background-image: none; }#QSK2l7S3aSPQZXQB5ryCsCMvxZKZQs6I > .row .container { border-width: 0; border-radius: 0; }#QSK2l7S3aSPQZXQB5ryCsCMvxZKZQs6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QSK2l7S3aSPQZXQB5ryCsCMvxZKZQs6I > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:none; }#HJV4QDI0GFuxuQtKZFQCp8dg4VMNkorn { color:#0060af;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0615234375rem;left:1.6240234375rem;height:3.736325rem;text-align:left;text-align-last:left;display:block; }
#df9TLTA7FMaQEzGLMDZFur0WHOE1LR0M { color:#0060af;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.6875rem;left:4.1240234375rem;height:6.8203125rem;display:block; }
#pLD46NGPJHzZOBg46QCtLSCctsew8OQr { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:6.6875rem;left:1.6875rem;overflow:hidden;display:block; }
#XbQASCWvBTHxx441zfZXAn1ItMuOySPc { position:absolute;display:block;z-index:15000;background-color:#f2f5f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:40.0625rem;top:-0.0625rem;left:0.623046875rem;display:block; }
#Ko3azEqgzVso4G4UGF2G08ErWEu1uOQF { color:rgba(var(--color-tertiary-3),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.5078125rem;left:4.1240234375rem;height:12.3046875rem;display:block; }#Ko3azEqgzVso4G4UGF2G08ErWEu1uOQF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ko3azEqgzVso4G4UGF2G08ErWEu1uOQF li:before{  }
#XvEoOepNcZ93Bdy1bIKxrh7p64NaI0wX { position:relative;display:block; }#XvEoOepNcZ93Bdy1bIKxrh7p64NaI0wX { background-color: transparent; background-image: none; }#XvEoOepNcZ93Bdy1bIKxrh7p64NaI0wX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvEoOepNcZ93Bdy1bIKxrh7p64NaI0wX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvEoOepNcZ93Bdy1bIKxrh7p64NaI0wX > .row .container > .video-iframe-container { display: none; }#XvEoOepNcZ93Bdy1bIKxrh7p64NaI0wX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvEoOepNcZ93Bdy1bIKxrh7p64NaI0wX > .row > .video-iframe-container { display: none; }#XvEoOepNcZ93Bdy1bIKxrh7p64NaI0wX > .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); }#XvEoOepNcZ93Bdy1bIKxrh7p64NaI0wX { border-width: 0; border-radius: 0; }#XvEoOepNcZ93Bdy1bIKxrh7p64NaI0wX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XvEoOepNcZ93Bdy1bIKxrh7p64NaI0wX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JS2BETTzIFfh2e3Kor192znfMkNip9ug { color:rgba(var(--color-tertiary-3),1);display:block;width:49.3125rem;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:4.3125rem;left:1.24951171875rem;height:2.35625rem;font-style:normal;display:block; }
#cSrT3XasqLCkiPaJQo5NEp5ykQoHVPVB { color:rgba(var(--color-tertiary-1),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.125rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#Bw3CmELCB7X84R0EMJtyVSDaeyNUzU94 { color:rgba(var(--color-tertiary-3),1);display:block;width:61.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.4375rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#H2AtROKBpPVOJ3tN8nDJlOyU8EF72cPK { position:relative;display:block; }#H2AtROKBpPVOJ3tN8nDJlOyU8EF72cPK { background-color: transparent; background-image: none; }#H2AtROKBpPVOJ3tN8nDJlOyU8EF72cPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2AtROKBpPVOJ3tN8nDJlOyU8EF72cPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2AtROKBpPVOJ3tN8nDJlOyU8EF72cPK > .row .container > .video-iframe-container { display: none; }#H2AtROKBpPVOJ3tN8nDJlOyU8EF72cPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2AtROKBpPVOJ3tN8nDJlOyU8EF72cPK > .row > .video-iframe-container { display: none; }#H2AtROKBpPVOJ3tN8nDJlOyU8EF72cPK > .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); }#H2AtROKBpPVOJ3tN8nDJlOyU8EF72cPK { border-width: 0; border-radius: 0; }#H2AtROKBpPVOJ3tN8nDJlOyU8EF72cPK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#H2AtROKBpPVOJ3tN8nDJlOyU8EF72cPK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sE8AMBd4ngBQ53S4Sed2hXimIuXxBT7J { position:absolute;display:block;z-index:15001;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.5rem;width:21.5625rem;top:1.9375rem;left:1rem;display:block; }
#NQXZSlB3V641T4bmZv188oS6vq5TKCZx { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae5aba52-1158-44a7-ab5a-f641b70d6b5d/EnricJoveBosch.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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.4375rem;width:21.5rem;top:1.9375rem;left:1.03125rem;display:block; }#NQXZSlB3V641T4bmZv188oS6vq5TKCZx.adaptive-delivery-prevent-bg, #NQXZSlB3V641T4bmZv188oS6vq5TKCZx.lazyload, #NQXZSlB3V641T4bmZv188oS6vq5TKCZx.lazyloading { background-image: none; }
#PZOx42fntM9DEDXcVBcqsTkLkKqv5KZc { color:rgba(var(--color-tertiary-3),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:16.25rem;left:7.25rem;height:1.875rem;font-style:normal;display:block; }
#GKp6NZ9rU9qVhHiK8nOoW3VHdWGTZxC2 { color:#0060ab;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.75rem;left:7.9375rem;height:1.3125rem;font-style:normal;display:block; }
#pXBTyU72Utc898uF5zaqFUIKQWX4TAwT { color:rgba(var(--color-tertiary-3),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:16.25rem;left:33.8125rem;height:1.875rem;font-style:normal;display:block; }
#RPNWBiWZSUHPJh5NNAIkW9fiOS2msWav { color:#0060ab;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18.75rem;left:34rem;height:1.3125rem;font-style:normal;display:block; }
#CKWMuTOmwUJ0Z1HshPfvzEVvnfZf703H { color:rgba(var(--color-tertiary-3),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:16.25rem;left:59.09375rem;height:1.875rem;font-style:normal;display:block; }
#o4THGtvlmT3D5qceQOIZRBhcwMfShQpH { color:#0060ab;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:18.75rem;left:59.09375rem;height:1.3125rem;font-style:normal;display:block; }
#RTodmhTILIN1SznoziMIVwQK3GZBFqH5 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/93604f7e-48a3-4de1-af9e-11ff206878a9/SteveMandis.png");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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5625rem;width:21.375rem;top:1.9375rem;left:26.8125rem;display:block; }#RTodmhTILIN1SznoziMIVwQK3GZBFqH5.adaptive-delivery-prevent-bg, #RTodmhTILIN1SznoziMIVwQK3GZBFqH5.lazyload, #RTodmhTILIN1SznoziMIVwQK3GZBFqH5.lazyloading { background-image: none; }
#ITMNTmSeBVBcLhSLRh2i9hlWNucSFDSr { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4060b0ac-c629-4147-a717-dbb6649d13d5/JuanArbide.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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:21.375rem;top:1.9375rem;left:52.375rem;display:block; }#ITMNTmSeBVBcLhSLRh2i9hlWNucSFDSr.adaptive-delivery-prevent-bg, #ITMNTmSeBVBcLhSLRh2i9hlWNucSFDSr.lazyload, #ITMNTmSeBVBcLhSLRh2i9hlWNucSFDSr.lazyloading { background-image: none; }
#XJn2n7GCf0aU5HqW3AquUzsa5SUwxowB { color:rgba(var(--color-tertiary-3),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:20.875rem;left:3.3955078125rem;height:1.3125rem;font-style:normal;display:block; }
#LE8UTwZtcJHuJcMRar7a7IK2G3w53LLz { position:absolute;display:block;z-index:15002;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.5rem;width:21.5625rem;top:1.9375rem;left:26.71875rem;display:block; }
#ELHgkNPElTVaTASHBX1M3Zoy7CCzZ1MF { color:rgba(var(--color-tertiary-3),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:20.875rem;left:32.625rem;height:1.3125rem;font-style:normal;display:block; }
#E1lCTDnJEstiKG8TslnvcKSRVo7pJpwE { position:absolute;display:block;z-index:15003;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.5rem;width:21.5625rem;top:1.9375rem;left:52.25rem;display:block; }
#AEeiylnHfcT0RQ3hItJSpJMKynKMSrui { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:20.875rem;left:55.8125rem;height:1.3125rem;font-style:normal;display:block; }
#fkD2QJ0f0VWrZWbbdAHzz3oyKqqNUdni { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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:none; }#fkD2QJ0f0VWrZWbbdAHzz3oyKqqNUdni > .row .container { border-width: 0; border-radius: 0; }#fkD2QJ0f0VWrZWbbdAHzz3oyKqqNUdni > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkD2QJ0f0VWrZWbbdAHzz3oyKqqNUdni > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:none; }#v5vzWMO6JHp6y9H0gnTLMMruveFqU6sT { position:absolute;display:block;z-index:15001;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:7.3125rem;left:9.25rem;overflow:hidden;display:block; }
#CIite8eqs6fRo5bxrEcgUQk5p1kL57it { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:6.6875rem;left:8.625rem;display:block; }
#Ui8nTAmXzfeWB7dLgvoMG5PTxTbdMW0c { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:15.3125rem;top:5.9375rem;left:5.0625rem;display:block; }
#UidWEQtRDGSWZCJ09nlDu45GPqDiSEN4 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:3.2495125rem;top:17.3125rem;left:11.125rem;display:block; }
#Gv8rCoAvIo7PdKsoUc99kHfqR62dMRKh { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.625rem;left:4.3125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JKZ790iVXQcudFCNPNLnpKzA45EI5C3D { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:15.3125rem;top:5.9375rem;left:21.4375rem;display:block; }
#XBc8cIJrM60HWBtm7wTBi0HLSt7lhSxh { color:#f2f5f8;display:block;width:15.7495rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:20.1875rem;left:21.1875rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#bKCfQnhwD7KWitbUkm3VHorr6KUeExwm { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:3.2495125rem;top:17.3125rem;left:27.5rem;display:block; }
#rFfS1ccUk1BbQOFcKcoKSLsqmdlVhxOv { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:6.6875rem;left:25rem;display:block; }
#ztOTfRbHwW3ZF1nyvLWPqebDRGAGhiTM { position:absolute;display:block;z-index:15008;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:6.8125rem;width:6.8125rem;top:7.3125rem;left:25.625rem;overflow:hidden;display:block; }
#wlmdobOpLx9taFvgPcD3ZL83s0XUCKhR { color:rgba(var(--color-primary-4),1);display:block;width:54.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:1.67236328125rem;left:4.3115234375rem;height:1.7875rem;font-style:normal;display:block; }
#TX66QP4N84HEC6pvbf94qFJLSe3LvROd { color:#686868;display:block;width:15.7495rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:19.375rem;left:4.875rem;height:3.2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#sRqt31PyfvkMtSmHnKnO5pZd5MMMO16H { color:#f2f5f8;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:17.625rem;left:24.3125rem;height:1.3rem;font-style:italic;display:block; }
#LuH569HShtC836kEpJTVTavtodUTTKfK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:15.560302734375rem;left:9.249267578125rem;height:1.3rem;font-style:normal;display:block; }
#rTL1i9XNJ7hLnC5M7C1EyGHc85JmNWKw { color:#f2f5f8;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:15.5625rem;left:26rem;height:1.3rem;font-style:normal;display:block; }
#BmBTU7TuFNk0lD5csy3nZcPepkpw4ry2 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:15.3125rem;top:5.9375rem;left:38.25rem;display:block; }
#qMaN1BA0cm6mgTTN8LZBmc6zcVk6I1ZP { color:#686868;display:block;width:15.7495rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:19.375rem;left:38.0625rem;height:3.2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZRts9fh0h6vsALIie4XM4gx90FDUp3KK { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:17.625rem;left:37.5rem;height:;text-align:center;text-align-last:center;font-style:italic;display:block; }
#w61czuTxmhPnSnK9vZAQPfnGQFPT4xD4 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:3.2495125rem;top:17.3125rem;left:44.3125rem;display:block; }
#seXfyywSmqCN9JkqupU9MAPrc0mP6oIZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:15.5625rem;left:43.1875rem;height:1.3rem;font-style:normal;display:block; }
#D1RQVATzpeEIUbQTfzKTRZ8HJ9oIa5Ck { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:6.6875rem;left:41.8125rem;display:block; }
#xyQ8QSRfhBC4qZZLyPixdNqBDXuTqBR0 { position:absolute;display:block;z-index:15008;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:6.625rem;width:6.625rem;top:7.3125rem;left:42.4375rem;overflow:hidden;display:block; }
#Wm4X2P8HnBz7dTD4hEAI3oFPpe4WaLL7 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:15.3125rem;top:5.9375rem;left:54.6875rem;display:block; }
#UBrL7PM2uNoGxFIx8IVKU868Op5I6sd1 { color:#f2f5f8;display:block;width:15.7480625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:20.1875rem;left:54.6875rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nwzvzD9mn0asTlh8ym6BRyP5Vwcos9Ms { color:#f2f5f8;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:17.7744140625rem;left:60.375rem;height:1.3rem;font-style:italic;display:block; }
#PT5b3O8whR0iXKpMEu9lS6RmGhgh1Zwh { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:3.2495125rem;top:17.3125rem;left:60.6875rem;display:block; }
#eTrKdtRGKkGQgDOfvE26wyPZM0kUq2zD { color:#f2f5f8;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:15.55908203125rem;left:56.09375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iZdHc1l22bW8rHFdMAilkbshdbtHNq0X { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:6.6875rem;left:58.1875rem;display:block; }
#JbCaSrZp7MTbKQmBh6BIIdzsnxlmTVFR { position:absolute;display:block;z-index:15015;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:7.3125rem;left:58.8125rem;overflow:hidden;display:block; }
#a3A5uti2wTE2AP4rkqDqOJJKcS6NKzL1 { color:rgba(var(--color-tertiary-4),1);display:block;width:65rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:25.235595703125rem;left:5.062255859375rem;height:;text-align:justify;text-align-last:initial;display:block; }#a3A5uti2wTE2AP4rkqDqOJJKcS6NKzL1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a3A5uti2wTE2AP4rkqDqOJJKcS6NKzL1 li:before{  }
#rqnJWvVhTwUtTsfJOaFm35fa9eN0IRiT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:3.2495125rem;top:17.3125rem;left:11.125rem;display:none; }
#Kls31bkOBd7TsuvXEvCLykStDOog4UiG { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:3.2495125rem;top:17.3125rem;left:27.5rem;display:none; }
#kA7AdKATHkwn2eWPLzJITC3rTdQh5Tp8 { position:relative;display:block; }#kA7AdKATHkwn2eWPLzJITC3rTdQh5Tp8 { background-color: transparent; background-image: none; }#kA7AdKATHkwn2eWPLzJITC3rTdQh5Tp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kA7AdKATHkwn2eWPLzJITC3rTdQh5Tp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kA7AdKATHkwn2eWPLzJITC3rTdQh5Tp8 > .row .container > .video-iframe-container { display: none; }#kA7AdKATHkwn2eWPLzJITC3rTdQh5Tp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kA7AdKATHkwn2eWPLzJITC3rTdQh5Tp8 > .row > .video-iframe-container { display: none; }#kA7AdKATHkwn2eWPLzJITC3rTdQh5Tp8 > .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); }#kA7AdKATHkwn2eWPLzJITC3rTdQh5Tp8 { border-width: 0; border-radius: 0; }#kA7AdKATHkwn2eWPLzJITC3rTdQh5Tp8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kA7AdKATHkwn2eWPLzJITC3rTdQh5Tp8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yWX1xDATfIuReHSHTUi24kNEFqFqBo6a { color:rgba(var(--color-tertiary-3),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.75rem;left:0rem;height:9.84375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#R6JUR0TGg5WnAvaI58KwsxLHlqvH9Rd0 { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:16.3125rem;top:4.625rem;left:0rem;overflow:hidden;display:block; }
#lGnHaZP8R4ho4QsPDpQKOp1pKTxBygcR { color:rgba(var(--color-tertiary-3),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:16.5rem;left:0rem;height:1.68823125rem;font-style:normal;display:block; }
#COXe7I1tGTgn4rU4C4rlf3B5NocuXw9Q { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:16.875rem;top:4.625rem;left:19.25rem;overflow:hidden;display:block; }
#ra82VRqsP6K9QHRSHvmK6GLgGTTvl0nx { color:rgba(var(--color-tertiary-3),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:16.5rem;left:19.375rem;height:1.68823125rem;font-style:normal;display:block; }
#LOeMhPwDml4V5XuxL2KLokQ89aCVRdJn { color:rgba(var(--color-tertiary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.75rem;left:19.25rem;height:8.4375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UrhoS4CpKz0iUInEFHvCCpDuym3idG2f { 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:10.3125rem;width:17.0625rem;top:4.625rem;left:38.75rem;overflow:hidden;display:block; }
#kgTW3zXebh7rLFgsb2HNpZhTDPTDBGsJ { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:16.5rem;left:43.375rem;height:1.68823125rem;font-style:normal;display:block; }
#bex8KmBgZGePVGDfNZdTs40PLWEH0zge { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.75rem;left:38.75rem;height:12.65625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xreJ6DoT28akeOfSaLnV6hQ3oukyAHtn { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:17rem;top:4.4375rem;left:57.875rem;overflow:hidden;display:block; }
#Ty6GcFvvuodEHuTK1F3TZPZ9ZWOfUa03 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:16.5rem;left:60.4375rem;height:1.68823125rem;font-style:normal;display:block; }
#ueEpAHoHBwsQ2KmHxTJRgpuOHlfcLG2V { color:rgba(var(--color-tertiary-3),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:18.75rem;left:59.3125rem;height:12.65625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TNLwvk6SGhRyGMXmixdHTKiyZ73Vy2Wc { color:rgba(var(--color-tertiary-3),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0.59375rem;height:2.35625rem;font-style:normal;display:block; }
#Iwukg7lO8Uhx79km7CU9BTOu7Eh50J2g { position:relative;display:none; }#Iwukg7lO8Uhx79km7CU9BTOu7Eh50J2g { border-width: 0; border-radius: 0; }#Iwukg7lO8Uhx79km7CU9BTOu7Eh50J2g > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Iwukg7lO8Uhx79km7CU9BTOu7Eh50J2g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XTXk4DS7G10cbhnqpMz6Iv950ZDDQzrK { color:rgba(var(--color-tertiary-3),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.75rem;left:0rem;height:9.84375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Og17Nu4HQytBBQuJqTrkPPKixdSlTwO5 { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:15.1875rem;top:4.625rem;left:0rem;overflow:hidden;display:block; }
#VhUHv4E7UmBTTDcVzsuLo2NrEBu1VrRC { color:rgba(var(--color-tertiary-3),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:16.5rem;left:0rem;height:1.6875rem;font-style:normal;display:block; }
#ZGXARxLqhLRVi1RMWCO34DNXTvvgvFnM { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:16.875rem;top:4.625rem;left:19.25rem;overflow:hidden;display:block; }
#iuBJo92qSsL4ri3VCBzEcgneJc1oiw00 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:16.5rem;left:19.375rem;height:1.6875rem;font-style:normal;display:block; }
#FlqSZfXtz6zrk310VpH3oPT6kTzkLAJz { color:rgba(var(--color-tertiary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.75rem;left:19.25rem;height:8.4375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RKkAnsZPe2WW5oZzthTkrVXMBGJUI7Vo { 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:10.0625rem;width:16.25rem;top:4.625rem;left:38.75rem;overflow:hidden;display:block; }
#BN73oTgyVdJ1hxEq9vpTK1T1InDaemv4 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:16.5rem;left:40.1875rem;height:1.6875rem;font-style:normal;display:block; }
#NdSxWT3kMX5niX6kqTLkRwGshQ9Do630 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.75rem;left:38.75rem;height:11.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#r7mnTWTlwkvkMSWhRv0D9Pap0yZyTou1 { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:17rem;top:4.4375rem;left:57.875rem;overflow:hidden;display:block; }
#cNUWZDsyiro4kHuIpImRJo8armNnRNfT { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:16.5rem;left:60.4375rem;height:1.6875rem;font-style:normal;display:block; }
#OVB1x0QZ3ehpDpIwR04xhKVJeRrfLr41 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:18.75rem;left:59.3125rem;height:12.65625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#x4ywP07Piu4rcEdONCJEXk9CXUo9LT2F { color:rgba(var(--color-tertiary-3),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0.59375rem;height:2.35625rem;font-style:normal;display:block; }
#a58SChscn5m0V2lPogXgQMo8OPNTn3C0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f5f8;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:none; }#a58SChscn5m0V2lPogXgQMo8OPNTn3C0 > .row .container { border-width: 0; border-radius: 0; }#a58SChscn5m0V2lPogXgQMo8OPNTn3C0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a58SChscn5m0V2lPogXgQMo8OPNTn3C0 > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:none; }#hZCo98IvvKgPg6bCr83zUF1RPm6MBRv2 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8115234375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pqhw9y8AxIGFq2TdaMJNdoTTB7bV8BzB { color:rgba(var(--color-primary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.0625rem;left:19.4375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ymMbTRBQGrHwRECV9JDWUgxVhuASVsov { color:rgba(var(--color-primary-4),1);display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.75rem;left:19.4375rem;height:8.285125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ui2XmipqAZ3PqRJu7f9N7RMeaKgfF50H { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:16.875rem;top:5.6875rem;left:19.4375rem;overflow:hidden;display:block; }
#Sest2awJ29gPF5bVhNVBTzXmJANNiFQa { 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:9.625rem;width:16.125rem;top:5.78125rem;left:39.5rem;overflow:hidden;display:block; }
#y7iuneBWkJBeFsGa9ArvL90eePHXGKep { color:rgba(var(--color-primary-4),1);display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:20.75rem;left:0.28125rem;height:11.046875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xddFqLHR0iU3rz75H944Apg5AUCqWdx5 { color:rgba(var(--color-primary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t60LNOXJVJwtxBxyBRVydttpUOes3c4U { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:15.1875rem;top:5.59375rem;left:0rem;overflow:hidden;display:block; }
#qwVaSQTZ5hzdUVEQKC6LFGLA2SupgGvU { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:17rem;top:7rem;left:57.875rem;overflow:hidden;display:block; }
#U6FiQ0KOGiKe92kZt7G9epcd0dQCSeHP { color:rgba(var(--color-primary-4),1);display:block;width:16rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:20.75rem;left:39.5625rem;height:13.808625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Ch1TvUweSwHBTHxN6GGwS1KbQGqZ5mP2 { color:rgba(var(--color-primary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.0625rem;left:39.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NfmpEGiTTBFEe1k3CTidJIkiMBFRUsoR { color:rgba(var(--color-primary-4),1);display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.75rem;left:59.125rem;height:13.808625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#e4n22QUP1WzS9ltEQGBrgNT4FmpS7qPQ { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17rem;left:59rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ykqSQBbKKus1eO6GSv0GSGGNLags0mRZ { 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:none; }#ykqSQBbKKus1eO6GSv0GSGGNLags0mRZ > .row .container { border-width: 0; border-radius: 0; }#ykqSQBbKKus1eO6GSv0GSGGNLags0mRZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykqSQBbKKus1eO6GSv0GSGGNLags0mRZ > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:none; }#mTwG9HbND5nPkiqRAFed2cOxHZVs6VIJ { color:rgba(var(--color-tertiary-2),1);display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0625rem;left:1.5625rem;height:2.03125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aECaQ5gTZ8bZscP1lIhdhXPW1PUq642G { color:rgba(var(--color-tertiary-2),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.0625rem;left:40.310546875rem;height:4.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Em8pOe4T1M4vWWUyfk3shoVFwb1sRRtA { 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:3.125rem;width:3.125rem;top:8.125rem;left:5.087890625rem;overflow:hidden;display:block; }
#sZNxVq5iQmPOLM4QWPSlvTIpOqi6KB43 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:8.125rem;left:18.421630859375rem;overflow:hidden;display:block; }
#cvJpiFKUyc1sfNMpc6Vu6tn9FFXZsE3u { 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:3rem;width:3rem;top:8.125rem;left:31.59423828125rem;overflow:hidden;display:block; }
#uxCILwgT9n5t1nWTStWo8hm6VXAB5v07 { 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:3.25rem;width:3.25rem;top:19.9365234375rem;left:5.65185546875rem;overflow:hidden;display:block; }
#TSbzUekJzrGCQUE00rEqTnKF3WUDQ9Nl { 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:3.125rem;width:3.125rem;top:19.810791015625rem;left:31.500244140625rem;overflow:hidden;display:block; }
#URpMb41q3GNb9mzETg1ADndSyzGuQ3DH { 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:3.25rem;width:3.25rem;top:19.869384765625rem;left:18.546142578125rem;overflow:hidden;display:block; }
#VGcZCxh2FDI8c3AGFwFfXKHEo4kTUreH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:25.123291015625rem;left:13.828125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#cswo18vTU4xuCvXi49orrlBMh2s70aFc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.49875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.12255859375rem;left:13.829345703125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#ATF00NZ8UvLgecEruvqP2DstQrB6P3Pi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.49875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:13.12255859375rem;left:26.876220703125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fMm6ov7Z2v5FWEVlPmIMaFTQCfLPG8Bh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:25.123291015625rem;left:0.963134765625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#JOu84iAJvsuhniTuwyOVOTEF88ze3nqh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:13.331298828125rem;left:0.963134765625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fSo8snkylQS5MHezu9WtXsWLAHMRCMk0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:25.1875rem;left:27.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#WZVmxQBtWTr0RFuh3lFL9m1Vrx8CIo0w { 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:9.625rem;width:9.625rem;top:6.7470703125rem;left:39.623046875rem;overflow:hidden;display:block; }
#HsL0mA55FmhTe8MtwF1S7hwugzdoMlw1 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:9.3125rem;top:9.4345703125rem;left:58.5048828125rem;overflow:hidden;display:block; }
#LSrATa457eg7rGm1STnTsENc7aWXB79q { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:5.875rem;top:9.9345703125rem;left:51.46484375rem;overflow:hidden;display:block; }
#z0It1oICVb4aFL34g2mpMoJdlr1EvU1g { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9rem;top:14.630859375rem;left:40.310546875rem;overflow:hidden;display:block; }
#UHFKO648d4erxssI5beW1y4owVw6GvRM { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:6.625rem;top:14.421875rem;left:51.08984375rem;overflow:hidden;display:block; }
#pp1kSK16H753Pmc6CIxOrHmcZlohrr3W { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.749025rem;width:7.2480625rem;top:18.248046875rem;left:58.5048828125rem;overflow:hidden;display:block; }
#UC719u8z0RC47u7QMm7EuxREL0sDqRH1 { position:absolute;display:block;z-index:15030;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.5rem;width:8.25rem;top:18.28125rem;left:66.634242680144rem;overflow:hidden;display:block; }
#euVb0HsDn8bz6DMVLWfozKelABGrr15J { position:absolute;display:block;z-index:15031;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:3.75rem;top:17.84375rem;left:51.46484375rem;overflow:hidden;display:block; }
#HQTz1aSTcJHV2TP9DAeSddqRwIgOzrh9 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:7rem;top:14.630859375rem;left:67.8173828125rem;overflow:hidden;display:block; }
#h3seJysEKW4Fp5pGOXEz69Io102SOq8N { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.811525rem;width:9.124rem;top:23.6708984375rem;left:40.6220703125rem;overflow:hidden;display:block; }
#o5nwdtVGA9GxhUuzTFeWymOTOSkQZhOR { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:6.375rem;top:14.630859375rem;left:59.9736328125rem;overflow:hidden;display:block; }
#odvEcnTfkLIrJGTlsLSyT9AIICMhPhqG { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:5.5rem;top:18.75rem;left:41.9365234375rem;overflow:hidden;display:block; }
#Ac2kKspASl9IaOvZJvlS83WvSRPxWBsm { position:absolute;display:block;z-index:15034;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:4.625rem;top:23.1865234375rem;left:52.08984375rem;overflow:hidden;display:block; }
#pl4J78onSLVmsuuiaz9dnFNRwTkqWNnw { position:absolute;display:block;z-index:15035;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.311525rem;width:4.749025rem;top:23.1865234375rem;left:59.9013671875rem;overflow:hidden;display:block; }
#h4oACokaz1HWasTTWO0vaGEQwLz7TzLx { position:absolute;display:block;z-index:15036;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:6.375rem;top:22.4853515625rem;left:67.8173828125rem;overflow:hidden;display:block; }
#HCM8i57bw2U2J0IPtVPxxK0B47QVLZGD { position:absolute;display:block;z-index:15035;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.1875rem;width:8.3730625rem;top:28.6689453125rem;left:40.248046875rem;overflow:hidden;display:block; }
#f7hhSRZNnoAdNAcBJ526D9RxViJPI6gB { position:absolute;display:block;z-index:15036;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.9375rem;width:7.3125rem;top:27.9814453125rem;left:50.74609375rem;overflow:hidden;display:block; }
#HbKp5rmiN7bmOVOxouv9iwMizZeNIV7O { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:8.6875rem;top:28.7314453125rem;left:58.72265625rem;overflow:hidden;display:block; }
#okHvxcaAOVGm8gptEaONDLnf754nM7dS { position:absolute;display:block;z-index:15038;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:8.6875rem;top:9.3720703125rem;left:66.3125rem;overflow:hidden;display:block; }
#B7UHBy2i5c2lAKUu7iLtvU26sFagXTCv { position:absolute;display:block;z-index:15039;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.3125rem;width:7.6875rem;top:27.2939453125rem;left:66.920358211438rem;overflow:hidden;display:block; }
#CJEdyZkBdT2A3VSezGD2emf0WTJf56sZ { position:relative;display:block; }#CJEdyZkBdT2A3VSezGD2emf0WTJf56sZ { background-color: transparent; background-image: none; }#CJEdyZkBdT2A3VSezGD2emf0WTJf56sZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJEdyZkBdT2A3VSezGD2emf0WTJf56sZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJEdyZkBdT2A3VSezGD2emf0WTJf56sZ > .row .container > .video-iframe-container { display: none; }#CJEdyZkBdT2A3VSezGD2emf0WTJf56sZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJEdyZkBdT2A3VSezGD2emf0WTJf56sZ > .row > .video-iframe-container { display: none; }#CJEdyZkBdT2A3VSezGD2emf0WTJf56sZ > .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); }#CJEdyZkBdT2A3VSezGD2emf0WTJf56sZ { border-width: 0; border-radius: 0; }#CJEdyZkBdT2A3VSezGD2emf0WTJf56sZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CJEdyZkBdT2A3VSezGD2emf0WTJf56sZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ItTn8MRkoRfAt8tiIUiK8pkLgPemZuRl { color:rgba(var(--color-tertiary-3),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4366321563721rem;left:1.25rem;height:2.35546875rem;font-style:normal;display:block; }
#HxMagOdTTuTqAq0SduRQ0BR2iCqkbHSb { position:absolute;display:block;z-index:15008;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.125rem;left:16rem;display:block; }
#FTu0sA8eDmoTH0ImwRSSSrnZ2mACwyJE { position:absolute;display:block;z-index:15010;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.125rem;left:61rem;display:block; }
#pNHLRDNI9cfmfVtQs1BoT5Kmwo8K8F36 { position:absolute;display:block;z-index:15010;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.125rem;left:1.125rem;display:block; }
#Nd2TWI5zJUnUUDgzuUrBTfTwGvPxBcO0 { position:absolute;display:block;z-index:15009;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.125rem;left:30.9375rem;display:block; }
#pX6dhlZDpZsArasONE7pTvTfiRzrJfT2 { position:absolute;display:block;z-index:15012;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:17.3125rem;left:1.25rem;display:block; }
#ptOTza32KtiR3H8FUrA1T9etbsa3xSkn { position:absolute;display:block;z-index:15014;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:17.3125rem;left:16.15625rem;display:block; }
#e27aP3sMxNTfdfN486pRkfAAMD3wKqEv { position:absolute;display:block;z-index:15016;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:17.3125rem;left:31.09375rem;display:block; }
#as6eAA2fGQu2Bgkh9DvPtLrBJX5ZEZz3 { position:absolute;display:block;z-index:15018;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:17.3125rem;left:61rem;display:block; }
#tmpSp8TbtJm53bMwTXt7ZtR5IAlTUJwv { color:rgba(var(--color-tertiary-3),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.2177734375rem;left:1.25rem;height:4.21875rem;font-style:normal;display:block; }
#xxSMITFvD7ltLw4TkfnSrzPtqrMcCeFA { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:11.3125rem;top:9.5312502384187rem;left:1.875rem;overflow:hidden;display:block; }
#uR388IpcSlON7ExZ1TRklRk8zDV4wHSM { 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:11.125rem;width:11.125rem;top:6.90625rem;left:16.84375rem;overflow:hidden;display:block; }
#a91XTXW7D0gIdoFpWh26DoAd1ZZJkrnH { position:absolute;display:block;z-index:15041;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:5rem;width:7.125rem;top:17.5625rem;left:3.96875rem;overflow:hidden;display:block; }
#oyZnug9quFExORIT7kQKqWIzDKOoIRdX { position:absolute;display:block;z-index:15042;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:5rem;width:9rem;top:10.375rem;left:33rem;overflow:hidden;display:block; }
#S8wmm27loc8NM7a1tZIPPOts7T8ECffv { position:absolute;display:block;z-index:15044;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.9375rem;width:7.5625rem;top:24.53125rem;left:33.71875rem;overflow:hidden;display:block; }
#Uz6ph2vDBu5Xn1ALZ8n74A8ACJ8lWTOa { position:absolute;display:block;z-index:15011;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.125rem;left:45.9375rem;display:block; }
#XXPenr01fSNCdlC6ie6GKC3S9dbDoGVI { position:absolute;display:block;z-index:15045;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.1875rem;width:10.375rem;top:10.78125rem;left:47.15625rem;overflow:hidden;display:block; }
#b4tedJ4fM6TNHrJSz0JuDAZPOIpq7rxX { position:absolute;display:block;z-index:15046;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.1875rem;width:8.875rem;top:9.78125rem;left:62.96875rem;overflow:hidden;display:block; }
#Fb1DqbKoiRndnTideEZyCwJc7qbc98AJ { position:absolute;display:block;z-index:15047;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:7.6875rem;width:10.8125rem;top:16.21875rem;left:17.15625rem;overflow:hidden;display:block; }
#rapLmr4mKlg5SvwcaPLrk1HiJocTOo1x { position:absolute;display:block;z-index:15040;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:8.5rem;top:17.34375rem;left:33.25rem;overflow:hidden;display:block; }
#TGQsiQEr7TdkrHG248AAyNnOZQDekwa3 { position:absolute;display:block;z-index:15019;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:17.3125rem;left:45.9375rem;display:block; }
#gdqpX0velRJ00SruIutphnD1kQ75ZZUG { position:absolute;display:block;z-index:15043;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:7.1875rem;width:11.6875rem;top:23.90625rem;left:16.71875rem;overflow:hidden;display:block; }
#B9MXFXchVJZfuDSQmaZBGVXN6osTvt8R { position:absolute;display:block;z-index:15048;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:6rem;width:6rem;top:16.875rem;left:64.40625rem;overflow:hidden;display:block; }
#mqXuSQvberQkheXMk5R1zmF8q9DtiLc7 { position:absolute;display:block;z-index:15049;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.1875rem;width:10.5rem;top:18.46875rem;left:47.09375rem;overflow:hidden;display:block; }
#pU4DnGLQG9uqxT623TOkuBNwNezK83By { position:absolute;display:block;z-index:15019;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:24.6875rem;left:61rem;display:block; }
#gLmM4C0s1L4DelS9Q27wWWamlX6cxyWd { position:absolute;display:block;z-index:15020;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:24.625rem;left:45.9375rem;display:block; }
#OTdSLp4wf1zTisDmqSucH7fWwxSrwgrT { position:absolute;display:block;z-index:15021;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:24.625rem;left:31.09375rem;display:block; }
#kapF6fdFutlo0NISTf1rcZRdhA3iiVIL { position:absolute;display:block;z-index:15022;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:24.625rem;left:16.15625rem;display:block; }
#TR4L6hiFlwCF6twNgbkhocTisRVHNlQR { position:absolute;display:block;z-index:15023;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:24.6875rem;left:1.3125rem;display:block; }
#JM887EzK2uezqvia2mo829ZgmTHSFUII { position:absolute;display:block;z-index:15050;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.375rem;width:7.4375rem;top:24.75rem;left:3.8125rem;overflow:hidden;display:block; }
#d1AGax6iZoTCPpUi59XgUpbb1ssE6hkq { position:absolute;display:block;z-index:15051;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:7.75rem;width:7.75rem;top:23.625rem;left:63.53125rem;overflow:hidden;display:block; }
#bJ3wNpetVHGthElTTBtV7TqmLftnJ52z { position:absolute;display:block;z-index:15052;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:7.3125rem;width:7.8125rem;top:23.84375rem;left:48.4375rem;overflow:hidden;display:block; }
#PNpX0pOMoHrGzTeoRmNF5pSFAT4LQtNb { position:absolute;display:block;z-index:15023;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:24.6875rem;left:1.3125rem;display:none; }
#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf.adaptive-delivery-prevent-bg, #ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf.lazyload, #ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf.lazyloading { background-image: none; }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .row .container { background-color: transparent; background-image: none; }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .row .container > .video-iframe-container { display: none; }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .row > .video-iframe-container { display: none; }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .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); }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .row .container { border-width: 0; border-radius: 0; }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#GUGoveKhZnOkqtkXlBfNGAnW15zhuMcT { color:rgba(var(--color-tertiary-0),1);display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.25rem;height:11.777375rem;font-style:normal;display:block; }
#cxkiE79JaRQGLEySOMBqUQ00qGDw2PJq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#o8qpKfXRZyPv7Colu8vLJ8VQWoG8FSFz { position:relative;display:block; }#o8qpKfXRZyPv7Colu8vLJ8VQWoG8FSFz { background-color: transparent; background-image: none; }#o8qpKfXRZyPv7Colu8vLJ8VQWoG8FSFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8qpKfXRZyPv7Colu8vLJ8VQWoG8FSFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8qpKfXRZyPv7Colu8vLJ8VQWoG8FSFz > .row .container > .video-iframe-container { display: none; }#o8qpKfXRZyPv7Colu8vLJ8VQWoG8FSFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8qpKfXRZyPv7Colu8vLJ8VQWoG8FSFz > .row > .video-iframe-container { display: none; }#o8qpKfXRZyPv7Colu8vLJ8VQWoG8FSFz > .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); }#o8qpKfXRZyPv7Colu8vLJ8VQWoG8FSFz { border-width: 0; border-radius: 0; }#o8qpKfXRZyPv7Colu8vLJ8VQWoG8FSFz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#o8qpKfXRZyPv7Colu8vLJ8VQWoG8FSFz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GaBxxJpUtTFKbgb3l1qkIx4HakyO8oD3 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.625rem;width:45.8105625rem;top:4.78125rem;left:16.3759765625rem;display:block; }
#OD69WwBzwgplWneweAnsnKzrfvJ9wGne { color:rgba(var(--color-tertiary-3),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:16.3759765625rem;height:2.35625rem;font-style:normal;display:block; }
#NT2yCXCniVainnBsCWmOJnbmBNQgeLrp { position:relative;display:block; }#NT2yCXCniVainnBsCWmOJnbmBNQgeLrp { background-color: transparent; background-image: none; }#NT2yCXCniVainnBsCWmOJnbmBNQgeLrp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT2yCXCniVainnBsCWmOJnbmBNQgeLrp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT2yCXCniVainnBsCWmOJnbmBNQgeLrp > .row .container > .video-iframe-container { display: none; }#NT2yCXCniVainnBsCWmOJnbmBNQgeLrp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT2yCXCniVainnBsCWmOJnbmBNQgeLrp > .row > .video-iframe-container { display: none; }#NT2yCXCniVainnBsCWmOJnbmBNQgeLrp > .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); }#NT2yCXCniVainnBsCWmOJnbmBNQgeLrp { border-width: 0; border-radius: 0; }#NT2yCXCniVainnBsCWmOJnbmBNQgeLrp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NT2yCXCniVainnBsCWmOJnbmBNQgeLrp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MpugJ7BSvKUTTLgWTmtqxagfF1x5h516 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.0625rem;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:7.25rem;left:1.125rem;height:4.7119125rem;font-style:normal;display:block; }
#u8WUkLlTGRqGoSkwTlXqgqfu9hNkISpW { color:rgba(var(--color-tertiary-1),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:4.5rem;left:1.125rem;height:1.40625rem;font-style:normal;display:block; }
#Wo1MJcIqnhWoPH9rTSHOE5FDb8R7HxcV { color:rgba(var(--color-tertiary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:13.4375rem;left:1.125rem;height:4.21875rem;font-style:normal;display:block; }
#UKMcmN05Bqk28iXmfHLd88V0xvb2CoBi { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:8.5625rem;width:11.25rem;top:2.75rem;left:37.5rem;display:block; }
#DJBCIqmILJlTyGdyZBF4DVpsgdr99LN1 { color:rgba(var(--color-tertiary-3),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.0625rem;left:39.625rem;height:1.3125rem;font-style:normal;display:block; }
#w8UQLUrSa1ptvypmVb8UBxIwspbc2MyM { 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:2.9375rem;width:2.9375rem;top:4.5rem;left:41.46875rem;overflow:hidden;display:block; }
#ryXww1r0CbPEFqsiLlmF5TDzuRqTfUfC { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:8.5625rem;width:11.25rem;top:2.75rem;left:50.5625rem;display:block; }
#oWmEUFQcayyvbhFvi1PktEyPrUPkpbEK { color:rgba(var(--color-tertiary-3),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:8.0625rem;left:51.8125rem;height:2.625rem;font-style:normal;display:block; }
#IDOzhHC0eFMnE1hgVtL3TpxdMABaehgx { 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:3rem;width:3rem;top:4.5625rem;left:54.625rem;overflow:hidden;display:block; }
#aPz57xRbk6hM2zBTNuUM8U2k9enneXN2 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:8.5625rem;width:11.25rem;top:2.75rem;left:63.625rem;display:block; }
#BMG3yTioZrTzeEVdc9ErBgsBNWPFG2Av { color:rgba(var(--color-tertiary-3),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:8.0625rem;left:65.625rem;height:1.3125rem;font-style:normal;display:block; }
#IUWR2M1pPuGXcHR6AmZEuIMG5mLW6AQQ { 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:3rem;width:3rem;top:4.46875rem;left:67.78125rem;overflow:hidden;display:block; }
#I7ciiz030JwdUT2mo64rIZin1hLJJAAz { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:8.5625rem;width:11.25rem;top:14rem;left:37.5rem;display:block; }
#RdXe7D1ekH913uKViiof2Xb62uCdV6Zb { color:rgba(var(--color-tertiary-3),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:19.3125rem;left:38.75rem;height:1.3125rem;font-style:normal;display:block; }
#Hua5gGWwyaIVtZ5h4dPDs6Fd5nX6TekR { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:8.5625rem;width:11.25rem;top:14rem;left:50.625rem;display:block; }
#R6befASHKmRSLAm6f4EfaVTvkfscqulS { color:rgba(var(--color-tertiary-3),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:19.3125rem;left:53.5rem;height:1.3125rem;font-style:normal;display:block; }
#EXG0F0uKn7aV6B2h6wMNGxxzZFec6O9E { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:8.5625rem;width:11.25rem;top:14rem;left:63.75rem;display:block; }
#F0U4nxTlV4TTaMiW4PP0bV6dES1Pl7fJ { color:rgba(var(--color-tertiary-3),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:19.3125rem;left:65.3125rem;height:1.3125rem;font-style:normal;display:block; }
#yXV2Sf8TZJk1rQcKKZaTe8n6b2OJt7Ik { 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:2.6875rem;width:2.6875rem;top:15.875rem;left:41.5625rem;overflow:hidden;display:block; }
#d3oiCi09H5w5LgQTTRdDNNQphSMmGrrT { 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.6875rem;width:2.6875rem;top:16.140625rem;left:54.90625rem;overflow:hidden;display:block; }
#atM7cC1NDs6WNJUPaQi9PMoB5dcSNROb { 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:2.5rem;width:2.5rem;top:15.96875rem;left:68.0625rem;overflow:hidden;display:block; }
#im7FWRF3TqdLSbN1pauV8vBWsSrIO76W { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:8.5625rem;width:11.25rem;top:2.75rem;left:50.5625rem;display:none; }
#TLx3nbEobzNoB8cyHEAW51wvMQUGkThG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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:none; }#TLx3nbEobzNoB8cyHEAW51wvMQUGkThG > .row .container { border-width: 0; border-radius: 0; }#TLx3nbEobzNoB8cyHEAW51wvMQUGkThG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLx3nbEobzNoB8cyHEAW51wvMQUGkThG > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:none; }#ahwDPZwnhKQGhh0wiGKuSihqTs7pnlyB { color:rgba(var(--color-primary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:37.5625rem;height:4.9375rem;text-align:left;text-align-last:left;display:block; }
#qqzW4oxgTQZLsuOJHXTI4UCs9Jmkylvh { color:rgba(var(--color-tertiary-2),1);display:block;width:34.87425rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.310302734375rem;left:37.562255859375rem;height:;text-align:left;text-align-last:left;display:block; }#qqzW4oxgTQZLsuOJHXTI4UCs9Jmkylvh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qqzW4oxgTQZLsuOJHXTI4UCs9Jmkylvh li:before{  }
#l8p5nMM52zaVTyqWMB3f3Ll3TDH30Ct4 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.2463375rem;width:6.2463375rem;top:19.559326171875rem;left:17.05810546875rem;display:block; }
#V0Gbg1m8QmCIWkcX2mxu7xbCUX2B3Nb5 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:6.9375rem;left:37.5625rem;height:1.54375rem;display:block; }
#T32KXVRb9GGptJniAMERtTZKnTlWr6Vy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:33.4375rem;top:5.062255859375rem;left:1.025390625rem;overflow:hidden;display:block; }
#eWdB2QGgLAZ36tTpHEW6Uf12wSfT7HSg { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.7480625rem;width:12.995625rem;top:20.62255859375rem;left:20.264892578125rem;display:block; }
#FGoO3QhZWXVNSfPOqc7faccdmZ0iTtxW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#FGoO3QhZWXVNSfPOqc7faccdmZ0iTtxW > .row .container { background-color: transparent; background-image: none; }#FGoO3QhZWXVNSfPOqc7faccdmZ0iTtxW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGoO3QhZWXVNSfPOqc7faccdmZ0iTtxW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGoO3QhZWXVNSfPOqc7faccdmZ0iTtxW > .row .container > .video-iframe-container { display: none; }#FGoO3QhZWXVNSfPOqc7faccdmZ0iTtxW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGoO3QhZWXVNSfPOqc7faccdmZ0iTtxW > .row > .video-iframe-container { display: none; }#FGoO3QhZWXVNSfPOqc7faccdmZ0iTtxW > .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); }#FGoO3QhZWXVNSfPOqc7faccdmZ0iTtxW > .row .container { border-width: 0; border-radius: 0; }#FGoO3QhZWXVNSfPOqc7faccdmZ0iTtxW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGoO3QhZWXVNSfPOqc7faccdmZ0iTtxW > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#rLuTN8GQd64nCgRl8lb9fUCI8ehkNMP2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.8125rem;left:4.0625rem;height:1.3125rem;font-style:normal;display:block; }
#CBaiH3F9qlWUHMhKfmJrTKazg4Cw38rc { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.4375rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#FwwcW3ReEdkIeDchqyp8TkHcFlA7TXNZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:5.8125rem;left:21.5625rem;height:1.3125rem;font-style:normal;display:block; }
#LP0KLeT8hsqI82N6xVHAKWtA0gbqe2x6 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:5.8125rem;left:40.5625rem;height:1.3125rem;font-style:normal;display:block; }
#GruJPzEVuKWdXSS7ARgFU94FdqxzQDBx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:56.4375rem;height:1.3125rem;font-style:normal;display:block; }
#Tut8y36WzZ98818VE5Z1KczWSa2E2M3u { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64275fcf-a2be-49d3-afa1-3134f8c57830/ic_handshake.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:1.9375rem;left:61.4375rem;display:block; }#Tut8y36WzZ98818VE5Z1KczWSa2E2M3u.adaptive-delivery-prevent-bg, #Tut8y36WzZ98818VE5Z1KczWSa2E2M3u.lazyload, #Tut8y36WzZ98818VE5Z1KczWSa2E2M3u.lazyloading { background-image: none; }
#lDMaWVtr43LDxsKtMHeLlEbMuElThIBK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2rem;left:7.5rem; }
#BW3Q8m9XvFuGK7l9HZ10J3gg7MpTZUpL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.375rem;left:23.3125rem; }
#U4Z6Fz7Atne7DIzQUukLmTDAWEaNt97b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:2.375rem;left:26.375rem; }
#WuxJZiWTNA5v5JawKViEgd3Gw0MObF9P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.5625rem;left:29.4375rem; }
#aNTmv3gm8BdKOvtwkWbLUMGHuf0ROxT2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:2rem;left:41.3125rem;display:none; }
#SkDacG5Oa7FvxdAmTGmo8Tg7p8LwVHMr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:1.875rem;left:45.0625rem;display:none; }
#Oso08EPWIb1BcGqSpIh9uOf5x2qF0HQ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:0.625rem;left:41.9375rem; }
#OOf1FbdT5S5ETha0TU7kvpeGZXfFMo57 { position:relative;display:block; }#OOf1FbdT5S5ETha0TU7kvpeGZXfFMo57 { background-color: transparent; background-image: none; }#OOf1FbdT5S5ETha0TU7kvpeGZXfFMo57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOf1FbdT5S5ETha0TU7kvpeGZXfFMo57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOf1FbdT5S5ETha0TU7kvpeGZXfFMo57 > .row .container > .video-iframe-container { display: none; }#OOf1FbdT5S5ETha0TU7kvpeGZXfFMo57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOf1FbdT5S5ETha0TU7kvpeGZXfFMo57 > .row > .video-iframe-container { display: none; }#OOf1FbdT5S5ETha0TU7kvpeGZXfFMo57 > .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); }#OOf1FbdT5S5ETha0TU7kvpeGZXfFMo57 { border-width: 0; border-radius: 0; }#OOf1FbdT5S5ETha0TU7kvpeGZXfFMo57 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OOf1FbdT5S5ETha0TU7kvpeGZXfFMo57 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#heKsZSubf6I931CoGXWxbW1PdTJJTuFL { color:rgba(var(--color-tertiary-3),1);display:block;width:32.3125rem;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:6.375rem;left:1.125rem;height:2.35625rem;font-style:normal;display:block; }
#RE6AdKtLqtQdp2JHQdOV2b4aWFiaTW7a { color:rgba(var(--color-tertiary-1),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.5625rem;left:1.125rem;height:1.40625rem;font-style:normal;display:block; }
#P7i8bKHeNKomIoERLULfWikzouW6ddq5 { color:rgba(var(--color-tertiary-3),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.625rem;left:1.125rem;height:8.4375rem;font-style:normal;display:block; }
#xdiWaAkwoB3kWB9GWmNTkPB6NCBUz2FD { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.21975rem;height:2.65625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:21.625rem;left:1.125rem;display:block; }
#ri5vinEy9oHLddPy0mzvld12SrzBbe1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0s1EhTguraeDKxPZniweZ9B4XCtUnPS { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/03bac771-5fc7-443a-8970-9b41dbee543c/CampusArapiles.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.125rem;width:39.4375rem;top:0.71875rem;left:35.5625rem;display:block; }#H0s1EhTguraeDKxPZniweZ9B4XCtUnPS.adaptive-delivery-prevent-bg, #H0s1EhTguraeDKxPZniweZ9B4XCtUnPS.lazyload, #H0s1EhTguraeDKxPZniweZ9B4XCtUnPS.lazyloading { background-image: none; }
#VHQsQuCBVuyodJbAFdzvAgrEPgfIhPgy { position:relative;display:block; }#VHQsQuCBVuyodJbAFdzvAgrEPgfIhPgy { background-color: transparent; background-image: none; }#VHQsQuCBVuyodJbAFdzvAgrEPgfIhPgy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHQsQuCBVuyodJbAFdzvAgrEPgfIhPgy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHQsQuCBVuyodJbAFdzvAgrEPgfIhPgy > .row .container > .video-iframe-container { display: none; }#VHQsQuCBVuyodJbAFdzvAgrEPgfIhPgy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHQsQuCBVuyodJbAFdzvAgrEPgfIhPgy > .row > .video-iframe-container { display: none; }#VHQsQuCBVuyodJbAFdzvAgrEPgfIhPgy > .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); }#VHQsQuCBVuyodJbAFdzvAgrEPgfIhPgy { border-width: 0; border-radius: 0; }#VHQsQuCBVuyodJbAFdzvAgrEPgfIhPgy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VHQsQuCBVuyodJbAFdzvAgrEPgfIhPgy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HlRt5c5lJtf32zN11KTDNpAoQtKPSryu { color:rgba(var(--color-tertiary-3),1);display:block;width:54.875rem;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:2.6875rem;left:1.375rem;height:2.35595625rem;font-style:normal;display:block; }
#nCT7Cu1elBk1OKBz75DS59fBIXbZiFBM { color:rgba(var(--color-tertiary-1),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1rem;left:1.375rem;height:1.40625rem;font-style:normal;display:block; }
#K42OTAR6mNlVlPLiKgiW3M4TvHgZtanu { color:rgba(var(--color-tertiary-3),1);display:block;width:19.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.37451171875rem;left:2.2802734375rem;height:5.625rem;font-style:normal;display:block; }
#bQwuHNkNwk5HlAxxLNzDsedaTO2vcl1a { 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:4rem;width:4rem;top:8.8125rem;left:8.5rem;overflow:hidden;display:block; }
#wmMQli3LD8lm4Etl4scohKJxLHDnCRgb { color:#0060ab;display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.5rem;left:2.28125rem;height:1.86889375rem;font-style:normal;display:block; }
#wIqiTaaWTT8AFdFsVlTuQp1N0JSaAB5I { color:rgba(var(--color-tertiary-3),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.375rem;left:27.625rem;height:4.21875rem;font-style:normal;display:block; }
#sLatIbIZyvMUcaT7rFTM2UBygw3l2N6U { color:#0060ab;display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5rem;left:27.625rem;height:1.86889375rem;font-style:normal;display:block; }
#Bn6IA9vM8B8eS1Vydv8H7SZFrpNfT0D4 { 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:4rem;width:4rem;top:8.875rem;left:33.875rem;overflow:hidden;display:block; }
#cFAtwd5b3OpUT09pU1bVeTBITfA9TcE9 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:16.3125rem;left:52.625rem;height:5.625rem;font-style:normal;display:block; }
#TzSokkEq5k9M2vhkJk5Cs6g4DTytbunJ { color:#0060ab;display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.4375rem;left:52.625rem;height:1.8681625rem;font-style:normal;display:block; }
#o4TtONoUTAEa8qJ8mxqnhXN5cDtE5inZ { 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:4rem;width:4rem;top:8.8125rem;left:58.875rem;overflow:hidden;display:block; }
#BpJzOzETQUhsASy3cP3mimXsUHpb5PRZ { position:relative;display:none; }#BpJzOzETQUhsASy3cP3mimXsUHpb5PRZ { border-width: 0; border-radius: 0; }#BpJzOzETQUhsASy3cP3mimXsUHpb5PRZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BpJzOzETQUhsASy3cP3mimXsUHpb5PRZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EoDHDpiHyhCcTJykFlLoDmBZX8kT9h9U { color:rgba(var(--color-tertiary-3),1);display:block;width:29.0625rem;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:4.9375rem;left:38.75rem;height:4.7109375rem;font-style:normal;display:block; }
#omf4eB1XdohAxcaOSCgOZBHi6ap83GrV { color:rgba(var(--color-tertiary-1),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.1875rem;left:38.75rem;height:1.40625rem;font-style:normal;display:block; }
#PrUdg4Q7ypXOkOdH2aKWORbZOVwQXf36 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.9375rem;left:38.75rem;height:2.8125rem;font-style:normal;display:block; }
#byvHqG9FUVdvoRiX6km6amAAtRkSBpUE { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:15.1875rem;left:38.75rem;height:;font-style:normal;display:block; }#byvHqG9FUVdvoRiX6km6amAAtRkSBpUE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#byvHqG9FUVdvoRiX6km6amAAtRkSBpUE li:before{  }
#TkXhIZPWvRzF87e3qdnP0KfFpTGxSB99 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/278db931-64f3-463d-ac46-221aa8cc1b64/teambrainstormmeetinginmodernoffice.png");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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:27.75rem;width:34.5rem;top:1.5625rem;left:1.25rem;display:block; }#TkXhIZPWvRzF87e3qdnP0KfFpTGxSB99.adaptive-delivery-prevent-bg, #TkXhIZPWvRzF87e3qdnP0KfFpTGxSB99.lazyload, #TkXhIZPWvRzF87e3qdnP0KfFpTGxSB99.lazyloading { background-image: none; }
#XyqWco2ZZVtcTJgbBOElU9JkWJcg842b { position:relative;display:block; }#XyqWco2ZZVtcTJgbBOElU9JkWJcg842b { background-color: transparent; background-image: none; }#XyqWco2ZZVtcTJgbBOElU9JkWJcg842b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyqWco2ZZVtcTJgbBOElU9JkWJcg842b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyqWco2ZZVtcTJgbBOElU9JkWJcg842b > .row .container > .video-iframe-container { display: none; }#XyqWco2ZZVtcTJgbBOElU9JkWJcg842b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyqWco2ZZVtcTJgbBOElU9JkWJcg842b > .row > .video-iframe-container { display: none; }#XyqWco2ZZVtcTJgbBOElU9JkWJcg842b > .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); }#XyqWco2ZZVtcTJgbBOElU9JkWJcg842b { border-width: 0; border-radius: 0; }#XyqWco2ZZVtcTJgbBOElU9JkWJcg842b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XyqWco2ZZVtcTJgbBOElU9JkWJcg842b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nWHXcW3O294xrK883QfQa4Zlqgyw191a { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.0625rem;left:31.5rem;height:2.4375rem;display:block; }
#Ul8iTmiys9CWKLQMAlwQ3VHHa42olsHg { color:rgba(56,67,75,0.61);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:5.4375rem;left:29.5rem;height:1.625rem;display:block; }
#P4rCpmLz5E8LDNgaWJvI6ZlHqN5QVdPH { background-color:#0060af;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:8.6875rem;left:30.0625rem;display:block; }
#bKEVOayXTytP796fPuI4nVWCdKuIJggA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZCLovof8cNKzkSOx0xB35WZnsCxT57i4 { position:relative;display:none; }#ZCLovof8cNKzkSOx0xB35WZnsCxT57i4 { border-width: 0; border-radius: 0; }#ZCLovof8cNKzkSOx0xB35WZnsCxT57i4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZCLovof8cNKzkSOx0xB35WZnsCxT57i4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tqqgUwZCu0UIWVRLKg4mnty2S1oh4RiI { color:rgba(var(--color-primary-4),1);display:block;width:33.31175rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:20.811767578125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#IWBAqkw0XfLoJ0XwWyZC6nQh3K3AD0M2 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.688232421875rem;left:18.843994140625rem;height:1.21875rem;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; }
#iL1xiEXf8sbpKkCppgt0avFShSDcnLSa { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.03125rem;height:3.09375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:10.748291015625rem;left:30.4833984375rem;display:block; }
#aPwaQg5pPyHrsQb885scSJsNpHTqbqbz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yaDp60lFm8zOCDvx7xx6vVB9G27pAtLD { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#sS6ViwEqMBSJm9uqtJp5AslwgVUvA889 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xb2gCCSSIZGedByZO7gOTXnl1rGbm0CE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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:none; }#Xb2gCCSSIZGedByZO7gOTXnl1rGbm0CE > .row .container { border-width: 0; border-radius: 0; }#Xb2gCCSSIZGedByZO7gOTXnl1rGbm0CE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xb2gCCSSIZGedByZO7gOTXnl1rGbm0CE > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:none; }#Ts9XeTtADLaXGWGwzTJq0C2T6vXnOKxm { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1965810-79c4-4682-b6ed-8ddcf92c02ae/Logotypes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:9.75rem;top:1.9375rem;left:1.25rem;display:block; }#Ts9XeTtADLaXGWGwzTJq0C2T6vXnOKxm.adaptive-delivery-prevent-bg, #Ts9XeTtADLaXGWGwzTJq0C2T6vXnOKxm.lazyload, #Ts9XeTtADLaXGWGwzTJq0C2T6vXnOKxm.lazyloading { background-image: none; }
#KxihNBllKJddPwMmGk29Zv4vi0yykXrD { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:6.875rem;left:1.25rem;height:1.31303125rem;font-style:normal;display:block; }
#TToHedzkvLbHUq5gBPzXQS15cwkw712Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#TToHedzkvLbHUq5gBPzXQS15cwkw712Z > .row .container { background-color: transparent; background-image: none; }#TToHedzkvLbHUq5gBPzXQS15cwkw712Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TToHedzkvLbHUq5gBPzXQS15cwkw712Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TToHedzkvLbHUq5gBPzXQS15cwkw712Z > .row .container > .video-iframe-container { display: none; }#TToHedzkvLbHUq5gBPzXQS15cwkw712Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TToHedzkvLbHUq5gBPzXQS15cwkw712Z > .row > .video-iframe-container { display: none; }#TToHedzkvLbHUq5gBPzXQS15cwkw712Z > .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); }#TToHedzkvLbHUq5gBPzXQS15cwkw712Z > .row .container { border-width: 0; border-radius: 0; }#TToHedzkvLbHUq5gBPzXQS15cwkw712Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TToHedzkvLbHUq5gBPzXQS15cwkw712Z > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#UTym5BuSNtWF4B49JgriQwZVWPnzzCTI { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a1016c9-814d-41e1-9aa0-1cc95a65dd9b/uax_rafanadal_blanco.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:16.25rem;top:2.46875rem;left:1.25rem;display:block; }#UTym5BuSNtWF4B49JgriQwZVWPnzzCTI.adaptive-delivery-prevent-bg, #UTym5BuSNtWF4B49JgriQwZVWPnzzCTI.lazyload, #UTym5BuSNtWF4B49JgriQwZVWPnzzCTI.lazyloading { background-image: none; }
#AFa9RaGyv0Q18byUL4O0fcRhmvTX7HyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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:none; }#AFa9RaGyv0Q18byUL4O0fcRhmvTX7HyT > .row .container { border-width: 0; border-radius: 0; }#AFa9RaGyv0Q18byUL4O0fcRhmvTX7HyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AFa9RaGyv0Q18byUL4O0fcRhmvTX7HyT > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:none; }#KdM4GqDtaebAau5wTFJt0bZFgeSIHFD7 { position:absolute;display:block;z-index:15001;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.875rem;width:12.75rem;top:1.73046875rem;left:1.3671875rem;overflow:hidden;display:block; }
#qkJ6gfF53hFBBL72gmhZFwwN5N76TuVz { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0.625rem;left:72.0625rem;display:none; }
#x4sMBIxE4EsIcIXkRz6xIRVIGnsKbeiy { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9314231872556rem;left:0rem;height:4.22265rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { border-width: 0; border-radius: 0; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:none; }#L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@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) { #gI7XaglEOoiIqfouZt7B7KOteJuQEayd { top:1.375rem;left:7.75rem;width:0;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gREuwsEAUSQyKomZLdhbT2Blq2DET3Tk { top:1.75rem;left:9.5rem;width:24.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWLrLlAdqrTCIZXaCKaMed5hiT0e1mBX { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzibqX3G8mePiHLrMoBLNGCEO6oQzDiI { width:14.0625rem;height:3.125rem;top:0.75rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdq8QETKvi4Tt7WJnBrikrmTqK0nuynm { display:block; }
 }@media only screen and (max-width: 763px) { #oea1O1bicoy1GJf2WOqX0PLu7UNBFUHB { top:0rem;left:0rem;width:20.8125rem;height:5.2338578144416rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrRXxmvlbTLH43yUEunygLu1ByFy74BA { display:block; }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9qcZflueL2NeWRG9MS1G5PgJ0UzDrbh { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGQvJ34lfK8Q7BRCFfWPPUPVzWcVcVRF { width:12.8125rem;height:2.75rem;top:1.75rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BszprOoeiGopKB1BV6T2KM7J0EgRFacf { display:block; }
 }@media only screen and (max-width: 763px) { #lF9IUVL0WTA6vur4TPf30XRuiUpiCl2I { top:2.5rem;left:37.4375rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTVpTGl5xchFDoSqBwxH5sNAC4DUlOz { top:2.625rem;left:36.0625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFe53ONUsGRsf3vOcOZZXddMA1GLN3Qa { width:16.375rem;height:4.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPA6cxuRG01opzM8mt91EMgg558herBb { display:none; }#BPA6cxuRG01opzM8mt91EMgg558herBb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c7fTbCWEnam87zdWTOmwohvhKlrEZsZG { display:none; }
 }@media only screen and (max-width: 763px) { #zZyFZtbyLbm0cApzZLVIsKPv0n0fBk7T { top:0.4375rem;left:0rem;width:20rem;height:4.6875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1QVZkGHb4iDGFvHFKe3HANwivFBvfU4 { top:6.625rem;left:0rem;width:19.8125rem;height:11.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtvlMgTUJyGvpf1dLUTdMPdQysCBD8np { display:none; }
 }@media only screen and (max-width: 763px) { #LEi9NTPBZB4gcH8uazseTv2QJu6ZB9Ty { display:none; }
 }@media only screen and (max-width: 763px) { #RBZhITr4rMg53UKvvNxhI3HOgkIoMkBt { width:47.75rem;height:20.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLCwkrGTtWZML7UxxI4urEb4Gi2qrTp6 { width:26.5625rem;height:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObesNxv5TK7OUJsl72znfvPAO8yNwTGp { display:block; }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeBBvX9rCLp7arOH771JqTn4F2rWms3N { top:8rem;left:0rem;width:34.625rem;height:7.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDW4Ffka0AaFTzpJskVCk0urBaSNF8Hn { top:17.5625rem;left:0rem;width:38.6875rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6bv6xT6xPBvHhlB9DgFvcbKTFmyJvV6 { top:8.5625rem;left:39.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqLvnZoDyS5Z2ISxh3dFys5K09HagncN { top:5.5625rem;left:25.5rem;width:22.25rem;height:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3  { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 {display:block;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #MoG4msIgleGzdgLE1i5srkwA7A8rGPLM {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #LEUonafUJmy674fetuTKOtIxO4yRlTCo { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #VSPpTTETM1wGQWv9rThEs74GxTrO4eGm {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #L9LlOXO3mRTENiQdBIPPvhso1m83WXvU {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #trGxTsHbUbQvpGLtOKbgBhxIILOi6V4y { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #t97KztkeNAkxa8QlrITgPomnR7FFRp78 {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Xr2dep3TPFaMIkCfn5bVqr4QgKlJnKT0 {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #JyysgUVZID6OqfizMte1hiN0JdnxBZS5 { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #zrPm1eWPbMfyQWrlgSKdNEaRhTTuReiX {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #MmS84Zkmf4yV7E7xt0uHwl5dm4wqWJ6n {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #wRp2ZreTOMmGCiXtJK0l9Irpl9Wg2CNZ { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #s4lV6y9p1hUGgAzFyVTLrMkayiFHLXtV {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #ntom0HgEFnRrTVPS7MCz16FsygbxbFGa {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #E4avD894lfP7RihK2pRqJrMoX2vN4XJe {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #ingzyAT2HTT44ZDXlVT8KFM7LkaW7snW {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Kn6JqhgxTNGVuau13LR7gyrzuVzh8Mza {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #QCtnq74CW5n5XGzwHpiJTMSfbIbyDewm { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #TTVMwtCaK3mILuu49fSgx9T0yeRM8Kkt {  }
 }@media only screen and (max-width: 763px) { #RcTGP5rN0DaGadNFEXQQhKhcrcFyl2DO { display:block; }
 }@media only screen and (max-width: 763px) { #eKr0hmeDgiVdmQCZ8IvJui7EKX2XHBUT { display:block; }
 }@media only screen and (max-width: 763px) { #WiSXvUpqWyCT05Sy0HRl4uztXZFhGpoh { display:block; }
 }@media only screen and (max-width: 763px) { #UsmHT8QXt2X1EtvD1EX2Zxt3NfokaALe { display:block; }
 }@media only screen and (max-width: 763px) { #zGV5ia81ZmEktnRcureZksZICIOz2651 { display:block; }
 }@media only screen and (max-width: 763px) { #hsn9w9gnWI7BXRgGROBpnWJaAs5KQ1I1 { display:block; }
 }@media only screen and (max-width: 763px) { #NI8x1yrA2FXts0Grh5Xw2ZvkMSTZ1AvX { display:block; }
 }@media only screen and (max-width: 763px) { #DmxD7fGbB9CF1Ovf2cRoNbOG1ttBbfQu { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #h5r9bBnKpNDcc2VHmNPX0opStx5hIwrO {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #WTzBuOxT8ETIJlMHriEiOyDTkDrdGmKX {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #bWXdLFC7hNvI0413ARh8JEO627UVZCrn {  }
 }@media only screen and (max-width: 763px) { #VfsclsH9gM2nd4VefuESPR5u7gP00U8b { display:block; }
 }@media only screen and (max-width: 763px) { #N9LQrAnMAkBqSbPh4PTfnc6nl9ZXIcf6 { display:block; }
 }@media only screen and (max-width: 763px) { #REF42cxAotqXEpKQSUPmqk1nv4MOTHcQ { display:block; }
 }@media only screen and (max-width: 763px) { #ra6bPiwabw0g3bQaJENHi57otaumGwJW { display:block; }
 }@media only screen and (max-width: 763px) { #xyCykR4RhbKPtTlErv1aJtCDh6B0lf0m { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Nmz3RlHrDcrvvAQ9sP2zSrU9NdKQGh8Z {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #r070hDsenFcm6X4tZMbtP3MH8ylK5bfK {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #TnHRqlJnD2GHN3fi3Hs2iTcnzJfGJAUt {  }
 }@media only screen and (max-width: 763px) { #Jeqlr8V77Cw0fh7MN2bETduTZ6z5keXG { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #VIRdoWE4FqbPibca4kkNtrD7SHHlLJNq {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #qr7FJMbCZw0ikoTVEm8LX9nCoEXT5TXl {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #EoGnoW3zMIB922T2GWM5AVeu4Q69ZM18 {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #ozoAAlVDCG1PrGFORs7WB66vxvN4UyOQ {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #uwJCg1s2Mc4wyJxStn2S2mGtm6OGZmMT {  }
 }@media only screen and (max-width: 763px) { #kZpCnuuGTHoya7WOxsuU9AUFVSa15gQL { top:5.5rem;left:25.5rem;width:22.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCp2AQhQwqNhG7V4ZZRo4HPwt0wntye5 { top:8.25rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur5xa3s8Rssyl2bTwhNFTyAEAOeWbyhz { top:6.125rem;left:37.437501907349rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO4ZH6hCMu7Coygtzidazeyk441sB3MG { top:6.0625rem;left:30.6875rem;width:17.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvbLndPEisuceyv6Voq3tuC9JJIlGlh0 { top:31.5625rem;left:0rem;width:7.0625rem;height:2.9733766910268rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8b6zamVq6xSUJbqDAH6qNOqiB92PPUB { display:block; }#T8b6zamVq6xSUJbqDAH6qNOqiB92PPUB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7KPSk378rXhkNxKIqQ2Jdp52KLHJt1Q { top:3.3125rem;left:0rem;width:45.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #opZS4TlxhhyxXKSKUFNkDWARNeMk7Fm8 { top:6.5rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xalkQCu9DGUEOvwOloLKqXPCh55mtrAp { top:8.0625rem;left:0rem;width:4.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcecX0DPSsZLdywqW9uBemJlTT3aQVnt { top:8.0625rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZnwwOTxaQPZP4rWJFqTwkuKSPcZoEIH { top:6.5rem;left:0rem;width:8.6875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khAnFEwZf6Uam2TA2PJpfztHKsqA1LL7 { top:8.0625rem;left:12.4375rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcQq2MPFe1BMdEQQSIGbOP2OsvOQTbeq { top:6.5rem;left:12.4375rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXmR6BVvzx1ZOrvxbhD3menliU7W59Tu { top:8.0625rem;left:22.125rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Bzd1WDky3Re9DlMUzSWCwp0EOoQmq6 { top:6.5rem;left:22.125rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpAJvddebAf1WKHQkh2e5a4vZ3fn9zQ7 { top:3.5625rem;left:0rem;width:27.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDGhUFp1Xy01o3xm375cKHEs6RRRk4a5 { display:block; }#CDGhUFp1Xy01o3xm375cKHEs6RRRk4a5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oR1fpAo3NPfV8o8m2OP4JUxfBc99EG8T { top:1.125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS7GwQKVZ9C944eemM1qXzSZDcIT3KTT { display:block; }#TS7GwQKVZ9C944eemM1qXzSZDcIT3KTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf3VV1v7RByHySdT9qW27DV8KthSznRC { top:2.4375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfiH0KkLZDBrb5noyrMT41wiBHKZtSr9 { top:5.5rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx6Tw8iDia4Kn17FpkSRJKTKnRhI3XDO { display:none; }
 }@media only screen and (max-width: 763px) { #rp58fKxqiigptKxmSLAhy7tx2NNsTyZ2 { display:none; }
 }@media only screen and (max-width: 763px) { #e8at2TrPhubILKGrJqb3TgSSgPBJOa42 { display:none; }
 }@media only screen and (max-width: 763px) { #IyH3vuqValv4exTCdbLOToqI1T96vNcx { top:7.875rem;left:12.3125rem;width:19.4375rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PybxxKdBTPreMl4a4fxyXneRba2cOfGc { top:5.5rem;left:15.875rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1uv5L9kvp4CNlVI2iZ95y8hIwnvWAJy { top:2.4375rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EONn3hWyyrpEHHWyHzG7FektgFGLvET3 { top:7.875rem;left:27rem;width:20.625rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEtS9TMvUXvTp1N6cHomIsx2pOegdTty { top:5.4375rem;left:20.6875rem;width:26.9375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuL4Tmd7CnhsSTTblEX3AIDzmKuCO3e0 { top:2.375rem;left:29.1875rem;width:18.4375rem;height:2.3125rem;font-size:1.8125rem;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:28.9375rem;height:2.875rem;top:6.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI2xdIk6ikrLQWpeNDZX0XNPFCswtMS6 { top:23.6875rem;left:0rem;width:8.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTrwH93pGgibShHmbkmu8mMgFTk7lKTL { top:22.5rem;left:0rem;width:8.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmcNmrgPu4sL2W25JtnaLtfQJUCiGoLW { top:22.5rem;left:0rem;width:8.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T72riAOfpIcgVorU0FkZngF4Io53FzpL { top:23.6875rem;left:0rem;width:8.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr4ETfUm1AHp5Z5WxJ15KlLsMHcfwOJH { top:25.5rem;left:0rem;width:8.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzPqQ6Qgdrgf9G0z77pVQFJz5qk2cK4q { top:26.6875rem;left:0rem;width:9.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGBwm0npqFS14QE4cfpsRZyKqVef9WHO { top:25.4375rem;left:0rem;width:8.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3UmVaq8gsGeqeMt1sfPDAWX0nuhQGHp { top:26.625rem;left:0rem;width:8.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF9iFeg7NMSsb7TWLCw26DJdvLZIuHan { top:11.125rem;left:0rem;width:27.875rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPRgDoc61pwaiTr0wJwG5daw3UaaViQV { top:23.6875rem;left:6.1875rem;width:8.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwPpk0gEdnPzhw5vRTkCNSySLJRq7utT { top:22.5rem;left:6.1875rem;width:8.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9ucd4DHQEHJqQ8vwRtfBirdwc8saB64 { top:25.5rem;left:6.25rem;width:8.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM10KsQtvBsqUglUZcZsTuK9NfpwX5Dm { top:26.6875rem;left:6.25rem;width:8.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFkb3ILpb6Gx98V5zSw8NTL9W3xOBl47 { top:30.9375rem;left:0rem;width:26.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCww4dmzJRoRclmdFpA78hImqgFTrgvK { top:30.3125rem;left:0rem;width:27.1875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaBXCkN6nPExzyzKRvK9olDmNPb32D1V { display:block; }#CaBXCkN6nPExzyzKRvK9olDmNPb32D1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpHNCpPuy39E0duTJ0ztOAIP5HfoTVIl { top:34.25rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9FUF41Ko0UtGXRrNJ1trB81lG0ln0bR { top:5.4375rem;left:0rem;width:16.375rem;height:3.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeN7DBntxwqIU4T9Vep8SoNBOATNdgpq { top:4.75rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPgQDxhu3fXzOxQWKmiROVFwQ1BFGtCS { top:24rem;left:0rem;width:12.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8xxJ7UbINgbf8R8NHDnwTpe4ZhzGfKX { top:10.0625rem;left:0rem;width:15.9375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ZcP8JaNm9ioosOTt3v70HQrWWHR1DI { top:38.8125rem;left:0rem;width:14.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT0qdbM8m5L4ThwPtaqTxRd56ZMFXk3D { top:25.3125rem;left:1.625rem;width:9.125rem;height:0;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPoWkT7FiU6qR2UpNAdUsfDbibQzbgt { top:34.25rem;left:0rem;width:15.125rem;height:3.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoQ1OH1vz6w04an1xoECWvSKWchkA9Ex { top:18.5625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGhHDaXyRTD1Enpb5bQ8PQJWXTcrvDKe { top:19.5625rem;left:0rem;width:9.4375rem;height:3.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE { display:block; }#yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCpVRAl7455ng8LSgH7kReX7xzBigzWB { top:5.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJi8loTlVsW1U78ZwwnWX7H487kTHwNO { top:2.875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otqwrb5idyzOW9azwbcu4fJ37qhUTQ5d { top:12.4375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#Otqwrb5idyzOW9azwbcu4fJ37qhUTQ5d li:before{  }
 }@media only screen and (max-width: 763px) { #T256TWBC8fy1kR6JJ0TZg9e92nrTi1ck { top:11rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgH171T7w6Rm2vzDBy1mWO8Blt70fEEl { top:11rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIKphmbnwgfRed49UmhcCXUOUehQHET8 { top:14.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl50ddUdRBTQICThgafmLC8tL6SJnRBQ { top:18.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXXZdfHa4qxpOmMATvZSsGZSP6EcrBCn { top:14.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK9gMPVcI3F3JcEyRWohNeFcc4ruE1ro { top:18.5625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7geMTJabTJmgDJxQyIvf6TDTe5KAgJF { top:22.1875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GquD7aJvreJVTEsvLnzHzN99A7nnymK7 { top:22.375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sva2zK1u0hSarSEPMiMnpASVohttErxT { top:29.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIFhhvKFRPSotMH3bcdcNG46UVouamix { top:29.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZZV2WvCrPH6G5vAXhwIkrZ42CJSH2Oi { top:26.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGy8ret7EQmRZaM7HflROoeqmRdunMaF { top:25.6875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arNe9ymy2rnuORU67ewNGnI2TLfJOASO { top:33.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNv3f6TsfVJkaDig9WZ7oGNMvKXCRP2d { top:33.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shICdIfJ0bAFWRSBk14qTPzfUzxTy70I { top:37.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryxRVIx2rb5WJhyekAcAJQEambvEyqPZ { top:37.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK2PaTec1EV0rgqSIMxMv9Td6SJeEhcC { top:41rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUCAnXgxI6I0su3MrFS51QeniwPkERTH { top:44.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewNR0h1IMPXnMkWu7u2XpBsq0IlvhSoK { top:41.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHU7y8W13UkFdXbQkaclezy3TWySD7bf { top:45.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmb0sIB5Cc1ytOQR16nOVwXRToC2Qfet { display:block; }#Jmb0sIB5Cc1ytOQR16nOVwXRToC2Qfet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnHwV370ggWqQch2vTfOlyCy3Za5aVbA { top:6.3125rem;left:0rem;width:31.125rem;height:12.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt28mOTAXu1sVyy8Du9yUt7KoZanW9pt { width:12.8125rem;height:2.75rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDnkGWyi2Sx9Tb58MvlJ0KdO83yGMfq { display:block; }
 }@media only screen and (max-width: 763px) { #O3lEdl6ILU4cbCszbWZmKB8T8yTMywdy { top:4.5625rem;left:20.875rem;width:15.0625rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8qcZlUd49SPTRTSv7wZoHih97kTH6pc { top:8.9375rem;left:29.8125rem;width:17.9375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGZodVLEeF2d75lV15HXy5TNGgLWdxtn { top:20.4375rem;left:32.4375rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq6yFTKM1CaA1TwSV3e8pzCiTJ0MCvGu { top:5.4375rem;left:32.4375rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veaHHULDEivgdnpyfr7roMJEENEtDTxI { top:17.625rem;left:20.87451171875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmsQV4dI85WyR0Q8QdN7sVZlK3bQ0Zp4 { top:24.5625rem;left:29.625rem;width:18.125rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgUwMAc8XUVmxg5whqwkLFh6wN98k0om { top:8.9375rem;left:20.87451171875rem;width:18.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFwtpppvqEMkPWtLDZ3zMIg6740KXQTq { top:24.5625rem;left:20.87451171875rem;width:19.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyTS5MfbQOgp39M9k7HG5BwE1a23NqN0 { top:20.3125rem;left:20.87451171875rem;width:19.75rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfrGE9LL8sIEtNI8wDDCJDx02uwWE7mz { top:25rem;left:0rem;width:12.5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiWFAi4C2tsr3xSpwynkf8yik1NoTKDm { top:17.9375rem;left:42.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMTwB0H0LC0hp4ooihvOa6q4U6nXTWNX { top:2.125rem;left:42.687255859375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk6MlTLZJvBW5VTS6OaK87N5Zds3svCM { top:0.4375rem;left:20rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSK2l7S3aSPQZXQB5ryCsCMvxZKZQs6I { display:block; }#QSK2l7S3aSPQZXQB5ryCsCMvxZKZQs6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJV4QDI0GFuxuQtKZFQCp8dg4VMNkorn { top:1rem;left:0rem;width:37.375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #df9TLTA7FMaQEzGLMDZFur0WHOE1LR0M { top:6.6875rem;left:0rem;width:35.375rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLD46NGPJHzZOBg46QCtLSCctsew8OQr { top:6.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbQASCWvBTHxx441zfZXAn1ItMuOySPc { top:-0.0625rem;left:0rem;width:40.0625rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko3azEqgzVso4G4UGF2G08ErWEu1uOQF { top:13.5rem;left:0rem;width:34.9375rem;height:;font-size:0.875rem;display:block; }#Ko3azEqgzVso4G4UGF2G08ErWEu1uOQF li:before{  }
 }@media only screen and (max-width: 763px) { #XvEoOepNcZ93Bdy1bIKxrh7p64NaI0wX { display:block; }#XvEoOepNcZ93Bdy1bIKxrh7p64NaI0wX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS2BETTzIFfh2e3Kor192znfMkNip9ug { top:4.3125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSrT3XasqLCkiPaJQo5NEp5ykQoHVPVB { top:2.125rem;left:0rem;width:22.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw3CmELCB7X84R0EMJtyVSDaeyNUzU94 { top:7.4375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2AtROKBpPVOJ3tN8nDJlOyU8EF72cPK { display:block; }#H2AtROKBpPVOJ3tN8nDJlOyU8EF72cPK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sE8AMBd4ngBQ53S4Sed2hXimIuXxBT7J { top:1.9375rem;left:0rem;width:21.5625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQXZSlB3V641T4bmZv188oS6vq5TKCZx { top:1.9375rem;left:0rem;width:21.5rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZOx42fntM9DEDXcVBcqsTkLkKqv5KZc { top:16.25rem;left:2.6875rem;width:10.9375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKp6NZ9rU9qVhHiK8nOoW3VHdWGTZxC2 { top:18.75rem;left:0rem;width:18.8125rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXBTyU72Utc898uF5zaqFUIKQWX4TAwT { top:16.25rem;left:20.125rem;width:9.0625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPNWBiWZSUHPJh5NNAIkW9fiOS2msWav { top:18.75rem;left:20.3125rem;width:8.9375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKWMuTOmwUJ0Z1HshPfvzEVvnfZf703H { top:16.25rem;left:36.28125rem;width:7.625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4THGtvlmT3D5qceQOIZRBhcwMfShQpH { top:18.75rem;left:36.28125rem;width:9.25rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTodmhTILIN1SznoziMIVwQK3GZBFqH5 { top:1.9375rem;left:10.1875rem;width:21.375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITMNTmSeBVBcLhSLRh2i9hlWNucSFDSr { top:1.9375rem;left:26.3125rem;width:21.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJn2n7GCf0aU5HqW3AquUzsa5SUwxowB { top:20.875rem;left:0rem;width:19.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE8UTwZtcJHuJcMRar7a7IK2G3w53LLz { top:1.9375rem;left:10.1875rem;width:21.5625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELHgkNPElTVaTASHBX1M3Zoy7CCzZ1MF { top:20.875rem;left:18.5625rem;width:13.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1lCTDnJEstiKG8TslnvcKSRVo7pJpwE { top:1.9375rem;left:26.0625rem;width:21.5625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEeiylnHfcT0RQ3hItJSpJMKynKMSrui { top:20.875rem;left:31.8125rem;width:15.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkD2QJ0f0VWrZWbbdAHzz3oyKqqNUdni { display:block; }#fkD2QJ0f0VWrZWbbdAHzz3oyKqqNUdni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5vzWMO6JHp6y9H0gnTLMMruveFqU6sT { width:6.8125rem;height:6.8125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIite8eqs6fRo5bxrEcgUQk5p1kL57it { width:8rem;height:8rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui8nTAmXzfeWB7dLgvoMG5PTxTbdMW0c { width:15.3125rem;height:17.5rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UidWEQtRDGSWZCJ09nlDu45GPqDiSEN4 { width:3.1875rem;height:0;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv8rCoAvIo7PdKsoUc99kHfqR62dMRKh { width:16.875rem;height:1.5625rem;top:17.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKZ790iVXQcudFCNPNLnpKzA45EI5C3D { width:15.3125rem;height:17.5rem;top:5.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBc8cIJrM60HWBtm7wTBi0HLSt7lhSxh { width:15.6875rem;height:1.5625rem;top:20.1875rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKCfQnhwD7KWitbUkm3VHorr6KUeExwm { width:3.1875rem;height:0;top:17.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFfS1ccUk1BbQOFcKcoKSLsqmdlVhxOv { width:8rem;height:8rem;top:6.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztOTfRbHwW3ZF1nyvLWPqebDRGAGhiTM { width:6.8125rem;height:6.8125rem;top:7.3125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlmdobOpLx9taFvgPcD3ZL83s0XUCKhR { top:1.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX66QP4N84HEC6pvbf94qFJLSe3LvROd { width:15.6875rem;height:3.1875rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRqt31PyfvkMtSmHnKnO5pZd5MMMO16H { top:17.625rem;left:10.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuH569HShtC836kEpJTVTavtodUTTKfK { top:15.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTL1i9XNJ7hLnC5M7C1EyGHc85JmNWKw { top:15.5625rem;left:12.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmBTU7TuFNk0lD5csy3nZcPepkpw4ry2 { width:15.3125rem;height:17.5rem;top:5.9375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMaN1BA0cm6mgTTN8LZBmc6zcVk6I1ZP { width:15.6875rem;height:3.1875rem;top:19.375rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRts9fh0h6vsALIie4XM4gx90FDUp3KK { width:16.875rem;height:1.5625rem;top:17.625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w61czuTxmhPnSnK9vZAQPfnGQFPT4xD4 { width:3.1875rem;height:0;top:17.3125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seXfyywSmqCN9JkqupU9MAPrc0mP6oIZ { top:15.5625rem;left:29.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1RQVATzpeEIUbQTfzKTRZ8HJ9oIa5Ck { width:8rem;height:8rem;top:6.6875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyQ8QSRfhBC4qZZLyPixdNqBDXuTqBR0 { width:6.625rem;height:6.625rem;top:7.3125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm4X2P8HnBz7dTD4hEAI3oFPpe4WaLL7 { width:15.3125rem;height:17.5rem;top:5.9375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBrL7PM2uNoGxFIx8IVKU868Op5I6sd1 { width:15.6875rem;height:1.5625rem;top:20.1875rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwzvzD9mn0asTlh8ym6BRyP5Vwcos9Ms { top:17.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT5b3O8whR0iXKpMEu9lS6RmGhgh1Zwh { width:3.1875rem;height:0;top:17.3125rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTrKdtRGKkGQgDOfvE26wyPZM0kUq2zD { top:15.5rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZdHc1l22bW8rHFdMAilkbshdbtHNq0X { width:8rem;height:8rem;top:6.6875rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbCaSrZp7MTbKQmBh6BIIdzsnxlmTVFR { width:6.6875rem;height:6.6875rem;top:7.3125rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3A5uti2wTE2AP4rkqDqOJJKcS6NKzL1 { top:25.1875rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#a3A5uti2wTE2AP4rkqDqOJJKcS6NKzL1 li:before{  }
 }@media only screen and (max-width: 763px) { #rqnJWvVhTwUtTsfJOaFm35fa9eN0IRiT { width:3.1875rem;height:0;top:17.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kls31bkOBd7TsuvXEvCLykStDOog4UiG { width:3.1875rem;height:0;top:17.3125rem;left:13.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kA7AdKATHkwn2eWPLzJITC3rTdQh5Tp8 { display:block; }#kA7AdKATHkwn2eWPLzJITC3rTdQh5Tp8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWX1xDATfIuReHSHTUi24kNEFqFqBo6a { top:18.75rem;left:0rem;width:16.6875rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6JUR0TGg5WnAvaI58KwsxLHlqvH9Rd0 { width:16.3125rem;height:10.0625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGnHaZP8R4ho4QsPDpQKOp1pKTxBygcR { top:16.5rem;left:0rem;width:11.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXe7I1tGTgn4rU4C4rlf3B5NocuXw9Q { width:16.875rem;height:10rem;top:4.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra82VRqsP6K9QHRSHvmK6GLgGTTvl0nx { top:16.5rem;left:11.9375rem;width:11.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOeMhPwDml4V5XuxL2KLokQ89aCVRdJn { top:18.75rem;left:6.5625rem;width:17.3125rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrhoS4CpKz0iUInEFHvCCpDuym3idG2f { width:17.0625rem;height:10.3125rem;top:4.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgTW3zXebh7rLFgsb2HNpZhTDPTDBGsJ { top:16.5rem;left:23.875rem;width:13.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bex8KmBgZGePVGDfNZdTs40PLWEH0zge { top:18.75rem;left:23.875rem;width:18.3125rem;height:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xreJ6DoT28akeOfSaLnV6hQ3oukyAHtn { width:17rem;height:10.4375rem;top:4.4375rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty6GcFvvuodEHuTK1F3TZPZ9ZWOfUa03 { top:16.5rem;left:34.4375rem;width:13.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueEpAHoHBwsQ2KmHxTJRgpuOHlfcLG2V { top:18.75rem;left:32.0625rem;width:15.6875rem;height:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNLwvk6SGhRyGMXmixdHTKiyZ73Vy2Wc { top:0.6875rem;left:0rem;width:42.625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwukg7lO8Uhx79km7CU9BTOu7Eh50J2g { display:block; }#Iwukg7lO8Uhx79km7CU9BTOu7Eh50J2g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTXk4DS7G10cbhnqpMz6Iv950ZDDQzrK { top:18.75rem;left:0rem;width:16.6875rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og17Nu4HQytBBQuJqTrkPPKixdSlTwO5 { width:15.1875rem;height:10.0625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhUHv4E7UmBTTDcVzsuLo2NrEBu1VrRC { top:16.5rem;left:0rem;width:11.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGXARxLqhLRVi1RMWCO34DNXTvvgvFnM { width:16.875rem;height:10rem;top:4.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuBJo92qSsL4ri3VCBzEcgneJc1oiw00 { top:16.5rem;left:11.9375rem;width:11.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlqSZfXtz6zrk310VpH3oPT6kTzkLAJz { top:18.75rem;left:6.5625rem;width:17.3125rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKkAnsZPe2WW5oZzthTkrVXMBGJUI7Vo { width:16.25rem;height:10.0625rem;top:4.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN73oTgyVdJ1hxEq9vpTK1T1InDaemv4 { top:16.5rem;left:23.875rem;width:13.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdSxWT3kMX5niX6kqTLkRwGshQ9Do630 { top:18.75rem;left:23.875rem;width:17.875rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7mnTWTlwkvkMSWhRv0D9Pap0yZyTou1 { width:17rem;height:10.4375rem;top:4.4375rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNUWZDsyiro4kHuIpImRJo8armNnRNfT { top:16.5rem;left:34.4375rem;width:13.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVB1x0QZ3ehpDpIwR04xhKVJeRrfLr41 { top:18.75rem;left:32.0625rem;width:15.6875rem;height:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4ywP07Piu4rcEdONCJEXk9CXUo9LT2F { top:0.6875rem;left:0rem;width:42.625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a58SChscn5m0V2lPogXgQMo8OPNTn3C0 { display:block; }#a58SChscn5m0V2lPogXgQMo8OPNTn3C0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZCo98IvvKgPg6bCr83zUF1RPm6MBRv2 { width:47.75rem;height:2rem;top:1.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqhw9y8AxIGFq2TdaMJNdoTTB7bV8BzB { width:22.4375rem;height:2rem;top:17.0625rem;left:5.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymMbTRBQGrHwRECV9JDWUgxVhuASVsov { width:16.6875rem;height:8.25rem;top:20.75rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui2XmipqAZ3PqRJu7f9N7RMeaKgfF50H { width:16.875rem;height:9.6875rem;top:5.6875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sest2awJ29gPF5bVhNVBTzXmJANNiFQa { width:16.125rem;height:9.625rem;top:5.75rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7iuneBWkJBeFsGa9ArvL90eePHXGKep { width:15.3125rem;height:11rem;top:20.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xddFqLHR0iU3rz75H944Apg5AUCqWdx5 { width:17.1875rem;height:2rem;top:17rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t60LNOXJVJwtxBxyBRVydttpUOes3c4U { width:15.1875rem;height:10.0625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwVaSQTZ5hzdUVEQKC6LFGLA2SupgGvU { width:17rem;height:8.4375rem;top:7rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6FiQ0KOGiKe92kZt7G9epcd0dQCSeHP { width:16rem;height:13.75rem;top:20.75rem;left:25.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch1TvUweSwHBTHxN6GGwS1KbQGqZ5mP2 { width:16.125rem;height:0;top:17.0625rem;left:25.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfmpEGiTTBFEe1k3CTidJIkiMBFRUsoR { width:15.8125rem;height:13.75rem;top:20.6875rem;left:31.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4n22QUP1WzS9ltEQGBrgNT4FmpS7qPQ { width:15rem;height:2rem;top:17rem;left:32.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykqSQBbKKus1eO6GSv0GSGGNLags0mRZ { display:block; }#ykqSQBbKKus1eO6GSv0GSGGNLags0mRZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTwG9HbND5nPkiqRAFed2cOxHZVs6VIJ { top:4.0625rem;left:0rem;width:24.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aECaQ5gTZ8bZscP1lIhdhXPW1PUq642G { top:4.0625rem;left:16.375rem;width:31.375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em8pOe4T1M4vWWUyfk3shoVFwb1sRRtA { top:8.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZNxVq5iQmPOLM4QWPSlvTIpOqi6KB43 { top:8.125rem;left:4.796630859375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvJpiFKUyc1sfNMpc6Vu6tn9FFXZsE3u { top:8.125rem;left:17.96923828125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxCILwgT9n5t1nWTStWo8hm6VXAB5v07 { top:19.875rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSbzUekJzrGCQUE00rEqTnKF3WUDQ9Nl { top:19.75rem;left:17.875244140625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URpMb41q3GNb9mzETg1ADndSyzGuQ3DH { top:19.8125rem;left:4.921142578125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGcZCxh2FDI8c3AGFwFfXKHEo4kTUreH { top:25.0625rem;left:0.203125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cswo18vTU4xuCvXi49orrlBMh2s70aFc { top:13.0625rem;left:0.204345703125rem;width:12.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATF00NZ8UvLgecEruvqP2DstQrB6P3Pi { top:13.0625rem;left:13.251220703125rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMm6ov7Z2v5FWEVlPmIMaFTQCfLPG8Bh { top:25.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOu84iAJvsuhniTuwyOVOTEF88ze3nqh { top:13.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSo8snkylQS5MHezu9WtXsWLAHMRCMk0 { top:25.125rem;left:13.4990234375rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZVmxQBtWTr0RFuh3lFL9m1Vrx8CIo0w { top:6.6875rem;left:25.998046875rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsL0mA55FmhTe8MtwF1S7hwugzdoMlw1 { top:9.375rem;left:38.4375rem;width:9.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSrATa457eg7rGm1STnTsENc7aWXB79q { top:9.875rem;left:37.83984375rem;width:5.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0It1oICVb4aFL34g2mpMoJdlr1EvU1g { top:14.625rem;left:26.685546875rem;width:9rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHFKO648d4erxssI5beW1y4owVw6GvRM { top:14.375rem;left:37.46484375rem;width:6.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp1kSK16H753Pmc6CIxOrHmcZlohrr3W { top:18.1875rem;left:40.5625rem;width:7.1875rem;height:4.7093436608059rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC719u8z0RC47u7QMm7EuxREL0sDqRH1 { top:18.25rem;left:38.625rem;width:8.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #euVb0HsDn8bz6DMVLWfozKelABGrr15J { top:17.8125rem;left:37.83984375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQTz1aSTcJHV2TP9DAeSddqRwIgOzrh9 { top:14.625rem;left:40.75rem;width:7rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3seJysEKW4Fp5pGOXEz69Io102SOq8N { top:23.625rem;left:26.9970703125rem;width:9.0625rem;height:1.799314479669rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5nwdtVGA9GxhUuzTFeWymOTOSkQZhOR { top:14.625rem;left:41.375rem;width:6.375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odvEcnTfkLIrJGTlsLSyT9AIICMhPhqG { top:18.75rem;left:28.3115234375rem;width:5.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac2kKspASl9IaOvZJvlS83WvSRPxWBsm { top:23.125rem;left:38.46484375rem;width:4.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl4J78onSLVmsuuiaz9dnFNRwTkqWNnw { top:23.125rem;left:43.0625rem;width:4.6875rem;height:2.2815785213807rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4oACokaz1HWasTTWO0vaGEQwLz7TzLx { top:22.4375rem;left:41.375rem;width:6.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCM8i57bw2U2J0IPtVPxxK0B47QVLZGD { top:28.625rem;left:26.623046875rem;width:8.3125rem;height:2.1716777762019rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7hhSRZNnoAdNAcBJ526D9RxViJPI6gB { top:27.9375rem;left:37.12109375rem;width:7.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbKp5rmiN7bmOVOxouv9iwMizZeNIV7O { top:28.6875rem;left:39.0625rem;width:8.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okHvxcaAOVGm8gptEaONDLnf754nM7dS { top:9.3125rem;left:39.0625rem;width:8.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7UHBy2i5c2lAKUu7iLtvU26sFagXTCv { top:27.25rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJEdyZkBdT2A3VSezGD2emf0WTJf56sZ { display:block; }#CJEdyZkBdT2A3VSezGD2emf0WTJf56sZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItTn8MRkoRfAt8tiIUiK8pkLgPemZuRl { top:1.375rem;left:0rem;width:42.625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxMagOdTTuTqAq0SduRQ0BR2iCqkbHSb { top:10.125rem;left:2.375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTu0sA8eDmoTH0ImwRSSSrnZ2mACwyJE { top:10.125rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNHLRDNI9cfmfVtQs1BoT5Kmwo8K8F36 { top:10.125rem;left:0rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd2TWI5zJUnUUDgzuUrBTfTwGvPxBcO0 { top:10.125rem;left:17.3125rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX6dhlZDpZsArasONE7pTvTfiRzrJfT2 { top:17.3125rem;left:0rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptOTza32KtiR3H8FUrA1T9etbsa3xSkn { top:17.3125rem;left:2.53125rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e27aP3sMxNTfdfN486pRkfAAMD3wKqEv { top:17.3125rem;left:17.46875rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #as6eAA2fGQu2Bgkh9DvPtLrBJX5ZEZz3 { top:17.3125rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmpSp8TbtJm53bMwTXt7ZtR5IAlTUJwv { top:5.1875rem;left:0rem;width:44.6875rem;height:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxSMITFvD7ltLw4TkfnSrzPtqrMcCeFA { top:9.5rem;left:0rem;width:11.3125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR388IpcSlON7ExZ1TRklRk8zDV4wHSM { top:6.875rem;left:3.21875rem;width:11.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a91XTXW7D0gIdoFpWh26DoAd1ZZJkrnH { top:17.5625rem;left:0rem;width:7.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyZnug9quFExORIT7kQKqWIzDKOoIRdX { top:10.375rem;left:19.375rem;width:9rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8wmm27loc8NM7a1tZIPPOts7T8ECffv { top:24.5rem;left:20.09375rem;width:7.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz6ph2vDBu5Xn1ALZ8n74A8ACJ8lWTOa { top:10.125rem;left:32.3125rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXPenr01fSNCdlC6ie6GKC3S9dbDoGVI { top:10.75rem;left:33.53125rem;width:10.375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4tedJ4fM6TNHrJSz0JuDAZPOIpq7rxX { top:9.75rem;left:38.875rem;width:8.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb1DqbKoiRndnTideEZyCwJc7qbc98AJ { top:16.1875rem;left:3.53125rem;width:10.8125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rapLmr4mKlg5SvwcaPLrk1HiJocTOo1x { top:17.3125rem;left:19.625rem;width:8.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGQsiQEr7TdkrHG248AAyNnOZQDekwa3 { top:17.3125rem;left:32.3125rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdqpX0velRJ00SruIutphnD1kQ75ZZUG { top:23.875rem;left:3.09375rem;width:11.6875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9MXFXchVJZfuDSQmaZBGVXN6osTvt8R { top:16.875rem;left:41.75rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqXuSQvberQkheXMk5R1zmF8q9DtiLc7 { top:18.4375rem;left:33.46875rem;width:10.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU4DnGLQG9uqxT623TOkuBNwNezK83By { top:24.6875rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLmM4C0s1L4DelS9Q27wWWamlX6cxyWd { top:24.625rem;left:32.3125rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTdSLp4wf1zTisDmqSucH7fWwxSrwgrT { top:24.625rem;left:17.46875rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kapF6fdFutlo0NISTf1rcZRdhA3iiVIL { top:24.625rem;left:2.53125rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR4L6hiFlwCF6twNgbkhocTisRVHNlQR { top:24.6875rem;left:0rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM887EzK2uezqvia2mo829ZgmTHSFUII { top:24.75rem;left:0rem;width:7.4375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1AGax6iZoTCPpUi59XgUpbb1ssE6hkq { top:23.625rem;left:40rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ3wNpetVHGthElTTBtV7TqmLftnJ52z { top:23.8125rem;left:34.8125rem;width:7.8125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNpX0pOMoHrGzTeoRmNF5pSFAT4LQtNb { top:24.6875rem;left:0rem;width:12.8125rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf { display:block; }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUGoveKhZnOkqtkXlBfNGAnW15zhuMcT { top:3.5625rem;left:0rem;width:42.6875rem;height:11.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxkiE79JaRQGLEySOMBqUQ00qGDw2PJq { display:none; }
 }@media only screen and (max-width: 763px) { #o8qpKfXRZyPv7Colu8vLJ8VQWoG8FSFz { display:block; }#o8qpKfXRZyPv7Colu8vLJ8VQWoG8FSFz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaBxxJpUtTFKbgb3l1qkIx4HakyO8oD3 { top:4.75rem;left:0rem;width:45.75rem;height:25.591123226221rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD69WwBzwgplWneweAnsnKzrfvJ9wGne { top:1.5625rem;left:0rem;width:46.8125rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT2yCXCniVainnBsCWmOJnbmBNQgeLrp { display:block; }#NT2yCXCniVainnBsCWmOJnbmBNQgeLrp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpugJ7BSvKUTTLgWTmtqxagfF1x5h516 { top:7.25rem;left:0rem;width:29.0625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8WUkLlTGRqGoSkwTlXqgqfu9hNkISpW { top:4.5rem;left:0rem;width:12rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo1MJcIqnhWoPH9rTSHOE5FDb8R7HxcV { top:13.4375rem;left:0rem;width:27.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKMcmN05Bqk28iXmfHLd88V0xvb2CoBi { top:2.75rem;left:23.875rem;width:11.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJBCIqmILJlTyGdyZBF4DVpsgdr99LN1 { top:8.0625rem;left:23.875rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8UQLUrSa1ptvypmVb8UBxIwspbc2MyM { top:4.5rem;left:23.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryXww1r0CbPEFqsiLlmF5TDzuRqTfUfC { top:2.75rem;left:30.125rem;width:11.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWmEUFQcayyvbhFvi1PktEyPrUPkpbEK { top:8.0625rem;left:31.375rem;width:9.8125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDOzhHC0eFMnE1hgVtL3TpxdMABaehgx { top:4.5625rem;left:34.1875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPz57xRbk6hM2zBTNuUM8U2k9enneXN2 { top:2.75rem;left:36.375rem;width:11.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMG3yTioZrTzeEVdc9ErBgsBNWPFG2Av { top:8.0625rem;left:39.4375rem;width:8.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUWR2M1pPuGXcHR6AmZEuIMG5mLW6AQQ { top:4.4375rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ciiz030JwdUT2mo64rIZin1hLJJAAz { top:14rem;left:23.875rem;width:11.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdXe7D1ekH913uKViiof2Xb62uCdV6Zb { top:19.3125rem;left:23.875rem;width:9.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hua5gGWwyaIVtZ5h4dPDs6Fd5nX6TekR { top:14rem;left:30.1875rem;width:11.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6befASHKmRSLAm6f4EfaVTvkfscqulS { top:19.3125rem;left:33.0625rem;width:6.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXG0F0uKn7aV6B2h6wMNGxxzZFec6O9E { top:14rem;left:36.375rem;width:11.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0U4nxTlV4TTaMiW4PP0bV6dES1Pl7fJ { top:19.3125rem;left:38.375rem;width:9.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXV2Sf8TZJk1rQcKKZaTe8n6b2OJt7Ik { top:15.875rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3oiCi09H5w5LgQTTRdDNNQphSMmGrrT { top:16.125rem;left:34.46875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atM7cC1NDs6WNJUPaQi9PMoB5dcSNROb { top:15.9375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #im7FWRF3TqdLSbN1pauV8vBWsSrIO76W { top:2.75rem;left:30.125rem;width:11.25rem;height:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLx3nbEobzNoB8cyHEAW51wvMQUGkThG { display:block; }#TLx3nbEobzNoB8cyHEAW51wvMQUGkThG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahwDPZwnhKQGhh0wiGKuSihqTs7pnlyB { top:4.4375rem;left:14.4375rem;width:33.25rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqzW4oxgTQZLsuOJHXTI4UCs9Jmkylvh { top:9.25rem;left:12.9375rem;width:34.8125rem;height:;font-size:0.9375rem;display:block; }#qqzW4oxgTQZLsuOJHXTI4UCs9Jmkylvh li:before{  }
 }@media only screen and (max-width: 763px) { #l8p5nMM52zaVTyqWMB3f3Ll3TDH30Ct4 { top:19.5rem;left:3.43310546875rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Gbg1m8QmCIWkcX2mxu7xbCUX2B3Nb5 { top:6.9375rem;left:22.1875rem;width:25.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32KXVRb9GGptJniAMERtTZKnTlWr6Vy { top:5rem;left:0rem;width:33.4375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWdB2QGgLAZ36tTpHEW6Uf12wSfT7HSg { top:20.5625rem;left:6.639892578125rem;width:12.9375rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGoO3QhZWXVNSfPOqc7faccdmZ0iTtxW { display:block; }#FGoO3QhZWXVNSfPOqc7faccdmZ0iTtxW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLuTN8GQd64nCgRl8lb9fUCI8ehkNMP2 { top:5.8125rem;left:0rem;width:14.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBaiH3F9qlWUHMhKfmJrTKazg4Cw38rc { top:7.4375rem;left:0rem;width:36rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwwcW3ReEdkIeDchqyp8TkHcFlA7TXNZ { top:5.8125rem;left:11.8125rem;width:12.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP0KLeT8hsqI82N6xVHAKWtA0gbqe2x6 { top:5.8125rem;left:23.875rem;width:10.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GruJPzEVuKWdXSS7ARgFU94FdqxzQDBx { top:5.8125rem;left:33rem;width:14.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tut8y36WzZ98818VE5Z1KczWSa2E2M3u { top:1.9375rem;left:41rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDMaWVtr43LDxsKtMHeLlEbMuElThIBK { top:2rem;left:0.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW3Q8m9XvFuGK7l9HZ10J3gg7MpTZUpL { top:2.375rem;left:16.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4Z6Fz7Atne7DIzQUukLmTDAWEaNt97b { top:2.375rem;left:19.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuxJZiWTNA5v5JawKViEgd3Gw0MObF9P { top:2.5625rem;left:21.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNTmv3gm8BdKOvtwkWbLUMGHuf0ROxT2 { top:2rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkDacG5Oa7FvxdAmTGmo8Tg7p8LwVHMr { top:1.875rem;left:24.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oso08EPWIb1BcGqSpIh9uOf5x2qF0HQ3 { top:0.625rem;left:23.875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOf1FbdT5S5ETha0TU7kvpeGZXfFMo57 { display:block; }#OOf1FbdT5S5ETha0TU7kvpeGZXfFMo57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heKsZSubf6I931CoGXWxbW1PdTJJTuFL { top:6.375rem;left:0rem;width:32.3125rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE6AdKtLqtQdp2JHQdOV2b4aWFiaTW7a { top:2.5625rem;left:0rem;width:14.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7i8bKHeNKomIoERLULfWikzouW6ddq5 { top:10.625rem;left:0rem;width:28.9375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdiWaAkwoB3kWB9GWmNTkPB6NCBUz2FD { width:14.1875rem;height:2.625rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri5vinEy9oHLddPy0mzvld12SrzBbe1D { display:block; }
 }@media only screen and (max-width: 763px) { #H0s1EhTguraeDKxPZniweZ9B4XCtUnPS { top:0.75rem;left:0rem;width:39.4375rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHQsQuCBVuyodJbAFdzvAgrEPgfIhPgy { display:block; }#VHQsQuCBVuyodJbAFdzvAgrEPgfIhPgy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlRt5c5lJtf32zN11KTDNpAoQtKPSryu { top:2.6875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCT7Cu1elBk1OKBz75DS59fBIXbZiFBM { top:1rem;left:0rem;width:11.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K42OTAR6mNlVlPLiKgiW3M4TvHgZtanu { top:16.3125rem;left:0rem;width:19.5rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQwuHNkNwk5HlAxxLNzDsedaTO2vcl1a { top:8.8125rem;left:1.6875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmMQli3LD8lm4Etl4scohKJxLHDnCRgb { top:13.4375rem;left:0rem;width:21.4375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIqiTaaWTT8AFdFsVlTuQp1N0JSaAB5I { top:16.375rem;left:4.3125rem;width:19.5625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLatIbIZyvMUcaT7rFTM2UBygw3l2N6U { top:13.5rem;left:2.375rem;width:21.5rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn6IA9vM8B8eS1Vydv8H7SZFrpNfT0D4 { top:8.875rem;left:19.875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFAtwd5b3OpUT09pU1bVeTBITfA9TcE9 { top:16.25rem;left:28.25rem;width:19.5rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzSokkEq5k9M2vhkJk5Cs6g4DTytbunJ { top:13.4375rem;left:26.3125rem;width:21.4375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4TtONoUTAEa8qJ8mxqnhXN5cDtE5inZ { top:8.8125rem;left:38.4375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpJzOzETQUhsASy3cP3mimXsUHpb5PRZ { display:block; }#BpJzOzETQUhsASy3cP3mimXsUHpb5PRZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoDHDpiHyhCcTJykFlLoDmBZX8kT9h9U { top:4.9375rem;left:18.6875rem;width:29.0625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omf4eB1XdohAxcaOSCgOZBHi6ap83GrV { top:2.1875rem;left:23.875rem;width:11.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrUdg4Q7ypXOkOdH2aKWORbZOVwQXf36 { top:10.9375rem;left:19.9375rem;width:27.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byvHqG9FUVdvoRiX6km6amAAtRkSBpUE { top:15.1875rem;left:17.9375rem;width:29.8125rem;height:;font-size:0.9375rem;display:block; }#byvHqG9FUVdvoRiX6km6amAAtRkSBpUE li:before{  }
 }@media only screen and (max-width: 763px) { #TkXhIZPWvRzF87e3qdnP0KfFpTGxSB99 { top:1.5625rem;left:0rem;width:34.5rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyqWco2ZZVtcTJgbBOElU9JkWJcg842b { display:block; }#XyqWco2ZZVtcTJgbBOElU9JkWJcg842b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWHXcW3O294xrK883QfQa4Zlqgyw191a { top:2.0625rem;left:17.875rem;width:14.5rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul8iTmiys9CWKLQMAlwQ3VHHa42olsHg { top:5.4375rem;left:15.875rem;width:20.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4rCpmLz5E8LDNgaWJvI6ZlHqN5QVdPH { width:17.5rem;height:3.1875rem;top:8.6875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKEVOayXTytP796fPuI4nVWCdKuIJggA { display:block; }
 }@media only screen and (max-width: 763px) { #ZCLovof8cNKzkSOx0xB35WZnsCxT57i4 { display:block; }#ZCLovof8cNKzkSOx0xB35WZnsCxT57i4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqqgUwZCu0UIWVRLKg4mnty2S1oh4RiI { top:2.1875rem;left:7.186767578125rem;width:33.25rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWBAqkw0XfLoJ0XwWyZC6nQh3K3AD0M2 { top:6.6875rem;left:5.218994140625rem;width:37.25rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL1xiEXf8sbpKkCppgt0avFShSDcnLSa { width:14rem;height:3.0625rem;top:10.6875rem;left:16.8583984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPwaQg5pPyHrsQb885scSJsNpHTqbqbz { display:block; }
 }@media only screen and (max-width: 763px) { #yaDp60lFm8zOCDvx7xx6vVB9G27pAtLD { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #sS6ViwEqMBSJm9uqtJp5AslwgVUvA889 { display:block; }
 }@media only screen and (max-width: 763px) { #Xb2gCCSSIZGedByZO7gOTXnl1rGbm0CE { display:block; }#Xb2gCCSSIZGedByZO7gOTXnl1rGbm0CE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts9XeTtADLaXGWGwzTJq0C2T6vXnOKxm { top:1.9375rem;left:0rem;width:9.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxihNBllKJddPwMmGk29Zv4vi0yykXrD { top:6.875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToHedzkvLbHUq5gBPzXQS15cwkw712Z { display:block; }#TToHedzkvLbHUq5gBPzXQS15cwkw712Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTym5BuSNtWF4B49JgriQwZVWPnzzCTI { top:2.4375rem;left:0rem;width:16.25rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFa9RaGyv0Q18byUL4O0fcRhmvTX7HyT { display:block; }#AFa9RaGyv0Q18byUL4O0fcRhmvTX7HyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdM4GqDtaebAau5wTFJt0bZFgeSIHFD7 { width:12.75rem;height:3.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkJ6gfF53hFBBL72gmhZFwwN5N76TuVz { top:1.25rem;left:47.625rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4sMBIxE4EsIcIXkRz6xIRVIGnsKbeiy { top:6.875rem;left:0rem;width:31.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;display:none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gI7XaglEOoiIqfouZt7B7KOteJuQEayd { width:0.0625rem;height:3.75rem;top:6.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gREuwsEAUSQyKomZLdhbT2Blq2DET3Tk { width:20rem;height:auto;top:1.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XWLrLlAdqrTCIZXaCKaMed5hiT0e1mBX { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #vzibqX3G8mePiHLrMoBLNGCEO6oQzDiI { width:14.0625rem;height:3.125rem;top:0.75rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vdq8QETKvi4Tt7WJnBrikrmTqK0nuynm { display:block; }
 }@media only screen and (max-width: 763px) { #oea1O1bicoy1GJf2WOqX0PLu7UNBFUHB { width:20rem;height:5.0295330348989rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrRXxmvlbTLH43yUEunygLu1ByFy74BA { position:relative;z-index:auto;background-color:#ffffff;background-image:none;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;display:block; }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row .container { background-color: transparent; background-image: none; }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row .container > .video-iframe-container { display: none; }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row > .video-iframe-container { display: none; }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .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); }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row .container { border-width: 0; border-radius: 0; }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JrRXxmvlbTLH43yUEunygLu1ByFy74BA > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9qcZflueL2NeWRG9MS1G5PgJ0UzDrbh { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #TGQvJ34lfK8Q7BRCFfWPPUPVzWcVcVRF { width:12.8125rem;height:2.75rem;top:1.75rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BszprOoeiGopKB1BV6T2KM7J0EgRFacf { display:block; }
 }@media only screen and (max-width: 763px) { #lF9IUVL0WTA6vur4TPf30XRuiUpiCl2I { width:8.3125rem;height:0;top:5.90625rem;left:6.65625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMTVpTGl5xchFDoSqBwxH5sNAC4DUlOz { width:1rem;height:1rem;top:6rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFe53ONUsGRsf3vOcOZZXddMA1GLN3Qa { width:11.5625rem;height:3.125rem;top:1.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPA6cxuRG01opzM8mt91EMgg558herBb { display:block; }#BPA6cxuRG01opzM8mt91EMgg558herBb > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7fTbCWEnam87zdWTOmwohvhKlrEZsZG { display:flex;top:1.1875rem;left:18.0625rem;width:1.9375rem;height:1.9375rem;z-index:15000;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZyFZtbyLbm0cApzZLVIsKPv0n0fBk7T { top:0.4990234375rem;left:0rem;width:20rem;height:4.7109375rem;z-index:15001;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #X1QVZkGHb4iDGFvHFKe3HANwivFBvfU4 { top:6.3671875rem;left:0rem;width:19.8125rem;height:11.8125rem;z-index:15002;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AtvlMgTUJyGvpf1dLUTdMPdQysCBD8np { top:23.125rem;left:0rem;width:20rem;height:6.875rem;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7431eee2-04ce-458a-a648-927ba27c626c/uaxrafanadalcesarlloreda3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AtvlMgTUJyGvpf1dLUTdMPdQysCBD8np.adaptive-delivery-prevent-bg, #AtvlMgTUJyGvpf1dLUTdMPdQysCBD8np.lazyload, #AtvlMgTUJyGvpf1dLUTdMPdQysCBD8np.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LEi9NTPBZB4gcH8uazseTv2QJu6ZB9Ty { top:23.125rem;left:10.9375rem;width:9.625rem;height:6.9375rem;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3c98015-ed8a-449a-bfd4-2fae9f7102b7/X.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LEi9NTPBZB4gcH8uazseTv2QJu6ZB9Ty.adaptive-delivery-prevent-bg, #LEi9NTPBZB4gcH8uazseTv2QJu6ZB9Ty.lazyload, #LEi9NTPBZB4gcH8uazseTv2QJu6ZB9Ty.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RBZhITr4rMg53UKvvNxhI3HOgkIoMkBt { top:19.1875rem;left:11.375rem;width:5.75rem;height:2.4375rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dLCwkrGTtWZML7UxxI4urEb4Gi2qrTp6 { top:19.125rem;left:0rem;width:9.9375rem;height:2.5625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ObesNxv5TK7OUJsl72znfvPAO8yNwTGp { background-color:#ffffff;background-image:none;display:block; }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .row .container { background-color: transparent; background-image: none; }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .row .container > .video-iframe-container { display: none; }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .row > .video-iframe-container { display: none; }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .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); }#ObesNxv5TK7OUJsl72znfvPAO8yNwTGp > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeBBvX9rCLp7arOH771JqTn4F2rWms3N { width:20rem;height:0;top:1.5625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDW4Ffka0AaFTzpJskVCk0urBaSNF8Hn { width:20rem;height:0;top:10.922875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6bv6xT6xPBvHhlB9DgFvcbKTFmyJvV6 { display:flex;width:1.5rem;height:1.5rem;top:2rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqLvnZoDyS5Z2ISxh3dFys5K09HagncN { width:20rem;height:34.3125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:manrope; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 [class*="-text"]:-moz-placeholder { font-family:manrope; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 [class*="-text"]::-moz-placeholder { font-family:manrope; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 [class*="-text"]:-ms-input-placeholder { font-family:manrope; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 [class*="-text"]::-webkit-input-placeholder { font-family:manrope; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:manrope; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3  { width:17.5rem;height:auto;top:5.92578125rem;left:0rem; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 {display:block;}#yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 { width:17.5rem;height:auto;top:5.92578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #MoG4msIgleGzdgLE1i5srkwA7A8rGPLM {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #LEUonafUJmy674fetuTKOtIxO4yRlTCo { display:none; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #VSPpTTETM1wGQWv9rThEs74GxTrO4eGm {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #L9LlOXO3mRTENiQdBIPPvhso1m83WXvU {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #trGxTsHbUbQvpGLtOKbgBhxIILOi6V4y { display:none; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #t97KztkeNAkxa8QlrITgPomnR7FFRp78 {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Xr2dep3TPFaMIkCfn5bVqr4QgKlJnKT0 {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #JyysgUVZID6OqfizMte1hiN0JdnxBZS5 { display:none; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #zrPm1eWPbMfyQWrlgSKdNEaRhTTuReiX {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #MmS84Zkmf4yV7E7xt0uHwl5dm4wqWJ6n {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #wRp2ZreTOMmGCiXtJK0l9Irpl9Wg2CNZ { display:none; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #s4lV6y9p1hUGgAzFyVTLrMkayiFHLXtV {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #ntom0HgEFnRrTVPS7MCz16FsygbxbFGa {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #E4avD894lfP7RihK2pRqJrMoX2vN4XJe { display:none; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #ingzyAT2HTT44ZDXlVT8KFM7LkaW7snW {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Kn6JqhgxTNGVuau13LR7gyrzuVzh8Mza {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #QCtnq74CW5n5XGzwHpiJTMSfbIbyDewm { display:none; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #TTVMwtCaK3mILuu49fSgx9T0yeRM8Kkt {  }
 }@media only screen and (max-width: 763px) { #RcTGP5rN0DaGadNFEXQQhKhcrcFyl2DO { display:block; }
 }@media only screen and (max-width: 763px) { #eKr0hmeDgiVdmQCZ8IvJui7EKX2XHBUT { display:block; }
 }@media only screen and (max-width: 763px) { #WiSXvUpqWyCT05Sy0HRl4uztXZFhGpoh { display:block; }
 }@media only screen and (max-width: 763px) { #UsmHT8QXt2X1EtvD1EX2Zxt3NfokaALe { display:block; }
 }@media only screen and (max-width: 763px) { #zGV5ia81ZmEktnRcureZksZICIOz2651 { display:block; }
 }@media only screen and (max-width: 763px) { #hsn9w9gnWI7BXRgGROBpnWJaAs5KQ1I1 { display:block; }
 }@media only screen and (max-width: 763px) { #NI8x1yrA2FXts0Grh5Xw2ZvkMSTZ1AvX { display:block; }
 }@media only screen and (max-width: 763px) { #DmxD7fGbB9CF1Ovf2cRoNbOG1ttBbfQu { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #h5r9bBnKpNDcc2VHmNPX0opStx5hIwrO {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #WTzBuOxT8ETIJlMHriEiOyDTkDrdGmKX {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #bWXdLFC7hNvI0413ARh8JEO627UVZCrn {  }
 }@media only screen and (max-width: 763px) { #VfsclsH9gM2nd4VefuESPR5u7gP00U8b { display:block; }
 }@media only screen and (max-width: 763px) { #N9LQrAnMAkBqSbPh4PTfnc6nl9ZXIcf6 { display:block; }
 }@media only screen and (max-width: 763px) { #REF42cxAotqXEpKQSUPmqk1nv4MOTHcQ { display:block; }
 }@media only screen and (max-width: 763px) { #ra6bPiwabw0g3bQaJENHi57otaumGwJW { display:block; }
 }@media only screen and (max-width: 763px) { #xyCykR4RhbKPtTlErv1aJtCDh6B0lf0m { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #Nmz3RlHrDcrvvAQ9sP2zSrU9NdKQGh8Z {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #r070hDsenFcm6X4tZMbtP3MH8ylK5bfK {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #TnHRqlJnD2GHN3fi3Hs2iTcnzJfGJAUt {  }
 }@media only screen and (max-width: 763px) { #Jeqlr8V77Cw0fh7MN2bETduTZ6z5keXG { display:block; }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #VIRdoWE4FqbPibca4kkNtrD7SHHlLJNq {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #qr7FJMbCZw0ikoTVEm8LX9nCoEXT5TXl {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #EoGnoW3zMIB922T2GWM5AVeu4Q69ZM18 {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #ozoAAlVDCG1PrGFORs7WB66vxvN4UyOQ {  }
 }@media only screen and (max-width: 763px) { #yQTKzE4TTB2LKCyLbRXq09GQa3KVIEW3 #uwJCg1s2Mc4wyJxStn2S2mGtm6OGZmMT {  }
 }@media only screen and (max-width: 763px) { #kZpCnuuGTHoya7WOxsuU9AUFVSa15gQL { width:20rem;height:5.625rem;top:0.874755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCp2AQhQwqNhG7V4ZZRo4HPwt0wntye5 { width:15.8105625rem;height:1.13671875rem;top:4.125rem;left:2.9328125715256rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ur5xa3s8Rssyl2bTwhNFTyAEAOeWbyhz { display:flex;width:1.62475625rem;height:1.62475625rem;top:1.6249997615814rem;left:0.68593752384188rem; }
 }@media only screen and (max-width: 763px) { #CO4ZH6hCMu7Coygtzidazeyk441sB3MG { width:16.75rem;height:1.4619125rem;top:1.7490234375rem;left:3.02734375rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:manrope;display:block; }
 }@media only screen and (max-width: 763px) { #fvbLndPEisuceyv6Voq3tuC9JJIlGlh0 { width:7.125rem;height:3rem;top:56.8125rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8b6zamVq6xSUJbqDAH6qNOqiB92PPUB { display:none; }#T8b6zamVq6xSUJbqDAH6qNOqiB92PPUB > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u7KPSk378rXhkNxKIqQ2Jdp52KLHJt1Q { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opZS4TlxhhyxXKSKUFNkDWARNeMk7Fm8 { width:4.5625rem;height:1.3125rem;top:6.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xalkQCu9DGUEOvwOloLKqXPCh55mtrAp { width:4.5625rem;height:1.40625rem;top:8.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcecX0DPSsZLdywqW9uBemJlTT3aQVnt { width:8.1875rem;height:1.40625rem;top:8.25rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZnwwOTxaQPZP4rWJFqTwkuKSPcZoEIH { width:7.25rem;height:1.3125rem;top:6.75rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khAnFEwZf6Uam2TA2PJpfztHKsqA1LL7 { width:8.1875rem;height:1.40625rem;top:12.8125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcQq2MPFe1BMdEQQSIGbOP2OsvOQTbeq { width:3.1875rem;height:1.3125rem;top:11.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXmR6BVvzx1ZOrvxbhD3menliU7W59Tu { width:3.75rem;height:1.40625rem;top:17.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Bzd1WDky3Re9DlMUzSWCwp0EOoQmq6 { width:3.8125rem;height:1.3125rem;top:15.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpAJvddebAf1WKHQkh2e5a4vZ3fn9zQ7 { width:18.75rem;height:0;top:1.84375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDGhUFp1Xy01o3xm375cKHEs6RRRk4a5 { display:block; }#CDGhUFp1Xy01o3xm375cKHEs6RRRk4a5 > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oR1fpAo3NPfV8o8m2OP4JUxfBc99EG8T { width:18.25rem;height:5.361325rem;top:0.73828125rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS7GwQKVZ9C944eemM1qXzSZDcIT3KTT { display:block; }#TS7GwQKVZ9C944eemM1qXzSZDcIT3KTT > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf3VV1v7RByHySdT9qW27DV8KthSznRC { width:7.5625rem;height:2.35625rem;top:2.25rem;left:2.375rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #PfiH0KkLZDBrb5noyrMT41wiBHKZtSr9 { width:11.8125rem;height:1.21875rem;top:5.1875rem;left:2.375rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #rx6Tw8iDia4Kn17FpkSRJKTKnRhI3XDO { top:1.5625rem;left:1.2491319775581rem;width:17.4375rem;height:5.375rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp58fKxqiigptKxmSLAhy7tx2NNsTyZ2 { top:7.8125rem;left:1.2491319775581rem;width:17.4375rem;height:5.375rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8at2TrPhubILKGrJqb3TgSSgPBJOa42 { top:14.0625rem;left:1.2491319775581rem;width:17.4375rem;height:5.375rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyH3vuqValv4exTCdbLOToqI1T96vNcx { width:19.4375rem;height:auto;top:7.875rem;left:0.25rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #PybxxKdBTPreMl4a4fxyXneRba2cOfGc { width:12.375rem;height:1.21875rem;top:11.4375rem;left:2.4375rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #L1uv5L9kvp4CNlVI2iZ95y8hIwnvWAJy { width:11.375rem;height:2.35625rem;top:8.4375rem;left:2.375rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #EONn3hWyyrpEHHWyHzG7FektgFGLvET3 { width:20rem;height:auto;top:7.875rem;left:0rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #dEtS9TMvUXvTp1N6cHomIsx2pOegdTty { width:15.375rem;height:1.21875rem;top:17.6875rem;left:2.3125rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #LuL4Tmd7CnhsSTTblEX3AIDzmKuCO3e0 { width:9.125rem;height:2.35625rem;top:14.6875rem;left:2.3125rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:20rem;height:2.03125rem;top:8.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI2xdIk6ikrLQWpeNDZX0XNPFCswtMS6 { width:8.625rem;height:1.21875rem;top:40.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DTrwH93pGgibShHmbkmu8mMgFTk7lKTL { width:8.625rem;height:1.21875rem;top:39.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VmcNmrgPu4sL2W25JtnaLtfQJUCiGoLW { width:5rem;height:1.21875rem;top:42.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T72riAOfpIcgVorU0FkZngF4Io53FzpL { width:8.625rem;height:1.21875rem;top:43.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gr4ETfUm1AHp5Z5WxJ15KlLsMHcfwOJH { width:6.6875rem;height:1.21875rem;top:39.3125rem;left:11.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yzPqQ6Qgdrgf9G0z77pVQFJz5qk2cK4q { width:4.75rem;height:1.21875rem;top:40.4375rem;left:11.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vGBwm0npqFS14QE4cfpsRZyKqVef9WHO { width:4rem;height:1.21875rem;top:46.4375rem;left:11.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g3UmVaq8gsGeqeMt1sfPDAWX0nuhQGHp { width:4.125rem;height:1.21875rem;top:47.6875rem;left:11.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JF9iFeg7NMSsb7TWLCw26DJdvLZIuHan { width:20rem;height:13.40625rem;top:23.999022960663rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JPRgDoc61pwaiTr0wJwG5daw3UaaViQV { width:4.25rem;height:1.21875rem;top:43.9375rem;left:11.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WwPpk0gEdnPzhw5vRTkCNSySLJRq7utT { width:3rem;height:1.21875rem;top:42.75rem;left:11.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h9ucd4DHQEHJqQ8vwRtfBirdwc8saB64 { width:3.25rem;height:1.21875rem;top:46.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HM10KsQtvBsqUglUZcZsTuK9NfpwX5Dm { width:8.625rem;height:1.21875rem;top:47.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JFkb3ILpb6Gx98V5zSw8NTL9W3xOBl47 { width:20rem;height:3.9rem;top:51.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oCww4dmzJRoRclmdFpA78hImqgFTrgvK { width:20rem;height:4.875rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaBXCkN6nPExzyzKRvK9olDmNPb32D1V { display:none; }#CaBXCkN6nPExzyzKRvK9olDmNPb32D1V > .row .container { width:20rem;height:85.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xpHNCpPuy39E0duTJ0ztOAIP5HfoTVIl { width:3.75rem;height:3.75rem;top:50.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9FUF41Ko0UtGXRrNJ1trB81lG0ln0bR { width:9.1858125rem;height:2.5rem;top:66.375rem;left:5.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GeN7DBntxwqIU4T9Vep8SoNBOATNdgpq { width:3.62426875rem;height:3.62426875rem;top:62.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPgQDxhu3fXzOxQWKmiROVFwQ1BFGtCS { width:16.1230625rem;height:1.625rem;top:81.4375rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x8xxJ7UbINgbf8R8NHDnwTpe4ZhzGfKX { width:17.6233125rem;height:3.25rem;top:68.8125rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1ZcP8JaNm9ioosOTt3v70HQrWWHR1DI { width:16.5625rem;height:3.25rem;top:58.0625rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mT0qdbM8m5L4ThwPtaqTxRd56ZMFXk3D { width:9.124375rem;height:0;top:22.873265266419rem;left:5.4372830986977rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WyPoWkT7FiU6qR2UpNAdUsfDbibQzbgt { width:20rem;height:2.6621125rem;top:55.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IoQ1OH1vz6w04an1xoECWvSKWchkA9Ex { width:3.75rem;height:3.75rem;top:75.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGhHDaXyRTD1Enpb5bQ8PQJWXTcrvDKe { width:19.99875rem;height:2.6621125rem;top:78.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE { display:none; }#yWXVAAuB91ncpkhlwWorqFfd4ZUbXcLE > .row .container { width:20rem;height:144.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TCpVRAl7455ng8LSgH7kReX7xzBigzWB { width:19.9980625rem;height:13.125rem;top:7.849609375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LJi8loTlVsW1U78ZwwnWX7H487kTHwNO { width:20rem;height:5.361325rem;top:1.4267578125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otqwrb5idyzOW9azwbcu4fJ37qhUTQ5d { width:20rem;height:1.1rem;top:23.75rem;left:0rem;font-size:1rem;display:block; }#Otqwrb5idyzOW9azwbcu4fJ37qhUTQ5d li:before{  }
 }@media only screen and (max-width: 763px) { #T256TWBC8fy1kR6JJ0TZg9e92nrTi1ck { width:2.24975625rem;height:2.24975625rem;top:22.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgH171T7w6Rm2vzDBy1mWO8Blt70fEEl { width:20rem;height:5.2rem;top:26.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIKphmbnwgfRed49UmhcCXUOUehQHET8 { width:20rem;height:9.098625rem;top:36.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl50ddUdRBTQICThgafmLC8tL6SJnRBQ { width:20rem;height:9.098625rem;top:49.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXXZdfHa4qxpOmMATvZSsGZSP6EcrBCn { width:2.5rem;height:2.5rem;top:32.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK9gMPVcI3F3JcEyRWohNeFcc4ruE1ro { width:2.5rem;height:2.5rem;top:46.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7geMTJabTJmgDJxQyIvf6TDTe5KAgJF { width:20rem;height:9.098625rem;top:62.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GquD7aJvreJVTEsvLnzHzN99A7nnymK7 { width:2.5rem;height:2.5rem;top:59rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sva2zK1u0hSarSEPMiMnpASVohttErxT { width:20rem;height:7.7988125rem;top:74.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIFhhvKFRPSotMH3bcdcNG46UVouamix { width:2.5rem;height:2.5rem;top:71.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZZV2WvCrPH6G5vAXhwIkrZ42CJSH2Oi { width:20rem;height:3.9rem;top:86.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGy8ret7EQmRZaM7HflROoeqmRdunMaF { width:2.5rem;height:2.5rem;top:83.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #arNe9ymy2rnuORU67ewNGnI2TLfJOASO { width:2.5rem;height:2.5rem;top:91.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNv3f6TsfVJkaDig9WZ7oGNMvKXCRP2d { width:20rem;height:9.098625rem;top:96.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shICdIfJ0bAFWRSBk14qTPzfUzxTy70I { width:2.5rem;height:2.5rem;top:106.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryxRVIx2rb5WJhyekAcAJQEambvEyqPZ { width:20rem;height:10.3984375rem;top:110.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK2PaTec1EV0rgqSIMxMv9Td6SJeEhcC { width:2.5rem;height:2.5rem;top:122rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUCAnXgxI6I0su3MrFS51QeniwPkERTH { width:2.5rem;height:2.5rem;top:132.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewNR0h1IMPXnMkWu7u2XpBsq0IlvhSoK { width:20rem;height:5.2rem;top:125.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHU7y8W13UkFdXbQkaclezy3TWySD7bf { width:20rem;height:6.499rem;top:135.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmb0sIB5Cc1ytOQR16nOVwXRToC2Qfet { display:block; }#Jmb0sIB5Cc1ytOQR16nOVwXRToC2Qfet > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnHwV370ggWqQch2vTfOlyCy3Za5aVbA { width:18.125rem;height:12.1875rem;top:0.9375rem;left:0.9375rem;font-size:1.625rem;line-height:1.5;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yt28mOTAXu1sVyy8Du9yUt7KoZanW9pt { width:12.8125rem;height:2.75rem;top:64.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDnkGWyi2Sx9Tb58MvlJ0KdO83yGMfq { display:block; }
 }@media only screen and (max-width: 763px) { #O3lEdl6ILU4cbCszbWZmKB8T8yTMywdy { width:10.625rem;height:2.8125rem;top:17.875rem;left:4.8125rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O8qcZlUd49SPTRTSv7wZoHih97kTH6pc { width:16.625rem;height:6.5625rem;top:45.15625rem;left:1.6875rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGZodVLEeF2d75lV15HXy5TNGgLWdxtn { width:11.9375rem;height:1.40625rem;top:54.4375rem;left:4.03125rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xq6yFTKM1CaA1TwSV3e8pzCiTJ0MCvGu { width:11.0625rem;height:1.40625rem;top:43.75rem;left:4.46875rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #veaHHULDEivgdnpyfr7roMJEENEtDTxI { width:2.6875rem;height:2.6875rem;top:26.125rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmsQV4dI85WyR0Q8QdN7sVZlK3bQ0Zp4 { width:16.625rem;height:6.5625rem;top:55.84375rem;left:1.6875rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VgUwMAc8XUVmxg5whqwkLFh6wN98k0om { width:16.1875rem;height:3.9375rem;top:20.6875rem;left:1.9375rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFwtpppvqEMkPWtLDZ3zMIg6740KXQTq { width:16.875rem;height:5.25rem;top:32.25rem;left:1.5625rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DyTS5MfbQOgp39M9k7HG5BwE1a23NqN0 { width:18.1875rem;height:2.8125rem;top:29.4375rem;left:0.90625rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SfrGE9LL8sIEtNI8wDDCJDx02uwWE7mz { width:11.1875rem;height:0.8125rem;top:67.9375rem;left:4.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiWFAi4C2tsr3xSpwynkf8yik1NoTKDm { width:2.8125rem;height:2.8125rem;top:51.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMTwB0H0LC0hp4ooihvOa6q4U6nXTWNX { display:flex;width:2.5rem;height:2.5rem;top:40.125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #tk6MlTLZJvBW5VTS6OaK87N5Zds3svCM { display:flex;width:5.3125rem;height:5.3125rem;top:14rem;left:6.78125rem; }
 }@media only screen and (max-width: 763px) { #QSK2l7S3aSPQZXQB5ryCsCMvxZKZQs6I { background-color:#f2f5f8;background-image:none;display:none; }#QSK2l7S3aSPQZXQB5ryCsCMvxZKZQs6I > .row .container { width:20rem;height:51.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HJV4QDI0GFuxuQtKZFQCp8dg4VMNkorn { width:20rem;height:9.746125rem;top:1.2482147216797rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #df9TLTA7FMaQEzGLMDZFur0WHOE1LR0M { width:18.9375rem;height:14.625rem;top:12.6875rem;left:0.53125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pLD46NGPJHzZOBg46QCtLSCctsew8OQr { width:1.875rem;height:1.875rem;top:8.244140625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbQASCWvBTHxx441zfZXAn1ItMuOySPc { width:20rem;height:44.75rem;top:0rem;left:0rem;background-color:#ebf1f6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ko3azEqgzVso4G4UGF2G08ErWEu1uOQF { width:20rem;height:22.875rem;top:27.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#Ko3azEqgzVso4G4UGF2G08ErWEu1uOQF li:before{  }
 }@media only screen and (max-width: 763px) { #XvEoOepNcZ93Bdy1bIKxrh7p64NaI0wX { display:block; }#XvEoOepNcZ93Bdy1bIKxrh7p64NaI0wX > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS2BETTzIFfh2e3Kor192znfMkNip9ug { width:20rem;height:3.575rem;top:2.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSrT3XasqLCkiPaJQo5NEp5ykQoHVPVB { width:11.1230625rem;height:1.3125rem;top:1.03125rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #Bw3CmELCB7X84R0EMJtyVSDaeyNUzU94 { width:20rem;height:2.8125rem;top:7.5rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #H2AtROKBpPVOJ3tN8nDJlOyU8EF72cPK { display:block; }#H2AtROKBpPVOJ3tN8nDJlOyU8EF72cPK > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sE8AMBd4ngBQ53S4Sed2hXimIuXxBT7J { width:20rem;height:8.1875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQXZSlB3V641T4bmZv188oS6vq5TKCZx { width:2.9375rem;height:2.9375rem;top:1.40625rem;left:0.5rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZOx42fntM9DEDXcVBcqsTkLkKqv5KZc { width:9.9375rem;height:1.40625rem;top:3rem;left:3.4375rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #GKp6NZ9rU9qVhHiK8nOoW3VHdWGTZxC2 { width:15.625rem;height:1.125rem;top:5.046875rem;left:0.5rem;font-size:0.75rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #pXBTyU72Utc898uF5zaqFUIKQWX4TAwT { width:10.4375rem;height:1.40625rem;top:11.9375rem;left:3.625rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #RPNWBiWZSUHPJh5NNAIkW9fiOS2msWav { width:14.9375rem;height:1.125rem;top:14.1875rem;left:0.5rem;font-size:0.75rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #CKWMuTOmwUJ0Z1HshPfvzEVvnfZf703H { width:10.8125rem;height:1.40625rem;top:22.375rem;left:3.4375rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #o4THGtvlmT3D5qceQOIZRBhcwMfShQpH { width:15.4375rem;height:1.125rem;top:24.25rem;left:0.5rem;font-size:0.75rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #RTodmhTILIN1SznoziMIVwQK3GZBFqH5 { width:2.9375rem;height:2.9375rem;top:11.171875rem;left:0.5rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITMNTmSeBVBcLhSLRh2i9hlWNucSFDSr { width:2.9375rem;height:2.9375rem;top:20.8125rem;left:0.5rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJn2n7GCf0aU5HqW3AquUzsa5SUwxowB { width:18.4375rem;height:1.3125rem;top:6.765625rem;left:0.5rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #LE8UTwZtcJHuJcMRar7a7IK2G3w53LLz { width:20rem;height:8.6875rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELHgkNPElTVaTASHBX1M3Zoy7CCzZ1MF { width:13.1875rem;height:1.3125rem;top:15.8125rem;left:0.5rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #E1lCTDnJEstiKG8TslnvcKSRVo7pJpwE { width:20rem;height:8.375rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEeiylnHfcT0RQ3hItJSpJMKynKMSrui { width:17.5625rem;height:1.3125rem;top:26.1875rem;left:0.5rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #fkD2QJ0f0VWrZWbbdAHzz3oyKqqNUdni { display:none; }#fkD2QJ0f0VWrZWbbdAHzz3oyKqqNUdni > .row .container { width:20rem;height:116.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v5vzWMO6JHp6y9H0gnTLMMruveFqU6sT { width:10.3125rem;height:10.3125rem;top:9.4658203125rem;left:4.765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIite8eqs6fRo5bxrEcgUQk5p1kL57it { width:11.375rem;height:11.375rem;top:8.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui8nTAmXzfeWB7dLgvoMG5PTxTbdMW0c { width:18.999rem;height:22.24975rem;top:8.140869140625rem;left:0.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UidWEQtRDGSWZCJ09nlDu45GPqDiSEN4 { width:3.2495125rem;height:0.062255875rem;top:23.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv8rCoAvIo7PdKsoUc99kHfqR62dMRKh { width:15.75rem;height:1.6rem;top:23.311767578125rem;left:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKZ790iVXQcudFCNPNLnpKzA45EI5C3D { width:19rem;height:21.75rem;top:31.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBc8cIJrM60HWBtm7wTBi0HLSt7lhSxh { width:15.7483125rem;height:1.6rem;top:48.92578125rem;left:2.125244140625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKCfQnhwD7KWitbUkm3VHorr6KUeExwm { width:3.2495125rem;height:0.062255875rem;top:47.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFfS1ccUk1BbQOFcKcoKSLsqmdlVhxOv { width:11.375rem;height:11.375rem;top:33.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztOTfRbHwW3ZF1nyvLWPqebDRGAGhiTM { width:10.3125rem;height:10.3125rem;top:33.56103515625rem;left:5.10888671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlmdobOpLx9taFvgPcD3ZL83s0XUCKhR { width:20rem;height:3.575rem;top:1.2841796875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX66QP4N84HEC6pvbf94qFJLSe3LvROd { width:15.6860625rem;height:3.2rem;top:24.9375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRqt31PyfvkMtSmHnKnO5pZd5MMMO16H { width:15.75rem;height:1.6rem;top:47.406005859375rem;left:2.1240234375rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LuH569HShtC836kEpJTVTavtodUTTKfK { width:12.5rem;height:1.3rem;top:21.248779296875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTL1i9XNJ7hLnC5M7C1EyGHc85JmNWKw { width:12.5rem;height:1.3rem;top:45.408935546875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmBTU7TuFNk0lD5csy3nZcPepkpw4ry2 { width:19rem;height:20.125rem;top:54.18701171875rem;left:0.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMaN1BA0cm6mgTTN8LZBmc6zcVk6I1ZP { width:15.75rem;height:3.2rem;top:69.9375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRts9fh0h6vsALIie4XM4gx90FDUp3KK { width:15.75rem;height:1.6rem;top:68.375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w61czuTxmhPnSnK9vZAQPfnGQFPT4xD4 { width:3.1875rem;height:0;top:104.3937859375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seXfyywSmqCN9JkqupU9MAPrc0mP6oIZ { width:15.75rem;height:1.3rem;top:66.6875rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D1RQVATzpeEIUbQTfzKTRZ8HJ9oIa5Ck { width:11.375rem;height:11.375rem;top:54.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyQ8QSRfhBC4qZZLyPixdNqBDXuTqBR0 { width:10.25rem;height:10.25rem;top:54.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm4X2P8HnBz7dTD4hEAI3oFPpe4WaLL7 { width:19rem;height:21.5625rem;top:75.310546875rem;left:0.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBrL7PM2uNoGxFIx8IVKU868Op5I6sd1 { width:15.75rem;height:1.6rem;top:93.046875rem;left:2.15576171875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwzvzD9mn0asTlh8ym6BRyP5Vwcos9Ms { width:15.75rem;height:1.3rem;top:91.827392578125rem;left:2.1240234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PT5b3O8whR0iXKpMEu9lS6RmGhgh1Zwh { width:3.1875rem;height:0;top:86.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTrKdtRGKkGQgDOfvE26wyPZM0kUq2zD { width:15.75rem;height:1.3rem;top:89.224853515625rem;left:2.1240234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZdHc1l22bW8rHFdMAilkbshdbtHNq0X { width:11.375rem;height:11.375rem;top:76.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbCaSrZp7MTbKQmBh6BIIdzsnxlmTVFR { width:10.3125rem;height:10.3125rem;top:77.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3A5uti2wTE2AP4rkqDqOJJKcS6NKzL1 { width:20rem;height:15.860375rem;top:97.9541015625rem;left:0rem;font-size:1rem;display:block; }#a3A5uti2wTE2AP4rkqDqOJJKcS6NKzL1 li:before{  }
 }@media only screen and (max-width: 763px) { #rqnJWvVhTwUtTsfJOaFm35fa9eN0IRiT { width:3.2495125rem;height:0.0625rem;top:68.25rem;left:8.0625rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #Kls31bkOBd7TsuvXEvCLykStDOog4UiG { width:3.2495125rem;height:0.062255875rem;top:91.53076171875rem;left:8.0615234375rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #kA7AdKATHkwn2eWPLzJITC3rTdQh5Tp8 { display:block; }#kA7AdKATHkwn2eWPLzJITC3rTdQh5Tp8 > .row .container { width:20rem;height:111.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWX1xDATfIuReHSHTUi24kNEFqFqBo6a { width:20rem;height:8.4375rem;top:17.4375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #R6JUR0TGg5WnAvaI58KwsxLHlqvH9Rd0 { width:15.1875rem;height:10.0625rem;top:4.375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGnHaZP8R4ho4QsPDpQKOp1pKTxBygcR { width:11.9375rem;height:1.68823125rem;top:15.25rem;left:4.75rem;font-size:1.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #COXe7I1tGTgn4rU4C4rlf3B5NocuXw9Q { width:16.875rem;height:10rem;top:29.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra82VRqsP6K9QHRSHvmK6GLgGTTvl0nx { width:11.9375rem;height:1.68823125rem;top:40.625rem;left:4.0625rem;font-size:1.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #LOeMhPwDml4V5XuxL2KLokQ89aCVRdJn { width:17.3125rem;height:8.4375rem;top:43.3125rem;left:1.375rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #UrhoS4CpKz0iUInEFHvCCpDuym3idG2f { width:16.6875rem;height:10.0625rem;top:54.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgTW3zXebh7rLFgsb2HNpZhTDPTDBGsJ { width:9.625rem;height:1.68823125rem;top:65.0625rem;left:5.125rem;font-size:1.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #bex8KmBgZGePVGDfNZdTs40PLWEH0zge { width:17.875rem;height:14.0625rem;top:67.0625rem;left:1.0625rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #xreJ6DoT28akeOfSaLnV6hQ3oukyAHtn { width:17rem;height:10.4375rem;top:84.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty6GcFvvuodEHuTK1F3TZPZ9ZWOfUa03 { width:13.3125rem;height:1.68823125rem;top:95.5rem;left:4.40625rem;font-size:1.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #ueEpAHoHBwsQ2KmHxTJRgpuOHlfcLG2V { width:15.6875rem;height:12.65625rem;top:97.8125rem;left:2.15625rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #TNLwvk6SGhRyGMXmixdHTKiyZ73Vy2Wc { width:20rem;height:1.7875rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwukg7lO8Uhx79km7CU9BTOu7Eh50J2g { display:none; }#Iwukg7lO8Uhx79km7CU9BTOu7Eh50J2g > .row .container { width:20rem;height:111.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XTXk4DS7G10cbhnqpMz6Iv950ZDDQzrK { width:20rem;height:8.4375rem;top:17.4375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Og17Nu4HQytBBQuJqTrkPPKixdSlTwO5 { width:15.1875rem;height:10.0625rem;top:4.375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhUHv4E7UmBTTDcVzsuLo2NrEBu1VrRC { width:11.9375rem;height:1.6875rem;top:15.25rem;left:4.75rem;font-size:1.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #ZGXARxLqhLRVi1RMWCO34DNXTvvgvFnM { width:16.875rem;height:10rem;top:29.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuBJo92qSsL4ri3VCBzEcgneJc1oiw00 { width:11.9375rem;height:1.6875rem;top:40.625rem;left:4.0625rem;font-size:1.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #FlqSZfXtz6zrk310VpH3oPT6kTzkLAJz { width:17.3125rem;height:8.4375rem;top:43.3125rem;left:1.375rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #RKkAnsZPe2WW5oZzthTkrVXMBGJUI7Vo { width:16.25rem;height:10.0625rem;top:55.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN73oTgyVdJ1hxEq9vpTK1T1InDaemv4 { width:13.3125rem;height:1.6875rem;top:66.25rem;left:3.34375rem;font-size:1.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #NdSxWT3kMX5niX6kqTLkRwGshQ9Do630 { width:17.875rem;height:11.25rem;top:68.25rem;left:1.0625rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #r7mnTWTlwkvkMSWhRv0D9Pap0yZyTou1 { width:17rem;height:10.4375rem;top:84.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNUWZDsyiro4kHuIpImRJo8armNnRNfT { width:13.3125rem;height:1.6875rem;top:95.5rem;left:4.40625rem;font-size:1.125rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #OVB1x0QZ3ehpDpIwR04xhKVJeRrfLr41 { width:15.6875rem;height:12.65625rem;top:97.8125rem;left:2.15625rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #x4ywP07Piu4rcEdONCJEXk9CXUo9LT2F { width:20rem;height:1.7875rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a58SChscn5m0V2lPogXgQMo8OPNTn3C0 { display:none; }#a58SChscn5m0V2lPogXgQMo8OPNTn3C0 > .row .container { width:20rem;height:109.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hZCo98IvvKgPg6bCr83zUF1RPm6MBRv2 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqhw9y8AxIGFq2TdaMJNdoTTB7bV8BzB { width:15rem;height:2.03125rem;top:40.0625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymMbTRBQGrHwRECV9JDWUgxVhuASVsov { width:18.375rem;height:8.285125rem;top:43rem;left:0.8125rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui2XmipqAZ3PqRJu7f9N7RMeaKgfF50H { width:17.3125rem;height:8.1875rem;top:30.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sest2awJ29gPF5bVhNVBTzXmJANNiFQa { width:15.125rem;height:9.0625rem;top:5.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7iuneBWkJBeFsGa9ArvL90eePHXGKep { width:18.1875rem;height:9.666rem;top:19.4375rem;left:0.90625rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xddFqLHR0iU3rz75H944Apg5AUCqWdx5 { width:17.25rem;height:2.03125rem;top:15.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t60LNOXJVJwtxBxyBRVydttpUOes3c4U { width:15.1875rem;height:10.0625rem;top:53.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwVaSQTZ5hzdUVEQKC6LFGLA2SupgGvU { width:17rem;height:8.4375rem;top:79.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6FiQ0KOGiKe92kZt7G9epcd0dQCSeHP { width:17.125rem;height:12.42775rem;top:65.0625rem;left:1.4375rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch1TvUweSwHBTHxN6GGwS1KbQGqZ5mP2 { width:16.125rem;height:2.03125rem;top:89.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfmpEGiTTBFEe1k3CTidJIkiMBFRUsoR { width:16.875rem;height:12.42775rem;top:93.875rem;left:1.75rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4n22QUP1WzS9ltEQGBrgNT4FmpS7qPQ { width:15rem;height:2.03125rem;top:90.5rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykqSQBbKKus1eO6GSv0GSGGNLags0mRZ { display:none; }#ykqSQBbKKus1eO6GSv0GSGGNLags0mRZ > .row .container { width:20rem;height:106.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mTwG9HbND5nPkiqRAFed2cOxHZVs6VIJ { width:20rem;height:2.03125rem;top:1.5937557220459rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aECaQ5gTZ8bZscP1lIhdhXPW1PUq642G { width:19.9980625rem;height:6.09375rem;top:45.7958984375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Em8pOe4T1M4vWWUyfk3shoVFwb1sRRtA { width:3rem;height:3rem;top:4.1552734375rem;left:8.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sZNxVq5iQmPOLM4QWPSlvTIpOqi6KB43 { width:3rem;height:3rem;top:10.560546875rem;left:8.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cvJpiFKUyc1sfNMpc6Vu6tn9FFXZsE3u { width:2.9375rem;height:2.9375rem;top:18.123779296875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxCILwgT9n5t1nWTStWo8hm6VXAB5v07 { width:3rem;height:3rem;top:24.686279296875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSbzUekJzrGCQUE00rEqTnKF3WUDQ9Nl { width:3rem;height:3rem;top:39.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URpMb41q3GNb9mzETg1ADndSyzGuQ3DH { width:2.99926875rem;height:2.99926875rem;top:32.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGcZCxh2FDI8c3AGFwFfXKHEo4kTUreH { width:12.5rem;height:1.3rem;top:7.655029296875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cswo18vTU4xuCvXi49orrlBMh2s70aFc { width:12.5rem;height:2.6rem;top:14.310302734375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATF00NZ8UvLgecEruvqP2DstQrB6P3Pi { width:12.5rem;height:1.3rem;top:21.123046875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMm6ov7Z2v5FWEVlPmIMaFTQCfLPG8Bh { width:12.5rem;height:1.3rem;top:27.623291015625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOu84iAJvsuhniTuwyOVOTEF88ze3nqh { width:12.5rem;height:1.3rem;top:35.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSo8snkylQS5MHezu9WtXsWLAHMRCMk0 { width:12.5rem;height:1.3rem;top:42.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZVmxQBtWTr0RFuh3lFL9m1Vrx8CIo0w { width:9.5rem;height:9.5rem;top:49.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsL0mA55FmhTe8MtwF1S7hwugzdoMlw1 { width:8.6875rem;height:3.5rem;top:69.4990234375rem;left:1.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSrATa457eg7rGm1STnTsENc7aWXB79q { width:6.4375rem;height:3.5625rem;top:58.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0It1oICVb4aFL34g2mpMoJdlr1EvU1g { width:6.125rem;height:1.625rem;top:53.6875rem;left:11.986111111111rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHFKO648d4erxssI5beW1y4owVw6GvRM { width:5.75rem;height:2.375rem;top:64.09375rem;left:12.1728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp1kSK16H753Pmc6CIxOrHmcZlohrr3W { width:6.875rem;height:4.5rem;top:79.5rem;left:11.6103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC719u8z0RC47u7QMm7EuxREL0sDqRH1 { width:8.5rem;height:2.5625rem;top:74.937334060669rem;left:10.922037780285rem;display:block; }
 }@media only screen and (max-width: 763px) { #euVb0HsDn8bz6DMVLWfozKelABGrr15J { width:3.75rem;height:3.75rem;top:74.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQTz1aSTcJHV2TP9DAeSddqRwIgOzrh9 { width:8rem;height:2.0625rem;top:80.71875rem;left:1.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3seJysEKW4Fp5pGOXEz69Io102SOq8N { width:7.5rem;height:1.499025rem;top:70.4990234375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5nwdtVGA9GxhUuzTFeWymOTOSkQZhOR { width:7.6875rem;height:2.1875rem;top:64.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odvEcnTfkLIrJGTlsLSyT9AIICMhPhqG { width:6.75rem;height:2.4375rem;top:59.125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac2kKspASl9IaOvZJvlS83WvSRPxWBsm { width:6.75rem;height:3.529851629597rem;top:85.68603515625rem;left:1.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl4J78onSLVmsuuiaz9dnFNRwTkqWNnw { width:4.6875rem;height:2.2817083705611rem;top:86.30859375rem;left:12.703857421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4oACokaz1HWasTTWO0vaGEQwLz7TzLx { width:7.75rem;height:4.875rem;top:90.309242248538rem;left:0.56233721971512rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCM8i57bw2U2J0IPtVPxxK0B47QVLZGD { width:8.3121875rem;height:2.171225rem;top:92.0361289978rem;left:10.891112983227rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7hhSRZNnoAdNAcBJ526D9RxViJPI6gB { width:8.3748125rem;height:3.2495125rem;top:97.071121215819rem;left:1.1238606572151rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbKp5rmiN7bmOVOxouv9iwMizZeNIV7O { width:8.8125rem;height:1.9237219790552rem;top:97.734375rem;left:11.187744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okHvxcaAOVGm8gptEaONDLnf754nM7dS { width:8.6875rem;height:3.8125rem;top:101.5693359375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7UHBy2i5c2lAKUu7iLtvU26sFagXTCv { width:7.6875rem;height:3.3125rem;top:101.8193359375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJEdyZkBdT2A3VSezGD2emf0WTJf56sZ { display:block; }#CJEdyZkBdT2A3VSezGD2emf0WTJf56sZ > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItTn8MRkoRfAt8tiIUiK8pkLgPemZuRl { width:20rem;height:3.57421875rem;top:1.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxMagOdTTuTqAq0SduRQ0BR2iCqkbHSb { width:9.375rem;height:4.0625rem;top:13rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTu0sA8eDmoTH0ImwRSSSrnZ2mACwyJE { width:9.375rem;height:4.0625rem;top:17.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNHLRDNI9cfmfVtQs1BoT5Kmwo8K8F36 { width:9.375rem;height:4.0625rem;top:32.4375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd2TWI5zJUnUUDgzuUrBTfTwGvPxBcO0 { width:9.375rem;height:4.0625rem;top:22.5rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX6dhlZDpZsArasONE7pTvTfiRzrJfT2 { width:9.375rem;height:4.0625rem;top:22.5rem;left:10.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptOTza32KtiR3H8FUrA1T9etbsa3xSkn { width:9.375rem;height:4.0625rem;top:27.25rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e27aP3sMxNTfdfN486pRkfAAMD3wKqEv { width:9.375rem;height:4.0625rem;top:27.25rem;left:10.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #as6eAA2fGQu2Bgkh9DvPtLrBJX5ZEZz3 { width:9.375rem;height:4.0625rem;top:13rem;left:10.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmpSp8TbtJm53bMwTXt7ZtR5IAlTUJwv { width:20rem;height:7.03125rem;top:5.9375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #xxSMITFvD7ltLw4TkfnSrzPtqrMcCeFA { width:8.625rem;height:5.0625rem;top:12.500000953674rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR388IpcSlON7ExZ1TRklRk8zDV4wHSM { width:8.125rem;height:8.125rem;top:10.96875rem;left:11.25rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #a91XTXW7D0gIdoFpWh26DoAd1ZZJkrnH { width:7.125rem;height:5rem;top:22.03125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyZnug9quFExORIT7kQKqWIzDKOoIRdX { width:7.9375rem;height:4.375rem;top:17.59375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8wmm27loc8NM7a1tZIPPOts7T8ECffv { width:5.375rem;height:4.1875rem;top:41.65625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz6ph2vDBu5Xn1ALZ8n74A8ACJ8lWTOa { width:9rem;height:3.8125rem;top:17.875rem;left:10.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXPenr01fSNCdlC6ie6GKC3S9dbDoGVI { width:8.8125rem;height:3.5rem;top:18.03125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4tedJ4fM6TNHrJSz0JuDAZPOIpq7rxX { width:8.875rem;height:6.1875rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb1DqbKoiRndnTideEZyCwJc7qbc98AJ { width:9rem;height:6.3125rem;top:26.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rapLmr4mKlg5SvwcaPLrk1HiJocTOo1x { width:6.6875rem;height:4.25rem;top:27.15625rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGQsiQEr7TdkrHG248AAyNnOZQDekwa3 { width:9.0625rem;height:3.75rem;top:32.59375rem;left:10.78125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdqpX0velRJ00SruIutphnD1kQ75ZZUG { width:7.4375rem;height:4.5rem;top:37.21875rem;left:11.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9MXFXchVJZfuDSQmaZBGVXN6osTvt8R { width:4.3125rem;height:4.3125rem;top:32.3125rem;left:13.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqXuSQvberQkheXMk5R1zmF8q9DtiLc7 { width:8.5rem;height:2.5rem;top:33.21875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU4DnGLQG9uqxT623TOkuBNwNezK83By { width:3.25rem;height:1.375rem;top:49.0625rem;left:5.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLmM4C0s1L4DelS9Q27wWWamlX6cxyWd { width:9.6875rem;height:3.9375rem;top:47.0625rem;left:5.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTdSLp4wf1zTisDmqSucH7fWwxSrwgrT { width:8.9375rem;height:3.5625rem;top:41.96875rem;left:10.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kapF6fdFutlo0NISTf1rcZRdhA3iiVIL { width:8.875rem;height:3.75rem;top:37.34375rem;left:10.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR4L6hiFlwCF6twNgbkhocTisRVHNlQR { width:9.375rem;height:3.8125rem;top:37.3125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM887EzK2uezqvia2mo829ZgmTHSFUII { width:5.625rem;height:4rem;top:37.21875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1AGax6iZoTCPpUi59XgUpbb1ssE6hkq { width:6.1875rem;height:6.1875rem;top:45.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ3wNpetVHGthElTTBtV7TqmLftnJ52z { width:5.125rem;height:4.8125rem;top:41.65625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNpX0pOMoHrGzTeoRmNF5pSFAT4LQtNb { width:9.375rem;height:3.8125rem;top:41.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf { background-color:#0060ab;background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf.adaptive-delivery-prevent-bg, #ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf.lazyload, #ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf.lazyloading { background-image: none; }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .row .container { background-color: transparent; background-image: none; }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .row .container > .video-iframe-container { display: none; }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .row > .video-iframe-container { display: none; }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .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); }#ZyCo0E1OVqg7NgUxMK2qN6Xx9DRzI2zf > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUGoveKhZnOkqtkXlBfNGAnW15zhuMcT { width:20rem;height:14.296875rem;top:4.6640625rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxkiE79JaRQGLEySOMBqUQ00qGDw2PJq { top:20.4375rem;left:5.125rem;width:14.875rem;height:3rem;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba91a520-85e3-4fe0-9394-0ab9449dc394/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#cxkiE79JaRQGLEySOMBqUQ00qGDw2PJq.adaptive-delivery-prevent-bg, #cxkiE79JaRQGLEySOMBqUQ00qGDw2PJq.lazyload, #cxkiE79JaRQGLEySOMBqUQ00qGDw2PJq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #o8qpKfXRZyPv7Colu8vLJ8VQWoG8FSFz { display:block; }#o8qpKfXRZyPv7Colu8vLJ8VQWoG8FSFz > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaBxxJpUtTFKbgb3l1qkIx4HakyO8oD3 { height:11.183625rem;width:20rem;top:5.5908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD69WwBzwgplWneweAnsnKzrfvJ9wGne { width:20rem;height:3.575rem;top:1.2783203125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT2yCXCniVainnBsCWmOJnbmBNQgeLrp { display:block; }#NT2yCXCniVainnBsCWmOJnbmBNQgeLrp > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpugJ7BSvKUTTLgWTmtqxagfF1x5h516 { width:20rem;height:3.575rem;top:3.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8WUkLlTGRqGoSkwTlXqgqfu9hNkISpW { width:9.25rem;height:1.3125rem;top:1.1250076293945rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #Wo1MJcIqnhWoPH9rTSHOE5FDb8R7HxcV { width:20rem;height:5.625rem;top:8.25rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #UKMcmN05Bqk28iXmfHLd88V0xvb2CoBi { width:19.875rem;height:4.0625rem;top:19.5625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #DJBCIqmILJlTyGdyZBF4DVpsgdr99LN1 { width:7.5625rem;height:1.13769375rem;top:20.8125rem;left:6.6875rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w8UQLUrSa1ptvypmVb8UBxIwspbc2MyM { width:2.9375rem;height:2.9375rem;top:16.8125rem;left:8.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ryXww1r0CbPEFqsiLlmF5TDzuRqTfUfC { width:11.25rem;height:8.5625rem;top:25.4375rem;left:4.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oWmEUFQcayyvbhFvi1PktEyPrUPkpbEK { width:9.8125rem;height:2.2734375rem;top:30.75rem;left:5.5625rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IDOzhHC0eFMnE1hgVtL3TpxdMABaehgx { width:3rem;height:3rem;top:27.25rem;left:8.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aPz57xRbk6hM2zBTNuUM8U2k9enneXN2 { width:11.25rem;height:8.5625rem;top:35.375rem;left:4.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BMG3yTioZrTzeEVdc9ErBgsBNWPFG2Av { width:8.3125rem;height:1.13769375rem;top:40.6875rem;left:6.3125rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IUWR2M1pPuGXcHR6AmZEuIMG5mLW6AQQ { width:3rem;height:3rem;top:37.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ciiz030JwdUT2mo64rIZin1hLJJAAz { width:11.25rem;height:8.5625rem;top:45.3125rem;left:4.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RdXe7D1ekH913uKViiof2Xb62uCdV6Zb { width:9.5rem;height:1.13769375rem;top:50.625rem;left:5.5625rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Hua5gGWwyaIVtZ5h4dPDs6Fd5nX6TekR { width:11.25rem;height:8.5625rem;top:55.25rem;left:4.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R6befASHKmRSLAm6f4EfaVTvkfscqulS { width:6.375rem;height:1.13769375rem;top:60.5625rem;left:7.1875rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EXG0F0uKn7aV6B2h6wMNGxxzZFec6O9E { width:11.25rem;height:8.5625rem;top:65.1875rem;left:4.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #F0U4nxTlV4TTaMiW4PP0bV6dES1Pl7fJ { width:9.375rem;height:1.13769375rem;top:70.5rem;left:5.875rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yXV2Sf8TZJk1rQcKKZaTe8n6b2OJt7Ik { width:2.6875rem;height:2.6875rem;top:47.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3oiCi09H5w5LgQTTRdDNNQphSMmGrrT { width:2.6875rem;height:2.6875rem;top:57.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atM7cC1NDs6WNJUPaQi9PMoB5dcSNROb { width:2.5rem;height:2.5rem;top:67.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #im7FWRF3TqdLSbN1pauV8vBWsSrIO76W { width:11.25rem;height:8.5625rem;top:15.1875rem;left:4.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TLx3nbEobzNoB8cyHEAW51wvMQUGkThG { display:none; }#TLx3nbEobzNoB8cyHEAW51wvMQUGkThG > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ahwDPZwnhKQGhh0wiGKuSihqTs7pnlyB { width:20rem;height:3.8984375rem;top:1.8125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qqzW4oxgTQZLsuOJHXTI4UCs9Jmkylvh { width:20rem;height:14.0625rem;top:20.8115234375rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }#qqzW4oxgTQZLsuOJHXTI4UCs9Jmkylvh li:before{  }
 }@media only screen and (max-width: 763px) { #l8p5nMM52zaVTyqWMB3f3Ll3TDH30Ct4 { width:6.25rem;height:6.25rem;top:58.546875rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0Gbg1m8QmCIWkcX2mxu7xbCUX2B3Nb5 { width:20rem;height:3.0859375rem;top:4.9296889305115rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32KXVRb9GGptJniAMERtTZKnTlWr6Vy { width:18rem;height:9.4375rem;top:8.685302734375rem;left:0.968017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWdB2QGgLAZ36tTpHEW6Uf12wSfT7HSg { width:12.9375rem;height:6.6875rem;top:20.5625rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGoO3QhZWXVNSfPOqc7faccdmZ0iTtxW { display:block; }#FGoO3QhZWXVNSfPOqc7faccdmZ0iTtxW > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLuTN8GQd64nCgRl8lb9fUCI8ehkNMP2 { width:13.25rem;height:1.3125rem;top:5.25rem;left:3.96875rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #CBaiH3F9qlWUHMhKfmJrTKazg4Cw38rc { width:20rem;height:2.8125rem;top:8.125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #FwwcW3ReEdkIeDchqyp8TkHcFlA7TXNZ { width:12.0625rem;height:1.3125rem;top:13.375rem;left:3.96875rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #LP0KLeT8hsqI82N6xVHAKWtA0gbqe2x6 { width:12.0625rem;height:1.3125rem;top:21.375rem;left:4.5625rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #GruJPzEVuKWdXSS7ARgFU94FdqxzQDBx { width:14.75rem;height:1.3125rem;top:27.6875rem;left:3.21875rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #Tut8y36WzZ98818VE5Z1KczWSa2E2M3u { width:3.1875rem;height:3.1875rem;top:24.5625rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDMaWVtr43LDxsKtMHeLlEbMuElThIBK { display:flex;width:3.125rem;height:3.125rem;top:1.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #BW3Q8m9XvFuGK7l9HZ10J3gg7MpTZUpL { display:flex;width:2.375rem;height:2.375rem;top:10.0625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #U4Z6Fz7Atne7DIzQUukLmTDAWEaNt97b { display:flex;width:2.375rem;height:2.375rem;top:10.0625rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #WuxJZiWTNA5v5JawKViEgd3Gw0MObF9P { display:flex;width:2rem;height:2rem;top:8.53125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #aNTmv3gm8BdKOvtwkWbLUMGHuf0ROxT2 { display:flex;width:2.75rem;height:2.75rem;top:17.875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkDacG5Oa7FvxdAmTGmo8Tg7p8LwVHMr { display:flex;width:2.625rem;height:2.625rem;top:17.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oso08EPWIb1BcGqSpIh9uOf5x2qF0HQ3 { display:flex;width:6.5625rem;height:6.5625rem;top:16.1875rem;left:6.71875rem; }
 }@media only screen and (max-width: 763px) { #OOf1FbdT5S5ETha0TU7kvpeGZXfFMo57 { display:block; }#OOf1FbdT5S5ETha0TU7kvpeGZXfFMo57 > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heKsZSubf6I931CoGXWxbW1PdTJJTuFL { width:20rem;height:3.575rem;top:3.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE6AdKtLqtQdp2JHQdOV2b4aWFiaTW7a { width:9.25rem;height:1.31303125rem;top:1.375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #P7i8bKHeNKomIoERLULfWikzouW6ddq5 { width:20rem;height:11.25rem;top:8.5625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #xdiWaAkwoB3kWB9GWmNTkPB6NCBUz2FD { width:20rem;height:2.75rem;top:38.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ri5vinEy9oHLddPy0mzvld12SrzBbe1D { display:block; }
 }@media only screen and (max-width: 763px) { #H0s1EhTguraeDKxPZniweZ9B4XCtUnPS { width:20rem;height:16rem;top:21.625rem;left:0rem;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/e43d0b39-dfba-457e-a2f7-802063631ba8/86ad5a7dc4fe230411_IMG_63592format_auto.crop_1500x1512_0,0.preview.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H0s1EhTguraeDKxPZniweZ9B4XCtUnPS.adaptive-delivery-prevent-bg, #H0s1EhTguraeDKxPZniweZ9B4XCtUnPS.lazyload, #H0s1EhTguraeDKxPZniweZ9B4XCtUnPS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VHQsQuCBVuyodJbAFdzvAgrEPgfIhPgy { display:block; }#VHQsQuCBVuyodJbAFdzvAgrEPgfIhPgy > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlRt5c5lJtf32zN11KTDNpAoQtKPSryu { width:20rem;height:5.361325rem;top:2.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCT7Cu1elBk1OKBz75DS59fBIXbZiFBM { width:9.25rem;height:1.3125rem;top:0.9375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #K42OTAR6mNlVlPLiKgiW3M4TvHgZtanu { width:20rem;height:5.625rem;top:15.3125rem;left:0rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQwuHNkNwk5HlAxxLNzDsedaTO2vcl1a { width:3.25rem;height:3.25rem;top:8.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmMQli3LD8lm4Etl4scohKJxLHDnCRgb { width:16.375rem;height:1.3125rem;top:13.125rem;left:1.8125rem;font-size:1.3125rem;color:#0060ab;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wIqiTaaWTT8AFdFsVlTuQp1N0JSaAB5I { width:19.5625rem;height:4.21875rem;top:29.25rem;left:0.25rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLatIbIZyvMUcaT7rFTM2UBygw3l2N6U { width:16.6875rem;height:1.3125rem;top:27.1875rem;left:1.6875rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Bn6IA9vM8B8eS1Vydv8H7SZFrpNfT0D4 { width:3.25rem;height:3.25rem;top:23.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFAtwd5b3OpUT09pU1bVeTBITfA9TcE9 { width:19.5625rem;height:5.625rem;top:42.03125rem;left:0rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzSokkEq5k9M2vhkJk5Cs6g4DTytbunJ { width:15.5rem;height:1.3125rem;top:40.15625rem;left:2.25rem;font-size:1.3125rem;color:#0060ab;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #o4TtONoUTAEa8qJ8mxqnhXN5cDtE5inZ { width:3.3125rem;height:3.3125rem;top:35.90625rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpJzOzETQUhsASy3cP3mimXsUHpb5PRZ { display:none; }#BpJzOzETQUhsASy3cP3mimXsUHpb5PRZ > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EoDHDpiHyhCcTJykFlLoDmBZX8kT9h9U { width:20rem;height:5.361325rem;top:3.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omf4eB1XdohAxcaOSCgOZBHi6ap83GrV { width:9.25rem;height:1.3125rem;top:1.25rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #PrUdg4Q7ypXOkOdH2aKWORbZOVwQXf36 { width:20rem;height:2.8125rem;top:10.375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #byvHqG9FUVdvoRiX6km6amAAtRkSBpUE { width:20rem;height:14.0625rem;top:14.3125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#byvHqG9FUVdvoRiX6km6amAAtRkSBpUE li:before{  }
 }@media only screen and (max-width: 763px) { #TkXhIZPWvRzF87e3qdnP0KfFpTGxSB99 { width:20rem;height:6.25rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyqWco2ZZVtcTJgbBOElU9JkWJcg842b { display:block; }#XyqWco2ZZVtcTJgbBOElU9JkWJcg842b > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWHXcW3O294xrK883QfQa4Zlqgyw191a { width:13.5625rem;height:2.2753875rem;top:1.4365234375rem;left:3rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ul8iTmiys9CWKLQMAlwQ3VHHa42olsHg { width:18.3125rem;height:1.4625rem;top:4.375rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P4rCpmLz5E8LDNgaWJvI6ZlHqN5QVdPH { width:17.5rem;height:3.1875rem;top:7rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKEVOayXTytP796fPuI4nVWCdKuIJggA { display:block; }
 }@media only screen and (max-width: 763px) { #ZCLovof8cNKzkSOx0xB35WZnsCxT57i4 { display:none; }#ZCLovof8cNKzkSOx0xB35WZnsCxT57i4 > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tqqgUwZCu0UIWVRLKg4mnty2S1oh4RiI { width:20rem;height:3.8984375rem;top:2.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IWBAqkw0XfLoJ0XwWyZC6nQh3K3AD0M2 { width:20rem;height:2.4375rem;top:7.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iL1xiEXf8sbpKkCppgt0avFShSDcnLSa { width:14rem;height:3.0625rem;top:10.6875rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPwaQg5pPyHrsQb885scSJsNpHTqbqbz { display:block; }
 }@media only screen and (max-width: 763px) { #yaDp60lFm8zOCDvx7xx6vVB9G27pAtLD { top:11.40625rem;left:0rem;width:19.937rem;height:3.6870125rem;z-index:15001;background-color:#003f70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;font-size:1rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;color:#ffffff;border-top:0.0625rem solid #003f70;border-left:0.0625rem solid #003f70;border-right:0.0625rem solid #003f70;border-bottom:0.0625rem solid #003f70;display:block; }
 }@media only screen and (max-width: 763px) { #sS6ViwEqMBSJm9uqtJp5AslwgVUvA889 { display:block; }
 }@media only screen and (max-width: 763px) { #Xb2gCCSSIZGedByZO7gOTXnl1rGbm0CE { display:none; }#Xb2gCCSSIZGedByZO7gOTXnl1rGbm0CE > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ts9XeTtADLaXGWGwzTJq0C2T6vXnOKxm { width:9.75rem;height:3.9375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxihNBllKJddPwMmGk29Zv4vi0yykXrD { width:17.25rem;height:3.09375rem;top:6.4375rem;left:1.1875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TToHedzkvLbHUq5gBPzXQS15cwkw712Z { display:block; }#TToHedzkvLbHUq5gBPzXQS15cwkw712Z > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTym5BuSNtWF4B49JgriQwZVWPnzzCTI { width:12rem;height:5.1875rem;top:0rem;left:4rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a1016c9-814d-41e1-9aa0-1cc95a65dd9b/uax_rafanadal_blanco.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#UTym5BuSNtWF4B49JgriQwZVWPnzzCTI.adaptive-delivery-prevent-bg, #UTym5BuSNtWF4B49JgriQwZVWPnzzCTI.lazyload, #UTym5BuSNtWF4B49JgriQwZVWPnzzCTI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AFa9RaGyv0Q18byUL4O0fcRhmvTX7HyT { background-color:#222222;background-image:none;display:none; }#AFa9RaGyv0Q18byUL4O0fcRhmvTX7HyT > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KdM4GqDtaebAau5wTFJt0bZFgeSIHFD7 { width:13.25rem;height:4.125rem;top:1.3411445617676rem;left:3.9680991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkJ6gfF53hFBBL72gmhZFwwN5N76TuVz { width:0.125rem;height:1.875rem;top:1.25rem;left:9.9375rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #x4sMBIxE4EsIcIXkRz6xIRVIGnsKbeiy { width:20rem;height:5.27831875rem;top:6.2141914367676rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { background-color: transparent; background-image: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .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); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { top:0.84375rem;left:0rem;width:20rem;height:3.75rem;z-index:15000;background-color:#003f70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;font-size:1rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;color:#ffffff;border-top:0.0625rem solid #003f70;border-left:0.0625rem solid #003f70;border-right:0.0625rem solid #003f70;border-bottom:0.0625rem solid #003f70;display:block; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }