.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqs8cigGKl4TBBtzg50o8XXMrm4TTZog { border-top:0;border-left:0;border-right:0;border-bottom:0.5625rem solid #ff5c00;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mqs8cigGKl4TBBtzg50o8XXMrm4TTZog > .row .container { border-width: 0; border-radius: 0; }#mqs8cigGKl4TBBtzg50o8XXMrm4TTZog > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqs8cigGKl4TBBtzg50o8XXMrm4TTZog > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#MOqtHeV31Tny1OsA65XeJgsUvcTw8dQk { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:"fira sans";font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:2.25rem;left:0rem;height:;font-style:normal;display:block; }
#LtN8bMHDwfbGNauVazKsXFeNUuFWLn4q { color:#ff1c3a;display:block;width:35.75rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:2.9375rem;left:31rem;height:1.3496125rem;font-style:normal;display:block; }
#nTzfBitxM22TQHeBcpDUeoIEVBC2HkGe { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:0rem;left:69.6875rem;overflow:hidden;display:block; }
#oHzL1vThTlp3VxfVVZmzWzeV8t5mXRim { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.3125rem;left:66.375rem; }
#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT { border-top:0;border-left:0;border-right:0;border-bottom:0.5625rem solid #0fc5da;background-color:#77d8fb;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; }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row .container { background-color: transparent; background-image: none; }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row .container > .video-iframe-container { display: none; }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row > .video-iframe-container { display: none; }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .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); }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row .container { border-width: 0; border-radius: 0; }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#lZHkughfCIFJrylBwEEc7CwzsCO3rKWe { color:#4900d5;display:block;width:41.4375rem;position:absolute;font-family:"fira sans";font-size:1.6875rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:2.3505859375rem;left:0rem;height:2.0244125rem;font-style:normal;display:block; }
#sxTi6VdoFTCcibq8LTgH4HAC24TmqOxD { color:#000000;display:block;width:27.25rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:2.8115234375rem;left:47.75rem;height:1.3496125rem;font-style:normal;display:block; }
#BniplOamISEz3gu36aWMzn97VB8uQanp { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:7.75rem;top:0.71875rem;left:38.875rem;overflow:hidden;display:block; }
#Qd4qTwVFmlIWuaZtErisyTPsGbH0wMFL { z-index:;position:relative;display:block; }#Qd4qTwVFmlIWuaZtErisyTPsGbH0wMFL { background-color: transparent; background-image: none; }#Qd4qTwVFmlIWuaZtErisyTPsGbH0wMFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qd4qTwVFmlIWuaZtErisyTPsGbH0wMFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qd4qTwVFmlIWuaZtErisyTPsGbH0wMFL > .row .container > .video-iframe-container { display: none; }#Qd4qTwVFmlIWuaZtErisyTPsGbH0wMFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qd4qTwVFmlIWuaZtErisyTPsGbH0wMFL > .row > .video-iframe-container { display: none; }#Qd4qTwVFmlIWuaZtErisyTPsGbH0wMFL > .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); }#Qd4qTwVFmlIWuaZtErisyTPsGbH0wMFL { border-width: 0; border-radius: 0; }#Qd4qTwVFmlIWuaZtErisyTPsGbH0wMFL > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#OAymvgyBiU0chJh9ahUPc6cQ2h2eue2d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:25.0625rem;top:5.125rem;left:0rem;overflow:hidden;display:block; }
#TXtqs3Pd9NanJH0ndOQqvibm4CclpVhx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:6.625rem;left:64.9375rem; }
#BnktcKCwF10F8ATUFHMw6Tz2xSJZPJ32 { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:6.875rem;left:64.625rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aW2roGJdknDy9QPrZXJv5AgFnDLgfkPE { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:3.5rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:5.75rem;left:64rem;display:block; }
#APZsOsfeBcEXrvw0Fz52ysVOIcExDksb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WmQvUMLQrqg9VDIbW966WkxwQFga5GTT { position:relative;display:block; }#WmQvUMLQrqg9VDIbW966WkxwQFga5GTT { background-color: transparent; background-image: none; }#WmQvUMLQrqg9VDIbW966WkxwQFga5GTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmQvUMLQrqg9VDIbW966WkxwQFga5GTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmQvUMLQrqg9VDIbW966WkxwQFga5GTT > .row .container > .video-iframe-container { display: none; }#WmQvUMLQrqg9VDIbW966WkxwQFga5GTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmQvUMLQrqg9VDIbW966WkxwQFga5GTT > .row > .video-iframe-container { display: none; }#WmQvUMLQrqg9VDIbW966WkxwQFga5GTT > .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); }#WmQvUMLQrqg9VDIbW966WkxwQFga5GTT { border-width: 0; border-radius: 0; }#WmQvUMLQrqg9VDIbW966WkxwQFga5GTT > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#WmQvUMLQrqg9VDIbW966WkxwQFga5GTT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff485c, #ff1c3a);background-image: -moz-linear-gradient(180deg, #ff485c, #ff1c3a);background-image: -ms-linear-gradient(180deg, #ff485c, #ff1c3a);background-image: -o-linear-gradient(180deg, #ff485c, #ff1c3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff485c', endColorstr='#ff1c3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff485c', endColorstr='#ff1c3a' );";background-image: linear-gradient(180deg, #ff485c, #ff1c3a);background-size:auto !important;font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#CDTdfhIZKU4UcFg7TLV8KFLTIMrkaRNM { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:"fira sans";font-size:3rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:3.25rem;left:3rem;height:12rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MIFgc7FLpXTBb8Am2ANvw1sLi09ClTVK { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:"fira sans";font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.140625rem;left:3.09375rem;height:6.824225rem;font-style:normal;display:block; }
#Ko2I78W3SS8IzIctKd0v5kNhBEayDK5F { background-color:#59f370;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #bb2858;border-left:2.8125rem solid #59f370;border-right:0rem solid #bb2858;border-bottom:0rem solid #bb2858;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.625rem 0.5rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.4375rem;left:3rem;display:block; }
#TbXiP3oKuoU6fZGgsiOirD7Vru3RClKO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6HJt1B9LrNlZbvknqbZBJM3fdLlpKWm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:25.3125rem;left:4.4375rem; }
#UQIyxy209Nf4Z4qQ2HrQ8I9zHyNz518L { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/776ad303-784a-4edf-a3d1-9c62d5bee983/topo1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:32.8125rem;width:40.8125rem;top:0rem;left:34.1875rem;display:block; }#UQIyxy209Nf4Z4qQ2HrQ8I9zHyNz518L.adaptive-delivery-prevent-bg, #UQIyxy209Nf4Z4qQ2HrQ8I9zHyNz518L.lazyload, #UQIyxy209Nf4Z4qQ2HrQ8I9zHyNz518L.lazyloading { background-image: none; }
#UQIyxy209Nf4Z4qQ2HrQ8I9zHyNz518L::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem; }#UQIyxy209Nf4Z4qQ2HrQ8I9zHyNz518L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#Dck0y0zUfm3BfzmOJowAyZolbkcfFkVz { 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; }
#oyzpZgRV40UZSTNTXQLIzxRdb2l7NeXi { box-sizing:content-box;height:6.4375rem;width:6.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#b700ff;background-image:none;top:22.3125rem;left:21.125rem;display:block; }
#OaCb1KeZuBoT4wG6Uh8pFVhiOCX9TxZ9 { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:"fira sans";font-size:3.3125rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:23.9375rem;left:22.1875rem;height:3.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NhWnmANcuENlN6kdlRqNANgNAbTXgiAk { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:"fira sans";font-size:0.6875rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:23.375rem;left:21.125rem;height:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RAfHebgkg0WQ89cnNll2muNOTXvoDdPn { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:27.0625rem;left:21.125rem;height:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bet8uqEPdJ9PerKXJFxhPdmmui5k8Ntu { color:#00ffda;display:block;width:9.8125rem;position:absolute;font-family:"fira sans";font-size:1.5rem;font-weight:300;z-index:15013;line-height:2.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.125rem #000000;top:4.25rem;left:36.5625rem;height:26.25rem;font-style:normal;display:block; }
#VuD84IT0b0B2hvcPdJCutaRE7BmgDLU0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e8e8e8);background-image: -moz-linear-gradient(180deg, #ffffff, #e8e8e8);background-image: -ms-linear-gradient(180deg, #ffffff, #e8e8e8);background-image: -o-linear-gradient(180deg, #ffffff, #e8e8e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8' );";background-image: linear-gradient(180deg, #ffffff, #e8e8e8);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VuD84IT0b0B2hvcPdJCutaRE7BmgDLU0 > .row .container { background-color: transparent; background-image: none; }#VuD84IT0b0B2hvcPdJCutaRE7BmgDLU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuD84IT0b0B2hvcPdJCutaRE7BmgDLU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuD84IT0b0B2hvcPdJCutaRE7BmgDLU0 > .row .container > .video-iframe-container { display: none; }#VuD84IT0b0B2hvcPdJCutaRE7BmgDLU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuD84IT0b0B2hvcPdJCutaRE7BmgDLU0 > .row > .video-iframe-container { display: none; }#VuD84IT0b0B2hvcPdJCutaRE7BmgDLU0 > .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); }#VuD84IT0b0B2hvcPdJCutaRE7BmgDLU0 > .row .container { border-width: 0; border-radius: 0; }#VuD84IT0b0B2hvcPdJCutaRE7BmgDLU0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VuD84IT0b0B2hvcPdJCutaRE7BmgDLU0 > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#KUVfakmalGwAyhMJo2RtDqpRwTkyiq1o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.84375rem;left:0rem; }
#hg1auu0JH3sepbxeIOJPPLMmzSnemS52 { color:#3e3e3e;display:block;width:10.375rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3947906494141rem;left:3.9375rem;height:1.462675rem;font-style:normal;display:block; }
#CKLa2qvX3lZbofV6dkvpGoSkNbNa2Pda { color:#3e3e3e;display:block;width:10.375rem;position:absolute;font-family:"fira sans";font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8791656494141rem;left:3.9375rem;height:1.0556625rem;font-style:normal;display:block; }
#g61gdi8NEC54SJZZpgRXITd9Ihcu2vd5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1875rem;left:18.75rem; }
#PksuuAE9SwsveIu3oBRGm9x4VaOWtJM3 { color:#3e3e3e;display:block;width:10.375rem;position:absolute;font-family:"fira sans";font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.875rem;left:22.3125rem;height:1.05625rem;font-style:normal;display:block; }
#rP7diAh0CySZgTOKd8Z6hrKnC94WQVvl { color:#3e3e3e;display:block;width:10.375rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:22.3125rem;height:1.462675rem;font-style:normal;display:block; }
#ioCT7keUfK8GKrK8opAi7Tb9tJvgbhNu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.4375rem;left:56.25rem; }
#nBRkPCIQNibC5b6HVBbbJ2yhehB0F3zs { color:#3e3e3e;display:block;width:11.6875rem;position:absolute;font-family:"fira sans";font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.875rem;left:59.4375rem;height:1.05625rem;font-style:normal;display:block; }
#OC7cLtLy7SFoTo2OVBTpVyUoPRnD79XH { color:#ff1c3a;display:block;width:11.375rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:59.4375rem;height:1.4619125rem;font-style:normal;display:block; }
#rF3IHcXIgSkt65qO6xPVEEH0CxtdUAJm { color:#3e3e3e;display:block;width:11.75rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:40.875rem;height:1.462675rem;font-style:normal;display:block; }
#TQxDdvT7fT12u1Qt6XHeaGmE5fSBCA2H { color:#3e3e3e;display:block;width:14.125rem;position:absolute;font-family:"fira sans";font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.875rem;left:40.875rem;height:1.05625rem;font-style:normal;display:block; }
#QMpFE8hb7QlC2l64nii6dQIAyeiL7lod { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.375rem;left:37.5rem; }
#zEgbnvCpu3boemKgimykqBuQWLMdmPTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zEgbnvCpu3boemKgimykqBuQWLMdmPTb > .row .container { border-width: 0; border-radius: 0; }#zEgbnvCpu3boemKgimykqBuQWLMdmPTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zEgbnvCpu3boemKgimykqBuQWLMdmPTb > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:none; }#urMNzXPLTX8TOiuKAkWen9qGGRcizO4q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:12.5rem;top:3.3125rem;left:0rem;overflow:hidden;display:block; }
#C1uE8QCqfbulR3f4zJKC2TwVWEMNPLK8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:12.5rem;top:3.3125rem;left:12.5rem;overflow:hidden;display:block; }
#kfrCwToeXTpLAK8doGZ5J6AMHvmAU2Cz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:12.5rem;top:3.3125rem;left:25rem;overflow:hidden;display:block; }
#zDwxOpGlpoGHye5iGygfpWPy2qLNXZtq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:12.5rem;top:3.3125rem;left:37.5rem;overflow:hidden;display:block; }
#u3TqQzpVzplOAbG56XLTEH4qGmeewn0c { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:12.5rem;top:3.3125rem;left:50rem;overflow:hidden;display:block; }
#L6z4dbvTaR6auaE402WRK7GhkLn7vNqO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:12.5rem;top:3.3125rem;left:62.5rem;overflow:hidden;display:block; }
#HTqIr9ldIfmKW1FxKzpUEm4filfZXh9S { color:#ff1c3a;display:block;width:37.6875rem;position:absolute;font-family:"fira sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.86328125rem;left:18.65625rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDLSAF2CTcCIP4DtH3aSbetvTnZHxytv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TDLSAF2CTcCIP4DtH3aSbetvTnZHxytv > .row .container { border-width: 0; border-radius: 0; }#TDLSAF2CTcCIP4DtH3aSbetvTnZHxytv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDLSAF2CTcCIP4DtH3aSbetvTnZHxytv > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:none; }#s6lHtDP8KECR7fcn9fZKTgqXRqhKEz3i { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:7.25rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#dN63Bm9yTPnePChfq5Z5r1r8JGzNJZCb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.25rem;top:0.875rem;left:5.875rem;overflow:hidden;display:block; }
#l01UQvgEqMbMmvqqdtEz0wD2GcVJyp28 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.25rem;top:0.90625rem;left:13.125rem;overflow:hidden;display:block; }
#GHV4X2UTJI71W90BD4Mk76zOAlkcR2H8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.25rem;top:0.90625rem;left:19.625rem;overflow:hidden;display:block; }
#icPLokzqNTHTk4LbeGVlIiEKhdqf9E1a { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.25rem;top:0.90625rem;left:25.625rem;overflow:hidden;display:block; }
#NUkIBUSIi4Ix9NxSNafoLHqBvslkoFrm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.25rem;top:0.90625rem;left:32.0625rem;overflow:hidden;display:block; }
#UCa0B5yU5cDkhWuOFDh2VBeXofrXGNJX { 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:5.5rem;width:7.25rem;top:0.90625rem;left:38.25rem;overflow:hidden;display:block; }
#rkzEo8Jwo1cDqrsyRITTH7o8v7UAg6sU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.25rem;top:0.90625rem;left:43.875rem;overflow:hidden;display:block; }
#e53zGdWVqmZc5bbrD3bLrOUwx1yTy5Tl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.25rem;top:1.53125rem;left:49.4375rem;overflow:hidden;display:block; }
#ZnEP9xGmfwU9BiyUubngx2y6i563W2vQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.25rem;top:0.90625rem;left:55.75rem;overflow:hidden;display:block; }
#dmAsxmaTkKFXtq5g8oN16yc0wTqwVhKg { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.25rem;top:1.53125rem;left:62.1875rem;overflow:hidden;display:block; }
#QyDOTPaCQoRH91fiG6sIRTqI6B7bIWOi { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.25rem;top:1.53125rem;left:67.75rem;overflow:hidden;display:block; }
#zcMO3GoWhDwIl3doR3l5rutz0U3coFoD { 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:5.5rem;width:7.25rem;top:6.4375rem;left:0rem;overflow:hidden;display:block; }
#G4BXdTmczTzMLpnRNhMFPDS2SmvkD81h { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.25rem;top:6.4375rem;left:7.25rem;overflow:hidden;display:block; }
#rpazCP7dV4znXPm294ctH3979CyVbiQo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:6.375rem;top:6.4375rem;left:14.5rem;overflow:hidden;display:block; }
#gzNLDTDqq8MF9BwNTM6Kua7rBfDqyu6k { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:6.375rem;top:6.4375rem;left:20.875rem;overflow:hidden;display:block; }
#ryDWBOdX78rQShvvUr7IOOn0xJAxTVps { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:3.25rem;top:7.03125rem;left:26.875rem;overflow:hidden;display:block; }
#iiEphthX73TGMG309P5VqSQoaXWffpS3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.25rem;top:7.03125rem;left:31rem;overflow:hidden;display:block; }
#s9T4A7tpfoSvnlDz0lNnNwgPxgiNi16w { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:1.875rem;top:7.03125rem;left:36.125rem;overflow:hidden;display:block; }
#NvHhrtFe2O5EVEmc9hINgB6sALgm0QFF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:5rem;top:7.03125rem;left:38.25rem;overflow:hidden;display:block; }
#wh4R2a6Z41JmB5q1LPEKdIOotmtxC5zd { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:1.875rem;top:7.03125rem;left:43.875rem;overflow:hidden;display:block; }
#c7sMaXF5LakbTduyxIWZFKrk8M2vxSUt { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:1.875rem;top:7.03125rem;left:46.5625rem;overflow:hidden;display:block; }
#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw { 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; }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .row .container { background-color: transparent; background-image: none; }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .row .container > .video-iframe-container { display: none; }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .row > .video-iframe-container { display: none; }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .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); }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .row .container { border-width: 0; border-radius: 0; }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#tXFU8lNgkPyB7WHXcPIDUQJfxFnE9Nx6 { color:#2e2e2e;display:block;width:19.9375rem;position:absolute;font-family:"fira sans";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#FHkMRPnBcMhJJrW7GsQ1dZzQ9sod6t8X { 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.875rem;width:8.3125rem;top:4.78125rem;left:32rem;overflow:hidden;display:block; }
#FZ07OM4XE5eTqkXD6DI2lTpZTXV0wZOL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.75rem;top:4.78125rem;left:41.625rem;overflow:hidden;display:block; }
#Gw8VvfBdD9axwbOrzqI7fM1T3fAgaHQW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:8.25rem;top:4.9375rem;left:49.6875rem;overflow:hidden;display:block; }
#AXaGeqLKfVXnG7t45W7lub3MobHnTlpE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:6.1875rem;top:4.0625rem;left:59.625rem;overflow:hidden;display:block; }
#SrpqULLrxCwC1O5DdQLIlaTIkaSlxNco { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.625rem;top:5rem;left:67.375rem;overflow:hidden;display:block; }
#w3XvvZkwL8NhW4oHX5N3tNsN439MTqAk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:4.5625rem;top:10.0625rem;left:55.375rem;overflow:hidden;display:block; }
#iBFiqJCsBMaI30D2dQtgFBEAZmJ2zdKc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8rem;top:10.75rem;left:26.375rem;overflow:hidden;display:block; }
#IC0yl16z7cXX9hxJIfgdfh4kRQh6h5B0 { 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:1.5625rem;width:7.0625rem;top:10.90625rem;left:36.65625rem;overflow:hidden;display:block; }
#XKk9toEbPLffmKrmJXBnVNXkWGFWAWGv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:4.6875rem;top:10rem;left:46.5625rem;overflow:hidden;display:block; }
#nNzumEx8AuFmKQ61TuJOz1SDbUOivySM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:4.1875rem;top:10.0625rem;left:63.25rem;overflow:hidden;display:block; }
#tNnQmCuHbc7Jdo2IsrXrTBMhCBF6pLaM { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.625rem;top:9.53125rem;left:70.375rem;overflow:hidden;display:block; }
#Abnew6bDxEVRfolbtfdXxoX6qSdUpHeu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:3.59375rem;left:26.375rem;overflow:hidden;display:block; }
#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv { 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; }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .row .container { background-color: transparent; background-image: none; }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .row .container > .video-iframe-container { display: none; }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .row > .video-iframe-container { display: none; }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .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); }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .row .container { border-width: 0; border-radius: 0; }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#McoIf3sOMBSUpExqQwzbINBnJfny0FaS { color:#2e2e2e;display:block;width:25.0625rem;position:absolute;font-family:"fira sans";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.4375rem;left:24.96875rem;height:3.65625rem;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; }
#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL { position:relative;display:block; }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL { background-color: transparent; background-image: none; }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .row .container > .video-iframe-container { display: none; }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .row > .video-iframe-container { display: none; }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .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); }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL { border-width: 0; border-radius: 0; }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OMbmsmTdeml09ayRdXnTLftsDz0sBG6D { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6a8e1d46-b155-4434-8ae7-470a163a0886/atsappimage20220701at082201.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:11.25rem;top:8.125rem;left:0rem;display:block; }#OMbmsmTdeml09ayRdXnTLftsDz0sBG6D.adaptive-delivery-prevent-bg, #OMbmsmTdeml09ayRdXnTLftsDz0sBG6D.lazyload, #OMbmsmTdeml09ayRdXnTLftsDz0sBG6D.lazyloading { background-image: none; }
#pTVo2h1ov1ib23AQW8yTqEcITlzF4erT { color:#000000;display:block;width:9.625rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:17.875rem;left:0.625rem;height:2.25rem;font-style:normal;display:block; }
#kWSUqCUFd5UWxUQD3P3Q0JZcTZbBENEg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3630a05f-2d40-4202-b872-4b23c9b6c511/modelofrentehoradacrianc204167a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:11.25rem;top:8.125rem;left:12.875rem;display:block; }#kWSUqCUFd5UWxUQD3P3Q0JZcTZbBENEg.adaptive-delivery-prevent-bg, #kWSUqCUFd5UWxUQD3P3Q0JZcTZbBENEg.lazyload, #kWSUqCUFd5UWxUQD3P3Q0JZcTZbBENEg.lazyloading { background-image: none; }
#QXcBeslTZ9RJg1cKFa9XCRKBsC5o645H { color:#000000;display:block;width:10.25rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:17.875rem;left:13.5rem;height:2.25rem;font-style:normal;display:block; }
#bbxeXwrVR5XTI9NbnrvqHCTU3Eyt84yy { color:#2e2e2e;display:block;width:16rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.28125rem;left:4.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fT95ZTtPt5xolADVa9kVZib8WXoTI7cM { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b76afa2a-d0ec-458e-a872-c38bf6071eb8/MODELO.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:11.25rem;top:8.1875rem;left:38.3125rem;display:block; }#fT95ZTtPt5xolADVa9kVZib8WXoTI7cM.adaptive-delivery-prevent-bg, #fT95ZTtPt5xolADVa9kVZib8WXoTI7cM.lazyload, #fT95ZTtPt5xolADVa9kVZib8WXoTI7cM.lazyloading { background-image: none; }
#gyrMwnexTNriZPzXqdMgPVoTAmQkNzII { color:#2e2e2e;display:block;width:12.125rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.375rem;left:31.375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fU3xA04LD3MH8pzPOT0UZ0xNg964iEaH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b106f37a-2e47-41da-a993-ee9708a0552e/WhatsAppImage20230720at162229_1_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:11.25rem;top:8.1875rem;left:25.5rem;display:block; }#fU3xA04LD3MH8pzPOT0UZ0xNg964iEaH.adaptive-delivery-prevent-bg, #fU3xA04LD3MH8pzPOT0UZ0xNg964iEaH.lazyload, #fU3xA04LD3MH8pzPOT0UZ0xNg964iEaH.lazyloading { background-image: none; }
#K6Cu15ihbcnJdQ1EbfomrCQcKEsfiOXU { color:#000000;display:block;width:10.25rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:17.9375rem;left:38.9375rem;height:2.25rem;font-style:normal;display:block; }
#SVRXQKTQbLNzTqSsKd2BUpbpKW6lx43Q { color:#000000;display:block;width:10.25rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:17.9375rem;left:26.125rem;height:2.25rem;font-style:normal;display:block; }
#PTxZbS8r1btqBTTHAIohqCWd29u2nhFl { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a06c1280-57de-40e9-868a-2793570e974f/WhatsAppImage20221008at191641.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:11.25rem;top:8.1875rem;left:63.75rem;display:block; }#PTxZbS8r1btqBTTHAIohqCWd29u2nhFl.adaptive-delivery-prevent-bg, #PTxZbS8r1btqBTTHAIohqCWd29u2nhFl.lazyload, #PTxZbS8r1btqBTTHAIohqCWd29u2nhFl.lazyloading { background-image: none; }
#vcEftV8X3sxMTy50Z33LaTTDQlwyvbN3 { color:#2e2e2e;display:block;width:12.125rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.3125rem;left:56.4375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ze8ETaavky4Zv5cesvZTfbzUA4uQET7X { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/32edd5a0-a040-4e9f-82bb-d6114295fd9d/WhatsAppImage20221201at112013.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:11.25rem;top:8.1875rem;left:51rem;display:block; }#Ze8ETaavky4Zv5cesvZTfbzUA4uQET7X.adaptive-delivery-prevent-bg, #Ze8ETaavky4Zv5cesvZTfbzUA4uQET7X.lazyload, #Ze8ETaavky4Zv5cesvZTfbzUA4uQET7X.lazyloading { background-image: none; }
#A401Ecb9kHZ336VX4hc42Ke0nNtdBxoG { color:#000000;display:block;width:10.25rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:17.9375rem;left:64.375rem;height:2.25rem;font-style:normal;display:block; }
#FmzdIBucXWTkUe7HT7qeQktPEM81DdXa { color:#000000;display:block;width:10.25rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:17.9375rem;left:51.625rem;height:2.25rem;font-style:normal;display:block; }
#UPtKJU0TwDrmAz7XBncMLXwVw9klmCoa { position:relative;display:none; }#UPtKJU0TwDrmAz7XBncMLXwVw9klmCoa { border-width: 0; border-radius: 0; }#UPtKJU0TwDrmAz7XBncMLXwVw9klmCoa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UPtKJU0TwDrmAz7XBncMLXwVw9klmCoa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XnCwTxKJ3T2As3uJVT8XqZEWm0KA9anF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6a8e1d46-b155-4434-8ae7-470a163a0886/atsappimage20220701at082201.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:11.25rem;top:5rem;left:0rem;display:block; }#XnCwTxKJ3T2As3uJVT8XqZEWm0KA9anF.adaptive-delivery-prevent-bg, #XnCwTxKJ3T2As3uJVT8XqZEWm0KA9anF.lazyload, #XnCwTxKJ3T2As3uJVT8XqZEWm0KA9anF.lazyloading { background-image: none; }
#AGM4TDQcTOZsPab3lUHWe59aV22iEN13 { color:#000000;display:block;width:9.625rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.75rem;left:0.625rem;height:2.25rem;font-style:normal;display:block; }
#d4KzyKVsh23eAkuJwQTdrOWTVKrONLe2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3630a05f-2d40-4202-b872-4b23c9b6c511/modelofrentehoradacrianc204167a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:11.25rem;top:5rem;left:12.875rem;display:block; }#d4KzyKVsh23eAkuJwQTdrOWTVKrONLe2.adaptive-delivery-prevent-bg, #d4KzyKVsh23eAkuJwQTdrOWTVKrONLe2.lazyload, #d4KzyKVsh23eAkuJwQTdrOWTVKrONLe2.lazyloading { background-image: none; }
#SXEQzHdnt0qxPJaxT0CsMVkcWAkbor5n { color:#000000;display:block;width:10.25rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.75rem;left:13.5rem;height:2.25rem;font-style:normal;display:block; }
#Di23VbqRZFdW7biuM4zIc0x9apstdSFm { color:#000000;display:block;width:10.25rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.75rem;left:39rem;height:2.25rem;font-style:normal;display:block; }
#gxhlvFKpL9AsGT2G482USibH5KPnBZAk { position:absolute;display:block;z-index:15000;background-color:#0c172c;background-image:url("https://images.assets-landingi.com/uc/42b4eeb2-c254-42ec-9dbc-bd389b33c4db/detela20231009a204128s092735.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:11.25rem;top:5rem;left:38.375rem;display:block; }#gxhlvFKpL9AsGT2G482USibH5KPnBZAk.adaptive-delivery-prevent-bg, #gxhlvFKpL9AsGT2G482USibH5KPnBZAk.lazyload, #gxhlvFKpL9AsGT2G482USibH5KPnBZAk.lazyloading { background-image: none; }
#aTu2UVPqxlbdTWaq0N62OOdHbChDg8Zf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/27bb78d0-aab8-4d3c-b4f6-81dde00e69cf/atsappimage20220701at082652.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:11.25rem;top:5rem;left:25.5625rem;display:block; }#aTu2UVPqxlbdTWaq0N62OOdHbChDg8Zf.adaptive-delivery-prevent-bg, #aTu2UVPqxlbdTWaq0N62OOdHbChDg8Zf.lazyload, #aTu2UVPqxlbdTWaq0N62OOdHbChDg8Zf.lazyloading { background-image: none; }
#Trqfo5QFSdxSkFN63gwG7NBLiqmGGyk5 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.75rem;left:26.1875rem;height:2.25rem;font-style:normal;display:block; }
#ccrwFHQyDcs9QT4QXyHvtfZzzA91asLu { color:#2e2e2e;display:block;width:16rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.15625rem;left:4.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N6xtzllIXVPW38KmhRmAn4k1PZIiywNe { color:#2e2e2e;display:block;width:14.8125rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.15625rem;left:30.09375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rVx6LKublI88NbKatEBXtEUt9lHaGedA { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b76afa2a-d0ec-458e-a872-c38bf6071eb8/MODELO.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:11.25rem;top:5.0625rem;left:63.75rem;display:block; }#rVx6LKublI88NbKatEBXtEUt9lHaGedA.adaptive-delivery-prevent-bg, #rVx6LKublI88NbKatEBXtEUt9lHaGedA.lazyload, #rVx6LKublI88NbKatEBXtEUt9lHaGedA.lazyloading { background-image: none; }
#RQLICoHAJGCKAQMrto4Et01yDvQ92Tw0 { color:#2e2e2e;display:block;width:12.125rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.25rem;left:56.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oEEz3bRdly9MNnQbOmrzoBE4rW442vXq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b106f37a-2e47-41da-a993-ee9708a0552e/WhatsAppImage20230720at162229_1_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:11.25rem;top:5.0625rem;left:50.9375rem;display:block; }#oEEz3bRdly9MNnQbOmrzoBE4rW442vXq.adaptive-delivery-prevent-bg, #oEEz3bRdly9MNnQbOmrzoBE4rW442vXq.lazyload, #oEEz3bRdly9MNnQbOmrzoBE4rW442vXq.lazyloading { background-image: none; }
#MHH9ubR0V02WACrPxMT2ySplNb05Rz0z { color:#000000;display:block;width:10.25rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.8125rem;left:64.375rem;height:2.25rem;font-style:normal;display:block; }
#HxJNy2qRvhEW2I7SZuLdPcx5k3Q1l0C5 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.8125rem;left:51.5625rem;height:2.25rem;font-style:normal;display:block; }
#zfio8ozDDt3diUvLEs0trlZXEUczohuA { position:relative;display:none; }#zfio8ozDDt3diUvLEs0trlZXEUczohuA { border-width: 0; border-radius: 0; }#zfio8ozDDt3diUvLEs0trlZXEUczohuA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zfio8ozDDt3diUvLEs0trlZXEUczohuA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eJxyRdJHrFyBlDzxpUz6sdqnUgDGE3wJ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a2f8f20c-d5c8-4289-976f-67cd9c40fba8/f.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:23.5625rem;top:3.875rem;left:12.75rem;display:block; }#eJxyRdJHrFyBlDzxpUz6sdqnUgDGE3wJ.adaptive-delivery-prevent-bg, #eJxyRdJHrFyBlDzxpUz6sdqnUgDGE3wJ.lazyload, #eJxyRdJHrFyBlDzxpUz6sdqnUgDGE3wJ.lazyloading { background-image: none; }
#Lxu7Vt4nliGCQQEmXsAtzb2nURUQ4uHm { color:#000000;display:block;width:10.25rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:13.6875rem;left:19.4375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OnGeg3ugc6BeQTX2GQXm2yG9ppLLtbJO { color:#2e2e2e;display:block;width:18.6875rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:15.1875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff1c3a;background-image:none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row .container { background-color: transparent; background-image: none; }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row .container > .video-iframe-container { display: none; }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row > .video-iframe-container { display: none; }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .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); }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row .container { border-width: 0; border-radius: 0; }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#gtpS35CK7PfxdOdTNRkmeqaEcrA09Uli { color:#ffffff;display:block;width:49.625rem;position:absolute;font-family:"fira sans";font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.90625rem;left:0rem;height:2.625rem;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; }
#EQTp53lVa7ZM2V5zwAA1sqPhWaxuW2Mh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:10.8125rem;left:20.125rem; }
#VJeFXBpZ9Xdqh1d1ySe50XvvMgZccgLC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:11rem;top:-2.375rem;left:60.15625rem;overflow:hidden;display:block; }
#TVwTFETftcRpIGJAB07cd0ULrDwgRmXK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4rem;left:50rem; }
#aA53FKPF64Oc6TuZEWO1N2W9oNcL36E0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:15.1875rem;top:-3.625rem;left:52.5625rem;overflow:hidden;display:block; }
#qMnGg453G1OcfLTcxvDKwKcpxlxiTtBF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:15.1875rem;top:-3.625rem;left:64.353162667006rem;overflow:hidden;display:block; }
#Voh6rbpVDyMzBFyqVJ7yWF2k0ihHzq4T { position:relative;display:none; }#Voh6rbpVDyMzBFyqVJ7yWF2k0ihHzq4T { border-width: 0; border-radius: 0; }#Voh6rbpVDyMzBFyqVJ7yWF2k0ihHzq4T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Voh6rbpVDyMzBFyqVJ7yWF2k0ihHzq4T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qx8q6xhWWXlIA9ZltS5Vkw53v9q1mQsv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:2.9375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#NvVit9R4smzfC0MiZTL7I7N3vMCH9aA3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:4.9375rem;top:0.9375rem;left:2.9375rem;overflow:hidden;display:block; }
#b5lt6PSp5VWUwISazaqBacThW3nLwFLJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.9375rem;top:1.375rem;left:7.875rem;overflow:hidden;display:block; }
#QcT4coqcIOQORQmwT83eIy7z7kp4O2Xo { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.5625rem;top:1.53125rem;left:12.8125rem;overflow:hidden;display:block; }
#LAz9vaGNrzAGJFuTSiNO7ffV3LmyN7OP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.25rem;top:1.53125rem;left:17.375rem;overflow:hidden;display:block; }
#ruHP5IhcstwtzdnWTNmSEDU9aGkTtTD4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:1.5rem;top:1.53125rem;left:21.625rem;overflow:hidden;display:block; }
#mcRItO0PtfhueashccubIRW4qQTwl1kI { 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:2.3125rem;width:3.3125rem;top:0.9375rem;left:23.125rem;overflow:hidden;display:block; }
#gNpqFPxG0J29Rv58oxwsidNyUuZVoRpt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.875rem;top:2.15625rem;left:24.6875rem;overflow:hidden;display:block; }
#DOGishyBdnH8zMwnxFLy4BZl8ks3fqQJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2rem;top:1.75rem;left:27.375rem;overflow:hidden;display:block; }
#ApKTTWhulNhhB3xADekzfQoV84ZBcs0F { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.25rem;top:1.53125rem;left:30.125rem;overflow:hidden;display:block; }
#FA4ZOUPBpRxBoLAF4Ut1MviUC9Ap8Q7f { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.25rem;top:1.875rem;left:33.375rem;overflow:hidden;display:block; }
#Q2i6RVoRfyuFf2iUb9furhhIcOlQtiWl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.5625rem;top:1.9375rem;left:36.625rem;overflow:hidden;display:block; }
#vmTReZxhZMvWyQiBZ95Pck2aWmAPq0nA { 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:1.9375rem;width:1.75rem;top:3rem;left:39.1875rem;overflow:hidden;display:block; }
#af7xAqOowlXBM5sv29BsVIXKtf78SiB1 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:4.0625rem;top:3rem;left:40.9375rem;overflow:hidden;display:block; }
#nas89AffEAouNsZN6VW7uRFTIuOiifyO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.8125rem;top:2.5625rem;left:45rem;overflow:hidden;display:block; }
#ZFwE07rF8u2m4BvZfSoNfl0VkvRocbfV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.8125rem;top:0.9375rem;left:48.8125rem;overflow:hidden;display:block; }
#buSt7HuCtkPfOITQMdMDwPSJ5y44FHiC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.0625rem;top:4rem;left:48.8125rem;overflow:hidden;display:none; }
#SQAziZGETZ5nkCV7mdelMSUXT0S4Ldzf { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.0625rem;top:1.71875rem;left:52.625rem;overflow:hidden;display:block; }
#L48KWlbJW4HEvk5RemJH3xMrVNy5TFbJ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.4375rem;top:4rem;left:52.625rem;overflow:hidden;display:block; }
#Sy8nUlVABIPxXnlnVVofRnAaEkpn2qXR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.4375rem;top:1.90625rem;left:55.6875rem;overflow:hidden;display:block; }
#WLkhL1idrVO3525tZWeyrDnAb0rt8XNt { position:absolute;display:block;z-index:15020;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.875rem;width:1.25rem;top:4rem;left:55.6875rem;overflow:hidden;display:block; }
#Q2Ax3cJQitGDeI3i5dyiTFlO4Z3AVQXi { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2rem;top:1.75rem;left:57.75rem;overflow:hidden;display:block; }
#EgD6FJSsEw2ibQdAnLme3WmsHmh50gSW { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.5625rem;top:4rem;left:57.75rem;overflow:hidden;display:block; }
#Dl9VuoCGdDoPbZKBC9cT0U5dpK9XmkGH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.5rem;top:1.75rem;left:60.3125rem;overflow:hidden;display:block; }
#KnJ0eTF2weBhmHmwAHupfLopiwShXmLU { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.25rem;top:4rem;left:59.75rem;overflow:hidden;display:block; }
#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f7fc;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; }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row .container { background-color: transparent; background-image: none; }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row .container > .video-iframe-container { display: none; }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row > .video-iframe-container { display: none; }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .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); }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row .container { border-width: 0; border-radius: 0; }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#pgE6tOxBMxtOAg61wTJ6UpiCmglziKnt { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a93a0a58-0109-4a1f-bb93-17cf975bc430/55.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.625rem;width:22.5rem;top:5rem;left:0rem;display:block; }#pgE6tOxBMxtOAg61wTJ6UpiCmglziKnt.adaptive-delivery-prevent-bg, #pgE6tOxBMxtOAg61wTJ6UpiCmglziKnt.lazyload, #pgE6tOxBMxtOAg61wTJ6UpiCmglziKnt.lazyloading { background-image: none; }
#P0NluqG5S1g2x5WxdngT9FsLIE6sEMfZ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(127,134,148,0.4) ;height:18.125rem;width:22.5rem;top:20.625rem;left:0rem;display:block; }
#VLxlUcVyRQc9xvZV27tawqdiLkDbBycV { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:24.96875rem;left:1.71875rem;height:4.798825rem;font-style:normal;display:block; }
#Nls0hb98avBI2Wp9vkAKXJTDwDZ5htAN { color:#ff1c3a;display:block;width:17.8125rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.3125rem;left:1.71875rem;height:2.03125rem;font-style:normal;display:block; }
#tnv02VvdZ5po4TgKOREWmML4ECNsTPoD { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:31.666667938233rem;left:1.71875rem;height:;font-style:normal;display:block; }#tnv02VvdZ5po4TgKOREWmML4ECNsTPoD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tnv02VvdZ5po4TgKOREWmML4ECNsTPoD li:before{  }
#eLU6hknv5qhiaSMkRqegGpguJoiaFfxf { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(127,134,148,0.4) ;height:18.125rem;width:22.5rem;top:20.625rem;left:26.25rem;display:block; }
#UMi9fcBUGyBX37mfoXBivXHDDdlbvNOO { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:31.6650390625rem;left:27.8125rem;height:4.298825rem;font-style:normal;display:block; }#UMi9fcBUGyBX37mfoXBivXHDDdlbvNOO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UMi9fcBUGyBX37mfoXBivXHDDdlbvNOO li:before{  }
#gLbqSRqf9cIVNakNZrth5RgCGRDSrTtV { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:24.9677734375rem;left:28rem;height:4.798825rem;font-style:normal;display:block; }
#xbTGWMekkwNdyesTMwqrkxTB5u736AKy { color:#ff1c3a;display:block;width:17.8125rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.3125rem;left:28rem;height:2.03125rem;font-style:normal;display:block; }
#SBkNCKzkyWCyAQ91CxQCOtLM8un1vQWM { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/384e5b2b-5715-479b-a293-966c679bf6f9/detela20231009a204128s095130.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.625rem;width:22.5rem;top:5rem;left:26.25rem;display:block; }#SBkNCKzkyWCyAQ91CxQCOtLM8un1vQWM.adaptive-delivery-prevent-bg, #SBkNCKzkyWCyAQ91CxQCOtLM8un1vQWM.lazyload, #SBkNCKzkyWCyAQ91CxQCOtLM8un1vQWM.lazyloading { background-image: none; }
#ciRsRSW0bLxsyvhwIMay0PqhOzVrol3G { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5f92d23d-63ea-4834-9437-38e14dcd3ae5/atsappimage20221201at111818.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.625rem;width:22.5rem;top:5rem;left:52.5rem;display:block; }#ciRsRSW0bLxsyvhwIMay0PqhOzVrol3G.adaptive-delivery-prevent-bg, #ciRsRSW0bLxsyvhwIMay0PqhOzVrol3G.lazyload, #ciRsRSW0bLxsyvhwIMay0PqhOzVrol3G.lazyloading { background-image: none; }
#S2shtkFoHdJ8Oei53knW9K73l9ctJ6ZF { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(127,134,148,0.4) ;height:18.125rem;width:22.5rem;top:20.625rem;left:52.5rem;display:block; }
#cJ1wUX5JmVeTt8HfGgmF3UKiKgZB1vDS { color:#ff1c3a;display:block;width:17.8125rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.3125rem;left:54.25rem;height:2.03125rem;font-style:normal;display:block; }
#TReUMlHcXQWNs6yIA2ImFZOXx9aoK8pR { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:25rem;left:54.25rem;height:4.19824375rem;font-style:normal;display:block; }
#ONMbfsor656kNGvDPAlKibM8xI7LXB2V { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"fira sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:31.666667938233rem;left:54.0625rem;height:;font-style:normal;display:block; }#ONMbfsor656kNGvDPAlKibM8xI7LXB2V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ONMbfsor656kNGvDPAlKibM8xI7LXB2V li:before{  }
#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff1c3a;background-image:none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row .container { background-color: transparent; background-image: none; }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row .container > .video-iframe-container { display: none; }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row > .video-iframe-container { display: none; }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .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); }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row .container { border-width: 0; border-radius: 0; }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#zBT2SaunB70UaleBQqAeC8Kz6WkuT9zm { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/464ff411-4910-4325-ae2b-1375ca445bd8/FOTO1.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.5625rem;width:36rem;top:0rem;left:-22.75rem;display:block; }#zBT2SaunB70UaleBQqAeC8Kz6WkuT9zm.adaptive-delivery-prevent-bg, #zBT2SaunB70UaleBQqAeC8Kz6WkuT9zm.lazyload, #zBT2SaunB70UaleBQqAeC8Kz6WkuT9zm.lazyloading { background-image: none; }
#sTdWlTb78OdcoX1GTziOioMQtdxSrQmp { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #ff1c3a);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #ff1c3a);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #ff1c3a);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #ff1c3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff1c3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff1c3a' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #ff1c3a);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:16.5625rem;width:10.5rem;top:0rem;left:2.8125rem;display:block; }
#Xqc0KVLT3w5nW3R7lIxZI0JZARzaRCIf { color:#ffffff;display:block;width:55.875rem;position:absolute;font-family:"fira sans";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:3.0625rem;left:17.4375rem;height:2.25rem;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; }
#bToyCox27XV6k2Qr2bbVHcu3vrrsTwuR { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.15625rem;left:17.4375rem;height:1.625rem;font-style:normal;display:block; }
#RD58Wu59dPyWQeqgf1wICMdOoHSAMD78 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #bb2858;border-left:2.8125rem solid #ffffff;border-right:0rem solid #bb2858;border-bottom:0rem solid #bb2858;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 1.5625rem #ffffff ;box-sizing:border-box;color:#ff0042;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:9.8125rem;left:17.4375rem;display:block; }
#Bl5QLn5aGg1OAZWSm7zZqfIwRgznLmMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pbeoQUvVyJw26J7sDCaZOV64t3w8hxFE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:10.8125rem;left:20.125rem; }
#SEt6Ecm9LwqmnPIIPnF9vtTKpWk1XDce { 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; }#SEt6Ecm9LwqmnPIIPnF9vtTKpWk1XDce > .row .container { background-color: transparent; background-image: none; }#SEt6Ecm9LwqmnPIIPnF9vtTKpWk1XDce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEt6Ecm9LwqmnPIIPnF9vtTKpWk1XDce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEt6Ecm9LwqmnPIIPnF9vtTKpWk1XDce > .row .container > .video-iframe-container { display: none; }#SEt6Ecm9LwqmnPIIPnF9vtTKpWk1XDce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEt6Ecm9LwqmnPIIPnF9vtTKpWk1XDce > .row > .video-iframe-container { display: none; }#SEt6Ecm9LwqmnPIIPnF9vtTKpWk1XDce > .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); }#SEt6Ecm9LwqmnPIIPnF9vtTKpWk1XDce > .row .container { border-width: 0; border-radius: 0; }#SEt6Ecm9LwqmnPIIPnF9vtTKpWk1XDce > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SEt6Ecm9LwqmnPIIPnF9vtTKpWk1XDce > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#lvoB2TPIsz26u1ynZSz1VRemSBiAuuh3 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:14.125rem;left:0rem;height:9.597625rem;font-style:normal;display:block; }
#APRTSq06LoP3LHOlPl65MMzutdVhCT7u { color:#ff1c3a;display:block;width:17.8125rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.4375rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#n6o7tH4NIDsKZcati1ApN00Z9fIEiXqn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.75rem;left:0rem; }
#fmrhIvTMffOgfcZmttQQqEqsrxh9lzSi { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:14.125rem;left:28.75rem;height:7.9980625rem;font-style:normal;display:block; }
#e6lxyU5d6qzQZLGGH0r9vd6QkVHGGS2g { color:#ff1c3a;display:block;width:17.8125rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.4375rem;left:28.75rem;height:2.03125rem;font-style:normal;display:block; }
#r9amQV0Sk3gTNyn8KfBnKBfPi2Z4dur0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.125rem;left:28.75rem; }
#zEMeCZQf1vxzo9LHP8BAhJ6xyAfNh27G { color:#ff1c3a;display:block;width:17.8125rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:55.625rem;height:2.03125rem;font-style:normal;display:block; }
#Pmy2lMdkZ5Wik4J1AhWGhSt9B6eRnmax { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:14.1875rem;left:55.625rem;height:9.597625rem;font-style:normal;display:block; }
#gBw5o8RzyiTX8BQtWoPURGxSE7Xx23gd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.5625rem;left:55.625rem; }
#SdaZ22PgDy0xLx9egfuE9eVrbJdvw5X0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15009;opacity:1;top:5.875rem;left:50.6875rem;display:none; }
#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 { position:relative;display:block; }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 { background-color: transparent; background-image: none; }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 > .row .container > .video-iframe-container { display: none; }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 > .row > .video-iframe-container { display: none; }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 > .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); }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 { border-width: 0; border-radius: 0; }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff1c3a;background-image:none;font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#he7hrzTIiK0R6r5T6hm30Ubn8DlaVnVT { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:"fira sans";font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.15625rem;left:13.125rem;height:5.25rem;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; }
#R1Ns0OG0d3RHc6vuLklIJzwZpDpGkXyF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15009;opacity:1;top:5.875rem;left:50.6875rem; }
#XOFJT8l0Xt8TdlIpk4D1lIPyLBBMElgn { background-color:#2ffa93;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #bb2858;border-left:3.125rem solid #2ffa93;border-right:0rem solid #bb2858;border-bottom:0rem solid #bb2858;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2e2e2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:5.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.125rem;left:47.9375rem;display:block; }
#MQF7B1PzOHzAZi3Hl7evOkNmoxmJ1EXQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#drWpyrJVPIpnWqOCqNHLNhK2TeCq901C { background-color:#2ffa93;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #bb2858;border-left:3.125rem solid #2ffa93;border-right:0rem solid #bb2858;border-bottom:0rem solid #bb2858;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:5.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.125rem;left:46.75rem;display:none; }
#VvJGX9BX3BTD0lFbEaZzNACGPo1K4Fvp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X6AZVUpyzXT5nAZDqTG93wB5qFR1fx5e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.0625rem;width:12.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:.25;top:0.75rem;left:2.375rem; }
#mxdlwJ0GMwW3H6iQMiRHRJDhkbrxZi7L { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"fira sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:10.09375rem;left:51.78125rem;height:1.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#USwrRamgRzPgTTCl8ZSE7Goh3VHEUunm { z-index:;position:relative;display:block; }#USwrRamgRzPgTTCl8ZSE7Goh3VHEUunm { background-color: transparent; background-image: none; }#USwrRamgRzPgTTCl8ZSE7Goh3VHEUunm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USwrRamgRzPgTTCl8ZSE7Goh3VHEUunm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USwrRamgRzPgTTCl8ZSE7Goh3VHEUunm > .row .container > .video-iframe-container { display: none; }#USwrRamgRzPgTTCl8ZSE7Goh3VHEUunm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USwrRamgRzPgTTCl8ZSE7Goh3VHEUunm > .row > .video-iframe-container { display: none; }#USwrRamgRzPgTTCl8ZSE7Goh3VHEUunm > .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); }#USwrRamgRzPgTTCl8ZSE7Goh3VHEUunm { border-width: 0; border-radius: 0; }#USwrRamgRzPgTTCl8ZSE7Goh3VHEUunm > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#pPEb6qwf8xalBULFI2dfKDmSr53LMId0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:15.5rem;top:6.375rem;left:0rem;overflow:hidden;display:block; }
#TQrCJApAZeMJOTzMW9eNcp6NScbnVovT { color:#2e2e2e;display:block;width:19rem;position:absolute;font-family:"fira sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.625rem;left:56rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sVd10viTBGOlkFZrBA5BCiTlP9pcA2pt { color:#2e2e2e;display:block;width:30.6875rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.3125rem;left:44.3125rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #gXxxW0QrNlKeLFNbZaIb80GoGuJUyFyD > .row .container { background-color: transparent; background-image: none; }#gXxxW0QrNlKeLFNbZaIb80GoGuJUyFyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXxxW0QrNlKeLFNbZaIb80GoGuJUyFyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXxxW0QrNlKeLFNbZaIb80GoGuJUyFyD > .row .container > .video-iframe-container { display: none; }#gXxxW0QrNlKeLFNbZaIb80GoGuJUyFyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXxxW0QrNlKeLFNbZaIb80GoGuJUyFyD > .row > .video-iframe-container { display: none; }#gXxxW0QrNlKeLFNbZaIb80GoGuJUyFyD > .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); }#gXxxW0QrNlKeLFNbZaIb80GoGuJUyFyD > .row .container { border-width: 0; border-radius: 0; }#gXxxW0QrNlKeLFNbZaIb80GoGuJUyFyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gXxxW0QrNlKeLFNbZaIb80GoGuJUyFyD > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#UWTbJOgc9cfyrZdK2zRV16PO78SeV5gW { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#UWTbJOgc9cfyrZdK2zRV16PO78SeV5gW { background-color: transparent; background-image: none; }#UWTbJOgc9cfyrZdK2zRV16PO78SeV5gW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWTbJOgc9cfyrZdK2zRV16PO78SeV5gW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWTbJOgc9cfyrZdK2zRV16PO78SeV5gW > .row .container > .video-iframe-container { display: none; }#UWTbJOgc9cfyrZdK2zRV16PO78SeV5gW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWTbJOgc9cfyrZdK2zRV16PO78SeV5gW > .row > .video-iframe-container { display: none; }#UWTbJOgc9cfyrZdK2zRV16PO78SeV5gW > .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); }#UWTbJOgc9cfyrZdK2zRV16PO78SeV5gW { border-width: 0; border-radius: 0; }#UWTbJOgc9cfyrZdK2zRV16PO78SeV5gW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UWTbJOgc9cfyrZdK2zRV16PO78SeV5gW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PiOSGbvi5K105tnPbhTu9gtPwCr79rzV { background-color:#ff1c3a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:62.4375rem;display:block; }
#B7bIlo8SZSn9QxGWAduGOTu7VrnyCq6e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gn9quFIPHuZgLgpcXbop659zETUHulqS { box-sizing:content-box;color:#ff1c3a;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#HSKMovMEUK9XQmoN1sfafkO6iWDmTNIt { background-color:#25d366;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#PbnT0bFJkI3TDTmkGQMTBr8OxJeCInHe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PFPRycVvk8IGm1ItT3vVwKsQe2xNDdRs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#LvISlOohilxZ31HOiucmW5KzST4eusDN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mqs8cigGKl4TBBtzg50o8XXMrm4TTZog { display:block; }#mqs8cigGKl4TBBtzg50o8XXMrm4TTZog > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOqtHeV31Tny1OsA65XeJgsUvcTw8dQk { width:41.4375rem;height:;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtN8bMHDwfbGNauVazKsXFeNUuFWLn4q { width:35.75rem;height:1.3125rem;top:2.9375rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTzfBitxM22TQHeBcpDUeoIEVBC2HkGe { width:5.1875rem;height:5.1875rem;top:0rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHzL1vThTlp3VxfVVZmzWzeV8t5mXRim { width:2.4375rem;height:2.4375rem;top:2.3125rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT { display:block; }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZHkughfCIFJrylBwEEc7CwzsCO3rKWe { width:41.4375rem;height:2rem;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxTi6VdoFTCcibq8LTgH4HAC24TmqOxD { width:27.25rem;height:1.3125rem;top:2.75rem;left:20.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BniplOamISEz3gu36aWMzn97VB8uQanp { width:7.75rem;height:4.25rem;top:0.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd4qTwVFmlIWuaZtErisyTPsGbH0wMFL { display:block; }#Qd4qTwVFmlIWuaZtErisyTPsGbH0wMFL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAymvgyBiU0chJh9ahUPc6cQ2h2eue2d { width:25.0625rem;height:5.1875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXtqs3Pd9NanJH0ndOQqvibm4CclpVhx { width:1.625rem;height:1.625rem;top:6.625rem;left:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnktcKCwF10F8ATUFHMw6Tz2xSJZPJ32 { width:10.375rem;height:0.73046875rem;top:6.875rem;left:37.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW2roGJdknDy9QPrZXJv5AgFnDLgfkPE { width:11rem;height:3.5rem;top:5.75rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #APZsOsfeBcEXrvw0Fz52ysVOIcExDksb { display:block; }
 }@media only screen and (max-width: 763px) { #WmQvUMLQrqg9VDIbW966WkxwQFga5GTT { display:block; }#WmQvUMLQrqg9VDIbW966WkxwQFga5GTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDTdfhIZKU4UcFg7TLV8KFLTIMrkaRNM { width:26.5rem;height:;top:3.25rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIFgc7FLpXTBb8Am2ANvw1sLi09ClTVK { width:25.0625rem;height:6.8125rem;top:16.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko2I78W3SS8IzIctKd0v5kNhBEayDK5F { width:16.5625rem;height:3.5rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbXiP3oKuoU6fZGgsiOirD7Vru3RClKO { display:block; }
 }@media only screen and (max-width: 763px) { #p6HJt1B9LrNlZbvknqbZBJM3fdLlpKWm { width:1.6875rem;height:1.6875rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQIyxy209Nf4Z4qQ2HrQ8I9zHyNz518L { width:40.8125rem;height:32.8125rem;top:0rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dck0y0zUfm3BfzmOJowAyZolbkcfFkVz { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyzpZgRV40UZSTNTXQLIzxRdb2l7NeXi { width:6.4375rem;height:6.4375rem;top:22.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaCb1KeZuBoT4wG6Uh8pFVhiOCX9TxZ9 { width:4.1875rem;height:3.3125rem;top:23.9375rem;left:8.5625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhWnmANcuENlN6kdlRqNANgNAbTXgiAk { width:6.4375rem;height:0.6875rem;top:23.375rem;left:7.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAfHebgkg0WQ89cnNll2muNOTXvoDdPn { width:6.4375rem;height:0.875rem;top:27.0625rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bet8uqEPdJ9PerKXJFxhPdmmui5k8Ntu { width:9.8125rem;height:26.25rem;top:4.25rem;left:22.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuD84IT0b0B2hvcPdJCutaRE7BmgDLU0 { display:block; }#VuD84IT0b0B2hvcPdJCutaRE7BmgDLU0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUVfakmalGwAyhMJo2RtDqpRwTkyiq1o { width:3.1875rem;height:3.1875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg1auu0JH3sepbxeIOJPPLMmzSnemS52 { width:10.375rem;height:1.29980625rem;top:2.375rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKLa2qvX3lZbofV6dkvpGoSkNbNa2Pda { width:10.375rem;height:0.89355625rem;top:3.875rem;left:0.53125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g61gdi8NEC54SJZZpgRXITd9Ihcu2vd5 { width:2.625rem;height:2.625rem;top:2.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PksuuAE9SwsveIu3oBRGm9x4VaOWtJM3 { width:10.375rem;height:0.89355625rem;top:3.875rem;left:12.09375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP7diAh0CySZgTOKd8Z6hrKnC94WQVvl { width:10.375rem;height:1.29980625rem;top:2.375rem;left:12.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioCT7keUfK8GKrK8opAi7Tb9tJvgbhNu { width:2.6875rem;height:2.6875rem;top:2.4375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBRkPCIQNibC5b6HVBbbJ2yhehB0F3zs { width:11.6875rem;height:0.89355625rem;top:3.875rem;left:35.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC7cLtLy7SFoTo2OVBTpVyUoPRnD79XH { width:11.375rem;height:1.29980625rem;top:2.375rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF3IHcXIgSkt65qO6xPVEEH0CxtdUAJm { width:11.75rem;height:1.29980625rem;top:2.375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQxDdvT7fT12u1Qt6XHeaGmE5fSBCA2H { width:14.125rem;height:0.89355625rem;top:3.875rem;left:23.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMpFE8hb7QlC2l64nii6dQIAyeiL7lod { width:2.5rem;height:2.5rem;top:2.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEgbnvCpu3boemKgimykqBuQWLMdmPTb { display:block; }#zEgbnvCpu3boemKgimykqBuQWLMdmPTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urMNzXPLTX8TOiuKAkWen9qGGRcizO4q { width:12.5rem;height:9.4375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1uE8QCqfbulR3f4zJKC2TwVWEMNPLK8 { width:12.5rem;height:9.5rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfrCwToeXTpLAK8doGZ5J6AMHvmAU2Cz { width:12.5rem;height:9.5rem;top:3.3125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDwxOpGlpoGHye5iGygfpWPy2qLNXZtq { width:12.5rem;height:9.5rem;top:3.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3TqQzpVzplOAbG56XLTEH4qGmeewn0c { width:12.5rem;height:9.5rem;top:3.3125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6z4dbvTaR6auaE402WRK7GhkLn7vNqO { width:12.5rem;height:9.5rem;top:3.3125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTqIr9ldIfmKW1FxKzpUEm4filfZXh9S { width:37.6875rem;height:1.9375rem;top:0.8125rem;left:5.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDLSAF2CTcCIP4DtH3aSbetvTnZHxytv { display:block; }#TDLSAF2CTcCIP4DtH3aSbetvTnZHxytv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6lHtDP8KECR7fcn9fZKTgqXRqhKEz3i { width:7.25rem;height:5.5625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN63Bm9yTPnePChfq5Z5r1r8JGzNJZCb { width:7.25rem;height:5.5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l01UQvgEqMbMmvqqdtEz0wD2GcVJyp28 { width:7.25rem;height:5.5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHV4X2UTJI71W90BD4Mk76zOAlkcR2H8 { width:7.25rem;height:5.5rem;top:0.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #icPLokzqNTHTk4LbeGVlIiEKhdqf9E1a { width:7.25rem;height:5.5rem;top:0.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUkIBUSIi4Ix9NxSNafoLHqBvslkoFrm { width:7.25rem;height:5.5rem;top:0.875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCa0B5yU5cDkhWuOFDh2VBeXofrXGNJX { width:7.25rem;height:5.5rem;top:0.875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkzEo8Jwo1cDqrsyRITTH7o8v7UAg6sU { width:7.25rem;height:5.5rem;top:0.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e53zGdWVqmZc5bbrD3bLrOUwx1yTy5Tl { width:7.25rem;height:5.5rem;top:1.5rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnEP9xGmfwU9BiyUubngx2y6i563W2vQ { width:7.25rem;height:5.5rem;top:0.875rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmAsxmaTkKFXtq5g8oN16yc0wTqwVhKg { width:7.25rem;height:5.5rem;top:1.5rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyDOTPaCQoRH91fiG6sIRTqI6B7bIWOi { width:7.25rem;height:5.5rem;top:1.5rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcMO3GoWhDwIl3doR3l5rutz0U3coFoD { width:7.25rem;height:5.5rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4BXdTmczTzMLpnRNhMFPDS2SmvkD81h { width:7.25rem;height:5.5rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpazCP7dV4znXPm294ctH3979CyVbiQo { width:6.375rem;height:5.5rem;top:6.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzNLDTDqq8MF9BwNTM6Kua7rBfDqyu6k { width:6.375rem;height:4.625rem;top:6.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryDWBOdX78rQShvvUr7IOOn0xJAxTVps { width:3.25rem;height:4.625rem;top:7rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiEphthX73TGMG309P5VqSQoaXWffpS3 { width:3.25rem;height:3.375rem;top:7rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9T4A7tpfoSvnlDz0lNnNwgPxgiNi16w { width:1.875rem;height:3.375rem;top:7rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvHhrtFe2O5EVEmc9hINgB6sALgm0QFF { width:5rem;height:3.375rem;top:7rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh4R2a6Z41JmB5q1LPEKdIOotmtxC5zd { width:1.875rem;height:3.375rem;top:7rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7sMaXF5LakbTduyxIWZFKrk8M2vxSUt { width:1.875rem;height:3.375rem;top:7rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw { display:block; }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXFU8lNgkPyB7WHXcPIDUQJfxFnE9Nx6 { width:19.9375rem;height:2.4375rem;top:4.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHkMRPnBcMhJJrW7GsQ1dZzQ9sod6t8X { width:8.3125rem;height:1.875rem;top:4.75rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ07OM4XE5eTqkXD6DI2lTpZTXV0wZOL { width:5.75rem;height:1.875rem;top:4.75rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw8VvfBdD9axwbOrzqI7fM1T3fAgaHQW { width:8.25rem;height:1.625rem;top:4.9375rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXaGeqLKfVXnG7t45W7lub3MobHnTlpE { width:6.1875rem;height:3.0625rem;top:4.0625rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrpqULLrxCwC1O5DdQLIlaTIkaSlxNco { width:7.625rem;height:2.1875rem;top:5rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3XvvZkwL8NhW4oHX5N3tNsN439MTqAk { width:4.5625rem;height:3.25rem;top:10.0625rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBFiqJCsBMaI30D2dQtgFBEAZmJ2zdKc { width:8rem;height:1.875rem;top:10.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC0yl16z7cXX9hxJIfgdfh4kRQh6h5B0 { width:7.0625rem;height:1.5625rem;top:10.875rem;left:23.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKk9toEbPLffmKrmJXBnVNXkWGFWAWGv { width:4.6875rem;height:3.1875rem;top:10rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNzumEx8AuFmKQ61TuJOz1SDbUOivySM { width:4.1875rem;height:3.25rem;top:10.0625rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNnQmCuHbc7Jdo2IsrXrTBMhCBF6pLaM { width:4.625rem;height:4.3125rem;top:9.5rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abnew6bDxEVRfolbtfdXxoX6qSdUpHeu { width:4.125rem;height:4.125rem;top:3.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv { display:block; }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McoIf3sOMBSUpExqQwzbINBnJfny0FaS { width:25.0625rem;height:2.84375rem;top:6.4375rem;left:11.34375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL { display:block; }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMbmsmTdeml09ayRdXnTLftsDz0sBG6D { width:11.25rem;height:9.125rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTVo2h1ov1ib23AQW8yTqEcITlzF4erT { width:9.625rem;height:2.25rem;top:17.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWSUqCUFd5UWxUQD3P3Q0JZcTZbBENEg { width:11.25rem;height:9.125rem;top:8.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXcBeslTZ9RJg1cKFa9XCRKBsC5o645H { width:10.25rem;height:2.25rem;top:17.875rem;left:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbxeXwrVR5XTI9NbnrvqHCTU3Eyt84yy { width:16rem;height:2rem;top:4.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT95ZTtPt5xolADVa9kVZib8WXoTI7cM { width:11.25rem;height:9.125rem;top:8.1875rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyrMwnexTNriZPzXqdMgPVoTAmQkNzII { width:12.125rem;height:2rem;top:4.375rem;left:17.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU3xA04LD3MH8pzPOT0UZ0xNg964iEaH { width:11.25rem;height:9.125rem;top:8.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Cu15ihbcnJdQ1EbfomrCQcKEsfiOXU { width:10.25rem;height:2.25rem;top:17.9375rem;left:21.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVRXQKTQbLNzTqSsKd2BUpbpKW6lx43Q { width:10.25rem;height:2.25rem;top:17.9375rem;left:15.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxZbS8r1btqBTTHAIohqCWd29u2nhFl { width:11.25rem;height:9.125rem;top:8.1875rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcEftV8X3sxMTy50Z33LaTTDQlwyvbN3 { width:12.125rem;height:2rem;top:4.3125rem;left:33.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze8ETaavky4Zv5cesvZTfbzUA4uQET7X { width:11.25rem;height:9.125rem;top:8.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A401Ecb9kHZ336VX4hc42Ke0nNtdBxoG { width:10.25rem;height:2.25rem;top:17.9375rem;left:37.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmzdIBucXWTkUe7HT7qeQktPEM81DdXa { width:10.25rem;height:2.25rem;top:17.9375rem;left:31.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPtKJU0TwDrmAz7XBncMLXwVw9klmCoa { display:block; }#UPtKJU0TwDrmAz7XBncMLXwVw9klmCoa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnCwTxKJ3T2As3uJVT8XqZEWm0KA9anF { width:11.25rem;height:9.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGM4TDQcTOZsPab3lUHWe59aV22iEN13 { width:9.625rem;height:2.25rem;top:14.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4KzyKVsh23eAkuJwQTdrOWTVKrONLe2 { width:11.25rem;height:9.125rem;top:5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXEQzHdnt0qxPJaxT0CsMVkcWAkbor5n { width:10.25rem;height:2.4375rem;top:14.75rem;left:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di23VbqRZFdW7biuM4zIc0x9apstdSFm { width:10.25rem;height:2.4375rem;top:14.75rem;left:21.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxhlvFKpL9AsGT2G482USibH5KPnBZAk { width:11.25rem;height:9.125rem;top:5rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTu2UVPqxlbdTWaq0N62OOdHbChDg8Zf { width:11.25rem;height:9.125rem;top:5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trqfo5QFSdxSkFN63gwG7NBLiqmGGyk5 { width:10.25rem;height:2.4375rem;top:14.75rem;left:15.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccrwFHQyDcs9QT4QXyHvtfZzzA91asLu { width:16rem;height:2.03125rem;top:1.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6xtzllIXVPW38KmhRmAn4k1PZIiywNe { width:14.8125rem;height:2.03125rem;top:1.125rem;left:16.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVx6LKublI88NbKatEBXtEUt9lHaGedA { width:11.25rem;height:9.125rem;top:5.0625rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQLICoHAJGCKAQMrto4Et01yDvQ92Tw0 { width:12.125rem;height:2.03125rem;top:1.25rem;left:34rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEEz3bRdly9MNnQbOmrzoBE4rW442vXq { width:11.25rem;height:9.125rem;top:5.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHH9ubR0V02WACrPxMT2ySplNb05Rz0z { width:10.25rem;height:2.4375rem;top:14.8125rem;left:37.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxJNy2qRvhEW2I7SZuLdPcx5k3Q1l0C5 { width:10.25rem;height:2.4375rem;top:14.8125rem;left:31.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfio8ozDDt3diUvLEs0trlZXEUczohuA { display:block; }#zfio8ozDDt3diUvLEs0trlZXEUczohuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJxyRdJHrFyBlDzxpUz6sdqnUgDGE3wJ { width:23.5625rem;height:9.125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxu7Vt4nliGCQQEmXsAtzb2nURUQ4uHm { width:10.25rem;height:2.4375rem;top:13.6875rem;left:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnGeg3ugc6BeQTX2GQXm2yG9ppLLtbJO { width:18.6875rem;height:2.03125rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd { display:block; }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtpS35CK7PfxdOdTNRkmeqaEcrA09Uli { width:47.75rem;height:1.57421875rem;top:4.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQTp53lVa7ZM2V5zwAA1sqPhWaxuW2Mh { width:1.5rem;height:1.5rem;top:10.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJeFXBpZ9Xdqh1d1ySe50XvvMgZccgLC { width:11rem;height:13.3125rem;top:-2.375rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVwTFETftcRpIGJAB07cd0ULrDwgRmXK { width:4.6875rem;height:4.6875rem;top:4rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA53FKPF64Oc6TuZEWO1N2W9oNcL36E0 { width:15.1875rem;height:15.1875rem;top:-3.625rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMnGg453G1OcfLTcxvDKwKcpxlxiTtBF { width:15.1875rem;height:15.1875rem;top:-3.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Voh6rbpVDyMzBFyqVJ7yWF2k0ihHzq4T { display:block; }#Voh6rbpVDyMzBFyqVJ7yWF2k0ihHzq4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qx8q6xhWWXlIA9ZltS5Vkw53v9q1mQsv { width:2.9375rem;height:3.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvVit9R4smzfC0MiZTL7I7N3vMCH9aA3 { width:4.9375rem;height:3.0625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5lt6PSp5VWUwISazaqBacThW3nLwFLJ { width:4.9375rem;height:2.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcT4coqcIOQORQmwT83eIy7z7kp4O2Xo { width:4.5625rem;height:2.75rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAz9vaGNrzAGJFuTSiNO7ffV3LmyN7OP { width:4.25rem;height:2.75rem;top:1.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruHP5IhcstwtzdnWTNmSEDU9aGkTtTD4 { width:1.5rem;height:2.75rem;top:1.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcRItO0PtfhueashccubIRW4qQTwl1kI { width:3.3125rem;height:2.3125rem;top:0.9375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNpqFPxG0J29Rv58oxwsidNyUuZVoRpt { width:2.875rem;height:2.3125rem;top:2.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOGishyBdnH8zMwnxFLy4BZl8ks3fqQJ { width:2rem;height:2.3125rem;top:1.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApKTTWhulNhhB3xADekzfQoV84ZBcs0F { width:3.25rem;height:2.0625rem;top:1.5rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA4ZOUPBpRxBoLAF4Ut1MviUC9Ap8Q7f { width:3.25rem;height:1.9375rem;top:1.875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2i6RVoRfyuFf2iUb9furhhIcOlQtiWl { width:2.5625rem;height:1.9375rem;top:1.9375rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmTReZxhZMvWyQiBZ95Pck2aWmAPq0nA { width:1.75rem;height:1.9375rem;top:3rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #af7xAqOowlXBM5sv29BsVIXKtf78SiB1 { width:4.0625rem;height:2.375rem;top:3rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nas89AffEAouNsZN6VW7uRFTIuOiifyO { width:3.8125rem;height:2.375rem;top:2.5625rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFwE07rF8u2m4BvZfSoNfl0VkvRocbfV { width:3.8125rem;height:2.375rem;top:0.9375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buSt7HuCtkPfOITQMdMDwPSJ5y44FHiC { width:3.0625rem;height:2.375rem;top:4rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQAziZGETZ5nkCV7mdelMSUXT0S4Ldzf { width:3.0625rem;height:2rem;top:1.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #L48KWlbJW4HEvk5RemJH3xMrVNy5TFbJ { width:1.4375rem;height:2rem;top:4rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy8nUlVABIPxXnlnVVofRnAaEkpn2qXR { width:1.4375rem;height:1.875rem;top:1.875rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLkhL1idrVO3525tZWeyrDnAb0rt8XNt { width:1.25rem;height:2.875rem;top:4rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Ax3cJQitGDeI3i5dyiTFlO4Z3AVQXi { width:2rem;height:2.3125rem;top:1.75rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgD6FJSsEw2ibQdAnLme3WmsHmh50gSW { width:1.5625rem;height:2.3125rem;top:4rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl9VuoCGdDoPbZKBC9cT0U5dpK9XmkGH { width:3.5rem;height:1.75rem;top:1.75rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnJ0eTF2weBhmHmwAHupfLopiwShXmLU { width:1.25rem;height:1.8125rem;top:4rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln { display:block; }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgE6tOxBMxtOAg61wTJ6UpiCmglziKnt { width:22.5rem;height:15.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0NluqG5S1g2x5WxdngT9FsLIE6sEMfZ { width:22.5rem;height:18.125rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLxlUcVyRQc9xvZV27tawqdiLkDbBycV { width:19.375rem;height:4.19824375rem;top:24.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nls0hb98avBI2Wp9vkAKXJTDwDZ5htAN { width:17.8125rem;height:1.70605625rem;top:22.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnv02VvdZ5po4TgKOREWmML4ECNsTPoD { width:19.375rem;height:;top:31.625rem;left:0rem;font-size:0.75rem;display:block; }#tnv02VvdZ5po4TgKOREWmML4ECNsTPoD li:before{  }
 }@media only screen and (max-width: 763px) { #eLU6hknv5qhiaSMkRqegGpguJoiaFfxf { width:22.5rem;height:18.125rem;top:20.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMi9fcBUGyBX37mfoXBivXHDDdlbvNOO { width:19.375rem;height:3.7744125rem;top:31.625rem;left:12.375rem;font-size:0.75rem;display:block; }#UMi9fcBUGyBX37mfoXBivXHDDdlbvNOO li:before{  }
 }@media only screen and (max-width: 763px) { #gLbqSRqf9cIVNakNZrth5RgCGRDSrTtV { width:19.375rem;height:4.19824375rem;top:24.9375rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbTGWMekkwNdyesTMwqrkxTB5u736AKy { width:17.8125rem;height:1.70605625rem;top:22.3125rem;left:13.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBkNCKzkyWCyAQ91CxQCOtLM8un1vQWM { width:22.5rem;height:15.625rem;top:5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciRsRSW0bLxsyvhwIMay0PqhOzVrol3G { width:22.5rem;height:15.625rem;top:5rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2shtkFoHdJ8Oei53knW9K73l9ctJ6ZF { width:22.5rem;height:18.125rem;top:20.625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ1wUX5JmVeTt8HfGgmF3UKiKgZB1vDS { width:17.8125rem;height:1.70605625rem;top:22.3125rem;left:29.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TReUMlHcXQWNs6yIA2ImFZOXx9aoK8pR { width:19.75rem;height:4.19824375rem;top:25rem;left:27.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONMbfsor656kNGvDPAlKibM8xI7LXB2V { width:19.375rem;height:;top:31.625rem;left:28.25rem;font-size:0.75rem;display:block; }#ONMbfsor656kNGvDPAlKibM8xI7LXB2V li:before{  }
 }@media only screen and (max-width: 763px) { #J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 { display:block; }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBT2SaunB70UaleBQqAeC8Kz6WkuT9zm { width:36rem;height:16.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTdWlTb78OdcoX1GTziOioMQtdxSrQmp { width:10.5rem;height:16.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqc0KVLT3w5nW3R7lIxZI0JZARzaRCIf { width:47.75rem;height:4.5rem;top:3.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bToyCox27XV6k2Qr2bbVHcu3vrrsTwuR { width:47.75rem;height:3.25rem;top:6.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD58Wu59dPyWQeqgf1wICMdOoHSAMD78 { width:26.5625rem;height:3.5rem;top:9.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl5QLn5aGg1OAZWSm7zZqfIwRgznLmMQ { display:block; }
 }@media only screen and (max-width: 763px) { #pbeoQUvVyJw26J7sDCaZOV64t3w8hxFE { width:1.5rem;height:1.5rem;top:10.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEt6Ecm9LwqmnPIIPnF9vtTKpWk1XDce { display:block; }#SEt6Ecm9LwqmnPIIPnF9vtTKpWk1XDce > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvoB2TPIsz26u1ynZSz1VRemSBiAuuh3 { width:19.375rem;height:6.9970625rem;top:14.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APRTSq06LoP3LHOlPl65MMzutdVhCT7u { width:17.8125rem;height:1.70605625rem;top:11.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6o7tH4NIDsKZcati1ApN00Z9fIEiXqn { width:5.0625rem;height:5.0625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmrhIvTMffOgfcZmttQQqEqsrxh9lzSi { width:19.375rem;height:6.9970625rem;top:14.125rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6lxyU5d6qzQZLGGH0r9vd6QkVHGGS2g { width:17.8125rem;height:1.70605625rem;top:11.4375rem;left:13.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9amQV0Sk3gTNyn8KfBnKBfPi2Z4dur0 { width:5.4375rem;height:5.4375rem;top:5.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEMeCZQf1vxzo9LHP8BAhJ6xyAfNh27G { width:17.8125rem;height:1.70605625rem;top:11.5rem;left:29.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmy2lMdkZ5Wik4J1AhWGhSt9B6eRnmax { width:19.375rem;height:6.9970625rem;top:14.1875rem;left:28.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBw5o8RzyiTX8BQtWoPURGxSE7Xx23gd { width:4.875rem;height:4.875rem;top:5.5625rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdaZ22PgDy0xLx9egfuE9eVrbJdvw5X0 { width:1.875rem;height:1.875rem;top:5.875rem;left:37.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 { display:block; }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #he7hrzTIiK0R6r5T6hm30Ubn8DlaVnVT { width:32.1875rem;height:3.75rem;top:4.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Ns0OG0d3RHc6vuLklIJzwZpDpGkXyF { width:1.875rem;height:1.875rem;top:5.875rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOFJT8l0Xt8TdlIpk4D1lIPyLBBMElgn { width:21.5625rem;height:5.3125rem;top:4.125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQF7B1PzOHzAZi3Hl7evOkNmoxmJ1EXQ { display:block; }
 }@media only screen and (max-width: 763px) { #drWpyrJVPIpnWqOCqNHLNhK2TeCq901C { width:21.5625rem;height:5.3125rem;top:3.125rem;left:26.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvJGX9BX3BTD0lFbEaZzNACGPo1K4Fvp { display:block; }
 }@media only screen and (max-width: 763px) { #X6AZVUpyzXT5nAZDqTG93wB5qFR1fx5e { width:12.0625rem;height:12.0625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxdlwJ0GMwW3H6iQMiRHRJDhkbrxZi7L { width:13.875rem;height:1.25rem;top:10.0625rem;left:33.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USwrRamgRzPgTTCl8ZSE7Goh3VHEUunm { display:block; }#USwrRamgRzPgTTCl8ZSE7Goh3VHEUunm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPEb6qwf8xalBULFI2dfKDmSr53LMId0 { width:15.5rem;height:3.5625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQrCJApAZeMJOTzMW9eNcp6NScbnVovT { width:19rem;height:3.25rem;top:5.625rem;left:28.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVd10viTBGOlkFZrBA5BCiTlP9pcA2pt { width:30.6875rem;height:1.13671875rem;top:9.3125rem;left:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #gXxxW0QrNlKeLFNbZaIb80GoGuJUyFyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWTbJOgc9cfyrZdK2zRV16PO78SeV5gW { display:block; }#UWTbJOgc9cfyrZdK2zRV16PO78SeV5gW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiOSGbvi5K105tnPbhTu9gtPwCr79rzV { width:7.875rem;height:2rem;top:0.625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7bIlo8SZSn9QxGWAduGOTu7VrnyCq6e { display:block; }
 }@media only screen and (max-width: 763px) { #Gn9quFIPHuZgLgpcXbop659zETUHulqS { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSKMovMEUK9XQmoN1sfafkO6iWDmTNIt { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbnT0bFJkI3TDTmkGQMTBr8OxJeCInHe { display:block; }
 }@media only screen and (max-width: 763px) { #PFPRycVvk8IGm1ItT3vVwKsQe2xNDdRs { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvISlOohilxZ31HOiucmW5KzST4eusDN { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mqs8cigGKl4TBBtzg50o8XXMrm4TTZog { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mqs8cigGKl4TBBtzg50o8XXMrm4TTZog > .row .container { border-width: 0; border-radius: 0; }#mqs8cigGKl4TBBtzg50o8XXMrm4TTZog > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqs8cigGKl4TBBtzg50o8XXMrm4TTZog > .row .container { width:20rem;height:9.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MOqtHeV31Tny1OsA65XeJgsUvcTw8dQk { width:13.5625rem;height:3.4375rem;top:1.8125rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LtN8bMHDwfbGNauVazKsXFeNUuFWLn4q { width:14.8125rem;height:2.2734375rem;top:5.4375rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nTzfBitxM22TQHeBcpDUeoIEVBC2HkGe { width:7.75rem;height:7.75rem;top:0.625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHzL1vThTlp3VxfVVZmzWzeV8t5mXRim { display:flex;width:2.4375rem;height:2.4375rem;top:9.1484375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.25rem solid #299cc7;background-color:#77d8fb;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row .container { background-color: transparent; background-image: none; }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row .container > .video-iframe-container { display: none; }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row > .video-iframe-container { display: none; }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .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); }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row .container { border-width: 0; border-radius: 0; }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qr6V1snHd0KrJ76TQmMMoxMdGQRTfBPT > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZHkughfCIFJrylBwEEc7CwzsCO3rKWe { width:16rem;height:2.75rem;top:0.9375rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sxTi6VdoFTCcibq8LTgH4HAC24TmqOxD { width:20rem;height:1.0556625rem;top:4.25rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BniplOamISEz3gu36aWMzn97VB8uQanp { width:6.1875rem;height:3.5rem;top:0.5rem;left:15.249094202899rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd4qTwVFmlIWuaZtErisyTPsGbH0wMFL { display:block; }#Qd4qTwVFmlIWuaZtErisyTPsGbH0wMFL > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAymvgyBiU0chJh9ahUPc6cQ2h2eue2d { width:11.4375rem;height:2.375rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TXtqs3Pd9NanJH0ndOQqvibm4CclpVhx { display:flex;width:1.25rem;height:1.25rem;top:2.8125rem;left:13.625rem; }
 }@media only screen and (max-width: 763px) { #BnktcKCwF10F8ATUFHMw6Tz2xSJZPJ32 { width:4.8125rem;height:0.73046875rem;top:3.0625rem;left:15.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW2roGJdknDy9QPrZXJv5AgFnDLgfkPE { width:5.8125rem;height:1.8125rem;top:2.6875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APZsOsfeBcEXrvw0Fz52ysVOIcExDksb { display:block; }
 }@media only screen and (max-width: 763px) { #WmQvUMLQrqg9VDIbW966WkxwQFga5GTT { display:block; }#WmQvUMLQrqg9VDIbW966WkxwQFga5GTT > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#WmQvUMLQrqg9VDIbW966WkxwQFga5GTT > .row .container { width:20rem;height:38rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDTdfhIZKU4UcFg7TLV8KFLTIMrkaRNM { width:18.1875rem;height:5.84765625rem;top:2.1875rem;left:1.875rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MIFgc7FLpXTBb8Am2ANvw1sLi09ClTVK { width:15.875rem;height:5.25rem;top:8.625rem;left:1.875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ko2I78W3SS8IzIctKd0v5kNhBEayDK5F { width:12.1875rem;height:3.1875rem;top:15.5625rem;left:1.875rem;font-size:0.75rem;border-top:0rem solid #bb2858;border-left:1.875rem solid #59f370;border-right:0rem solid #bb2858;border-bottom:0rem solid #bb2858;box-shadow: 0rem 0.625rem 0.5rem rgba(0,0,0,0.17) ;display:block; }
 }@media only screen and (max-width: 763px) { #TbXiP3oKuoU6fZGgsiOirD7Vru3RClKO { display:block; }
 }@media only screen and (max-width: 763px) { #p6HJt1B9LrNlZbvknqbZBJM3fdLlpKWm { display:flex;width:1.4375rem;height:1.4375rem;top:16.3125rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #UQIyxy209Nf4Z4qQ2HrQ8I9zHyNz518L { width:20rem;height:14rem;top:23.9375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/776ad303-784a-4edf-a3d1-9c62d5bee983/topo1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#UQIyxy209Nf4Z4qQ2HrQ8I9zHyNz518L.adaptive-delivery-prevent-bg, #UQIyxy209Nf4Z4qQ2HrQ8I9zHyNz518L.lazyload, #UQIyxy209Nf4Z4qQ2HrQ8I9zHyNz518L.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Dck0y0zUfm3BfzmOJowAyZolbkcfFkVz { top:14.9375rem;left:10.6875rem;width:9.3125rem;height:4.3125rem;z-index:15001;background-color:#a200ff;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) { #oyzpZgRV40UZSTNTXQLIzxRdb2l7NeXi { width:6.4375rem;height:6.4375rem;top:36.5rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaCb1KeZuBoT4wG6Uh8pFVhiOCX9TxZ9 { width:3.5rem;height:2.3994125rem;top:16.08203125rem;left:14.8125rem;font-size:2rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NhWnmANcuENlN6kdlRqNANgNAbTXgiAk { width:6.4375rem;height:0.82421875rem;top:15.5625rem;left:13.5625rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RAfHebgkg0WQ89cnNll2muNOTXvoDdPn { width:2.9375rem;height:1.04980625rem;top:17.19921875rem;left:17rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bet8uqEPdJ9PerKXJFxhPdmmui5k8Ntu { width:15.0625rem;height:2.0996125rem;top:20.26171875rem;left:2.46875rem;font-size:0.75rem;line-height:1.4;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0);color:#99fff0;display:block; }
 }@media only screen and (max-width: 763px) { #VuD84IT0b0B2hvcPdJCutaRE7BmgDLU0 { display:block; }#VuD84IT0b0B2hvcPdJCutaRE7BmgDLU0 > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUVfakmalGwAyhMJo2RtDqpRwTkyiq1o { display:flex;width:1.875rem;height:1.875rem;top:2.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hg1auu0JH3sepbxeIOJPPLMmzSnemS52 { width:8.3125rem;height:1.29980625rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKLa2qvX3lZbofV6dkvpGoSkNbNa2Pda { width:9.0625rem;height:0.89355625rem;top:5.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g61gdi8NEC54SJZZpgRXITd9Ihcu2vd5 { display:flex;width:1.625rem;height:1.625rem;top:2.25rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #PksuuAE9SwsveIu3oBRGm9x4VaOWtJM3 { width:8rem;height:0.89355625rem;top:5.5rem;left:11.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP7diAh0CySZgTOKd8Z6hrKnC94WQVvl { width:8.3125rem;height:1.29980625rem;top:4.125rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioCT7keUfK8GKrK8opAi7Tb9tJvgbhNu { display:flex;width:1.625rem;height:1.625rem;top:9.0625rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #nBRkPCIQNibC5b6HVBbbJ2yhehB0F3zs { width:7.9375rem;height:1.7871125rem;top:13.3125rem;left:11.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC7cLtLy7SFoTo2OVBTpVyUoPRnD79XH { width:8.3125rem;height:2.2rem;top:10.8125rem;left:11.6875rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rF3IHcXIgSkt65qO6xPVEEH0CxtdUAJm { width:8.4375rem;height:2.2rem;top:10.8125rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TQxDdvT7fT12u1Qt6XHeaGmE5fSBCA2H { width:8.1875rem;height:1.7871125rem;top:13.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMpFE8hb7QlC2l64nii6dQIAyeiL7lod { display:flex;width:1.625rem;height:1.625rem;top:8.9375rem;left:-0.3125rem; }
 }@media only screen and (max-width: 763px) { #zEgbnvCpu3boemKgimykqBuQWLMdmPTb { display:none; }#zEgbnvCpu3boemKgimykqBuQWLMdmPTb > .row .container { width:20rem;height:30.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #urMNzXPLTX8TOiuKAkWen9qGGRcizO4q { width:10rem;height:7.5rem;top:5.671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1uE8QCqfbulR3f4zJKC2TwVWEMNPLK8 { width:10rem;height:7.5625rem;top:5.671875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfrCwToeXTpLAK8doGZ5J6AMHvmAU2Cz { width:10rem;height:7.5625rem;top:13.171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDwxOpGlpoGHye5iGygfpWPy2qLNXZtq { width:10rem;height:7.5625rem;top:13.171875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3TqQzpVzplOAbG56XLTEH4qGmeewn0c { width:10rem;height:7.5625rem;top:20.734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6z4dbvTaR6auaE402WRK7GhkLn7vNqO { width:10rem;height:7.5625rem;top:20.734375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTqIr9ldIfmKW1FxKzpUEm4filfZXh9S { width:20rem;height:3.0234375rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TDLSAF2CTcCIP4DtH3aSbetvTnZHxytv { display:none; }#TDLSAF2CTcCIP4DtH3aSbetvTnZHxytv > .row .container { width:20rem;height:137.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s6lHtDP8KECR7fcn9fZKTgqXRqhKEz3i { width:7.25rem;height:5.5625rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN63Bm9yTPnePChfq5Z5r1r8JGzNJZCb { width:7.25rem;height:5.5rem;top:8.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l01UQvgEqMbMmvqqdtEz0wD2GcVJyp28 { width:7.25rem;height:5.5rem;top:14.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHV4X2UTJI71W90BD4Mk76zOAlkcR2H8 { width:7.25rem;height:5.5rem;top:21.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icPLokzqNTHTk4LbeGVlIiEKhdqf9E1a { width:7.25rem;height:5.5rem;top:28.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUkIBUSIi4Ix9NxSNafoLHqBvslkoFrm { width:7.25rem;height:5.5rem;top:35.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCa0B5yU5cDkhWuOFDh2VBeXofrXGNJX { width:7.25rem;height:5.5rem;top:41.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkzEo8Jwo1cDqrsyRITTH7o8v7UAg6sU { width:7.25rem;height:5.5rem;top:48.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e53zGdWVqmZc5bbrD3bLrOUwx1yTy5Tl { width:7.25rem;height:5.5rem;top:55.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnEP9xGmfwU9BiyUubngx2y6i563W2vQ { width:7.25rem;height:5.5rem;top:62.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmAsxmaTkKFXtq5g8oN16yc0wTqwVhKg { width:7.25rem;height:5.5rem;top:94.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyDOTPaCQoRH91fiG6sIRTqI6B7bIWOi { width:7.25rem;height:5.5rem;top:101.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcMO3GoWhDwIl3doR3l5rutz0U3coFoD { width:7.25rem;height:5.5rem;top:68.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4BXdTmczTzMLpnRNhMFPDS2SmvkD81h { width:7.25rem;height:5.5rem;top:75.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpazCP7dV4znXPm294ctH3979CyVbiQo { width:6.375rem;height:5.5rem;top:82.3125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzNLDTDqq8MF9BwNTM6Kua7rBfDqyu6k { width:6.375rem;height:4.625rem;top:89.0625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryDWBOdX78rQShvvUr7IOOn0xJAxTVps { width:3.25rem;height:4.625rem;top:108.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiEphthX73TGMG309P5VqSQoaXWffpS3 { width:3.25rem;height:3.375rem;top:114.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9T4A7tpfoSvnlDz0lNnNwgPxgiNi16w { width:1.875rem;height:3.375rem;top:118.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvHhrtFe2O5EVEmc9hINgB6sALgm0QFF { width:5rem;height:3.375rem;top:123.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh4R2a6Z41JmB5q1LPEKdIOotmtxC5zd { width:1.875rem;height:3.375rem;top:128.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7sMaXF5LakbTduyxIWZFKrk8M2vxSUt { width:1.875rem;height:3.375rem;top:132.8125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw { background-color:#ffffff;background-image:none;display:block; }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .row .container { background-color: transparent; background-image: none; }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .row .container > .video-iframe-container { display: none; }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .row > .video-iframe-container { display: none; }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .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); }#B0CvSn8zfHiCtAHrS5RKOAX9TuIVWitw > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXFU8lNgkPyB7WHXcPIDUQJfxFnE9Nx6 { width:17.8125rem;height:1.625rem;top:2.3125rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHkMRPnBcMhJJrW7GsQ1dZzQ9sod6t8X { width:5.3125rem;height:1.25rem;top:6.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ07OM4XE5eTqkXD6DI2lTpZTXV0wZOL { width:5rem;height:1.625rem;top:6.7109375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw8VvfBdD9axwbOrzqI7fM1T3fAgaHQW { width:5.8125rem;height:1.25rem;top:6.8984375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXaGeqLKfVXnG7t45W7lub3MobHnTlpE { width:4.6875rem;height:2.3125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrpqULLrxCwC1O5DdQLIlaTIkaSlxNco { width:5.625rem;height:1.625rem;top:10.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3XvvZkwL8NhW4oHX5N3tNsN439MTqAk { width:3.875rem;height:2.75rem;top:14.2421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBFiqJCsBMaI30D2dQtgFBEAZmJ2zdKc { width:6.75rem;height:1.5rem;top:14.8671875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC0yl16z7cXX9hxJIfgdfh4kRQh6h5B0 { width:7.0625rem;height:1.5625rem;top:19.5rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKk9toEbPLffmKrmJXBnVNXkWGFWAWGv { width:4.1875rem;height:2.8125rem;top:9.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNzumEx8AuFmKQ61TuJOz1SDbUOivySM { width:3.5625rem;height:2.75rem;top:14.2421875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNnQmCuHbc7Jdo2IsrXrTBMhCBF6pLaM { width:4.125rem;height:3.8125rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abnew6bDxEVRfolbtfdXxoX6qSdUpHeu { width:4.125rem;height:4.125rem;top:18.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv { background-color:#e7e7f1;background-image:none;display:block; }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .row .container { background-color: transparent; background-image: none; }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .row .container > .video-iframe-container { display: none; }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .row > .video-iframe-container { display: none; }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .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); }#pTxTnpabqX8Og9R2RCyZWkM2ewzKg7gv > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McoIf3sOMBSUpExqQwzbINBnJfny0FaS { width:20rem;height:2.84375rem;top:5.0625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL { background-color:#e7e7f1;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; }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .row .container { background-color: transparent; background-image: none; }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .row .container > .video-iframe-container { display: none; }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .row > .video-iframe-container { display: none; }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .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); }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .row .container { border-width: 0; border-radius: 0; }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZ37Ma4cWOAR2Cn4C5CuCtO7BHbh8dvL > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMbmsmTdeml09ayRdXnTLftsDz0sBG6D { width:7.1875rem;height:5.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTVo2h1ov1ib23AQW8yTqEcITlzF4erT { width:11.125rem;height:2.4375rem;top:3.6875rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWSUqCUFd5UWxUQD3P3Q0JZcTZbBENEg { width:7.1875rem;height:5.3125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXcBeslTZ9RJg1cKFa9XCRKBsC5o645H { width:11.125rem;height:2.4375rem;top:10.25rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbxeXwrVR5XTI9NbnrvqHCTU3Eyt84yy { width:16rem;height:2.03125rem;top:0rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT95ZTtPt5xolADVa9kVZib8WXoTI7cM { width:7.1875rem;height:5.3125rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyrMwnexTNriZPzXqdMgPVoTAmQkNzII { width:12.125rem;height:2.03125rem;top:17.4375rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU3xA04LD3MH8pzPOT0UZ0xNg964iEaH { width:7.1875rem;height:5.3125rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Cu15ihbcnJdQ1EbfomrCQcKEsfiOXU { width:11.125rem;height:2.4375rem;top:28.0625rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVRXQKTQbLNzTqSsKd2BUpbpKW6lx43Q { width:11.125rem;height:2.4375rem;top:21.5rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxZbS8r1btqBTTHAIohqCWd29u2nhFl { width:7.1875rem;height:5.3125rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcEftV8X3sxMTy50Z33LaTTDQlwyvbN3 { width:12.125rem;height:2.03125rem;top:35.25rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze8ETaavky4Zv5cesvZTfbzUA4uQET7X { width:7.1875rem;height:5.3125rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A401Ecb9kHZ336VX4hc42Ke0nNtdBxoG { width:11.125rem;height:2.4375rem;top:45.4375rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmzdIBucXWTkUe7HT7qeQktPEM81DdXa { width:11.125rem;height:2.4375rem;top:38.875rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPtKJU0TwDrmAz7XBncMLXwVw9klmCoa { display:none; }#UPtKJU0TwDrmAz7XBncMLXwVw9klmCoa > .row .container { width:20rem;height:54.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XnCwTxKJ3T2As3uJVT8XqZEWm0KA9anF { width:7.1875rem;height:5.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGM4TDQcTOZsPab3lUHWe59aV22iEN13 { width:11.125rem;height:2.4375rem;top:3.6875rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4KzyKVsh23eAkuJwQTdrOWTVKrONLe2 { width:7.1875rem;height:5.3125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXEQzHdnt0qxPJaxT0CsMVkcWAkbor5n { width:11.125rem;height:2.4375rem;top:10.25rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di23VbqRZFdW7biuM4zIc0x9apstdSFm { width:11.125rem;height:2.4375rem;top:28.3125rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxhlvFKpL9AsGT2G482USibH5KPnBZAk { width:7.1875rem;height:5.3125rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTu2UVPqxlbdTWaq0N62OOdHbChDg8Zf { width:7.1875rem;height:5.3125rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trqfo5QFSdxSkFN63gwG7NBLiqmGGyk5 { width:11.125rem;height:2.4375rem;top:21.75rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccrwFHQyDcs9QT4QXyHvtfZzzA91asLu { width:16rem;height:2.03125rem;top:0rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6xtzllIXVPW38KmhRmAn4k1PZIiywNe { width:14.8125rem;height:2.03125rem;top:18.0625rem;left:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVx6LKublI88NbKatEBXtEUt9lHaGedA { width:7.1875rem;height:5.3125rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQLICoHAJGCKAQMrto4Et01yDvQ92Tw0 { width:12.125rem;height:2.03125rem;top:36.125rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEEz3bRdly9MNnQbOmrzoBE4rW442vXq { width:7.1875rem;height:5.3125rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHH9ubR0V02WACrPxMT2ySplNb05Rz0z { width:11.125rem;height:2.4375rem;top:46.75rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxJNy2qRvhEW2I7SZuLdPcx5k3Q1l0C5 { width:11.125rem;height:2.4375rem;top:40.1875rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfio8ozDDt3diUvLEs0trlZXEUczohuA { display:none; }#zfio8ozDDt3diUvLEs0trlZXEUczohuA > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eJxyRdJHrFyBlDzxpUz6sdqnUgDGE3wJ { width:7.1875rem;height:5.3125rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxu7Vt4nliGCQQEmXsAtzb2nURUQ4uHm { width:11.125rem;height:2.4375rem;top:21.9375rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnGeg3ugc6BeQTX2GQXm2yG9ppLLtbJO { width:18.6875rem;height:2.03125rem;top:18rem;left:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd { background-color:rgba(255,28,58,0.92);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; }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row .container { background-color: transparent; background-image: none; }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row .container > .video-iframe-container { display: none; }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row > .video-iframe-container { display: none; }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .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); }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row .container { border-width: 0; border-radius: 0; }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ibbZLwkQHsMP5DyEnR6FN77dDvzwGgVd > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtpS35CK7PfxdOdTNRkmeqaEcrA09Uli { width:19.75rem;height:3.4121125rem;top:2.0869140625rem;left:0rem;font-size:1.3125rem;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #EQTp53lVa7ZM2V5zwAA1sqPhWaxuW2Mh { display:flex;width:1.5rem;height:1.5rem;top:19.1875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #VJeFXBpZ9Xdqh1d1ySe50XvvMgZccgLC { width:8.8125rem;height:10.6875rem;top:6.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVwTFETftcRpIGJAB07cd0ULrDwgRmXK { display:flex;width:3rem;height:3rem;top:16.75rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #aA53FKPF64Oc6TuZEWO1N2W9oNcL36E0 { width:11.75rem;height:11.75rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMnGg453G1OcfLTcxvDKwKcpxlxiTtBF { width:11.3125rem;height:11.3125rem;top:5.71875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Voh6rbpVDyMzBFyqVJ7yWF2k0ihHzq4T { display:none; }#Voh6rbpVDyMzBFyqVJ7yWF2k0ihHzq4T > .row .container { width:20rem;height:73.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qx8q6xhWWXlIA9ZltS5Vkw53v9q1mQsv { width:2.9375rem;height:3.9375rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvVit9R4smzfC0MiZTL7I7N3vMCH9aA3 { width:4.9375rem;height:3.0625rem;top:6.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5lt6PSp5VWUwISazaqBacThW3nLwFLJ { width:4.9375rem;height:2.75rem;top:10.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcT4coqcIOQORQmwT83eIy7z7kp4O2Xo { width:4.5625rem;height:2.75rem;top:14.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAz9vaGNrzAGJFuTSiNO7ffV3LmyN7OP { width:4.25rem;height:2.75rem;top:18.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruHP5IhcstwtzdnWTNmSEDU9aGkTtTD4 { width:1.5rem;height:2.75rem;top:22.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcRItO0PtfhueashccubIRW4qQTwl1kI { width:3.3125rem;height:2.3125rem;top:26.75rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNpqFPxG0J29Rv58oxwsidNyUuZVoRpt { width:2.875rem;height:2.3125rem;top:30.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOGishyBdnH8zMwnxFLy4BZl8ks3fqQJ { width:2rem;height:2.3125rem;top:33.875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApKTTWhulNhhB3xADekzfQoV84ZBcs0F { width:3.25rem;height:2.0625rem;top:37.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA4ZOUPBpRxBoLAF4Ut1MviUC9Ap8Q7f { width:3.25rem;height:1.9375rem;top:40.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2i6RVoRfyuFf2iUb9furhhIcOlQtiWl { width:2.5625rem;height:1.9375rem;top:43.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmTReZxhZMvWyQiBZ95Pck2aWmAPq0nA { width:1.75rem;height:1.9375rem;top:47.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #af7xAqOowlXBM5sv29BsVIXKtf78SiB1 { width:4.0625rem;height:2.375rem;top:47.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nas89AffEAouNsZN6VW7uRFTIuOiifyO { width:3.8125rem;height:2.375rem;top:50.75rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFwE07rF8u2m4BvZfSoNfl0VkvRocbfV { width:3.8125rem;height:2.375rem;top:54.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buSt7HuCtkPfOITQMdMDwPSJ5y44FHiC { width:3.0625rem;height:2.375rem;top:57.4375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQAziZGETZ5nkCV7mdelMSUXT0S4Ldzf { width:3.0625rem;height:2rem;top:61.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L48KWlbJW4HEvk5RemJH3xMrVNy5TFbJ { width:1.4375rem;height:2rem;top:57.4375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy8nUlVABIPxXnlnVVofRnAaEkpn2qXR { width:1.4375rem;height:1.875rem;top:64.46875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLkhL1idrVO3525tZWeyrDnAb0rt8XNt { width:1.25rem;height:2.875rem;top:66.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Ax3cJQitGDeI3i5dyiTFlO4Z3AVQXi { width:2rem;height:2.3125rem;top:64.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgD6FJSsEw2ibQdAnLme3WmsHmh50gSW { width:1.5625rem;height:2.3125rem;top:66.5625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl9VuoCGdDoPbZKBC9cT0U5dpK9XmkGH { width:3.5rem;height:1.75rem;top:70.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnJ0eTF2weBhmHmwAHupfLopiwShXmLU { width:1.25rem;height:1.8125rem;top:66.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln { background-color:#f3f4f4;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; }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row .container { background-color: transparent; background-image: none; }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row .container > .video-iframe-container { display: none; }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row > .video-iframe-container { display: none; }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .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); }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row .container { border-width: 0; border-radius: 0; }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJqsoxrMaGlyf877XsSQGtQ9RVqgXxln > .row .container { width:20rem;height:104.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgE6tOxBMxtOAg61wTJ6UpiCmglziKnt { width:20rem;height:15.625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0NluqG5S1g2x5WxdngT9FsLIE6sEMfZ { width:20rem;height:14.1875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLxlUcVyRQc9xvZV27tawqdiLkDbBycV { width:18.1875rem;height:4.19824375rem;top:22.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nls0hb98avBI2Wp9vkAKXJTDwDZ5htAN { width:14.125rem;height:1.70605625rem;top:20rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnv02VvdZ5po4TgKOREWmML4ECNsTPoD { width:16.5625rem;height:3.775rem;top:27.171875rem;left:1.25rem;font-size:0.75rem;display:block; }#tnv02VvdZ5po4TgKOREWmML4ECNsTPoD li:before{  }
 }@media only screen and (max-width: 763px) { #eLU6hknv5qhiaSMkRqegGpguJoiaFfxf { width:20rem;height:15.0625rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMi9fcBUGyBX37mfoXBivXHDDdlbvNOO { width:16.5625rem;height:3.775rem;top:59rem;left:1.25rem;font-size:0.75rem;display:block; }#UMi9fcBUGyBX37mfoXBivXHDDdlbvNOO li:before{  }
 }@media only screen and (max-width: 763px) { #gLbqSRqf9cIVNakNZrth5RgCGRDSrTtV { width:18.1875rem;height:4.19824375rem;top:54rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbTGWMekkwNdyesTMwqrkxTB5u736AKy { width:14.125rem;height:1.70605625rem;top:51.6875rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBkNCKzkyWCyAQ91CxQCOtLM8un1vQWM { width:20rem;height:15.625rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciRsRSW0bLxsyvhwIMay0PqhOzVrol3G { width:20rem;height:15.625rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2shtkFoHdJ8Oei53knW9K73l9ctJ6ZF { width:20rem;height:17.25rem;top:83.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ1wUX5JmVeTt8HfGgmF3UKiKgZB1vDS { width:14.125rem;height:1.70605625rem;top:84.625rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TReUMlHcXQWNs6yIA2ImFZOXx9aoK8pR { width:18.1875rem;height:5.59765625rem;top:86.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONMbfsor656kNGvDPAlKibM8xI7LXB2V { width:16.5625rem;height:3.775rem;top:93.75rem;left:1.25rem;font-size:0.75rem;display:block; }#ONMbfsor656kNGvDPAlKibM8xI7LXB2V li:before{  }
 }@media only screen and (max-width: 763px) { #J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 { background-color:rgba(255,28,58,0.92);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; }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row .container { background-color: transparent; background-image: none; }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row .container > .video-iframe-container { display: none; }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row > .video-iframe-container { display: none; }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .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); }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row .container { border-width: 0; border-radius: 0; }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J26zOO1FhnB8bF2IeP6MXpadAXU2lq07 > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBT2SaunB70UaleBQqAeC8Kz6WkuT9zm { width:20rem;height:11.375rem;top:17.0625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTdWlTb78OdcoX1GTziOioMQtdxSrQmp { width:10.5rem;height:26.875rem;top:20.26171875rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xqc0KVLT3w5nW3R7lIxZI0JZARzaRCIf { width:19.75rem;height:7.3125rem;top:3.125rem;left:0.0625rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bToyCox27XV6k2Qr2bbVHcu3vrrsTwuR { width:17.375rem;height:4.38574375rem;top:11.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD58Wu59dPyWQeqgf1wICMdOoHSAMD78 { width:20rem;height:3.5rem;top:18.25rem;left:0rem;font-size:0.75rem;border-top:0rem solid #bb2858;border-left:1.875rem solid #ffffff;border-right:0rem solid #bb2858;border-bottom:0rem solid #bb2858;display:block; }
 }@media only screen and (max-width: 763px) { #Bl5QLn5aGg1OAZWSm7zZqfIwRgznLmMQ { display:block; }
 }@media only screen and (max-width: 763px) { #pbeoQUvVyJw26J7sDCaZOV64t3w8hxFE { display:flex;width:1.5rem;height:1.5rem;top:19.1875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #SEt6Ecm9LwqmnPIIPnF9vtTKpWk1XDce { display:block; }#SEt6Ecm9LwqmnPIIPnF9vtTKpWk1XDce > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvoB2TPIsz26u1ynZSz1VRemSBiAuuh3 { width:15rem;height:9.795875rem;top:5.8974609375rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APRTSq06LoP3LHOlPl65MMzutdVhCT7u { width:14.9375rem;height:1.70605625rem;top:3.56640625rem;left:4.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6o7tH4NIDsKZcati1ApN00Z9fIEiXqn { display:flex;width:3.5625rem;height:3.5625rem;top:3.56640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fmrhIvTMffOgfcZmttQQqEqsrxh9lzSi { width:14.8125rem;height:8.3965rem;top:20.4375rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6lxyU5d6qzQZLGGH0r9vd6QkVHGGS2g { width:14.9375rem;height:1.70605625rem;top:18.125rem;left:4.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9amQV0Sk3gTNyn8KfBnKBfPi2Z4dur0 { display:flex;width:3.0625rem;height:3.0625rem;top:18.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zEMeCZQf1vxzo9LHP8BAhJ6xyAfNh27G { width:14.9375rem;height:1.70605625rem;top:32.0625rem;left:4.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmy2lMdkZ5Wik4J1AhWGhSt9B6eRnmax { width:14.3125rem;height:9.795875rem;top:34.375rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBw5o8RzyiTX8BQtWoPURGxSE7Xx23gd { display:flex;width:3.375rem;height:3.375rem;top:32.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SdaZ22PgDy0xLx9egfuE9eVrbJdvw5X0 { display:flex;width:1.6875rem;height:1.6875rem;top:51.1806640625rem;left:5rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 { display:block; }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 { background-color: transparent; background-image: none; }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 > .row .container > .video-iframe-container { display: none; }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 > .row > .video-iframe-container { display: none; }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 > .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); }#rGhobANMNL7JkzqbmcbPpR9AhHBPSha6 > .row .container { width:20rem;height:23.5625rem;background-color:rgba(89,243,112,0.92);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #he7hrzTIiK0R6r5T6hm30Ubn8DlaVnVT { width:16.9375rem;height:5.625rem;top:3.0625rem;left:1.53125rem;font-size:1.5625rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1Ns0OG0d3RHc6vuLklIJzwZpDpGkXyF { display:flex;width:1.6875rem;height:1.6875rem;top:12.6875rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #XOFJT8l0Xt8TdlIpk4D1lIPyLBBMElgn { width:16.125rem;height:3.5rem;top:11.78125rem;left:1.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #bb2858;border-left:3rem solid #ffffff;border-right:0rem solid #bb2858;border-bottom:0rem solid #bb2858;color:#000000;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQF7B1PzOHzAZi3Hl7evOkNmoxmJ1EXQ { display:block; }
 }@media only screen and (max-width: 763px) { #drWpyrJVPIpnWqOCqNHLNhK2TeCq901C { width:15.9375rem;height:3.5rem;top:16.296875rem;left:2.03125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;color:#000000;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #VvJGX9BX3BTD0lFbEaZzNACGPo1K4Fvp { display:block; }
 }@media only screen and (max-width: 763px) { #X6AZVUpyzXT5nAZDqTG93wB5qFR1fx5e { display:flex;width:13.5rem;height:13.5rem;top:40.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxdlwJ0GMwW3H6iQMiRHRJDhkbrxZi7L { width:13.875rem;height:1.125rem;top:9.421875rem;left:3.0625rem;font-size:0.9375rem;color:#ff0000;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #USwrRamgRzPgTTCl8ZSE7Goh3VHEUunm { display:block; }#USwrRamgRzPgTTCl8ZSE7Goh3VHEUunm > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPEb6qwf8xalBULFI2dfKDmSr53LMId0 { width:9.5625rem;height:2.375rem;top:3.9375rem;left:5.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TQrCJApAZeMJOTzMW9eNcp6NScbnVovT { width:13.0625rem;height:1.21875rem;top:8.375rem;left:3.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sVd10viTBGOlkFZrBA5BCiTlP9pcA2pt { width:11.5rem;height:2.2734375rem;top:10.5rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #gXxxW0QrNlKeLFNbZaIb80GoGuJUyFyD > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWTbJOgc9cfyrZdK2zRV16PO78SeV5gW { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#UWTbJOgc9cfyrZdK2zRV16PO78SeV5gW > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiOSGbvi5K105tnPbhTu9gtPwCr79rzV { width:5.6875rem;height:1.6875rem;top:0.5625rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7bIlo8SZSn9QxGWAduGOTu7VrnyCq6e { display:block; }
 }@media only screen and (max-width: 763px) { #Gn9quFIPHuZgLgpcXbop659zETUHulqS { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HSKMovMEUK9XQmoN1sfafkO6iWDmTNIt { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbnT0bFJkI3TDTmkGQMTBr8OxJeCInHe { display:block; }
 }@media only screen and (max-width: 763px) { #PFPRycVvk8IGm1ItT3vVwKsQe2xNDdRs { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvISlOohilxZ31HOiucmW5KzST4eusDN { display:block; }
 }