.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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 { 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; }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .row .container { background-color: transparent; background-image: none; }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .row .container > .video-iframe-container { display: none; }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .row > .video-iframe-container { display: none; }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .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); }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .row .container { border-width: 0; border-radius: 0; }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#ZFTDKSaXKFfxMvu0ErsorGczqUoUTAsl { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.44);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:2.9375rem;width:9.6875rem;top:2.375rem;left:18.125rem;display:block; }
#VCvQBNNTh9RUdrH1ApqpVMXi6WTDkGnE { 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:5.8125rem;width:17.4375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#NfIeUC20KAGsWyqcLCLQcQnotgAc00dW { 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.625rem;width:15.125rem;top:2.125rem;left:57.75rem;overflow:hidden;display:block; }
#Xb4telVwCQlUZkWr4LhJ5Ts3Gd75XQwe { 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:2.625rem;width:8.875rem;top:2.625rem;left:18.65625rem;overflow:hidden;display:block; }
#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4523d3cd-2839-4c7a-adc9-2c0d8e802cdd/backingforheaders_Soluthead1copia7.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.adaptive-delivery-prevent-bg, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyload, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyloading { background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { background-color: transparent; background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .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); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { border-width: 0; border-radius: 0; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { font-size:0.875rem;font-family:arial;height:63.0625rem;width:75rem;position:relative;display:block; }#qTkuEhCRken6CdpiG3Stm1SPom8g6AVb { background-color:transparent;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:4.0625rem;left:13.5625rem;display:block; }
#sZicIxn88mgeVBI6BZBNVkOIL3FO16q6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q430TDbVHgPXWosQgTLkNUz1HIcdTT6i { background-color:transparent;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.0625rem;left:1.3125rem;display:block; }
#UMvRQtbOqRPOstVweTkmUQhVI64Ie12G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BooxqWColJIec7oEkKuq4XbqT5rSFVTr { background-color:transparent;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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.0625rem;left:21.9375rem;display:block; }
#gtHJbOA3FyiRoo5Xrn2MK0n9N1eLxs3Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cUD3niTMR7moZ4k5VpE0n4JcmGcO3Kq6 { color:#f4f4f4;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.1875rem;left:2.5625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H7TZTtKrMb3g0TSt4IOOdW1fEL1FxaeW { color:#f4f4f4;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.625rem;left:18.375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lnxZvM7iJ8RAsOncB6ymc1FsluUxFCTB { color:#595d68;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:30.1875rem;left:18.3125rem;height:15.920875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SXP4JZoFOmxuwcqK1bUy3rgeduDtD9bA { color:#12b058;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.1875rem;left:33.9375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MwDmPq6TBlciNG2STO8i8MbgZ4reZPFI { color:#595d68;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:30.5625rem;left:33.875rem;height:11.3720625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zt5kNp7iZRBQnoxRSLrld9ZMZPDu3WWv { 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:0;width:0.25rem;top:7.0625rem;left:1.9375rem;overflow:hidden;display:block; }
#WBHCI01UHWIriIIsZW0qNP5fNtJP7kL1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.75rem;top:18.0625rem;left:5.4375rem;overflow:hidden;display:block; }
#PtZxol4omSSd1Pwq8ZPa2Z4GZkUHtCmW { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:17.6875rem;left:20.6875rem;overflow:hidden;display:block; }
#tWKH74o3TVbB4LTlSGhzfHK1TTOtPFz0 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:18.3125rem;left:37.0625rem;overflow:hidden;display:block; }
#Q0X0wVGO5pXc5D5tLTkrz5s4pE7dkvwI { color:#fafafa;display:block;width:41.625rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:7.8740234375rem;left:1.375rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ToMFHMyby1Gg6dJldAIArh0FNB7hK42R { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:30.375rem;left:2.4375rem;height:13.40625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KBmXtzClq5O0Fq9WhqLsgMsx31ekwIFi { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -moz-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -ms-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -o-linear-gradient(180deg, #ffffff, #f0eff5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );";background-image: linear-gradient(180deg, #ffffff, #f0eff5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:9.875rem;width:14.875rem;top:16.5625rem;left:32.8125rem;display:block; }
#lvs4f943k6GMIR6Q4AFgvPgxHu79WHUT { position:absolute;display:block;z-index:15072;background-color:rgba(255,255,255,0.26);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:6.625rem;width:6.625rem;top:18.0625rem;left:36.75rem;display:block; }
#J08WbGh5w4ApgtKnOOEw8GL67OkxPH6e { position:absolute;display:block;z-index:15074;background-color:rgba(255,255,255,0.26);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:6.625rem;width:6.625rem;top:18.1875rem;left:21.1875rem;display:block; }
#BkB3FWCCvkSTd8KDOxL3ptG9LeW2sW0k { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.26);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:6.625rem;width:6.625rem;top:18.3125rem;left:5.25rem;display:block; }
#TSREUzHvGSVSTNVMg0q4WKrbbpA8rvaX { position:absolute;display:block;z-index:14996;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.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:20.9375rem;width:14.875rem;top:26.375rem;left:32.8125rem;display:block; }
#sK0hZuBXf9D1SbtsztTadroReT7dTUG1 { position:absolute;display:block;z-index:14999;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.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:20.9375rem;width:14.875rem;top:26.3125rem;left:17.125rem;display:block; }
#nMm3vlsayuXOISlxFBRI9VZzCOlZuUPG { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -moz-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -ms-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -o-linear-gradient(180deg, #ffffff, #f0eff5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );";background-image: linear-gradient(180deg, #ffffff, #f0eff5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:9.5625rem;width:14.875rem;top:16.8125rem;left:17.125rem;display:block; }
#WGqUX5tn13S7Z8M4klzzT4EG88CsyuQT { position:absolute;display:block;z-index:14997;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.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:20.9375rem;width:14.875rem;top:26.4375rem;left:1.3125rem;display:block; }
#GRlcO9M9CAwLDzeOugHqmJ1NKOue6DfD { position:absolute;display:block;z-index:15004;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.0625rem solid #ffffff;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99609375rem;width:0.8115234375rem;top:4.6875rem;left:20.75rem;display:block; }
#dlwP7LgAHbXEr7cHIb8ycbN2JceTZTRQ { position:absolute;display:block;z-index:15005;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.0625rem solid #ffffff;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99609375rem;width:0.8115234375rem;top:4.6875rem;left:12.625rem;display:block; }
#OFLEHuGHbUUHsFNdNJBmBc0aDa28LzPx { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -moz-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -ms-linear-gradient(180deg, #ffffff, #f0eff5);background-image: -o-linear-gradient(180deg, #ffffff, #f0eff5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eff5' );";background-image: linear-gradient(180deg, #ffffff, #f0eff5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:9.5625rem;width:14.875rem;top:16.90625rem;left:1.34375rem;display:block; }
#TCFaGqlgllSzLB6m3Q7RULTzCyz3MzNv { position:absolute;display:block;z-index:15176;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:8.375rem;width:34.9375rem;top:48.375rem;left:1.3125rem;overflow:hidden;display:block; }
#qKP2RRuSp04tPgQU0cWrNmG5ptcRsvhy { color:#662483;display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15206;line-height:1.4;letter-spacing:0;top:50.275390625rem;left:8.3125rem;height:4.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hlTeZONGT4haJ4ptF7uETlwzTS240d8D { position:absolute;display:block;z-index:15085;height:29.125rem;width:22rem;top:6.1875rem;left:51.5625rem;display:block; }
#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi { 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; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row .container { background-color: transparent; background-image: none; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row .container > .video-iframe-container { display: none; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row > .video-iframe-container { display: none; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .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); }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row .container { border-width: 0; border-radius: 0; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { color:#595d68;display:block;width:66.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:6.9375rem;left:3.375rem;height:5.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:#12b058;display:block;width:49.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:2.25rem;left:15.15625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFFTJTm7misqAAulVDlEnc666PeaGEQw { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:18.25rem;left:15.9375rem;height:2.5996125rem;display:block; }
#ZRgL3f4uiCxRuylm1EmSeviHHzJMM0NT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.0625rem;width:3.9375rem;top:23.3125rem;left:10rem;overflow:hidden;display:block; }
#Uk1wFRBK0Ll216uRJPHPym2GF00RWsNa { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:17.4375rem;left:29.5625rem;overflow:hidden;display:block; }
#mrlNQuq9bVIcVyapUST7G90374h69Tt8 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:23.4375rem;left:29.0625rem;overflow:hidden;display:block; }
#HVTOkDmuC5nmuzgh37yslqT8b2Irtiyi { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.875rem;width:6.0625rem;top:17.5625rem;left:48.375rem;overflow:hidden;display:block; }
#vmUc412oTKHVA1yvuXBA46qBHw0e7Bvk { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.3125rem;width:4.0625rem;top:24.1875rem;left:49.125rem;overflow:hidden;display:block; }
#iwtRMsdlVxktKX3uZibQegFlkC4nySX4 { color:#585858;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:24.75rem;left:15.25rem;height:2.5996125rem;display:block; }
#z70TnVv8okdzyZA5gyXOIns5yTWr8H2G { color:#585858;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:17.8125rem;left:35.1875rem;height:2.5996125rem;display:block; }
#pbktySZ4byz9dSy5QyTW29K2Wvop1QCr { color:#585858;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:25.375rem;left:35.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#v6vA5RGs8Br3scxTv6qL3zZi3U5gAgtX { color:#585858;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:18rem;left:54.8125rem;height:2.5996125rem;display:block; }
#udZEXZR4uz1UiKtVWuPcKIzHhfUuL1TF { color:#12b058;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:24.375rem;left:55.0625rem;height:3.8994125rem;display:block; }
#vX3297mgUFk8AwQFNs132CQeSZBgal3T { position:absolute;display:block;z-index:14998;background-color:rgba(205,207,209,0.36);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:4.3125rem;width:4.3125rem;top:16.75rem;left:9.8125rem;display:block; }
#XG2NGZfgtezOCQq3Miv6wZQLPEXAvTcF { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.6875rem;width:17.375rem;top:16.1875rem;left:9.3125rem;display:block; }
#F9bTZbqkukgfW2hw4SQf1k3ESqCskZnl { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.375rem;width:5rem;top:17.125rem;left:9.625rem;overflow:hidden;display:block; }
#nc8Gi6zxeQPULhq7cr2r3Q9gMNRnvm0D { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.6875rem;width:17.375rem;top:23.125rem;left:9.3125rem;display:block; }
#TiPFHBqayTuHunztT8iLHx2y0AMXSbnw { position:absolute;display:block;z-index:15000;background-color:rgba(205,207,209,0.36);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:4.3125rem;width:4.3125rem;top:23.6875rem;left:9.8125rem;display:block; }
#UNRkgMDel0ZfvlOR93L4WUg5fOMaZRf6 { position:absolute;display:block;z-index:15002;background-color:rgba(205,207,209,0.36);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:4.3125rem;width:4.3125rem;top:16.875rem;left:29.1875rem;display:block; }
#tyrDdlAxJEK0MbHUQk6hIoWHAu1R7Jry { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.6875rem;width:17.375rem;top:16.3125rem;left:28.6875rem;display:block; }
#KKtbWNhpKDNOCCUU00V2zKTBT4IJ97Qi { position:absolute;display:block;z-index:15004;background-color:rgba(205,207,209,0.36);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:4.3125rem;width:4.3125rem;top:23.75rem;left:29.1875rem;display:block; }
#khK4zk7G816BTK2Z8wkdxI1p8mMFQS7x { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.6875rem;width:17.375rem;top:23.1875rem;left:28.6875rem;display:block; }
#HVln9glTzBcgMz5LTWqSDvByVMVFuvpf { position:absolute;display:block;z-index:15004;background-color:rgba(205,207,209,0.36);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:4.3125rem;width:4.3125rem;top:16.875rem;left:48.75rem;display:block; }
#LC3VGVT9lboIX1TSw0QHVtLUUSPHNzhI { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.6875rem;width:17.375rem;top:16.3125rem;left:48.25rem;display:block; }
#ACx5XL73SVBSZ1ma533wawWUoG7O0AxA { position:absolute;display:block;z-index:15006;background-color:rgba(205,207,209,0.36);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:4.3125rem;width:4.3125rem;top:23.75rem;left:48.8125rem;display:block; }
#zgCakJ8Ieo4ekSV9d7lvu7wLmAwv1Ftx { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.6875rem;width:17.375rem;top:23.1875rem;left:48.3125rem;display:block; }
#O67kBBmDk58l4mEr2e1LBADaZGT859S5 { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:8.125rem;width:70rem;top:5.75rem;left:1.75rem;display:block; }
#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.adaptive-delivery-prevent-bg, #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.lazyload, #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad.lazyloading { background-image: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { background-color: transparent; background-image: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container > .video-iframe-container { display: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container { display: none; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .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); }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { border-width: 0; border-radius: 0; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#qhkO1bzI4JuhIf6qfmIUm43I0LIaOG1g { color:#fdfdfd;display:block;width:40.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:3.5625rem;left:1.21875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0koEPmUqQosFlmgLc9G1LrzrXF0f7S4 { color:#212121;display:block;width:32.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:18.9375rem;left:5.1875rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OBtWkemQWTSMEaToDGTIHGCq0K8kzfye { color:#212121;display:block;width:30.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:28.5rem;left:5.1875rem;height:4.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GWPf0cA8UdHRARxqRhg7TNa9h2dtcEES { color:#595d68;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:14.375rem;left:5.3125rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#op8K9eRztHDUOtBFRQR6z7BB9DeJo6PK { color:#212121;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.8623046875rem;left:5.375rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KKttFJDvZ6FNagRfy9lWktqQKoeUytMg { color:#ffffff;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:6.25rem;left:1.5625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GnizAZ0NI999XtsqBum8qAXQxD8zGyIR { color:#595d68;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:24.1875rem;left:5.1875rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dxUTdzGGmUf4mt236pyTULzfse4XxaTn { color:#212121;display:block;width:28.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:34.875rem;left:5.1875rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FRluNJL3zEIuqZTqq6PzotyvKyT5NUkn { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:26.5625rem;top:9.625rem;left:47.0625rem;overflow:hidden;display:block; }
#TalaesVUcgsJPf2nHqlz4uEWovtEcQiz { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:3.75rem;width:38.625rem;top:9.125rem;left:1.625rem;display:block; }
#EvdLI5twZA4riyMfLwhEy7N9SkB72iCv { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:28.375rem;width:29.875rem;top:9.125rem;left:45.125rem;display:block; }
#dm47tPxgO4VPcP2VTQ9NmA5WbNKp3vW8 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:3.75rem;width:38.625rem;top:13.625rem;left:1.5rem;display:block; }
#g0CrdquUesNd52a1GqvDiXdtdUZwtnuT { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:4.5625rem;width:38.625rem;top:18.125rem;left:1.625rem;display:block; }
#lq6VgHFhobkcSMuEGGLBhwsgpJZ8HNu2 { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:3.75rem;width:38.625rem;top:23.5rem;left:1.625rem;display:block; }
#U2bulsd8hZGMtLp9vwwy60xBaeBJSQav { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.25rem;width:38.625rem;top:28.0625rem;left:1.625rem;display:block; }
#uhaaIGDSCPoD1oVWwfTIZyBoQb0oDpar { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:3.75rem;width:38.625rem;top:34.125rem;left:1.6875rem;display:block; }
#gnd0h3fdBiptm3sK1I7HiTzE8lo02yml { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:10.0185546875rem;left:2.8125rem;overflow:hidden;display:block; }
#z1FG8yEyqTdyUVpLbx6wsbKNuTTdzv74 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:14.53125rem;left:2.8125rem;overflow:hidden;display:block; }
#HUeVh7WTgbtiQGdFoyVLkAMkS3ElTL1C { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:19.5rem;left:2.8125rem;overflow:hidden;display:block; }
#ziCnsOeQ20w7EiDt2eJH6M0DfaeVmMvI { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:24.46875rem;left:2.8125rem;overflow:hidden;display:block; }
#V9elHm0Q2ceUtyJnmhxWlxDSE7zzSgqo { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:29.59375rem;left:2.8125rem;overflow:hidden;display:block; }
#svmW0hma6UHmI41Ualqwil8LaNUXKfit { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:35.09375rem;left:2.8125rem;overflow:hidden;display:block; }
#i1gqciTeWOzbZsn31GAOfJxdI7CArw44 { 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; }#i1gqciTeWOzbZsn31GAOfJxdI7CArw44 > .row .container { background-color: transparent; background-image: none; }#i1gqciTeWOzbZsn31GAOfJxdI7CArw44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1gqciTeWOzbZsn31GAOfJxdI7CArw44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1gqciTeWOzbZsn31GAOfJxdI7CArw44 > .row .container > .video-iframe-container { display: none; }#i1gqciTeWOzbZsn31GAOfJxdI7CArw44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1gqciTeWOzbZsn31GAOfJxdI7CArw44 > .row > .video-iframe-container { display: none; }#i1gqciTeWOzbZsn31GAOfJxdI7CArw44 > .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); }#i1gqciTeWOzbZsn31GAOfJxdI7CArw44 > .row .container { border-width: 0; border-radius: 0; }#i1gqciTeWOzbZsn31GAOfJxdI7CArw44 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1gqciTeWOzbZsn31GAOfJxdI7CArw44 > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#TTVXHprsFTDsGpNKl57d7NgOTxuqQMGz { color:#12b058;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.1;letter-spacing:0;top:4rem;left:1.4375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T3yPznXlb2BkAL1B7EGUAHpG4WbGUCrf { color:#595d68;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:6.125rem;left:1.4375rem;height:15.92090625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qRRsNfGuEokWusmLSP1Gq1RaFEKMviVN { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:13.75rem;width:22.75rem;top:9.875rem;left:26.125rem;display:block; }
#b7LVm5QNRfibBzebiin5qo9CviidB10t { color:#12b058;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:20.53125rem;left:30.0625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtaMpifMH9gOXlEqKHxH6OIcBaHkt6hf { color:#585858;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.125rem;left:51.625rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RrFnTkA5X5O9zTakdTWN2qR3xKqx1za5 { color:#12b058;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:4rem;left:51.625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c3im2NsbmhLodcTlh0VZgXsLCyr88R7J { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:23.25rem;top:3.3125rem;left:26rem;overflow:hidden;display:block; }
#KPggkhvTUJhr0G2cXGGtmGrUyiQTboC3 { color:#595d68;display:block;width:5.6875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:11.1875rem;left:27.6875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NFaKyrVEbHGkhX5kZxlkFHxU5HMt0VRM { color:#595d68;display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:11.1875rem;left:35.5rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tKaRamDC74UU5ZDWnbN5vbXc8UQ95uhq { color:#595d68;display:block;width:5.6875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:11.1875rem;left:43.25rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#M2fQXk93CAJLNmE3tFyo0cwURckSDEPI { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:22.75rem;top:9.875rem;left:51.125rem;overflow:hidden;display:block; }
#vyGQy10D5S39vfzaPZrzvsaC7NxAzymN { 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; }#vyGQy10D5S39vfzaPZrzvsaC7NxAzymN > .row .container { background-color: transparent; background-image: none; }#vyGQy10D5S39vfzaPZrzvsaC7NxAzymN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyGQy10D5S39vfzaPZrzvsaC7NxAzymN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyGQy10D5S39vfzaPZrzvsaC7NxAzymN > .row .container > .video-iframe-container { display: none; }#vyGQy10D5S39vfzaPZrzvsaC7NxAzymN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyGQy10D5S39vfzaPZrzvsaC7NxAzymN > .row > .video-iframe-container { display: none; }#vyGQy10D5S39vfzaPZrzvsaC7NxAzymN > .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); }#vyGQy10D5S39vfzaPZrzvsaC7NxAzymN > .row .container { border-width: 0; border-radius: 0; }#vyGQy10D5S39vfzaPZrzvsaC7NxAzymN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vyGQy10D5S39vfzaPZrzvsaC7NxAzymN > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#diqmy0s6NpqWMQZ03Nu00xMTxr5Cqtkc { color:#ffffff;display:block;width:52.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.375rem;left:1.75rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SXeyh9kJTZDTXIVoyZ9o7qysfuEaJ5qQ { color:#595d68;display:block;width:35.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:18.25rem;left:3.8125rem;height:4.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#M9TV7e4VdaUSwZP5n7v8D0Ls0NgfnvpV { color:#595d68;display:block;width:26.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:11.34375rem;left:4.3125rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#E97pGmGcT8d2HHE1kOzdJ9uR7CPeKkSr { color:#595d68;display:block;width:33.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:23.3125rem;left:3.8125rem;height:5.2807625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oBbCb37m1xOecFMW9uLoQPa2aJgyJBEd { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:13.625rem;width:39.8125rem;top:16.25rem;left:1.75rem;display:block; }
#UqOpNJWAqUfaARVJmlBzhGDKempAIov0 { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:4.4375rem;width:30.9375rem;top:10.125rem;left:1.75rem;display:block; }
#peTlkSoAaGVyhpIuJSFZZE0RJ9yn0TJ4 { position:absolute;display:block;z-index:14996;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:57.5rem;top:3rem;left:0rem;display:block; }#peTlkSoAaGVyhpIuJSFZZE0RJ9yn0TJ4.adaptive-delivery-prevent-bg, #peTlkSoAaGVyhpIuJSFZZE0RJ9yn0TJ4.lazyload, #peTlkSoAaGVyhpIuJSFZZE0RJ9yn0TJ4.lazyloading { background-image: none; }
#yFQpKch6TZS1hKOPwlcIvP5qTuq3dE2I { 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:18.5rem;width:28.875rem;top:11.3125rem;left:43.375rem;overflow:hidden;display:block; }
#fo4EvihVV1uWWvSaxT9JXvTzsSVHhkGT { color:#595d68;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:13.875rem;left:48.9375rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hDsEiaJlvIbLvhKp4T9ORJI9vJObUawG { color:#595d68;display:block;width:10.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:19rem;left:45.8125rem;height:1.05615rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Csv6ZpfT3gJGh2oGr57nOUmXMpexi09I { color:#595d68;display:block;width:10.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:19rem;left:59.375rem;height:1.05615rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#c3wK3ZHqZvJbfCcmDhEMlrxd0nuBTKWu { color:#595d68;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:13.9375rem;left:62.5rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(337deg, rgba(255,255,255,0.94), rgba(255,255,255,0.98));background-image: -moz-linear-gradient(337deg, rgba(255,255,255,0.94), rgba(255,255,255,0.98));background-image: -ms-linear-gradient(337deg, rgba(255,255,255,0.94), rgba(255,255,255,0.98));background-image: -o-linear-gradient(337deg, rgba(255,255,255,0.94), rgba(255,255,255,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efffffff', endColorstr='#f9ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efffffff', endColorstr='#f9ffffff' );";background-image: linear-gradient(337deg, rgba(255,255,255,0.94), rgba(255,255,255,0.98));background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { background-color: transparent; background-image: none; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container > .video-iframe-container { display: none; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row > .video-iframe-container { display: none; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .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); }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { border-width: 0; border-radius: 0; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:block; }#OGQUzKcFZg1dNMMSVlTA73hEU4g2753d { color:#0e3c5a;display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.375rem;left:39.6875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pODxiFeRh5mKnTD6HutxBopzBw3J7gRI { color:#595d68;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:7.75rem;left:41.8125rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VJVrnteZOm0AkyV6BG6K9BkdV3zWVQsz { color:#595d68;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:10.5625rem;left:41.9375rem;height:5.2807625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bnWMdDr2MaX42nXfJo6hLiW6ov033Ewa { color:#585858;display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:16.4375rem;left:41.875rem;height:7.3930875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oaPkczL2Vksyy84TS7Gr6cWJ5NPOaO2X { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:19.25rem;width:32.25rem;top:5.625rem;left:39.6875rem;display:block; }
#yugXMr2Q3r3RlcxPyJTazla6MNtZCEJt { position:absolute;display:block;z-index:14997;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:26.1875rem;width:37.6875rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#yDNpmWLWlpOHbUcyX3d7JTukQ3iox7SI { color:#595d68;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:2.568359375rem;left:5.03125rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ffflrukeRSBDbOqPIBT5zcKAT6Iu0RZZ { color:#595d68;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15065;line-height:1.1;letter-spacing:0;top:8.5087890625rem;left:4.125rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#m8s0I3PD6D1u0t9Fb2aZpel1tfIq39lt { color:#595d68;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:8.4462890625rem;left:16.15625rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eATCpTZsouMb5dOtQ3IdMIWINHmBgRmA { color:#595d68;display:block;width:5.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:2.693359375rem;left:16.28125rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#c0df6sVkga0TK5kr24mTiFtLr5iHwUpg { color:#595d68;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:8.42578125rem;left:27.6875rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#s55Qguc9BnSn1ruQ5Ve1imDmsLyNSMlP { color:#595d68;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:21.71484375rem;left:15.25rem;height:1.05615rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T18Fqwn80mp7q54BxBdrVIwpXBLaZPfN { color:#595d68;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15063;line-height:1.1;letter-spacing:0;top:17.994140625rem;left:15.375rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO { 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; }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .row .container { background-color: transparent; background-image: none; }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .row .container > .video-iframe-container { display: none; }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .row > .video-iframe-container { display: none; }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .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); }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .row .container { border-width: 0; border-radius: 0; }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#DXN4BCnMxpe8P0JL6wJiev6rRyRzetCE { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f1340cf-5af3-4048-8bc0-9ee9084c90fc/858Convertido1.png");background-position:bottom right !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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:9.6875rem;width:63.5rem;top:5.375rem;left:5.75rem;display:block; }#DXN4BCnMxpe8P0JL6wJiev6rRyRzetCE.adaptive-delivery-prevent-bg, #DXN4BCnMxpe8P0JL6wJiev6rRyRzetCE.lazyload, #DXN4BCnMxpe8P0JL6wJiev6rRyRzetCE.lazyloading { background-image: none; }
#N67wtJya82lmQsaeuIztOAAx9WPwnRcz { 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:11.75rem;width:10.5rem;top:2.375rem;left:7.0625rem;overflow:hidden;display:block; }
#lTfkHVKPeRA8gpyZi5vlU4VoUo6yHcAT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(90deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(90deg, #ff9d00, #e77320);background-image: -o-linear-gradient(90deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(90deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.5rem;left:50.8125rem;display:block; }
#JRRvgzziwhA8vypuxkP6Ax02Sk7wedmo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#txxpiqDwMQb3FVEvyNLvkqnJK92vhU68 { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.0625rem;left:21.125rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c28EWZ07HUfqB16xDablVThbHBGMsKom { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c28EWZ07HUfqB16xDablVThbHBGMsKom.adaptive-delivery-prevent-bg, #c28EWZ07HUfqB16xDablVThbHBGMsKom.lazyload, #c28EWZ07HUfqB16xDablVThbHBGMsKom.lazyloading { background-image: none; }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row .container { background-color: transparent; background-image: none; }#c28EWZ07HUfqB16xDablVThbHBGMsKom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row .container > .video-iframe-container { display: none; }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row > .video-iframe-container { display: none; }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .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); }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row .container { border-width: 0; border-radius: 0; }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#B5TgHlInqEZQ31c2es62ueolZsn5105x { color:#12b058;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:10.9375rem;left:4.5625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTtZFST5Ah4iyOI03gCAtyxnxdE5Em9T { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.1875rem;left:2.375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aV0JKDJ1wZCtOOfxkHew5MmmpvobifkD { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:16.6875rem;left:4.5625rem;height:6.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qzv9s8peFJZc2T48QBN24nKG7An4sLaB { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:23.25rem;left:4.625rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LFDHPhpfwu6LEpHHDOPFOCQyWeC4Gep6 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.17) ;height:24.375rem;width:32.8125rem;top:8.5625rem;left:2.375rem;display:block; }
#q4IFU0KLD8tJ7bTRehekIFI47nNwdTyR { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.17) ;height:32.25rem;width:36.25rem;top:3.0625rem;left:38.75rem;display:block; }
#fHKAZg4154E5PXvMMZlW5E3T3On1ql2i { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:34.625rem;top:4.125rem;left:39.5625rem;overflow:hidden;display:block; }
#nT3b00MIOsvDh3ZwSwl7ViNhb6V5fwdZ { color:#595d68;display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:5rem;left:42.75rem;height:1.79980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kUFq0VqCsXe5ctxk9rAJh0FMgiPf0fo5 { color:#595d68;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15065;line-height:1.1;letter-spacing:0;top:10.3125rem;left:42.875rem;height:1.6494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#S1aagTEQTFgU1LwTsNtW3BVJbWTHzyZr { color:#595d68;display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15066;line-height:1.2;letter-spacing:0;top:5.0625rem;left:53.875rem;height:1.79980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#K9ZIWd6ST05vuZMyXWh0w85bqquEmngy { color:#595d68;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15066;line-height:1.1;letter-spacing:0;top:10.3125rem;left:53.8125rem;height:1.6494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kn99smTqa2LRWNMZJXgGMyKt65lTJui9 { color:#595d68;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15067;line-height:1.1;letter-spacing:0;top:19.1875rem;left:54rem;height:1.6494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wbN0bOHzbm5aB2AfPTyU61ZsBlNmL9Mg { color:#595d68;display:block;width:7.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15068;line-height:1.1;letter-spacing:0;top:22.0625rem;left:54rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ppdpTg9kLfrUWcTaFdnbFZp3Tsxyc9pB { color:#595d68;display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;top:5.0625rem;left:64.625rem;height:1.79980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ngxPWdiIsh5VVC0kxqtvvkc4KMcat3FE { color:#595d68;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15067;line-height:1.1;letter-spacing:0;top:10.3125rem;left:64.75rem;height:1.6494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row .container { background-color: transparent; background-image: none; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row .container > .video-iframe-container { display: none; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row > .video-iframe-container { display: none; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .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); }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row .container { border-width: 0; border-radius: 0; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#PlsZb8fKfzrDromo3XGhzcT9e5Cm1NZ2 { color:#12b058;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.625rem;left:1.8125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QV1TG8EU1gCRnS63s58zt8I58IZ1bJ0v { color:#595d68;display:block;width:30.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:7.84375rem;left:4.09375rem;height:4.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pR8tU4lr0RdaKxEMATwwb7VCBxrI52WG { color:#595d68;display:block;width:26.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:14.5rem;left:4.375rem;height:3.16845625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T65e5FXnEhkbWnRmAlxOevnNqW7qbuDg { color:#595d68;display:block;width:26.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:20.5234375rem;left:4.5rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UzUOFJlDTDNeJBCGKEcnCfgKSEta8DM7 { color:#595d68;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:8.1875rem;left:44.5625rem;height:1.05615rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TMfrKmTV0cFR6XirXnxNxtukt7w8d601 { color:#595d68;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:12.75rem;left:44.5625rem;height:1.05615rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BoAlwPbTKcNseMTDeT9FZA5uzv1A607z { color:#595d68;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:16.625rem;left:44.5625rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AOJfDPUHeIEM4Tr3aoE6daRs32sKGkEl { color:#595d68;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.9375rem;left:44.5rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VTeRiTQmfnPqZauV0Uh5QcC6phTffCBC { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:6rem;width:34.1875rem;top:6.84375rem;left:1.34375rem;display:block; }
#yRVTfQFeLcUSlf7WZzLevFHw6F8S2Eux { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.1875rem;width:34.1875rem;top:13.546875rem;left:1.34375rem;display:block; }
#gP6bwgSe1wuM8xdmVdyqLufxMT0JXzPA { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.1875rem;width:34.1875rem;top:19.5234375rem;left:1.34375rem;display:block; }
#dWRPQv3c0ykVUs6BD8wptx6bp7gah1io { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:3.8125rem;width:33.1875rem;top:6.875rem;left:39.5625rem;display:block; }
#DPJby1FTlHPTXtvRl5lqdFQasxVQTaas { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:3.8125rem;width:33.1875rem;top:11.3125rem;left:39.625rem;display:block; }
#nHFx4HQoU78fF1kkPRr1wIrQrHbledhB { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:3.8125rem;width:33.1875rem;top:15.8125rem;left:39.6875rem;display:block; }
#nZl1pB0VAZBCHv3nz3CwOupIiROFJLNp { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:3.8125rem;width:33.1875rem;top:20.3125rem;left:39.8125rem;display:block; }
#dfIhN8o2tqcRzf5tkgSOo3xT11yZr3mA { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:9rem;left:1.9375rem;overflow:hidden;display:block; }
#w1FdQOEuwRzyTAFwlkdfdIMaODV7xE84 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:15.15625rem;left:1.9375rem;overflow:hidden;display:block; }
#tTBBl7LoXZw36hKK3iwSZpIqOxpJxquH { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:21.1796875rem;left:1.9375rem;overflow:hidden;display:block; }
#LiDCiWenQG6Uz0fzPeGkoX6eS3OLHrq0 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:21.1875rem;left:41.5rem;overflow:hidden;display:block; }
#he8c0zyNcRvlTCywstoa4z6tsr9zNahT { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:16.75rem;left:41.5rem;overflow:hidden;display:block; }
#gonn9n30LoinIZTAMBTsHGQaaEII40H2 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:12.5625rem;left:41.5rem;overflow:hidden;display:block; }
#kWPZtwsq7RWPpR8F5EvGtTmNzPm3SbX6 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:7.875rem;left:41.5rem;overflow:hidden;display:block; }
#QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI.adaptive-delivery-prevent-bg, #QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI.lazyload, #QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI.lazyloading { background-image: none; }#QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI > .row .container { background-color: transparent; background-image: none; }#QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI > .row .container > .video-iframe-container { display: none; }#QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI > .row > .video-iframe-container { display: none; }#QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI > .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); }#QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI > .row .container { border-width: 0; border-radius: 0; }#QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#K7lOqMD3AOJd9niKgthfCTvMfWqIUtpi { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:4.5625rem;left:2.375rem;overflow:hidden;display:block; }
#rUCRTbr5VK1FHBn10FC03upEzuT51KWb { color:#585858;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:10.25rem;left:2.375rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#lv4Cl6NWTMibrzC9b3vCzDZA0lr62UEs { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:4.96875rem;left:21.125rem;overflow:hidden;display:block; }
#u6ipnDayOvugmyPXmGK4luBT1TZ4FGiP { color:#585858;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:10.25rem;left:21.125rem;height:10.96875rem;text-align:left;text-align-last:left;display:block; }
#BqrLKL3y0fiyoGlPGoTcVhzTpCg9zG2Z { color:#585858;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.25rem;left:39.875rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#sItBe9PRgZ7QamdeQhKIkAeU1c9TKM6U { color:#585858;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:10.25rem;left:58.625rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#NzP5iiHCztzhwTNopma5WI9sTRWZbgmE { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:4.375rem;left:39.875rem;overflow:hidden;display:block; }
#WdrsJMn6zwQPDfrJeTr9HERTeKDzq6yJ { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:5.25rem;left:58.625rem;overflow:hidden;display:block; }
#oSDufZdn7ukC67n4BFtQDyXBRbKKtpd1 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:19.375rem;width:17.1875rem;top:3.4375rem;left:0.8125rem;display:block; }
#xrukGcCG81hSlNvkIZiq40IkO9F4f1fu { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:19.375rem;width:17.1875rem;top:3.4375rem;left:19.5625rem;display:block; }
#LDarNHomx3t7KtkJBNLcySmLWIwvZL2d { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem #797979 ;height:19.375rem;width:17.1875rem;top:3.4375rem;left:38.3125rem;display:block; }
#UNpmsTBSucCS0UDaSr8UmP7wDurt03p4 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:19.375rem;width:17.1875rem;top:3.4375rem;left:57.0625rem;display:block; }
#mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #rdk9bwvSCgd3eLBqHXNPOwE2x2fURc3g > .row .container { background-color: transparent; background-image: none; }#rdk9bwvSCgd3eLBqHXNPOwE2x2fURc3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdk9bwvSCgd3eLBqHXNPOwE2x2fURc3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdk9bwvSCgd3eLBqHXNPOwE2x2fURc3g > .row .container > .video-iframe-container { display: none; }#rdk9bwvSCgd3eLBqHXNPOwE2x2fURc3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdk9bwvSCgd3eLBqHXNPOwE2x2fURc3g > .row > .video-iframe-container { display: none; }#rdk9bwvSCgd3eLBqHXNPOwE2x2fURc3g > .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); }#rdk9bwvSCgd3eLBqHXNPOwE2x2fURc3g > .row .container { border-width: 0; border-radius: 0; }#rdk9bwvSCgd3eLBqHXNPOwE2x2fURc3g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rdk9bwvSCgd3eLBqHXNPOwE2x2fURc3g > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(131,202,155,0.14);background-image:url("https://images.assets-landingi.com/uc/d297735c-6c09-4da6-a6b9-fd2538133e34/dotsconnectivity.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU.adaptive-delivery-prevent-bg, #BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU.lazyload, #BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU.lazyloading { background-image: none; }#BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU > .row .container { background-color: transparent; background-image: none; }#BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU > .row .container > .video-iframe-container { display: none; }#BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU > .row > .video-iframe-container { display: none; }#BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU > .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); }#BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU > .row .container { border-width: 0; border-radius: 0; }#BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#zbt2nOUwGVuq7xBSK6LsrKgEw2o4h2iz { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.0625rem;left:16.09375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tnhOB9EnRcXyMx0ZEpPcgKoMZZpEMcnN { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.25rem;width:53rem;top:7.6000001430512rem;left:10.96249961853rem;display:block; }
#Z3XNHTS8zd9zAdlR6erPia7WRDngumqn { background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:4.05rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:10.750000715256rem;left:46.250001907349rem;display:block; }
#CEPDFZBhV2TDLlGebIXmubA0PkbJFMWl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kZLwgxqn5V09cTwhMm8Q2wk8c6c4Li1e { background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:4.05rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:21.812499761581rem;left:14.0625rem;display:block; }
#KILRPJ9bEasxymfDeEodDm5eQMSQvX7S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d1byt069KTNke3mTDZvLnbUo42HwiDTR { background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:4.05rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:21.775001287461rem;left:46.250001907349rem;display:block; }
#vPgp4TtgC7IPdwLOUsGNpJJiMTyTMsOr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NnwAdhWOEMm7HMUHZ75RuZr0tylrIxan { background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:4.05rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:16.312500715256rem;left:46.250001907349rem;display:block; }
#rsC6CfdzTDu6871s0LG9N1xkWeZ2LyRu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HHkW12xQOenpFbRapPwM2Sqr448a4BoM { background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.7375rem;height:4.05rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:10.750000715256rem;left:30.125001907349rem;display:block; }
#QnWVdxBnELyTb9DdXtKe5VtwAdPgV2Pu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#siVRgNr9dfl7BvzcFDeHoS9QX19VPZXp { background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.725rem;height:4.05rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:21.775001287461rem;left:30.19375038147rem;display:block; }
#oGS8Z44PTnzA29w8wUvpxC6h6iPJxLHM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ymyGdr7mRlae5BkxDKqbdf0Ez8TLTqyA { background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:4.125rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:10.75rem;left:14.1875rem;display:block; }
#CDiOWvmFIIz8SSQG9bfJmK2IhN5GtDVD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m0azUEurlGA0rIELOKDcOn5hxiohMVgh { background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:4.05rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:16.350000143051rem;left:14.125rem;display:block; }
#g6uo5tAtTCqzeEBxVXUoLsDBWOJMgy8t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRxPOUTST4HMbXAFGaul1slbVOmz4QPd { background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.7375rem;height:4.05rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:16.312500715256rem;left:30.125001907349rem;display:block; }
#Kg0hsMeXCgEpWMax7ExreJaDTUxdhbwg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq { 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; }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .row .container { background-color: transparent; background-image: none; }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .row .container > .video-iframe-container { display: none; }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .row > .video-iframe-container { display: none; }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .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); }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .row .container { border-width: 0; border-radius: 0; }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#BFGCFSVie9STqsInxrkcUNAdAynGyvTg { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f1340cf-5af3-4048-8bc0-9ee9084c90fc/858Convertido1.png");background-position:bottom right !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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:9.6875rem;width:63.5rem;top:4.5rem;left:5.75rem;display:block; }#BFGCFSVie9STqsInxrkcUNAdAynGyvTg.adaptive-delivery-prevent-bg, #BFGCFSVie9STqsInxrkcUNAdAynGyvTg.lazyload, #BFGCFSVie9STqsInxrkcUNAdAynGyvTg.lazyloading { background-image: none; }
#fvJL2GXfxUihA79enVF87JW6Bm4R6dTQ { 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:11.0625rem;width:9.875rem;top:2.1875rem;left:7.0625rem;overflow:hidden;display:block; }
#XBNo9HETpRBLAw7hWmwI06cv2RfOSDGq { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(90deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(90deg, #ff9d00, #e77320);background-image: -o-linear-gradient(90deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(90deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:7.625rem;left:50.8125rem;display:block; }
#gkEdzibnIGMkRALsKKcTliNKUDnN9CZS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y16M59aDF4gkz4FZPquNuDvz3mM6J0l1 { color:#ffffff;display:block;width:24.124rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.375rem;left:23rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/11KDtiUWRq4/unsplash/uriel-sc-11KDtiUWRq4-photo-1590859808308-3d2d9c515b1a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.adaptive-delivery-prevent-bg, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyload, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyloading { background-image: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { background-color: transparent; background-image: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container > .video-iframe-container { display: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container { display: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .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); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { border-width: 0; border-radius: 0; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:75rem;position:relative;display:block; }#vuIuId3tixEfsCAwTSGCDDguysR4Unqv { color:#e8f7ff;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.09375rem;left:33.1875rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GnLiDudD1WMqpvzssQZA6FPhTBQ9nh87 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#GnLiDudD1WMqpvzssQZA6FPhTBQ9nh87 { background-color: transparent; background-image: none; }#GnLiDudD1WMqpvzssQZA6FPhTBQ9nh87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnLiDudD1WMqpvzssQZA6FPhTBQ9nh87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnLiDudD1WMqpvzssQZA6FPhTBQ9nh87 > .row .container > .video-iframe-container { display: none; }#GnLiDudD1WMqpvzssQZA6FPhTBQ9nh87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnLiDudD1WMqpvzssQZA6FPhTBQ9nh87 > .row > .video-iframe-container { display: none; }#GnLiDudD1WMqpvzssQZA6FPhTBQ9nh87 > .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); }#GnLiDudD1WMqpvzssQZA6FPhTBQ9nh87 { border-width: 0; border-radius: 0; }#GnLiDudD1WMqpvzssQZA6FPhTBQ9nh87 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GnLiDudD1WMqpvzssQZA6FPhTBQ9nh87 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mAE0ThLT2fPKwQsseiWI6ct1DZ81LzWV { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -moz-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -ms-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -o-linear-gradient(115deg, #8c00b2, #b700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );";background-image: linear-gradient(115deg, #8c00b2, #b700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }
#rgK2N56xbUizPP5cG8bkv3n4ieXeEIaq { 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) { #TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 { display:block; }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFTDKSaXKFfxMvu0ErsorGczqUoUTAsl { top:2.375rem;left:4.5rem;width:9.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCvQBNNTh9RUdrH1ApqpVMXi6WTDkGnE { top:1rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfIeUC20KAGsWyqcLCLQcQnotgAc00dW { top:2.125rem;left:30.5rem;width:15.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb4telVwCQlUZkWr4LhJ5Ts3Gd75XQwe { top:2.625rem;left:5.03125rem;width:8.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { display:block; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTkuEhCRken6CdpiG3Stm1SPom8g6AVb { width:7.5rem;height:2.25rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZicIxn88mgeVBI6BZBNVkOIL3FO16q6 { display:block; }
 }@media only screen and (max-width: 763px) { #Q430TDbVHgPXWosQgTLkNUz1HIcdTT6i { width:11.3125rem;height:2.25rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMvRQtbOqRPOstVweTkmUQhVI64Ie12G { display:block; }
 }@media only screen and (max-width: 763px) { #BooxqWColJIec7oEkKuq4XbqT5rSFVTr { width:7.5rem;height:2.25rem;top:4.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtHJbOA3FyiRoo5Xrn2MK0n9N1eLxs3Z { display:block; }
 }@media only screen and (max-width: 763px) { #cUD3niTMR7moZ4k5VpE0n4JcmGcO3Kq6 { top:27.1875rem;left:0rem;width:11rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7TZTtKrMb3g0TSt4IOOdW1fEL1FxaeW { top:27.625rem;left:4.75rem;width:12.875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnxZvM7iJ8RAsOncB6ymc1FsluUxFCTB { top:30.1875rem;left:4.6875rem;width:12.5625rem;height:15.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXP4JZoFOmxuwcqK1bUy3rgeduDtD9bA { top:27.1875rem;left:20.3125rem;width:10.9375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwDmPq6TBlciNG2STO8i8MbgZ4reZPFI { top:30.5625rem;left:20.25rem;width:12.875rem;height:11.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt5kNp7iZRBQnoxRSLrld9ZMZPDu3WWv { top:7.0625rem;left:0rem;width:0.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #WBHCI01UHWIriIIsZW0qNP5fNtJP7kL1 { top:18.0625rem;left:0rem;width:6.75rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtZxol4omSSd1Pwq8ZPa2Z4GZkUHtCmW { top:17.6875rem;left:7.0625rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWKH74o3TVbB4LTlSGhzfHK1TTOtPFz0 { top:18.3125rem;left:23.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0X0wVGO5pXc5D5tLTkrz5s4pE7dkvwI { top:7.8125rem;left:0rem;width:41.625rem;height:7.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToMFHMyby1Gg6dJldAIArh0FNB7hK42R { top:30.375rem;left:0rem;width:12.5rem;height:13.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBmXtzClq5O0Fq9WhqLsgMsx31ekwIFi { top:16.5625rem;left:19.1875rem;width:14.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvs4f943k6GMIR6Q4AFgvPgxHu79WHUT { top:18.0625rem;left:23.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J08WbGh5w4ApgtKnOOEw8GL67OkxPH6e { top:18.1875rem;left:7.5625rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkB3FWCCvkSTd8KDOxL3ptG9LeW2sW0k { top:18.3125rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSREUzHvGSVSTNVMg0q4WKrbbpA8rvaX { top:26.375rem;left:19.1875rem;width:14.875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK0hZuBXf9D1SbtsztTadroReT7dTUG1 { top:26.3125rem;left:3.5rem;width:14.875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMm3vlsayuXOISlxFBRI9VZzCOlZuUPG { top:16.8125rem;left:3.5rem;width:14.875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGqUX5tn13S7Z8M4klzzT4EG88CsyuQT { top:26.4375rem;left:0rem;width:14.875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRlcO9M9CAwLDzeOugHqmJ1NKOue6DfD { top:4.6875rem;left:7.125rem;width:0.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlwP7LgAHbXEr7cHIb8ycbN2JceTZTRQ { top:4.6875rem;left:0rem;width:0.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFLEHuGHbUUHsFNdNJBmBc0aDa28LzPx { top:16.875rem;left:0rem;width:14.875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCFaGqlgllSzLB6m3Q7RULTzCyz3MzNv { top:48.375rem;left:0rem;width:34.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKP2RRuSp04tPgQU0cWrNmG5ptcRsvhy { top:50.25rem;left:0rem;width:21.1875rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTeZONGT4haJ4ptF7uETlwzTS240d8D { top:6.1875rem;left:25.75rem;width:22rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi { display:block; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { top:6.9375rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { top:2.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFFTJTm7misqAAulVDlEnc666PeaGEQw { top:18.25rem;left:2.3125rem;width:8.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRgL3f4uiCxRuylm1EmSeviHHzJMM0NT { top:23.3125rem;left:0rem;width:3.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk1wFRBK0Ll216uRJPHPym2GF00RWsNa { top:17.4375rem;left:15.9375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrlNQuq9bVIcVyapUST7G90374h69Tt8 { top:23.4375rem;left:15.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVTOkDmuC5nmuzgh37yslqT8b2Irtiyi { top:17.5625rem;left:34.75rem;width:6.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmUc412oTKHVA1yvuXBA46qBHw0e7Bvk { top:24.1875rem;left:35.5rem;width:4.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwtRMsdlVxktKX3uZibQegFlkC4nySX4 { top:24.75rem;left:1.625rem;width:10.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z70TnVv8okdzyZA5gyXOIns5yTWr8H2G { top:17.8125rem;left:21.5625rem;width:9.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbktySZ4byz9dSy5QyTW29K2Wvop1QCr { top:25.375rem;left:21.5625rem;width:10.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6vA5RGs8Br3scxTv6qL3zZi3U5gAgtX { top:18rem;left:38rem;width:9.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udZEXZR4uz1UiKtVWuPcKIzHhfUuL1TF { top:24.375rem;left:38.625rem;width:9.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX3297mgUFk8AwQFNs132CQeSZBgal3T { top:16.75rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG2NGZfgtezOCQq3Miv6wZQLPEXAvTcF { top:16.1875rem;left:0rem;width:17.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9bTZbqkukgfW2hw4SQf1k3ESqCskZnl { top:17.125rem;left:0rem;width:5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc8Gi6zxeQPULhq7cr2r3Q9gMNRnvm0D { top:23.125rem;left:0rem;width:17.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiPFHBqayTuHunztT8iLHx2y0AMXSbnw { top:23.6875rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNRkgMDel0ZfvlOR93L4WUg5fOMaZRf6 { top:16.875rem;left:15.5625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyrDdlAxJEK0MbHUQk6hIoWHAu1R7Jry { top:16.3125rem;left:15.0625rem;width:17.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKtbWNhpKDNOCCUU00V2zKTBT4IJ97Qi { top:23.75rem;left:15.5625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khK4zk7G816BTK2Z8wkdxI1p8mMFQS7x { top:23.1875rem;left:15.0625rem;width:17.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVln9glTzBcgMz5LTWqSDvByVMVFuvpf { top:16.875rem;left:35.125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC3VGVT9lboIX1TSw0QHVtLUUSPHNzhI { top:16.3125rem;left:30.375rem;width:17.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACx5XL73SVBSZ1ma533wawWUoG7O0AxA { top:23.75rem;left:35.1875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgCakJ8Ieo4ekSV9d7lvu7wLmAwv1Ftx { top:23.1875rem;left:30.375rem;width:17.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O67kBBmDk58l4mEr2e1LBADaZGT859S5 { top:5.75rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad { display:block; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhkO1bzI4JuhIf6qfmIUm43I0LIaOG1g { top:3.5625rem;left:0rem;width:40.875rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0koEPmUqQosFlmgLc9G1LrzrXF0f7S4 { top:18.9375rem;left:0rem;width:32.9375rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBtWkemQWTSMEaToDGTIHGCq0K8kzfye { top:28.5rem;left:0rem;width:30.375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWPf0cA8UdHRARxqRhg7TNa9h2dtcEES { top:14.375rem;left:0rem;width:33.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #op8K9eRztHDUOtBFRQR6z7BB9DeJo6PK { top:9.8125rem;left:0rem;width:29.1875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKttFJDvZ6FNagRfy9lWktqQKoeUytMg { top:6.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnizAZ0NI999XtsqBum8qAXQxD8zGyIR { top:24.1875rem;left:0rem;width:31.1875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxUTdzGGmUf4mt236pyTULzfse4XxaTn { top:34.875rem;left:0rem;width:28.5625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRluNJL3zEIuqZTqq6PzotyvKyT5NUkn { top:9.625rem;left:21.1875rem;width:26.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TalaesVUcgsJPf2nHqlz4uEWovtEcQiz { top:9.125rem;left:0rem;width:38.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvdLI5twZA4riyMfLwhEy7N9SkB72iCv { top:9.125rem;left:17.875rem;width:29.875rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm47tPxgO4VPcP2VTQ9NmA5WbNKp3vW8 { top:13.625rem;left:0rem;width:38.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0CrdquUesNd52a1GqvDiXdtdUZwtnuT { top:18.125rem;left:0rem;width:38.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq6VgHFhobkcSMuEGGLBhwsgpJZ8HNu2 { top:23.5rem;left:0rem;width:38.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2bulsd8hZGMtLp9vwwy60xBaeBJSQav { top:28.0625rem;left:0rem;width:38.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhaaIGDSCPoD1oVWwfTIZyBoQb0oDpar { top:34.125rem;left:0rem;width:38.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnd0h3fdBiptm3sK1I7HiTzE8lo02yml { top:10rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1FG8yEyqTdyUVpLbx6wsbKNuTTdzv74 { top:14.5rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUeVh7WTgbtiQGdFoyVLkAMkS3ElTL1C { top:19.5rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziCnsOeQ20w7EiDt2eJH6M0DfaeVmMvI { top:24.4375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9elHm0Q2ceUtyJnmhxWlxDSE7zzSgqo { top:29.5625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svmW0hma6UHmI41Ualqwil8LaNUXKfit { top:35.0625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1gqciTeWOzbZsn31GAOfJxdI7CArw44 { display:block; }#i1gqciTeWOzbZsn31GAOfJxdI7CArw44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTVXHprsFTDsGpNKl57d7NgOTxuqQMGz { top:4rem;left:0rem;width:11.375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3yPznXlb2BkAL1B7EGUAHpG4WbGUCrf { top:6.125rem;left:0rem;width:22.1875rem;height:15.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRRsNfGuEokWusmLSP1Gq1RaFEKMviVN { top:9.875rem;left:9rem;width:22.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7LVm5QNRfibBzebiin5qo9CviidB10t { top:20.5rem;left:16.375rem;width:14.875rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtaMpifMH9gOXlEqKHxH6OIcBaHkt6hf { top:6.125rem;left:25.875rem;width:21.75rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrFnTkA5X5O9zTakdTWN2qR3xKqx1za5 { top:4rem;left:31.75rem;width:14.375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3im2NsbmhLodcTlh0VZgXsLCyr88R7J { top:3.3125rem;left:8.5rem;width:23.25rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPggkhvTUJhr0G2cXGGtmGrUyiQTboC3 { top:11.1875rem;left:15.875rem;width:5.6875rem;height:1.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFaKyrVEbHGkhX5kZxlkFHxU5HMt0VRM { top:11.1875rem;left:21.8125rem;width:5.75rem;height:1.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKaRamDC74UU5ZDWnbN5vbXc8UQ95uhq { top:11.1875rem;left:26.0625rem;width:5.6875rem;height:1.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2fQXk93CAJLNmE3tFyo0cwURckSDEPI { top:9.875rem;left:24.875rem;width:22.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyGQy10D5S39vfzaPZrzvsaC7NxAzymN { display:block; }#vyGQy10D5S39vfzaPZrzvsaC7NxAzymN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diqmy0s6NpqWMQZ03Nu00xMTxr5Cqtkc { top:4.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXeyh9kJTZDTXIVoyZ9o7qysfuEaJ5qQ { top:18.25rem;left:0rem;width:35.125rem;height:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9TV7e4VdaUSwZP5n7v8D0Ls0NgfnvpV { top:11.3125rem;left:0rem;width:26.375rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E97pGmGcT8d2HHE1kOzdJ9uR7CPeKkSr { top:23.3125rem;left:0rem;width:33.1875rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBbCb37m1xOecFMW9uLoQPa2aJgyJBEd { top:16.25rem;left:0rem;width:39.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqOpNJWAqUfaARVJmlBzhGDKempAIov0 { top:10.125rem;left:0rem;width:30.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peTlkSoAaGVyhpIuJSFZZE0RJ9yn0TJ4 { top:3rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFQpKch6TZS1hKOPwlcIvP5qTuq3dE2I { top:11.3125rem;left:18.875rem;width:28.875rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo4EvihVV1uWWvSaxT9JXvTzsSVHhkGT { top:13.875rem;left:35.3125rem;width:5.1875rem;height:1.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDsEiaJlvIbLvhKp4T9ORJI9vJObUawG { top:19rem;left:32.1875rem;width:10.8125rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csv6ZpfT3gJGh2oGr57nOUmXMpexi09I { top:19rem;left:36.9375rem;width:10.8125rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3wK3ZHqZvJbfCcmDhEMlrxd0nuBTKWu { top:13.9375rem;left:42.5625rem;width:5.1875rem;height:1.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 { display:block; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGQUzKcFZg1dNMMSVlTA73hEU4g2753d { top:2.375rem;left:14.9375rem;width:32.8125rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pODxiFeRh5mKnTD6HutxBopzBw3J7gRI { top:7.75rem;left:20.3125rem;width:27.4375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJVrnteZOm0AkyV6BG6K9BkdV3zWVQsz { top:10.5625rem;left:19.25rem;width:28.5rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnWMdDr2MaX42nXfJo6hLiW6ov033Ewa { top:16.4375rem;left:19.3125rem;width:28.4375rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaPkczL2Vksyy84TS7Gr6cWJ5NPOaO2X { top:5.625rem;left:15.5rem;width:32.25rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yugXMr2Q3r3RlcxPyJTazla6MNtZCEJt { top:0.5625rem;left:0rem;width:37.6875rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDNpmWLWlpOHbUcyX3d7JTukQ3iox7SI { top:2.5625rem;left:0rem;width:5.1875rem;height:1.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffflrukeRSBDbOqPIBT5zcKAT6Iu0RZZ { top:8.5rem;left:0rem;width:7.25rem;height:1.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8s0I3PD6D1u0t9Fb2aZpel1tfIq39lt { top:8.4375rem;left:9.34375rem;width:7.25rem;height:1.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eATCpTZsouMb5dOtQ3IdMIWINHmBgRmA { top:2.6875rem;left:9.46875rem;width:5.6875rem;height:1.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0df6sVkga0TK5kr24mTiFtLr5iHwUpg { top:8.375rem;left:17.125rem;width:6.75rem;height:1.9375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s55Qguc9BnSn1ruQ5Ve1imDmsLyNSMlP { top:21.6875rem;left:8.4375rem;width:9.0625rem;height:1rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T18Fqwn80mp7q54BxBdrVIwpXBLaZPfN { top:17.9375rem;left:8.5625rem;width:7.25rem;height:1.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO { display:block; }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXN4BCnMxpe8P0JL6wJiev6rRyRzetCE { top:5.375rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N67wtJya82lmQsaeuIztOAAx9WPwnRcz { top:2.375rem;left:0rem;width:10.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTfkHVKPeRA8gpyZi5vlU4VoUo6yHcAT { width:15.625rem;height:3.4375rem;top:8.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRRvgzziwhA8vypuxkP6Ax02Sk7wedmo { display:block; }
 }@media only screen and (max-width: 763px) { #txxpiqDwMQb3FVEvyNLvkqnJK92vhU68 { top:9.0625rem;left:7.5rem;width:26.3125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28EWZ07HUfqB16xDablVThbHBGMsKom { display:block; }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5TgHlInqEZQ31c2es62ueolZsn5105x { top:10.9375rem;left:0rem;width:28.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTtZFST5Ah4iyOI03gCAtyxnxdE5Em9T { top:5.1875rem;left:0rem;width:31.375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV0JKDJ1wZCtOOfxkHew5MmmpvobifkD { top:16.6875rem;left:0rem;width:26.9375rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzv9s8peFJZc2T48QBN24nKG7An4sLaB { top:23.25rem;left:0rem;width:27.4375rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFDHPhpfwu6LEpHHDOPFOCQyWeC4Gep6 { top:8.5625rem;left:0rem;width:32.8125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4IFU0KLD8tJ7bTRehekIFI47nNwdTyR { top:3.0625rem;left:11.5rem;width:36.25rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHKAZg4154E5PXvMMZlW5E3T3On1ql2i { top:4.125rem;left:13.125rem;width:34.625rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT3b00MIOsvDh3ZwSwl7ViNhb6V5fwdZ { top:5rem;left:23.875rem;width:7.375rem;height:1.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUFq0VqCsXe5ctxk9rAJh0FMgiPf0fo5 { top:10.3125rem;left:23.875rem;width:6.625rem;height:1.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1aagTEQTFgU1LwTsNtW3BVJbWTHzyZr { top:5.0625rem;left:33.4375rem;width:7.375rem;height:1.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ZIWd6ST05vuZMyXWh0w85bqquEmngy { top:10.3125rem;left:33.375rem;width:6.875rem;height:1.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn99smTqa2LRWNMZJXgGMyKt65lTJui9 { top:19.1875rem;left:33.5625rem;width:6.875rem;height:1.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbN0bOHzbm5aB2AfPTyU61ZsBlNmL9Mg { top:22.0625rem;left:33.5625rem;width:7.875rem;height:1.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppdpTg9kLfrUWcTaFdnbFZp3Tsxyc9pB { top:5.0625rem;left:40.375rem;width:7.375rem;height:1.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngxPWdiIsh5VVC0kxqtvvkc4KMcat3FE { top:10.3125rem;left:40.875rem;width:6.875rem;height:1.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 { display:block; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlsZb8fKfzrDromo3XGhzcT9e5Cm1NZ2 { top:2.625rem;left:0rem;width:15.125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV1TG8EU1gCRnS63s58zt8I58IZ1bJ0v { top:7.8125rem;left:0rem;width:30.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR8tU4lr0RdaKxEMATwwb7VCBxrI52WG { top:14.5rem;left:0rem;width:26.375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T65e5FXnEhkbWnRmAlxOevnNqW7qbuDg { top:20.5rem;left:0rem;width:26.1875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzUOFJlDTDNeJBCGKEcnCfgKSEta8DM7 { top:8.1875rem;left:24.125rem;width:22rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMfrKmTV0cFR6XirXnxNxtukt7w8d601 { top:12.75rem;left:24.125rem;width:22.9375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoAlwPbTKcNseMTDeT9FZA5uzv1A607z { top:16.625rem;left:21.5rem;width:26.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOJfDPUHeIEM4Tr3aoE6daRs32sKGkEl { top:20.9375rem;left:22.4375rem;width:25.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTeRiTQmfnPqZauV0Uh5QcC6phTffCBC { top:6.8125rem;left:0rem;width:34.1875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRVTfQFeLcUSlf7WZzLevFHw6F8S2Eux { top:13.5rem;left:0rem;width:34.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP6bwgSe1wuM8xdmVdyqLufxMT0JXzPA { top:19.5rem;left:0rem;width:34.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWRPQv3c0ykVUs6BD8wptx6bp7gah1io { top:6.875rem;left:14.5625rem;width:33.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPJby1FTlHPTXtvRl5lqdFQasxVQTaas { top:11.3125rem;left:14.5625rem;width:33.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHFx4HQoU78fF1kkPRr1wIrQrHbledhB { top:15.8125rem;left:14.5625rem;width:33.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZl1pB0VAZBCHv3nz3CwOupIiROFJLNp { top:20.3125rem;left:14.5625rem;width:33.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfIhN8o2tqcRzf5tkgSOo3xT11yZr3mA { top:9rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1FdQOEuwRzyTAFwlkdfdIMaODV7xE84 { top:15.125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTBBl7LoXZw36hKK3iwSZpIqOxpJxquH { top:21.125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiDCiWenQG6Uz0fzPeGkoX6eS3OLHrq0 { top:21.1875rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #he8c0zyNcRvlTCywstoa4z6tsr9zNahT { top:16.75rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gonn9n30LoinIZTAMBTsHGQaaEII40H2 { top:12.5625rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWPZtwsq7RWPpR8F5EvGtTmNzPm3SbX6 { top:7.875rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI { display:block; }#QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7lOqMD3AOJd9niKgthfCTvMfWqIUtpi { top:4.5625rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUCRTbr5VK1FHBn10FC03upEzuT51KWb { top:10.25rem;left:0rem;width:14.3125rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv4Cl6NWTMibrzC9b3vCzDZA0lr62UEs { top:4.9375rem;left:11.9375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ipnDayOvugmyPXmGK4luBT1TZ4FGiP { top:10.25rem;left:9.6875rem;width:14.5rem;height:11rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqrLKL3y0fiyoGlPGoTcVhzTpCg9zG2Z { top:10.25rem;left:21.625rem;width:14.1875rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sItBe9PRgZ7QamdeQhKIkAeU1c9TKM6U { top:10.25rem;left:33.4375rem;width:14.3125rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzP5iiHCztzhwTNopma5WI9sTRWZbgmE { top:4.375rem;left:23.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdrsJMn6zwQPDfrJeTr9HERTeKDzq6yJ { top:5.25rem;left:35.8125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSDufZdn7ukC67n4BFtQDyXBRbKKtpd1 { top:3.4375rem;left:0rem;width:17.1875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrukGcCG81hSlNvkIZiq40IkO9F4f1fu { top:3.4375rem;left:6.6875rem;width:17.1875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDarNHomx3t7KtkJBNLcySmLWIwvZL2d { top:3.4375rem;left:18.625rem;width:17.1875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNpmsTBSucCS0UDaSr8UmP7wDurt03p4 { top:3.4375rem;left:30.5625rem;width:17.1875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection { display:block; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #rdk9bwvSCgd3eLBqHXNPOwE2x2fURc3g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU { display:block; }#BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbt2nOUwGVuq7xBSK6LsrKgEw2o4h2iz { top:3.0625rem;left:0rem;width:42.875rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnhOB9EnRcXyMx0ZEpPcgKoMZZpEMcnN { top:7.5625rem;left:0rem;width:47.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3XNHTS8zd9zAdlR6erPia7WRDngumqn { width:14.75rem;height:4rem;top:10.75rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEPDFZBhV2TDLlGebIXmubA0PkbJFMWl { display:block; }
 }@media only screen and (max-width: 763px) { #kZLwgxqn5V09cTwhMm8Q2wk8c6c4Li1e { width:14.75rem;height:4rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KILRPJ9bEasxymfDeEodDm5eQMSQvX7S { display:block; }
 }@media only screen and (max-width: 763px) { #d1byt069KTNke3mTDZvLnbUo42HwiDTR { width:14.75rem;height:4rem;top:21.75rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPgp4TtgC7IPdwLOUsGNpJJiMTyTMsOr { display:block; }
 }@media only screen and (max-width: 763px) { #NnwAdhWOEMm7HMUHZ75RuZr0tylrIxan { width:14.75rem;height:4rem;top:16.3125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsC6CfdzTDu6871s0LG9N1xkWeZ2LyRu { display:block; }
 }@media only screen and (max-width: 763px) { #HHkW12xQOenpFbRapPwM2Sqr448a4BoM { width:14.6875rem;height:4rem;top:10.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnWVdxBnELyTb9DdXtKe5VtwAdPgV2Pu { display:block; }
 }@media only screen and (max-width: 763px) { #siVRgNr9dfl7BvzcFDeHoS9QX19VPZXp { width:14.6875rem;height:4rem;top:21.75rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGS8Z44PTnzA29w8wUvpxC6h6iPJxLHM { display:block; }
 }@media only screen and (max-width: 763px) { #ymyGdr7mRlae5BkxDKqbdf0Ez8TLTqyA { width:14.75rem;height:4.0625rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDiOWvmFIIz8SSQG9bfJmK2IhN5GtDVD { display:block; }
 }@media only screen and (max-width: 763px) { #m0azUEurlGA0rIELOKDcOn5hxiohMVgh { width:14.75rem;height:4rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6uo5tAtTCqzeEBxVXUoLsDBWOJMgy8t { display:block; }
 }@media only screen and (max-width: 763px) { #TRxPOUTST4HMbXAFGaul1slbVOmz4QPd { width:14.6875rem;height:4rem;top:16.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg0hsMeXCgEpWMax7ExreJaDTUxdhbwg { display:block; }
 }@media only screen and (max-width: 763px) { #wDbTCthuIoC11cgBs3FISNfnZve2Fkgq { display:block; }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFGCFSVie9STqsInxrkcUNAdAynGyvTg { top:4.5rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvJL2GXfxUihA79enVF87JW6Bm4R6dTQ { top:2.1875rem;left:0rem;width:9.875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBNo9HETpRBLAw7hWmwI06cv2RfOSDGq { width:15.625rem;height:3.4375rem;top:7.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkEdzibnIGMkRALsKKcTliNKUDnN9CZS { display:block; }
 }@media only screen and (max-width: 763px) { #y16M59aDF4gkz4FZPquNuDvz3mM6J0l1 { top:7.375rem;left:9.375rem;width:24.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { display:block; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuIuId3tixEfsCAwTSGCDDguysR4Unqv { top:0.0625rem;left:19.5625rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnLiDudD1WMqpvzssQZA6FPhTBQ9nh87 { display:block; }#GnLiDudD1WMqpvzssQZA6FPhTBQ9nh87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAE0ThLT2fPKwQsseiWI6ct1DZ81LzWV { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgK2N56xbUizPP5cG8bkv3n4ieXeEIaq { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 { background-color:rgba(255,255,255,0.87);background-image:url("https://images.assets-landingi.com/uc/ecd57626-8f58-40cb-ab40-333db0537876/fondoblanco52525252.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8.adaptive-delivery-prevent-bg, #TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8.lazyload, #TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8.lazyloading { background-image: none; }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .row .container { background-color: transparent; background-image: none; }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .row .container > .video-iframe-container { display: none; }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .row > .video-iframe-container { display: none; }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .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); }#TUbuZfALfqJ0ZyB8gOUHo2Mrxy9HkWX8 > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFTDKSaXKFfxMvu0ErsorGczqUoUTAsl { width:19.75rem;height:4.8125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCvQBNNTh9RUdrH1ApqpVMXi6WTDkGnE { width:14.5625rem;height:4.9375rem;top:0.6123046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfIeUC20KAGsWyqcLCLQcQnotgAc00dW { width:17.1875rem;height:4.125rem;top:13.374282836914rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb4telVwCQlUZkWr4LhJ5Ts3Gd75XQwe { width:7.5625rem;height:2.0625rem;top:7.8125rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { background-color:rgba(255,255,255,0.88);background-image:url("https://images.assets-landingi.com/uc/4523d3cd-2839-4c7a-adc9-2c0d8e802cdd/backingforheaders_Soluthead1copia7.svg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.adaptive-delivery-prevent-bg, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyload, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyloading { background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { background-color: transparent; background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .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); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { width:20rem;height:154.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTkuEhCRken6CdpiG3Stm1SPom8g6AVb { width:6.5625rem;height:2.1875rem;top:110.25rem;left:12.75rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #sZicIxn88mgeVBI6BZBNVkOIL3FO16q6 { display:block; }
 }@media only screen and (max-width: 763px) { #Q430TDbVHgPXWosQgTLkNUz1HIcdTT6i { width:10.125rem;height:1.3125rem;top:110.6875rem;left:0.625rem;z-index:15076;display:none; }
 }@media only screen and (max-width: 763px) { #UMvRQtbOqRPOstVweTkmUQhVI64Ie12G { display:block; }
 }@media only screen and (max-width: 763px) { #BooxqWColJIec7oEkKuq4XbqT5rSFVTr { width:6.5rem;height:2.25rem;top:112.4375rem;left:6.75rem;z-index:15078;display:none; }
 }@media only screen and (max-width: 763px) { #gtHJbOA3FyiRoo5Xrn2MK0n9N1eLxs3Z { display:block; }
 }@media only screen and (max-width: 763px) { #cUD3niTMR7moZ4k5VpE0n4JcmGcO3Kq6 { width:13.8125rem;height:1.4624rem;top:22.6875rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H7TZTtKrMb3g0TSt4IOOdW1fEL1FxaeW { width:14.125rem;height:1.3808625rem;top:50.875rem;left:2.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnxZvM7iJ8RAsOncB6ymc1FsluUxFCTB { width:12.75rem;height:12.597625rem;top:53.25rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXP4JZoFOmxuwcqK1bUy3rgeduDtD9bA { width:12.25rem;height:2.92480625rem;top:80.375rem;left:3.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MwDmPq6TBlciNG2STO8i8MbgZ4reZPFI { width:13.1875rem;height:10.4980625rem;top:84.186721801756rem;left:3.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt5kNp7iZRBQnoxRSLrld9ZMZPDu3WWv { width:0.25rem;height:0;top:58.5rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBHCI01UHWIriIIsZW0qNP5fNtJP7kL1 { width:6.5rem;height:5.8125rem;top:13.3125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtZxol4omSSd1Pwq8ZPa2Z4GZkUHtCmW { width:7.375rem;height:7.375rem;top:41.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWKH74o3TVbB4LTlSGhzfHK1TTOtPFz0 { width:6.125rem;height:6.125rem;top:71.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0X0wVGO5pXc5D5tLTkrz5s4pE7dkvwI { width:17.3125rem;height:6.29883125rem;top:3.0626964569092rem;left:1.34375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ToMFHMyby1Gg6dJldAIArh0FNB7hK42R { width:12.5rem;height:12.375rem;top:24.875rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBmXtzClq5O0Fq9WhqLsgMsx31ekwIFi { width:14.875rem;height:9.875rem;top:69.4375rem;left:2.5625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #lvs4f943k6GMIR6Q4AFgvPgxHu79WHUT { width:6.625rem;height:6.625rem;top:70.9375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J08WbGh5w4ApgtKnOOEw8GL67OkxPH6e { width:6.625rem;height:6.625rem;top:41.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkB3FWCCvkSTd8KDOxL3ptG9LeW2sW0k { width:6.625rem;height:6.625rem;top:13.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSREUzHvGSVSTNVMg0q4WKrbbpA8rvaX { width:14.875rem;height:16.4375rem;top:79.25rem;left:2.5625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #sK0hZuBXf9D1SbtsztTadroReT7dTUG1 { width:14.875rem;height:16.9375rem;top:49.8125rem;left:2.5625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #nMm3vlsayuXOISlxFBRI9VZzCOlZuUPG { width:14.875rem;height:9.5625rem;top:40.25rem;left:2.5625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #WGqUX5tn13S7Z8M4klzzT4EG88CsyuQT { width:14.875rem;height:16.4375rem;top:21.5rem;left:2.5625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #GRlcO9M9CAwLDzeOugHqmJ1NKOue6DfD { width:0.75rem;height:0.9375rem;top:4.6875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlwP7LgAHbXEr7cHIb8ycbN2JceTZTRQ { width:0.75rem;height:0.9375rem;top:4.6875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFLEHuGHbUUHsFNdNJBmBc0aDa28LzPx { width:14.875rem;height:9.5625rem;top:12rem;left:2.5625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #TCFaGqlgllSzLB6m3Q7RULTzCyz3MzNv { width:20rem;height:4.7942754919499rem;top:147.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKP2RRuSp04tPgQU0cWrNmG5ptcRsvhy { width:12.625rem;height:2.625rem;top:148.8125rem;left:3.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hlTeZONGT4haJ4ptF7uETlwzTS240d8D { width:20rem;height:29.125rem;top:99.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi { display:block; }#oOvF6EPyDiZaeNKH3cxyO2KoEt0WmkLi > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { width:17.9375rem;height:14.7836875rem;top:9.7353515625rem;left:1.03125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:18.5625rem;height:2.75rem;top:3.3914928436279rem;left:0.71788197755812rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yFFTJTm7misqAAulVDlEnc666PeaGEQw { width:7.5rem;height:2.5996125rem;top:29.292770385743rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZRgL3f4uiCxRuylm1EmSeviHHzJMM0NT { width:3.375rem;height:4.4375rem;top:36.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk1wFRBK0Ll216uRJPHPym2GF00RWsNa { width:3.625rem;height:3.625rem;top:44.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrlNQuq9bVIcVyapUST7G90374h69Tt8 { width:5.125rem;height:5.125rem;top:52.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVTOkDmuC5nmuzgh37yslqT8b2Irtiyi { width:5.8125rem;height:2.4375rem;top:61.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmUc412oTKHVA1yvuXBA46qBHw0e7Bvk { width:4.1875rem;height:3.4375rem;top:69.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwtRMsdlVxktKX3uZibQegFlkC4nySX4 { width:8.625rem;height:3.8994125rem;top:36.3515625rem;left:7.71875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z70TnVv8okdzyZA5gyXOIns5yTWr8H2G { width:7.6875rem;height:3.8994125rem;top:44.625579833984rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pbktySZ4byz9dSy5QyTW29K2Wvop1QCr { width:6.3125rem;height:2.5996125rem;top:53.375rem;left:8.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v6vA5RGs8Br3scxTv6qL3zZi3U5gAgtX { width:8.4375rem;height:3.8994125rem;top:61.0625rem;left:8.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #udZEXZR4uz1UiKtVWuPcKIzHhfUuL1TF { width:6.8125rem;height:3.8994125rem;top:69.1875rem;left:8.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vX3297mgUFk8AwQFNs132CQeSZBgal3T { width:4.3125rem;height:4.3125rem;top:28.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG2NGZfgtezOCQq3Miv6wZQLPEXAvTcF { width:17.375rem;height:5.6875rem;top:27.6875rem;left:1.625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #F9bTZbqkukgfW2hw4SQf1k3ESqCskZnl { width:4.6875rem;height:3.25rem;top:28.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc8Gi6zxeQPULhq7cr2r3Q9gMNRnvm0D { width:17.375rem;height:5.6875rem;top:43.625rem;left:1.6875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #TiPFHBqayTuHunztT8iLHx2y0AMXSbnw { width:4.3125rem;height:4.3125rem;top:44.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNRkgMDel0ZfvlOR93L4WUg5fOMaZRf6 { width:4.375rem;height:4.375rem;top:60.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyrDdlAxJEK0MbHUQk6hIoWHAu1R7Jry { width:17.375rem;height:5.6875rem;top:60.0625rem;left:1.625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #KKtbWNhpKDNOCCUU00V2zKTBT4IJ97Qi { width:4.3125rem;height:4.3125rem;top:52.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khK4zk7G816BTK2Z8wkdxI1p8mMFQS7x { width:17.375rem;height:5.6875rem;top:51.9375rem;left:1.5rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #HVln9glTzBcgMz5LTWqSDvByVMVFuvpf { width:4.3125rem;height:4.3125rem;top:68.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC3VGVT9lboIX1TSw0QHVtLUUSPHNzhI { width:17.375rem;height:5.6875rem;top:68.25rem;left:1.6875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #ACx5XL73SVBSZ1ma533wawWUoG7O0AxA { width:4.3125rem;height:4.3125rem;top:36.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgCakJ8Ieo4ekSV9d7lvu7wLmAwv1Ftx { width:17.375rem;height:5.6875rem;top:35.5rem;left:1.625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #O67kBBmDk58l4mEr2e1LBADaZGT859S5 { width:20rem;height:17.875rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad { display:block; }#KGyJph1SmLBFVDu5CAfoQlXIeCUdI8Ad > .row .container { width:20rem;height:88.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhkO1bzI4JuhIf6qfmIUm43I0LIaOG1g { width:18.5625rem;height:3.0244125rem;top:3.5295143127441rem;left:0.71788197755812rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0koEPmUqQosFlmgLc9G1LrzrXF0f7S4 { width:17.1875rem;height:5.84765625rem;top:30.201354980469rem;left:1.40625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OBtWkemQWTSMEaToDGTIHGCq0K8kzfye { width:17.1875rem;height:7.3930625rem;top:45.5546875rem;left:1.40625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GWPf0cA8UdHRARxqRhg7TNa9h2dtcEES { width:17.5rem;height:4.2246125rem;top:22.357421875rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #op8K9eRztHDUOtBFRQR6z7BB9DeJo6PK { width:16.5625rem;height:4.2246125rem;top:15.7587890625rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KKttFJDvZ6FNagRfy9lWktqQKoeUytMg { width:20rem;height:4.38720625rem;top:8.228515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GnizAZ0NI999XtsqBum8qAXQxD8zGyIR { width:16.5rem;height:3.16845625rem;top:39.220703125rem;left:1.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dxUTdzGGmUf4mt236pyTULzfse4XxaTn { width:17.1875rem;height:3.16845625rem;top:56.345703125rem;left:1.40625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FRluNJL3zEIuqZTqq6PzotyvKyT5NUkn { width:20rem;height:20rem;top:63.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TalaesVUcgsJPf2nHqlz4uEWovtEcQiz { width:20rem;height:5.1875rem;top:15.1875rem;left:0rem;z-index:14992;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvdLI5twZA4riyMfLwhEy7N9SkB72iCv { width:20rem;height:22rem;top:62.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm47tPxgO4VPcP2VTQ9NmA5WbNKp3vW8 { width:20rem;height:5.8125rem;top:21.5625rem;left:0rem;z-index:14992;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0CrdquUesNd52a1GqvDiXdtdUZwtnuT { width:20rem;height:8rem;top:29.125rem;left:0rem;z-index:14992;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq6VgHFhobkcSMuEGGLBhwsgpJZ8HNu2 { width:20rem;height:5.1875rem;top:38.211805343628rem;left:0rem;z-index:14992;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2bulsd8hZGMtLp9vwwy60xBaeBJSQav { width:20rem;height:9.25rem;top:44.625rem;left:0rem;z-index:14992;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhaaIGDSCPoD1oVWwfTIZyBoQb0oDpar { width:20rem;height:5.1875rem;top:55.336807250976rem;left:0rem;z-index:14992;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnd0h3fdBiptm3sK1I7HiTzE8lo02yml { width:1.6875rem;height:1.6875rem;top:85.5rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1FG8yEyqTdyUVpLbx6wsbKNuTTdzv74 { width:1.6875rem;height:1.6875rem;top:88.4375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUeVh7WTgbtiQGdFoyVLkAMkS3ElTL1C { width:1.6875rem;height:1.6875rem;top:91.375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziCnsOeQ20w7EiDt2eJH6M0DfaeVmMvI { width:1.6875rem;height:1.6875rem;top:94.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9elHm0Q2ceUtyJnmhxWlxDSE7zzSgqo { width:1.6875rem;height:1.6875rem;top:97.25rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #svmW0hma6UHmI41Ualqwil8LaNUXKfit { width:1.6875rem;height:1.6875rem;top:100.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1gqciTeWOzbZsn31GAOfJxdI7CArw44 { display:block; }#i1gqciTeWOzbZsn31GAOfJxdI7CArw44 > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTVXHprsFTDsGpNKl57d7NgOTxuqQMGz { width:14rem;height:1.6499rem;top:3.0625rem;left:3.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3yPznXlb2BkAL1B7EGUAHpG4WbGUCrf { width:18.75rem;height:20.71875rem;top:6.8125rem;left:0.6240234375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15031;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qRRsNfGuEokWusmLSP1Gq1RaFEKMviVN { width:20rem;height:11.875rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7LVm5QNRfibBzebiin5qo9CviidB10t { width:8.5rem;height:1.03125rem;top:51rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtaMpifMH9gOXlEqKHxH6OIcBaHkt6hf { width:18.75rem;height:4.72411875rem;top:59.9375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrFnTkA5X5O9zTakdTWN2qR3xKqx1za5 { width:9.125rem;height:3.29980625rem;top:55.75rem;left:5.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3im2NsbmhLodcTlh0VZgXsLCyr88R7J { width:20rem;height:13.7626875rem;top:36.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPggkhvTUJhr0G2cXGGtmGrUyiQTboC3 { width:5.6875rem;height:1.13671875rem;top:43.0283203125rem;left:0.875rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFaKyrVEbHGkhX5kZxlkFHxU5HMt0VRM { width:4.0625rem;height:1.13671875rem;top:42.8125rem;left:8.5625rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tKaRamDC74UU5ZDWnbN5vbXc8UQ95uhq { width:5.6875rem;height:1.13671875rem;top:43.0283203125rem;left:14.3125rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2fQXk93CAJLNmE3tFyo0cwURckSDEPI { width:20rem;height:10.659340659341rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyGQy10D5S39vfzaPZrzvsaC7NxAzymN { display:block; }#vyGQy10D5S39vfzaPZrzvsaC7NxAzymN > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diqmy0s6NpqWMQZ03Nu00xMTxr5Cqtkc { width:16.125rem;height:4.330075rem;top:2.5625rem;left:1.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SXeyh9kJTZDTXIVoyZ9o7qysfuEaJ5qQ { width:18.75rem;height:7.96045625rem;top:20.5rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M9TV7e4VdaUSwZP5n7v8D0Ls0NgfnvpV { width:18.75rem;height:3.8994125rem;top:11.520111083984rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E97pGmGcT8d2HHE1kOzdJ9uR7CPeKkSr { width:18.75rem;height:9.09764375rem;top:29.826171875rem;left:0.6240234375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oBbCb37m1xOecFMW9uLoQPa2aJgyJBEd { width:20rem;height:21.4375rem;top:19.1875rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #UqOpNJWAqUfaARVJmlBzhGDKempAIov0 { width:20rem;height:6.9375rem;top:10rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #peTlkSoAaGVyhpIuJSFZZE0RJ9yn0TJ4 { width:20rem;height:6.3125rem;top:1.562255859375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yFQpKch6TZS1hKOPwlcIvP5qTuq3dE2I { width:20rem;height:12.813852813853rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo4EvihVV1uWWvSaxT9JXvTzsSVHhkGT { width:5.1875rem;height:0.9619125rem;top:43.60173034668rem;left:2.9375rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDsEiaJlvIbLvhKp4T9ORJI9vJObUawG { width:6.3125rem;height:1.375rem;top:46.6240234375rem;left:2.375rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Csv6ZpfT3gJGh2oGr57nOUmXMpexi09I { width:6.25rem;height:1.375rem;top:46.6240234375rem;left:11.75rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #c3wK3ZHqZvJbfCcmDhEMlrxd0nuBTKWu { width:5.1875rem;height:0.9619125rem;top:43.6015625rem;left:12.28125rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 { display:block; }#H5h5haZx6TTtTL3rF7V1PzkpENPdlpf3 > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGQUzKcFZg1dNMMSVlTA73hEU4g2753d { width:18.125rem;height:3.5996125rem;top:2.5rem;left:0.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pODxiFeRh5mKnTD6HutxBopzBw3J7gRI { width:18.75rem;height:7.312rem;top:9.375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJVrnteZOm0AkyV6BG6K9BkdV3zWVQsz { width:17.4375rem;height:8.4492125rem;top:16.683410644531rem;left:1.28125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bnWMdDr2MaX42nXfJo6hLiW6ov033Ewa { width:17.75rem;height:9.5054rem;top:26.193359375rem;left:1.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oaPkczL2Vksyy84TS7Gr6cWJ5NPOaO2X { width:20rem;height:31.5rem;top:8rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #yugXMr2Q3r3RlcxPyJTazla6MNtZCEJt { width:20rem;height:13.897180762852rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDNpmWLWlpOHbUcyX3d7JTukQ3iox7SI { width:4.1875rem;height:0.9619125rem;top:46.6875rem;left:1.8125rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ffflrukeRSBDbOqPIBT5zcKAT6Iu0RZZ { width:4.5625rem;height:0.9619125rem;top:51.75rem;left:8rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m8s0I3PD6D1u0t9Fb2aZpel1tfIq39lt { width:7.25rem;height:0;top:54.5712890625rem;left:7rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eATCpTZsouMb5dOtQ3IdMIWINHmBgRmA { width:4.375rem;height:0.9619125rem;top:46.625rem;left:14.1875rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c0df6sVkga0TK5kr24mTiFtLr5iHwUpg { width:6.75rem;height:0;top:45.80078125rem;left:13.25rem;font-size:0.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #s55Qguc9BnSn1ruQ5Ve1imDmsLyNSMlP { width:9.0625rem;height:0.568359375rem;top:53.75rem;left:5.5rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T18Fqwn80mp7q54BxBdrVIwpXBLaZPfN { width:4.5rem;height:0.9619125rem;top:46.6875rem;left:7.75rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO { background-color:#ffffff;background-image:none;display:block; }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .row .container { background-color: transparent; background-image: none; }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .row .container > .video-iframe-container { display: none; }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .row > .video-iframe-container { display: none; }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .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); }#wZ8D0E7vTDG6H7UMzTWZ9N2POJE19grO > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXN4BCnMxpe8P0JL6wJiev6rRyRzetCE { width:20rem;height:15.25rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N67wtJya82lmQsaeuIztOAAx9WPwnRcz { width:7.75rem;height:8.6875rem;top:3.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTfkHVKPeRA8gpyZi5vlU4VoUo6yHcAT { width:15.625rem;height:3.4375rem;top:17.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRRvgzziwhA8vypuxkP6Ax02Sk7wedmo { display:block; }
 }@media only screen and (max-width: 763px) { #txxpiqDwMQb3FVEvyNLvkqnJK92vhU68 { width:13.0625rem;height:1.70605625rem;top:13rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28EWZ07HUfqB16xDablVThbHBGMsKom { display:block; }#c28EWZ07HUfqB16xDablVThbHBGMsKom > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5TgHlInqEZQ31c2es62ueolZsn5105x { width:18.375rem;height:4.875rem;top:8.2490234375rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15034;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WTtZFST5Ah4iyOI03gCAtyxnxdE5Em9T { width:16.8125rem;height:3.5996125rem;top:2.625rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aV0JKDJ1wZCtOOfxkHew5MmmpvobifkD { width:18.75rem;height:9.1875rem;top:14rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qzv9s8peFJZc2T48QBN24nKG7An4sLaB { width:18.3125rem;height:11.8125rem;top:24.125rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LFDHPhpfwu6LEpHHDOPFOCQyWeC4Gep6 { width:20rem;height:29.625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4IFU0KLD8tJ7bTRehekIFI47nNwdTyR { width:20rem;height:19.25rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHKAZg4154E5PXvMMZlW5E3T3On1ql2i { width:20rem;height:17.111913357401rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT3b00MIOsvDh3ZwSwl7ViNhb6V5fwdZ { width:4.9375rem;height:0.9619125rem;top:40.572265625rem;left:1.5625rem;font-size:0.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kUFq0VqCsXe5ctxk9rAJh0FMgiPf0fo5 { width:3.625rem;height:0.9619125rem;top:43.6875rem;left:2.03125rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1aagTEQTFgU1LwTsNtW3BVJbWTHzyZr { width:4.6875rem;height:0.9619125rem;top:40.634765625rem;left:14rem;font-size:0.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #K9ZIWd6ST05vuZMyXWh0w85bqquEmngy { width:3.8125rem;height:0.9619125rem;top:43.625rem;left:14.4375rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kn99smTqa2LRWNMZJXgGMyKt65lTJui9 { width:4.6875rem;height:0.9619125rem;top:48.75rem;left:7.65625rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbN0bOHzbm5aB2AfPTyU61ZsBlNmL9Mg { width:4.25rem;height:0.9619125rem;top:50.4375rem;left:7.875rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppdpTg9kLfrUWcTaFdnbFZp3Tsxyc9pB { width:4.0625rem;height:0.9619125rem;top:40.572265625rem;left:7.96875rem;font-size:0.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ngxPWdiIsh5VVC0kxqtvvkc4KMcat3FE { width:3.5rem;height:0.9619125rem;top:43.5625rem;left:8.25rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 { display:block; }#wyqQHnZr06SoKkmFBSOyo5k0f92rJil0 > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlsZb8fKfzrDromo3XGhzcT9e5Cm1NZ2 { width:13.125rem;height:1.79980625rem;top:2.4375rem;left:2.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QV1TG8EU1gCRnS63s58zt8I58IZ1bJ0v { width:16rem;height:8.44925rem;top:7.5rem;left:2rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pR8tU4lr0RdaKxEMATwwb7VCBxrI52WG { width:16.9375rem;height:5.2807625rem;top:20.611328125rem;left:1.53125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T65e5FXnEhkbWnRmAlxOevnNqW7qbuDg { width:16.9375rem;height:3.16845625rem;top:30rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UzUOFJlDTDNeJBCGKEcnCfgKSEta8DM7 { width:16rem;height:2.11230625rem;top:37.9375rem;left:2.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TMfrKmTV0cFR6XirXnxNxtukt7w8d601 { width:14.25rem;height:2.11230625rem;top:44.46875rem;left:2.8125000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BoAlwPbTKcNseMTDeT9FZA5uzv1A607z { width:15.25rem;height:3.16845625rem;top:49.939453125rem;left:2.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AOJfDPUHeIEM4Tr3aoE6daRs32sKGkEl { width:16.125rem;height:3.41161875rem;top:56.85791015625rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VTeRiTQmfnPqZauV0Uh5QcC6phTffCBC { width:20rem;height:7.625rem;top:19.4375rem;left:0rem;z-index:14994;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRVTfQFeLcUSlf7WZzLevFHw6F8S2Eux { width:20rem;height:12.0625rem;top:5.6875rem;left:0rem;z-index:14994;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP6bwgSe1wuM8xdmVdyqLufxMT0JXzPA { width:20rem;height:6.375rem;top:28.875rem;left:0rem;z-index:14994;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWRPQv3c0ykVUs6BD8wptx6bp7gah1io { width:20rem;height:5.1875rem;top:36.399326324463rem;left:0rem;z-index:14994;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPJby1FTlHPTXtvRl5lqdFQasxVQTaas { width:20rem;height:5.1875rem;top:42.930555343628rem;left:0rem;z-index:14994;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHFx4HQoU78fF1kkPRr1wIrQrHbledhB { width:20rem;height:5.1875rem;top:48.930507659912rem;left:0rem;z-index:14994;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZl1pB0VAZBCHv3nz3CwOupIiROFJLNp { width:20rem;height:6.25rem;top:55.4375rem;left:0rem;z-index:14994;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfIhN8o2tqcRzf5tkgSOo3xT11yZr3mA { width:1.6875rem;height:1.6875rem;top:61.875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1FdQOEuwRzyTAFwlkdfdIMaODV7xE84 { width:1.6875rem;height:1.6875rem;top:64.8125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTBBl7LoXZw36hKK3iwSZpIqOxpJxquH { width:1.6875rem;height:1.6875rem;top:67.75rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LiDCiWenQG6Uz0fzPeGkoX6eS3OLHrq0 { width:1.6875rem;height:1.6875rem;top:79.5rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #he8c0zyNcRvlTCywstoa4z6tsr9zNahT { width:1.6875rem;height:1.6875rem;top:76.5625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gonn9n30LoinIZTAMBTsHGQaaEII40H2 { width:1.6875rem;height:1.6875rem;top:73.625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWPZtwsq7RWPpR8F5EvGtTmNzPm3SbX6 { width:1.6875rem;height:1.6875rem;top:70.6875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI { display:block; }#QGPFLq8T3HJmqWrG4iC6MMuSk3sbnpeI > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7lOqMD3AOJd9niKgthfCTvMfWqIUtpi { width:3.9375rem;height:3.9375rem;top:5.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUCRTbr5VK1FHBn10FC03upEzuT51KWb { width:15.0625rem;height:7.3125rem;top:10.375rem;left:2.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lv4Cl6NWTMibrzC9b3vCzDZA0lr62UEs { width:4rem;height:4rem;top:21.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ipnDayOvugmyPXmGK4luBT1TZ4FGiP { width:15.5rem;height:9.75rem;top:27.686767578125rem;left:2.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BqrLKL3y0fiyoGlPGoTcVhzTpCg9zG2Z { width:14.75rem;height:8.53125rem;top:47.3125rem;left:2.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sItBe9PRgZ7QamdeQhKIkAeU1c9TKM6U { width:13.9375rem;height:6.09375rem;top:67.375793457031rem;left:3.03125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NzP5iiHCztzhwTNopma5WI9sTRWZbgmE { width:4.8125rem;height:4.8125rem;top:42.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdrsJMn6zwQPDfrJeTr9HERTeKDzq6yJ { width:4rem;height:4rem;top:61.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSDufZdn7ukC67n4BFtQDyXBRbKKtpd1 { width:17.4375rem;height:15rem;top:3.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrukGcCG81hSlNvkIZiq40IkO9F4f1fu { width:17.4375rem;height:18.3125rem;top:20.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDarNHomx3t7KtkJBNLcySmLWIwvZL2d { width:17.1875rem;height:16.0625rem;top:41.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNpmsTBSucCS0UDaSr8UmP7wDurt03p4 { width:17.1875rem;height:16.1875rem;top:59.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection { display:block; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #rdk9bwvSCgd3eLBqHXNPOwE2x2fURc3g > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU { display:block; }#BbOmTa9cgVI5ywyTJaRqoc2iKhLBJqFU > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbt2nOUwGVuq7xBSK6LsrKgEw2o4h2iz { width:16.4375rem;height:3.57421875rem;top:2.3116121292114rem;left:1.7812500596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnhOB9EnRcXyMx0ZEpPcgKoMZZpEMcnN { width:20.125rem;height:41.5625rem;top:7.75rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Z3XNHTS8zd9zAdlR6erPia7WRDngumqn { width:14.6875rem;height:2.51484375rem;top:36.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEPDFZBhV2TDLlGebIXmubA0PkbJFMWl { display:block; }
 }@media only screen and (max-width: 763px) { #kZLwgxqn5V09cTwhMm8Q2wk8c6c4Li1e { width:14.6875rem;height:2.5625rem;top:17.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KILRPJ9bEasxymfDeEodDm5eQMSQvX7S { display:block; }
 }@media only screen and (max-width: 763px) { #d1byt069KTNke3mTDZvLnbUo42HwiDTR { width:14.7777775rem;height:2.6527775rem;top:45.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPgp4TtgC7IPdwLOUsGNpJJiMTyTMsOr { display:block; }
 }@media only screen and (max-width: 763px) { #NnwAdhWOEMm7HMUHZ75RuZr0tylrIxan { width:14.7777775rem;height:2.6527775rem;top:40.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsC6CfdzTDu6871s0LG9N1xkWeZ2LyRu { display:block; }
 }@media only screen and (max-width: 763px) { #HHkW12xQOenpFbRapPwM2Sqr448a4BoM { width:14.6875rem;height:2.5625rem;top:22.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnWVdxBnELyTb9DdXtKe5VtwAdPgV2Pu { display:block; }
 }@media only screen and (max-width: 763px) { #siVRgNr9dfl7BvzcFDeHoS9QX19VPZXp { width:14.7777775rem;height:2.6527775rem;top:31.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGS8Z44PTnzA29w8wUvpxC6h6iPJxLHM { display:block; }
 }@media only screen and (max-width: 763px) { #ymyGdr7mRlae5BkxDKqbdf0Ez8TLTqyA { width:14.6875rem;height:2.5625rem;top:8.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDiOWvmFIIz8SSQG9bfJmK2IhN5GtDVD { display:block; }
 }@media only screen and (max-width: 763px) { #m0azUEurlGA0rIELOKDcOn5hxiohMVgh { width:14.6875rem;height:2.5625rem;top:13.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6uo5tAtTCqzeEBxVXUoLsDBWOJMgy8t { display:block; }
 }@media only screen and (max-width: 763px) { #TRxPOUTST4HMbXAFGaul1slbVOmz4QPd { width:14.7152775rem;height:2.6527775rem;top:27.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg0hsMeXCgEpWMax7ExreJaDTUxdhbwg { display:block; }
 }@media only screen and (max-width: 763px) { #wDbTCthuIoC11cgBs3FISNfnZve2Fkgq { background-color:#ffffff;background-image:none;display:block; }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .row .container { background-color: transparent; background-image: none; }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .row .container > .video-iframe-container { display: none; }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .row > .video-iframe-container { display: none; }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .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); }#wDbTCthuIoC11cgBs3FISNfnZve2Fkgq > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFGCFSVie9STqsInxrkcUNAdAynGyvTg { width:20rem;height:14.625rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvJL2GXfxUihA79enVF87JW6Bm4R6dTQ { width:8.125rem;height:9.125rem;top:3.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBNo9HETpRBLAw7hWmwI06cv2RfOSDGq { width:15.625rem;height:3.4375rem;top:19.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkEdzibnIGMkRALsKKcTliNKUDnN9CZS { display:block; }
 }@media only screen and (max-width: 763px) { #y16M59aDF4gkz4FZPquNuDvz3mM6J0l1 { width:15.1875rem;height:5.1181625rem;top:13.1875rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO { background-color:transparent;background-image:url("https://images.assets-landingi.com/bmWSwFvG/mobile1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.adaptive-delivery-prevent-bg, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyload, #HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO.lazyloading { background-image: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { background-color: transparent; background-image: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container > .video-iframe-container { display: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row > .video-iframe-container { display: none; }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .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); }#HFeO0xxDrRTTEZxFJnbotsXk5Q6DXnsO > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuIuId3tixEfsCAwTSGCDDguysR4Unqv { width:8.625rem;height:1.13720625rem;top:0.1875rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GnLiDudD1WMqpvzssQZA6FPhTBQ9nh87 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#GnLiDudD1WMqpvzssQZA6FPhTBQ9nh87 > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAE0ThLT2fPKwQsseiWI6ct1DZ81LzWV { width:11.0625rem;height:2.25rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgK2N56xbUizPP5cG8bkv3n4ieXeEIaq { display:block; }
 }