.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline: 2px solid rgba(0, 0, 0, 1); } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .row .container { background-color: transparent; background-image: none; }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .row .container > .video-iframe-container { display: none; }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .row > .video-iframe-container { display: none; }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .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); }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .row .container { border-width: 0; border-radius: 0; }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#y9V2UTuQKbe4pZNo0iBnqJ88lUhUdzkA { z-index:15005;top:2.125rem;left:63.40625rem;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#bebebe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.6875rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qOauEN0uzPGNCwvyfyfUOAifqTffkVFt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QaARGriIrgu9QgZrr8s0sGFq2Rnxz1mw { z-index:15006;top:2.125rem;left:54.78125rem;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tf7ZT9cs8U7UWwMgbo68wCF2k4qFVW4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2T3Thnl1BMz6N03uh1ybSOHLWiVGN2h { z-index:15007;top:2.125rem;left:46.90625rem;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.25rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aqkDhHJMT2lbaVSgnLOzuD4TnciQFL1d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zbsfgwTdtOPEPKIVc26PAMDzX985TteC { 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.6875rem;width:12.5625rem;top:1.71875rem;left:2.375rem;overflow:hidden;display:block; }
#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .row .container { background-color: transparent; background-image: none; }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .row .container > .video-iframe-container { display: none; }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .row > .video-iframe-container { display: block; }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .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); }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .row .container { border-width: 0; border-radius: 0; }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID::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; }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#SLFdC4L1CMVb3DulKgfNbr7SLHhlmUUT { color:#ffffff;display:block;width:47.375rem;position:absolute;font-family:"fira sans";font-size:4.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.35);top:14.734375rem;left:13.8125rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mrZGt1q6n0mTSoIbzcLqcp4eMA4L2u0B { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:26.125rem;left:35.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.35)); }
#mrZGt1q6n0mTSoIbzcLqcp4eMA4L2u0B > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .row .container { background-color: transparent; background-image: none; }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .row .container > .video-iframe-container { display: none; }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .row > .video-iframe-container { display: none; }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .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); }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .row .container { border-width: 0; border-radius: 0; }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#cUrz9Qhh5Tal35Xfe8icIcOls9qQ4m7b { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"fira sans";font-size:2.375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:7.125rem;left:6.4375rem;height:2.61230625rem;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; }
#V3kPdH79VvysyvTrVcrnPGXDo8NJy6Th { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:10.75rem;left:6.5rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wohSZTqXyEDk2fT44S7TQSFulgNcTlAm { z-index:15016;top:14.8125rem;left:6.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #0071ce;border-left:0.0625rem solid #0071ce;border-right:0.0625rem solid #0071ce;border-bottom:0.0625rem solid #0071ce;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:#0071ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:11.125rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uzT2aAsm6O2pBiIMgxW9SfmNRX1NH25g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cDpRH2TbTBlKMHhHznuUqkQoghW1rrOz { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.8125rem;width:24.9375rem;top:3.4375rem;left:47.625rem;overflow:hidden;display:block; }
#IPtkwqlBNeNfGAKv6NAiTT9hDEMZs5av { box-sizing:content-box;height:17.875rem;width:70rem;position:absolute;display:block;z-index:15015;background-color:#fafafa;background-image:none;top:3.4375rem;left:2.5625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.375rem rgba(0,0,0,0.1) ;display:block; }
#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .row .container { background-color: transparent; background-image: none; }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .row .container > .video-iframe-container { display: none; }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .row > .video-iframe-container { display: none; }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .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); }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .row .container { border-width: 0; border-radius: 0; }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#Lbg0sHBDufqqqI9X2v8iFsyf0UqQKDrg { position:absolute;display:block;z-index:15004;background-color:#0071ce;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:12.0625rem;left:10rem;display:block; }
#kL2KqbGdeD38IPlglTU67SqZJw8JfDom { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"fira sans";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:14.07421875rem;left:11.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UcKKhkZbngOzvQvk7vgTbTUWuroeHSwR { z-index:15005;top:22.96875rem;left:12.34375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0071ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WimUTKqDA33pMa0qFCTweBifzOvv4H7l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cteyTTqumTRpzmyvzOnOFZX3mRTNIpDl { position:absolute;display:block;z-index:15008;background-color:#0071ce;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:12.0625rem;left:29.6875rem;display:block; }
#x7kaRq1B9ZpsXWaX95qxSUGpN7ENDFRd { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:"fira sans";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:14.07421875rem;left:31.65625rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VVffVDrRIzT6LbAwKe8N0HP7aVMRmDWB { z-index:15009;top:23rem;left:32.09375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0071ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pC3nuXQvofVzNckns7DxqT0cTQ2UoxJL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EVcxgyVlUQZxTLfU9Lutzyg1orwy5Ebi { position:absolute;display:block;z-index:15012;background-color:#0071ce;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:12.0625rem;left:49.375rem;display:block; }
#OeOyEWBwQX6qAgeZpyPWxeXdDLt0LuxH { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:13.8505859375rem;left:50.40625rem;height:7.6465rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vzZJX0Lf4TUgC53TpRlMx3ETfV4nxqbm { z-index:15013;top:23rem;left:51.71875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0071ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sik3pPcWfoTnX2w2p1PSTZeJ48F4uw2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#te67bLsrc8CnFsAb3FiCmZ131mLXIqp6 { color:#000000;display:block;width:33rem;position:absolute;font-family:"fira sans";font-size:2.625rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:5.75rem;left:21rem;height:2.88671875rem;text-align:center;text-align-last:center;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; }
#DeWLUQ5hMxpvn5SgG9u10Uh0ahAUA3XI { position:absolute;display:block;z-index:15016;background-color:#0071ce;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:31.5rem;left:19.75rem;display:block; }
#RxTkc9Q1sFvWvT7zXHk6rf7VVzyT05IT { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:34.111328125rem;left:20.875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HypTXbJZZI0CekEJIsHmfkD7qpRtzQMW { z-index:15017;top:42.4375rem;left:22.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0071ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DyDIiRrbpva2CBPZAsQAagX5VwA8pMHq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E6xbdxHJoJMIAALrfv93qQBc9kLGSp1r { position:absolute;display:block;z-index:15024;background-color:#0071ce;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:31.5rem;left:39.5rem;display:block; }
#qlkvsAAZhSJh8alp8hX5mCuUMZWqgHLU { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:"fira sans";font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:35.3115234375rem;left:40.9375rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fRTAS2rLfumF9O8dJeybqzqTxxmBApQS { z-index:15025;top:42.4375rem;left:41.84375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0071ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oF5mILI8LVGIa9rnICqHAeTthPTZQTQg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HWqic54n9KizdekubzPi7DPAM0JS4InJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0071ce;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; }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row .container { background-color: transparent; background-image: none; }#HWqic54n9KizdekubzPi7DPAM0JS4InJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row .container > .video-iframe-container { display: none; }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row > .video-iframe-container { display: none; }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .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); }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row .container { border-width: 0; border-radius: 0; }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#UCdRKZMykG6LLeEK9I8HZ1sC9nEEIPCr { position:absolute;display:block;z-index:15001;background-color:#1341ff;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:0.125rem;width:25rem;top:24.25rem;left:27.625rem;display:none; }
#xl618ukxsglcTPzr5owBdDdMtBWarKxX { color:#0071ce;display:block;width:34.5625rem;position:absolute;font-family:"fira sans";font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:9.1875rem;left:12.875rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VwnyRonTist0acDfQTdFkqTlMwINWvAb { z-index:15006;top:9.96875rem;left:50.5625rem;background-color:#0071ce;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E9naUmrlyqPHRDEeTOcKUyRo917TdGUt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VO0Jq8sznhJBkS22iKraw1XDJlCeV69I { position:absolute;display:block;z-index:14986;background-color:#ffffff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.875rem;width:55rem;top:6.3125rem;left:10rem;display:block; }
#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .row .container { background-color: transparent; background-image: none; }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .row .container > .video-iframe-container { display: none; }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .row > .video-iframe-container { display: none; }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .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); }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .row .container { border-width: 0; border-radius: 0; }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#hycG1GoaLIUph5btdp8Q9Xc61nQLLUAw { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.25rem;left:2.375rem;height:2.5996125rem;font-style:normal;display:block; }
#v7kisqp8dZSrmA7paNofuqcwi3J9yBOM { color:#0071ce;display:block;width:21.75rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:26.1875rem;left:2.375rem;height:;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; }
#D5654CrHehXB2Gobd1A0TKwRubvKPtkP { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:28.25rem;left:26.625rem;height:2.5996125rem;font-style:normal;display:block; }
#Huf0cA8MBWXdx2AG8V1izfE0BTux4aS7 { color:#0071ce;display:block;width:21.8125rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:26.1875rem;left:26.625rem;height:1.5rem;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; }
#ASstLFwvWGTc4l3QvbqK4iJEV1abXMdN { color:#000000;display:block;width:22.25rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.26953125rem;left:50.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#QdCA2G1ZEI03dcG0UsLCwJT9xx91v2Pg { color:#0071ce;display:block;width:22.4375rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:26.1875rem;left:50.9375rem;height:;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; }
#fVewDz0fJf7ns6vm9IzJPwo7hgXsoIh2 { color:#000000;display:block;width:33rem;position:absolute;font-family:"fira sans";font-size:2.625rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:5.6875rem;left:21rem;height:2.88671875rem;text-align:center;text-align-last:center;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; }
#rPu0iArwg0gFkc1HTlKw8FBGOI7uDkbH { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.1) ;height:12.8125rem;width:21.6875rem;top:11.96875rem;left:2.375rem;overflow:hidden;display:block; }
#w99oTstPsn9FGnoWFPpAXxP200fKhN0H { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.8125rem;width:21.6875rem;top:11.96875rem;left:26.6875rem;overflow:hidden;display:block; }
#PJKx7SwT2oDmz4IlWTTasQroa4umI4OU { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.8125rem;width:21.6875rem;top:11.96875rem;left:50.9375rem;overflow:hidden;display:block; }
#AUt7FkCvpOb6QVF0FUt2fGRKrrng7Oic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#AUt7FkCvpOb6QVF0FUt2fGRKrrng7Oic > .row .container { background-color: transparent; background-image: none; }#AUt7FkCvpOb6QVF0FUt2fGRKrrng7Oic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUt7FkCvpOb6QVF0FUt2fGRKrrng7Oic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUt7FkCvpOb6QVF0FUt2fGRKrrng7Oic > .row .container > .video-iframe-container { display: none; }#AUt7FkCvpOb6QVF0FUt2fGRKrrng7Oic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUt7FkCvpOb6QVF0FUt2fGRKrrng7Oic > .row > .video-iframe-container { display: none; }#AUt7FkCvpOb6QVF0FUt2fGRKrrng7Oic > .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); }#AUt7FkCvpOb6QVF0FUt2fGRKrrng7Oic > .row .container { border-width: 0; border-radius: 0; }#AUt7FkCvpOb6QVF0FUt2fGRKrrng7Oic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUt7FkCvpOb6QVF0FUt2fGRKrrng7Oic > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#aiNbCZ16XbvU0N5MFvgvalQrvn7wN1cd { color:#0071ce;display:block;width:30.8125rem;position:absolute;font-family:"fira sans";font-size:2.1875rem;font-weight:400;z-index:14986;line-height:1;letter-spacing:0;top:9.125rem;left:12.875rem;height:4.375rem;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; }
#MygndAnJL32eT70f8EeAW40BU1w7ug7q { position:absolute;display:block;z-index:14985;background-color:#f2f2f2;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.875rem;width:55rem;top:6.375rem;left:10rem;display:block; }
#UBaUqC5TCTOuhDwd2ktDD9U3WWLrZvZ4 { z-index:15026;top:10.0625rem;left:50.5625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #0071ce;border-left:0.0625rem solid #0071ce;border-right:0.0625rem solid #0071ce;border-bottom:0.0625rem solid #0071ce;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0071ce;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ty3WLwuS0wOsvztvFqNBq5bgR8mlxQx2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kRNyK9kTEPcNBiGObXE3NvcXZi29vTxX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0071ce;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; }#kRNyK9kTEPcNBiGObXE3NvcXZi29vTxX > .row .container { background-color: transparent; background-image: none; }#kRNyK9kTEPcNBiGObXE3NvcXZi29vTxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRNyK9kTEPcNBiGObXE3NvcXZi29vTxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRNyK9kTEPcNBiGObXE3NvcXZi29vTxX > .row .container > .video-iframe-container { display: none; }#kRNyK9kTEPcNBiGObXE3NvcXZi29vTxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRNyK9kTEPcNBiGObXE3NvcXZi29vTxX > .row > .video-iframe-container { display: none; }#kRNyK9kTEPcNBiGObXE3NvcXZi29vTxX > .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); }#kRNyK9kTEPcNBiGObXE3NvcXZi29vTxX > .row .container { border-width: 0; border-radius: 0; }#kRNyK9kTEPcNBiGObXE3NvcXZi29vTxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kRNyK9kTEPcNBiGObXE3NvcXZi29vTxX > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#gcgTcm3amq0N0FeX2Lk8PCVEmdzc4G0k { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:2.3125rem;left:2.3125rem;display:block; }
#acOam401zMyHXl2m6r9FQDhDuMDi6kRg { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:4.375rem;left:2.3125rem;display:block; }
#nI1nvL7nbuLEcocF4iNBInoA8IX1UT0X { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:6.3125rem;left:2.375rem;display:block; }
#IeTLshTI4hn0iPMDTGSN7sKrVml8QfDR { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.9375rem;left:4.8125rem;height:0.9619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nGbiy0F5Rme20HM0DS8d0WLTpZ5fDTXC { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:4.875rem;left:4.8125rem;height:0.9619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rDJIaW8eR7S7TUIIpFP9BexP0d8ZRo9c { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:6.75rem;left:4.8125rem;height:0.9619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MxmHCwlJuwBIefxnDI5wOJ4DSZFrlOPv { 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; }
#SRGu1QTfahGIrM5fEnBHlsWyxPfccp0a { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:5.375rem;left:71rem;display:block; }
#qF8boQ8hQ2W5U5vfJ6iD25JSR3mfnubz { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:5.375rem;left:68.4375rem;display:block; }
#lZULMibg2DXyTRGs2EnaEdMWpQP1S0ZZ { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:5.75rem;left:66.25rem; }
#lZULMibg2DXyTRGs2EnaEdMWpQP1S0ZZ > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; }#sCBB1GeEVT1e08w1stTDCaF9lE6htw1D { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:57.1875rem;height:1.13671875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qvlOlyf9XkDtFpyCKxhHB5oAyBH6QS72 { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:5.375rem;left:63.4375rem;display:block; }
#VVy5ns1SfpIOKORQSX6KX5fnT8809dgg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:5.6875rem;left:61.1875rem; }
#VVy5ns1SfpIOKORQSX6KX5fnT8809dgg > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#CAetIk7PLO4rIN4JsEVkfXtw5P960rrr { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:5.375rem;left:58.4375rem;display:block; }
#Sif9VQe0M9CV945sbvo32iTO5SWqvtN8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;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; }#Sif9VQe0M9CV945sbvo32iTO5SWqvtN8 > .row .container { background-color: transparent; background-image: none; }#Sif9VQe0M9CV945sbvo32iTO5SWqvtN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sif9VQe0M9CV945sbvo32iTO5SWqvtN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sif9VQe0M9CV945sbvo32iTO5SWqvtN8 > .row .container > .video-iframe-container { display: none; }#Sif9VQe0M9CV945sbvo32iTO5SWqvtN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sif9VQe0M9CV945sbvo32iTO5SWqvtN8 > .row > .video-iframe-container { display: none; }#Sif9VQe0M9CV945sbvo32iTO5SWqvtN8 > .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); }#Sif9VQe0M9CV945sbvo32iTO5SWqvtN8 > .row .container { border-width: 0; border-radius: 0; }#Sif9VQe0M9CV945sbvo32iTO5SWqvtN8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sif9VQe0M9CV945sbvo32iTO5SWqvtN8 > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#o0yeD1UEURL6rvhvIDT5AZt8SPcFHFK6 { color:#5b5d64;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.54296875rem;left:57.3125rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#UXzZxUlhZTAv4SURQcgk8x43S3EShaqA { 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:1.5rem;width:10.6875rem;top:1.28125rem;left:2.46875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BQU0ec2mVUig1pa6itUktwP2W5AqEfeo { display:block; }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9V2UTuQKbe4pZNo0iBnqJ88lUhUdzkA { top:2.125rem;left:37.0625rem;width:10.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOauEN0uzPGNCwvyfyfUOAifqTffkVFt { display:block; }
 }@media only screen and (max-width: 763px) { #QaARGriIrgu9QgZrr8s0sGFq2Rnxz1mw { top:2.125rem;left:39.75rem;width:8rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf7ZT9cs8U7UWwMgbo68wCF2k4qFVW4e { display:block; }
 }@media only screen and (max-width: 763px) { #s2T3Thnl1BMz6N03uh1ybSOHLWiVGN2h { top:2.125rem;left:33.28125rem;width:7.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqkDhHJMT2lbaVSgnLOzuD4TnciQFL1d { display:block; }
 }@media only screen and (max-width: 763px) { #zbsfgwTdtOPEPKIVc26PAMDzX985TteC { top:1.75rem;left:0rem;width:12.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID { display:block; }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLFdC4L1CMVb3DulKgfNbr7SLHhlmUUT { top:14.6875rem;left:0.1875rem;width:47.375rem;height:5.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrZGt1q6n0mTSoIbzcLqcp4eMA4L2u0B { top:26.125rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
#mrZGt1q6n0mTSoIbzcLqcp4eMA4L2u0B > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU { display:block; }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUrz9Qhh5Tal35Xfe8icIcOls9qQ4m7b { top:7.125rem;left:0rem;width:38.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3kPdH79VvysyvTrVcrnPGXDo8NJy6Th { top:10.75rem;left:0rem;width:29.8125rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wohSZTqXyEDk2fT44S7TQSFulgNcTlAm { top:14.8125rem;left:0rem;width:11.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzT2aAsm6O2pBiIMgxW9SfmNRX1NH25g { display:block; }
 }@media only screen and (max-width: 763px) { #cDpRH2TbTBlKMHhHznuUqkQoghW1rrOz { top:3.4375rem;left:22.8125rem;width:24.9375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPtkwqlBNeNfGAKv6NAiTT9hDEMZs5av { top:3.4375rem;left:0rem;width:47.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG { display:block; }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lbg0sHBDufqqqI9X2v8iFsyf0UqQKDrg { top:12.0625rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL2KqbGdeD38IPlglTU67SqZJw8JfDom { top:14.0625rem;left:0rem;width:12.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcKKhkZbngOzvQvk7vgTbTUWuroeHSwR { top:22.9375rem;left:0rem;width:10.9375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WimUTKqDA33pMa0qFCTweBifzOvv4H7l { display:block; }
 }@media only screen and (max-width: 763px) { #cteyTTqumTRpzmyvzOnOFZX3mRTNIpDl { top:12.0625rem;left:16.0625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7kaRq1B9ZpsXWaX95qxSUGpN7ENDFRd { top:14.0625rem;left:18.03125rem;width:11.8125rem;height:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVffVDrRIzT6LbAwKe8N0HP7aVMRmDWB { top:23rem;left:18.46875rem;width:10.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC3nuXQvofVzNckns7DxqT0cTQ2UoxJL { display:block; }
 }@media only screen and (max-width: 763px) { #EVcxgyVlUQZxTLfU9Lutzyg1orwy5Ebi { top:12.0625rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeOyEWBwQX6qAgeZpyPWxeXdDLt0LuxH { top:13.8125rem;left:34.1875rem;width:13.5625rem;height:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzZJX0Lf4TUgC53TpRlMx3ETfV4nxqbm { top:23rem;left:36.8125rem;width:10.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sik3pPcWfoTnX2w2p1PSTZeJ48F4uw2c { display:block; }
 }@media only screen and (max-width: 763px) { #te67bLsrc8CnFsAb3FiCmZ131mLXIqp6 { top:5.75rem;left:7.375rem;width:33rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeWLUQ5hMxpvn5SgG9u10Uh0ahAUA3XI { top:31.5rem;left:6.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxTkc9Q1sFvWvT7zXHk6rf7VVzyT05IT { top:34.0625rem;left:7.25rem;width:13.3125rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HypTXbJZZI0CekEJIsHmfkD7qpRtzQMW { top:42.4375rem;left:8.5rem;width:10.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyDIiRrbpva2CBPZAsQAagX5VwA8pMHq { display:block; }
 }@media only screen and (max-width: 763px) { #E6xbdxHJoJMIAALrfv93qQBc9kLGSp1r { top:31.5rem;left:25.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlkvsAAZhSJh8alp8hX5mCuUMZWqgHLU { top:35.25rem;left:27.3125rem;width:12.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRTAS2rLfumF9O8dJeybqzqTxxmBApQS { top:42.4375rem;left:28.21875rem;width:10.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF5mILI8LVGIa9rnICqHAeTthPTZQTQg { display:block; }
 }@media only screen and (max-width: 763px) { #HWqic54n9KizdekubzPi7DPAM0JS4InJ { display:block; }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCdRKZMykG6LLeEK9I8HZ1sC9nEEIPCr { top:24.25rem;left:14rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl618ukxsglcTPzr5owBdDdMtBWarKxX { top:9.1875rem;left:0rem;width:34.5625rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwnyRonTist0acDfQTdFkqTlMwINWvAb { top:9.9375rem;left:36.25rem;width:11.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9naUmrlyqPHRDEeTOcKUyRo917TdGUt { display:block; }
 }@media only screen and (max-width: 763px) { #VO0Jq8sznhJBkS22iKraw1XDJlCeV69I { top:6.3125rem;left:0rem;width:47.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 { display:block; }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hycG1GoaLIUph5btdp8Q9Xc61nQLLUAw { top:28.25rem;left:0rem;width:21.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7kisqp8dZSrmA7paNofuqcwi3J9yBOM { top:26.1875rem;left:0rem;width:21.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5654CrHehXB2Gobd1A0TKwRubvKPtkP { top:28.25rem;left:13rem;width:21.4375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Huf0cA8MBWXdx2AG8V1izfE0BTux4aS7 { top:26.1875rem;left:13rem;width:21.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASstLFwvWGTc4l3QvbqK4iJEV1abXMdN { top:28.25rem;left:25.5rem;width:22.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdCA2G1ZEI03dcG0UsLCwJT9xx91v2Pg { top:26.1875rem;left:25.3125rem;width:22.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVewDz0fJf7ns6vm9IzJPwo7hgXsoIh2 { top:5.6875rem;left:7.375rem;width:33rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPu0iArwg0gFkc1HTlKw8FBGOI7uDkbH { top:11.9375rem;left:0rem;width:21.6875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w99oTstPsn9FGnoWFPpAXxP200fKhN0H { top:11.9375rem;left:13.0625rem;width:21.6875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJKx7SwT2oDmz4IlWTTasQroa4umI4OU { top:11.9375rem;left:26.0625rem;width:21.6875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUt7FkCvpOb6QVF0FUt2fGRKrrng7Oic { display:block; }#AUt7FkCvpOb6QVF0FUt2fGRKrrng7Oic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aiNbCZ16XbvU0N5MFvgvalQrvn7wN1cd { top:9.125rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MygndAnJL32eT70f8EeAW40BU1w7ug7q { top:6.375rem;left:0rem;width:47.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBaUqC5TCTOuhDwd2ktDD9U3WWLrZvZ4 { top:10.0625rem;left:36.25rem;width:11.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3WLwuS0wOsvztvFqNBq5bgR8mlxQx2 { display:block; }
 }@media only screen and (max-width: 763px) { #kRNyK9kTEPcNBiGObXE3NvcXZi29vTxX { display:block; }#kRNyK9kTEPcNBiGObXE3NvcXZi29vTxX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcgTcm3amq0N0FeX2Lk8PCVEmdzc4G0k { top:2.3125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acOam401zMyHXl2m6r9FQDhDuMDi6kRg { top:4.375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI1nvL7nbuLEcocF4iNBInoA8IX1UT0X { top:6.3125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeTLshTI4hn0iPMDTGSN7sKrVml8QfDR { top:2.9375rem;left:0rem;width:21.6875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGbiy0F5Rme20HM0DS8d0WLTpZ5fDTXC { top:4.875rem;left:0rem;width:12.75rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDJIaW8eR7S7TUIIpFP9BexP0d8ZRo9c { top:6.75rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxmHCwlJuwBIefxnDI5wOJ4DSZFrlOPv { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #SRGu1QTfahGIrM5fEnBHlsWyxPfccp0a { top:5.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF8boQ8hQ2W5U5vfJ6iD25JSR3mfnubz { top:5.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZULMibg2DXyTRGs2EnaEdMWpQP1S0ZZ { top:5.75rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
#lZULMibg2DXyTRGs2EnaEdMWpQP1S0ZZ > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #sCBB1GeEVT1e08w1stTDCaF9lE6htw1D { top:3.5625rem;left:32.4375rem;width:15.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvlOlyf9XkDtFpyCKxhHB5oAyBH6QS72 { top:5.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVy5ns1SfpIOKORQSX6KX5fnT8809dgg { top:5.6875rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
#VVy5ns1SfpIOKORQSX6KX5fnT8809dgg > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #CAetIk7PLO4rIN4JsEVkfXtw5P960rrr { top:5.375rem;left:44.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sif9VQe0M9CV945sbvo32iTO5SWqvtN8 { display:block; }#Sif9VQe0M9CV945sbvo32iTO5SWqvtN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0yeD1UEURL6rvhvIDT5AZt8SPcFHFK6 { top:1.5rem;left:32.5rem;width:15.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXzZxUlhZTAv4SURQcgk8x43S3EShaqA { top:1.25rem;left:0rem;width:10.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BQU0ec2mVUig1pa6itUktwP2W5AqEfeo { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .row .container { background-color: transparent; background-image: none; }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .row .container > .video-iframe-container { display: none; }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .row > .video-iframe-container { display: none; }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .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); }#BQU0ec2mVUig1pa6itUktwP2W5AqEfeo > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9V2UTuQKbe4pZNo0iBnqJ88lUhUdzkA { top:8.0625rem;left:5.5625rem;width:8.875rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOauEN0uzPGNCwvyfyfUOAifqTffkVFt { display:block; }
 }@media only screen and (max-width: 763px) { #QaARGriIrgu9QgZrr8s0sGFq2Rnxz1mw { top:11.0625rem;left:7.375rem;width:5.1875rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tf7ZT9cs8U7UWwMgbo68wCF2k4qFVW4e { display:block; }
 }@media only screen and (max-width: 763px) { #s2T3Thnl1BMz6N03uh1ybSOHLWiVGN2h { top:14.0625rem;left:5.125rem;width:9.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqkDhHJMT2lbaVSgnLOzuD4TnciQFL1d { display:block; }
 }@media only screen and (max-width: 763px) { #zbsfgwTdtOPEPKIVc26PAMDzX985TteC { width:12.5625rem;height:2.6875rem;top:1rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3dedd92e-b3ef-4ec4-9c5c-88daadecdd3c/EdificioPortadaMobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID.adaptive-delivery-prevent-bg, #Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID.lazyload, #Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID.lazyloading { background-image: none; }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .row .container { background-color: transparent; background-image: none; }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .row .container > .video-iframe-container { display: none; }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .row > .video-iframe-container { display: none; }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .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); }#Dr3FwFUgLeh4uVnWrBrC9UceBVeS5RID > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLFdC4L1CMVb3DulKgfNbr7SLHhlmUUT { width:17.9375rem;height:2.125rem;top:5.5625rem;left:1.0625rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mrZGt1q6n0mTSoIbzcLqcp4eMA4L2u0B { display:flex;width:3.125rem;height:3.125rem;top:9.875rem;left:8.4375rem;font-size:2.1875rem; }
#mrZGt1q6n0mTSoIbzcLqcp4eMA4L2u0B > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU { background-color:#fafafa;background-image:none;display:block; }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .row .container { background-color: transparent; background-image: none; }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .row .container > .video-iframe-container { display: none; }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .row > .video-iframe-container { display: none; }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .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); }#l9iyMPeC1Cy9WZfKWLeQJi2gD48PB0tU > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUrz9Qhh5Tal35Xfe8icIcOls9qQ4m7b { width:15.125rem;height:3.125rem;top:2.3125rem;left:2.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #V3kPdH79VvysyvTrVcrnPGXDo8NJy6Th { width:15.9375rem;height:4.5rem;top:6.3125rem;left:2.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wohSZTqXyEDk2fT44S7TQSFulgNcTlAm { top:23.9375rem;left:4.90625rem;width:10.1875rem;height:2.5625rem;z-index:15022;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzT2aAsm6O2pBiIMgxW9SfmNRX1NH25g { display:block; }
 }@media only screen and (max-width: 763px) { #cDpRH2TbTBlKMHhHznuUqkQoghW1rrOz { width:14.9375rem;height:10.6875rem;top:11.9375rem;left:2.53125rem;box-shadow: 0.125rem 0.125rem 0.375rem rgba(0,0,0,0.1) ;display:block; }
 }@media only screen and (max-width: 763px) { #IPtkwqlBNeNfGAKv6NAiTT9hDEMZs5av { width:20rem;height:29.5rem;top:2.5625rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG { background-color:#ffffff;background-image:none;display:block; }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .row .container { background-color: transparent; background-image: none; }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .row .container > .video-iframe-container { display: none; }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .row > .video-iframe-container { display: none; }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .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); }#Vw5lztS766W0Q1LnQbgEvaNTCfesD1XG > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lbg0sHBDufqqqI9X2v8iFsyf0UqQKDrg { width:12.5rem;height:12.5rem;top:7.9375rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kL2KqbGdeD38IPlglTU67SqZJw8JfDom { width:9.8125rem;height:6rem;top:9.224609375rem;left:5.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UcKKhkZbngOzvQvk7vgTbTUWuroeHSwR { top:16.4375rem;left:5.34375rem;width:9.3125rem;height:2.5625rem;z-index:15020;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WimUTKqDA33pMa0qFCTweBifzOvv4H7l { display:block; }
 }@media only screen and (max-width: 763px) { #cteyTTqumTRpzmyvzOnOFZX3mRTNIpDl { width:12.5rem;height:12.5rem;top:22.625rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #x7kaRq1B9ZpsXWaX95qxSUGpN7ENDFRd { width:9.125rem;height:6rem;top:24.025390625rem;left:5.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VVffVDrRIzT6LbAwKe8N0HP7aVMRmDWB { top:31.1875rem;left:5.375rem;width:9.3125rem;height:2.5625rem;z-index:15020;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pC3nuXQvofVzNckns7DxqT0cTQ2UoxJL { display:block; }
 }@media only screen and (max-width: 763px) { #EVcxgyVlUQZxTLfU9Lutzyg1orwy5Ebi { width:12.5rem;height:12.5rem;top:37.3125rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OeOyEWBwQX6qAgeZpyPWxeXdDLt0LuxH { width:10.875rem;height:6.2988125rem;top:38.5693359375rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vzZJX0Lf4TUgC53TpRlMx3ETfV4nxqbm { top:45.9375rem;left:5.34375rem;width:9.3125rem;height:2.5625rem;z-index:15020;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sik3pPcWfoTnX2w2p1PSTZeJ48F4uw2c { display:block; }
 }@media only screen and (max-width: 763px) { #te67bLsrc8CnFsAb3FiCmZ131mLXIqp6 { width:16.9375rem;height:1.875rem;top:3.8125rem;left:1.53125rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DeWLUQ5hMxpvn5SgG9u10Uh0ahAUA3XI { width:12.5rem;height:12.5rem;top:52rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RxTkc9Q1sFvWvT7zXHk6rf7VVzyT05IT { width:8.8125rem;height:6.3720625rem;top:53.1875rem;left:5.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HypTXbJZZI0CekEJIsHmfkD7qpRtzQMW { top:60.5625rem;left:5.375rem;width:9.3125rem;height:2.5625rem;z-index:15020;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DyDIiRrbpva2CBPZAsQAagX5VwA8pMHq { display:block; }
 }@media only screen and (max-width: 763px) { #E6xbdxHJoJMIAALrfv93qQBc9kLGSp1r { width:12.5rem;height:12.5rem;top:66.6875rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qlkvsAAZhSJh8alp8hX5mCuUMZWqgHLU { width:10.5rem;height:3rem;top:69.537109375rem;left:4.75rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fRTAS2rLfumF9O8dJeybqzqTxxmBApQS { top:75.25rem;left:5.375rem;width:9.3125rem;height:2.5625rem;z-index:15020;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oF5mILI8LVGIa9rnICqHAeTthPTZQTQg { display:block; }
 }@media only screen and (max-width: 763px) { #HWqic54n9KizdekubzPi7DPAM0JS4InJ { background-color:#0071ce;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; }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row .container { background-color: transparent; background-image: none; }#HWqic54n9KizdekubzPi7DPAM0JS4InJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row .container > .video-iframe-container { display: none; }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row > .video-iframe-container { display: none; }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .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); }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row .container { border-width: 0; border-radius: 0; }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWqic54n9KizdekubzPi7DPAM0JS4InJ > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCdRKZMykG6LLeEK9I8HZ1sC9nEEIPCr { width:6.25rem;height:0.125rem;top:17.750001907349rem;left:13.75rem;background-color:#1341ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #xl618ukxsglcTPzr5owBdDdMtBWarKxX { width:13.375rem;height:4.125rem;top:6.1875rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwnyRonTist0acDfQTdFkqTlMwINWvAb { top:11.6875rem;left:5rem;width:10.0625rem;height:2.5625rem;z-index:15020;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #E9naUmrlyqPHRDEeTOcKUyRo917TdGUt { display:block; }
 }@media only screen and (max-width: 763px) { #VO0Jq8sznhJBkS22iKraw1XDJlCeV69I { width:16.0625rem;height:12.1875rem;top:4.1875rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 { background-color:#f2f2f2;background-image:none;display:block; }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .row .container { background-color: transparent; background-image: none; }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .row .container > .video-iframe-container { display: none; }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .row > .video-iframe-container { display: none; }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .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); }#lubHCvMM8TASFhxZJreOKV6hCwQnOqS9 > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hycG1GoaLIUph5btdp8Q9Xc61nQLLUAw { width:13.375rem;height:3.41015625rem;top:20.4375rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v7kisqp8dZSrmA7paNofuqcwi3J9yBOM { width:16.1875rem;height:1.3808625rem;top:18.6875rem;left:2rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D5654CrHehXB2Gobd1A0TKwRubvKPtkP { width:14.125rem;height:3.41015625rem;top:37.4375rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Huf0cA8MBWXdx2AG8V1izfE0BTux4aS7 { width:15.5rem;height:1.16796875rem;top:35.75rem;left:2rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ASstLFwvWGTc4l3QvbqK4iJEV1abXMdN { width:14.3125rem;height:3.41015625rem;top:56.875rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QdCA2G1ZEI03dcG0UsLCwJT9xx91v2Pg { width:10.75rem;height:2.3359375rem;top:53.875rem;left:2rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fVewDz0fJf7ns6vm9IzJPwo7hgXsoIh2 { width:17.375rem;height:1.875rem;top:3.875rem;left:1.3125rem;font-size:1.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPu0iArwg0gFkc1HTlKw8FBGOI7uDkbH { width:16.0625rem;height:9.4375rem;top:8rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w99oTstPsn9FGnoWFPpAXxP200fKhN0H { width:16.0625rem;height:9.4375rem;top:24.9130859375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJKx7SwT2oDmz4IlWTTasQroa4umI4OU { width:16.0625rem;height:9.4375rem;top:43.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUt7FkCvpOb6QVF0FUt2fGRKrrng7Oic { display:block; }#AUt7FkCvpOb6QVF0FUt2fGRKrrng7Oic > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aiNbCZ16XbvU0N5MFvgvalQrvn7wN1cd { width:13.9375rem;height:4.3125rem;top:6.125rem;left:3rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MygndAnJL32eT70f8EeAW40BU1w7ug7q { width:16.0625rem;height:12.3125rem;top:4.1875rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #UBaUqC5TCTOuhDwd2ktDD9U3WWLrZvZ4 { top:11.8125rem;left:5rem;width:10.0625rem;height:2.5625rem;z-index:15020;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3WLwuS0wOsvztvFqNBq5bgR8mlxQx2 { display:block; }
 }@media only screen and (max-width: 763px) { #kRNyK9kTEPcNBiGObXE3NvcXZi29vTxX { display:block; }#kRNyK9kTEPcNBiGObXE3NvcXZi29vTxX > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcgTcm3amq0N0FeX2Lk8PCVEmdzc4G0k { width:2.1875rem;height:2.1875rem;top:2rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acOam401zMyHXl2m6r9FQDhDuMDi6kRg { width:2.1875rem;height:2.1875rem;top:5.8125rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI1nvL7nbuLEcocF4iNBInoA8IX1UT0X { width:2.1875rem;height:2.1875rem;top:9.4375rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeTLshTI4hn0iPMDTGSN7sKrVml8QfDR { width:16.0625rem;height:0.7558625rem;top:4.625rem;left:2rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGbiy0F5Rme20HM0DS8d0WLTpZ5fDTXC { width:12.75rem;height:0.7558625rem;top:8.125rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDJIaW8eR7S7TUIIpFP9BexP0d8ZRo9c { width:14.75rem;height:0.7558625rem;top:11.875rem;left:2.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxmHCwlJuwBIefxnDI5wOJ4DSZFrlOPv { top:14.3125rem;left:3.75rem;width:12.5rem;height:0.0625rem;z-index:15042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SRGu1QTfahGIrM5fEnBHlsWyxPfccp0a { width:2rem;height:2rem;top:18.0625rem;left:15.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF8boQ8hQ2W5U5vfJ6iD25JSR3mfnubz { width:2rem;height:2rem;top:18.0625rem;left:12.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZULMibg2DXyTRGs2EnaEdMWpQP1S0ZZ { display:flex;width:1.375rem;height:1.375rem;top:18.375rem;left:10.6875rem;font-size:0.9375rem; }
#lZULMibg2DXyTRGs2EnaEdMWpQP1S0ZZ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #sCBB1GeEVT1e08w1stTDCaF9lE6htw1D { width:16.5rem;height:1.0559875rem;top:15.9375rem;left:1.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #qvlOlyf9XkDtFpyCKxhHB5oAyBH6QS72 { width:1.875rem;height:1.875rem;top:18.125rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVy5ns1SfpIOKORQSX6KX5fnT8809dgg { display:flex;width:1.4375rem;height:1.4375rem;top:18.375rem;left:5.8125rem;font-size:1rem; }
#VVy5ns1SfpIOKORQSX6KX5fnT8809dgg > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #CAetIk7PLO4rIN4JsEVkfXtw5P960rrr { width:1.875rem;height:1.875rem;top:18.125rem;left:3.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sif9VQe0M9CV945sbvo32iTO5SWqvtN8 { display:block; }#Sif9VQe0M9CV945sbvo32iTO5SWqvtN8 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0yeD1UEURL6rvhvIDT5AZt8SPcFHFK6 { width:15.25rem;height:auto;top:1.5rem;left:2.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXzZxUlhZTAv4SURQcgk8x43S3EShaqA { width:10.6875rem;height:1.5rem;top:0.8125rem;left:4.65625rem;display:block; }
 }