.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#feb34b;background-image:url("https://images.assets-landingi.com/ZAZVbkcN/231321.jpg");background-position:center right !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; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { border-width: 0; border-radius: 0; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:"montserrat 900";font-size:4.3125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:14.587500572204rem;left:7.5rem;height:8.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EadJcvNoKeFO30bD2pCXK3iSXrbsQ4Tk { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5);top:24.6875rem;left:7.5rem;height:7.796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gTynxkQ2JBKQLt62R89Bf5RfRHp24Mrm { background-color:#53bad3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;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:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:32.875rem;left:7.5rem;display:block; }
#eTNbl5STIXbGLlf6gJ0fxqSx7h10PyA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EaOZx25cEnX2FOmJL5Vei4x0TTNc0cnS { color:#ffffff;display:block;width:55.9375rem;position:absolute;font-family:"montserrat 900";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5);top:12.5rem;left:7.5rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LC9uEsc9UCTCQ7qTDdWU7Nbk8latNK43 { box-sizing:content-box;color:#ffffff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:38.5625rem;left:7.6875rem;display:block; }
#mf6y4wyfRK8etVAPDbGdvhak71ON9bkw { position:absolute;display:block;z-index:14999;background-color:#55066d;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:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:38.5rem;left:7.5rem;display:block; }
#byhg9hoMkf2oVADDd5nDpa8fuIDwCQAQ { box-sizing:content-box;color:#ffffff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:41.4375rem;left:7.625rem;display:block; }
#pIhbKaNecgKV0oomWAQosNCztSfCFTKv { position:absolute;display:block;z-index:15001;background-color:#55066d;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:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:41.3125rem;left:7.5rem;display:block; }
#p5sv1TLUrGCADBCgusoKLIppoWvBTtmU { box-sizing:content-box;color:#ffffff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:38.5625rem;left:20rem;display:block; }
#yxGWfXymlkAq2xiR10TyM9qpulFJK4rN { position:absolute;display:block;z-index:15003;background-color:#55066d;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:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:38.4375rem;left:19.875rem;display:block; }
#mlsqa5Dzff2nIgBuM03tWbsMXi5RJKgW { color:#000000;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:38.8125rem;left:10.0625rem;height:1.3rem;display:block; }
#ACwkNoNumOonfO6RnCeA6hpRXiRIokyr { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:41.625rem;left:9.6875rem;height:2.5996125rem;display:block; }
#B0JhClrgS15flTtA8NwV4KJrkbonb5m4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:38.75rem;left:22.0625rem;height:2.5996125rem;display:block; }
#iBmDFGxNKxoW9HLfR6rAWbU4wJB16EVy { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:11.125rem;top:1.875rem;left:12.3125rem;overflow:hidden;display:block; }
#xkzW74NKpMD5TAXfkJaF2u2MccF3INrn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68.5625rem;width:59.8125rem;display:none; }
#rvxJDXbovT6yLbrX7HzvzpLBwqOpWgCh { 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:45.25rem;width:37.375rem;top:1.65625rem;left:33.523668639053rem;overflow:hidden;display:block; }
#xi5HLolXvFUf1zrIiayXI4MQ8Jr8ZwNg { position:absolute;display:block;z-index:15006;background-color:#55066d;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:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:41.3125rem;left:20rem;display:block; }
#TkNCxpmTLaTvECskIwIeyahsJp2VM0Ox { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:41.625rem;left:22.1875rem;height:1.29980625rem;display:block; }
#tiPni1luKpF5rb8cZI0NeFsKJfcb1NFS { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:41.3125rem;left:19.9375rem; }
#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV { 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; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { background-color: transparent; background-image: none; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container > .video-iframe-container { display: none; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row > .video-iframe-container { display: none; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .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); }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { border-width: 0; border-radius: 0; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#IdT1KlN9gfrGcMf2CE3zS4DkdOrbH0sO { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.125rem;left:3.75rem;height:10.23339375rem;display:block; }
#yK8LPnCdoiJhysSUftmWg8hdUgeEa52C { color:#000000;display:block;width:29.875rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.75rem;height:3.57421875rem;font-style:normal;display:block; }
#k3mVAcSKHA1FSXHfc79FEn6kfdSQy9zi { color:#000000;display:block;width:25.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.875rem;left:3.75rem;height:5.84765625rem;display:block; }
#e13P0WbKQNDlLsbc5wvtx0LSePIAb6oU { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.4375rem;width:23.125rem;top:43.0625rem;left:48.0625rem;overflow:hidden;display:none; }
#xiRZCD4iM1tqg1m9zP9rbSvw6gVQCUlk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#NkEETsfT62pm8McoiMJac6GOKwdC6kpe { color:#000000;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:26.9375rem;left:3.75rem;height:5.19921875rem;display:block; }
#mpqT72R6F9DdBiTIA8HHwmdlcfZTiN9K { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.9375rem;width:27.375rem;top:0rem;left:43.8125rem;overflow:hidden;display:block; }
#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/l8vLjxnr/FUNDO_02.png");background-position:top left !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; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6.adaptive-delivery-prevent-bg, #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6.lazyload, #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6.lazyloading { background-image: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { background-color: transparent; background-image: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container > .video-iframe-container { display: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container { display: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .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); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { border-width: 0; border-radius: 0; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#TQRo1oeNe9prBmsEhfQIvcz9moUTPWeb { color:#000000;display:block;width:36rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.2578296661377rem;left:37.500001907349rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#ZBfVcRPnPGwttwpmSPWAZlNAUwBNfCV2 { background-color:#53bad3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;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:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12.500019073486rem;left:38.374998092651rem;display:block; }
#AUZkWBpJb2RfaldTZJtLig9Ltgx7ldRl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kPC115hSRoo9evUfhgdayxhEfcOf4OUE { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6250171661377rem;left:37.500001907349rem;height:1.7875rem;text-align:left;text-align-last:left;display:block; }
#iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SZc7ohzq/fundo_01_copiar.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn.adaptive-delivery-prevent-bg, #iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn.lazyload, #iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn.lazyloading { background-image: none; }#iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn > .row .container { background-color: transparent; background-image: none; }#iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.49); }#iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn > .row .container > .video-iframe-container { display: none; }#iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.49); }#iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn > .row > .video-iframe-container { display: none; }#iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn > .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); }#iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn > .row .container { border-width: 0; border-radius: 0; }#iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn::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; }#iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn > .row .container { font-size:0.875rem;font-family:arial;height:78.8125rem;width:75rem;position:relative;display:block; }#apDTThRZy4wWTfmWuZ8uyFNWoiEKfMcQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.75rem;width:25.375rem;top:18.9375rem;left:25.5625rem;overflow:hidden;display:block; }
#xeABlgEfNDPHzxrRgVhskATN0Duonr8I { position:absolute;display:block;z-index:14999;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.1875rem solid #400531;border-bottom:0.1875rem solid #400531;border-top-left-radius:15rem;border-top-right-radius:15rem;border-bottom-left-radius:15rem;border-bottom-right-radius:15rem;box-shadow: none;height:29.6875rem;width:30.25rem;top:17.25rem;left:22.375rem;display:block; }
#UaSodeRXRHqhtPimhItIwQ4mSaTUBrk1 { position:absolute;display:block;z-index:15001;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.1875rem solid #400531;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:5.9375rem;top:47rem;left:38rem;display:block; }
#zMiS7ReAvbG0VnD4wu0WMDtJ2kSRHCTb { color:#000000;display:block;width:49.25rem;position:absolute;font-family:"montserrat 900";font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:12.875rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#UgnEtVoNNkU5qTXDraGVFhiC0qAzews3 { color:#000000;display:block;width:38.625rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:18.1875rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#GnMQsItd06hF7wwBEiW5agpTPZRJCroU { color:#000000;display:block;width:38.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:52.5rem;left:18.25rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#PlfE8cWG41sThZwHXlc4KEOOvlXOvEkv { position:absolute;display:block;z-index:14998;background-color:#400531;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.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;height:11.5625rem;width:44.5rem;top:48.375rem;left:16.0625rem;display:block; }
#la6OmubGX94oFA1t1HpH62CnvPdwtixb { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"montserrat 900";font-size:1.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:49.4375rem;left:22.5625rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#TUAbBatXfp8MHABtlgg7th0JXKb7aZvU { background-color:#5d3784;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;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:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:71.4375rem;left:26.1875rem;display:block; }
#J7CTANyo7TCSShS4pCmefZm871eL667L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B9HlDFcvHzlf0CBOM7msyFey9nspBzMo { color:#000000;display:block;width:44.5rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:61.8125rem;left:15.25rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#rF3epoIbvCanpxJEcMSHviCUBmTMIvMM { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:61.8125rem;left:27.8125rem;height:1.3rem;display:block; }
#D7GRMcsC07CpTqQaTf87ZTGuhrCuBuMU { color:#000000;display:block;width:38.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:66.875rem;left:18.3125rem;height:2.5996125rem;display:block; }
#DTJLdCNvFpD7P2Kzf3FBJ4sdJwZJExBP { box-sizing:content-box;color:rgba(93,55,132,0.27);font-size:10.25rem;font-weight:400;line-height:1;height:14.6875rem;width:14.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:56.75rem;left:7.5rem;display:block; }
#gmCsFUNJaiRr3rWuoH1C6c6F9etv5pzo { box-sizing:content-box;color:rgba(93,55,132,0.27);font-size:10.25rem;font-weight:400;line-height:1;height:14.6875rem;width:14.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:56.75rem;left:52.875rem;display:block; }
#NJVMpDIfaTRx2WU4E1sDKMG7d0ctHdeI { color:#000000;display:block;width:43.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.6875rem;left:15.875rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#iKeGy2p3bflVTXJl8ZmUGcNqLzCU4Nez { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#X7ILbMiQV4xakHTegQeSgcWJdzR8HRlx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#xwxemvDPy8fV9c2unXxF9AhVKpKqldku { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #90cfdc);background-image: -moz-linear-gradient(180deg, #ffffff, #90cfdc);background-image: -ms-linear-gradient(180deg, #ffffff, #90cfdc);background-image: -o-linear-gradient(180deg, #ffffff, #90cfdc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#90cfdc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#90cfdc' );";background-image: linear-gradient(180deg, #ffffff, #90cfdc);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xwxemvDPy8fV9c2unXxF9AhVKpKqldku > .row .container { background-color: transparent; background-image: none; }#xwxemvDPy8fV9c2unXxF9AhVKpKqldku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwxemvDPy8fV9c2unXxF9AhVKpKqldku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwxemvDPy8fV9c2unXxF9AhVKpKqldku > .row .container > .video-iframe-container { display: none; }#xwxemvDPy8fV9c2unXxF9AhVKpKqldku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwxemvDPy8fV9c2unXxF9AhVKpKqldku > .row > .video-iframe-container { display: none; }#xwxemvDPy8fV9c2unXxF9AhVKpKqldku > .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); }#xwxemvDPy8fV9c2unXxF9AhVKpKqldku > .row .container { border-width: 0; border-radius: 0; }#xwxemvDPy8fV9c2unXxF9AhVKpKqldku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwxemvDPy8fV9c2unXxF9AhVKpKqldku > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#UBCdrMPkMlPW83V1Jzi8TtaremM0E3cs { position:absolute;display:block;z-index:15046;background-color:rgba(251,254,255,0.66);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: none;height:21.625rem;width:14.3125rem;top:13.625rem;left:2.25rem;display:block; }
#GJR5MhAqzAfS8JHwH4C46Muuc4xUcdkJ { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:27.0625rem;left:3.625rem;height:6.8203125rem;text-align:center;text-align-last:center;display:block; }
#Tx0Hoy8BAXMZsRKcgcSIAxuSsytfmxyK { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:23.0625rem;left:4.3125rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#GrskAMMG4TFX7mWIE63egMJg4LWe0sWB { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:4.4375rem;top:9.75rem;left:7.1875rem;overflow:hidden;display:block; }
#mxiEsLn3Ko8DcCFJ0Z38q2G3xLN8oZBD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:20rem;left:3.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#DpPiLgtCuTXAzDC2nWOQUTzbiaV8u5JS { position:absolute;display:block;z-index:15048;background-color:rgba(251,254,255,0.66);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: none;height:21.5625rem;width:14.625rem;top:13.625rem;left:20.625rem;display:block; }
#McWqlSKCLDnoIRFaOpxndN92MJ3oWppb { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:27.0625rem;left:22.5625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#HlwyoXv3vxxDN7fTTKd9Qd49Mba8nLb3 { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:23.0625rem;left:23.0625rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#xTeNgviIp5fLG4y6TT7rPpTMaFHbcGBK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:20rem;left:21.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#a5iiR4BKrN3DoAtMeZT0EKvo5ME7MbwQ { position:absolute;display:block;z-index:15045;background-color:rgba(251,254,255,0.66);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: none;height:21.5rem;width:14.625rem;top:13.625rem;left:39.375rem;display:block; }
#dCOzJkeNzU8zs9FcmpFiLNPxviSWaXVz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:26.8125rem;left:41rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#PHOFaTtXmlGLSonlzlmkK6cnnuNITzPN { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:7.25rem;top:9.0625rem;left:43.25rem;overflow:hidden;display:block; }
#WBLgFWe3TFmPJwc9lx5gJ58S6mpMlfRd { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:23.0625rem;left:41.5rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#gMV4STsuAW8EaewEmnX36m1zgPtIhcIK { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:20rem;left:41.75rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#fQF2Kp1pTpnaDAUFFpDAoIQUKnMgK932 { position:absolute;display:block;z-index:15044;background-color:rgba(251,254,255,0.66);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: none;height:21.75rem;width:14.75rem;top:13.5rem;left:58.375rem;display:block; }
#ObFSWhePIK6t2xPz7Tl8D9yFk0Oxefeo { color:#000000;display:block;width:12.125rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:27.0625rem;left:59.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#sXUXI9lEieaBADaJnS8meI2TT63htPIv { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:23.0625rem;left:60.5625rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#DuVRSNv4JRF0bWPzrbB7KLzyMZnhnn5l { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:7.1875rem;top:9.1875rem;left:62.125rem;overflow:hidden;display:block; }
#hMZuCkVGP5ooECsmgcGByXRVR8d3la8O { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"montserrat 900";font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:20.1875rem;left:60.5rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#oh6si3QtWDQT1ivzx0Iv74y4h2ykvgTR { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:15.125rem;top:8.125rem;left:20.562501907349rem;overflow:hidden;display:block; }
#JORqdBhwVTCw4brgqcaZpvT1k7M87W40 { color:#000000;display:block;width:51.25rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:0.58515739440918rem;left:13.062501907349rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#idauvv064EJi4hTqqz552r0LVOHORSBF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#90cfdc;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; }#idauvv064EJi4hTqqz552r0LVOHORSBF > .row .container { background-color: transparent; background-image: none; }#idauvv064EJi4hTqqz552r0LVOHORSBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idauvv064EJi4hTqqz552r0LVOHORSBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idauvv064EJi4hTqqz552r0LVOHORSBF > .row .container > .video-iframe-container { display: none; }#idauvv064EJi4hTqqz552r0LVOHORSBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idauvv064EJi4hTqqz552r0LVOHORSBF > .row > .video-iframe-container { display: none; }#idauvv064EJi4hTqqz552r0LVOHORSBF > .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); }#idauvv064EJi4hTqqz552r0LVOHORSBF > .row .container { border-width: 0; border-radius: 0; }#idauvv064EJi4hTqqz552r0LVOHORSBF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idauvv064EJi4hTqqz552r0LVOHORSBF > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#STKvQSQRtQP282zfAsVD1RyR1JXL0qVt { position:absolute;display:block;z-index:15047;background-color:rgba(251,254,255,0.66);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: none;height:15.625rem;width:13.375rem;top:13.4375rem;left:2.4375rem;display:block; }
#RWcy3GomfFHTUMvbwizBTcki10wzSWhr { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:6.875rem;top:9.625rem;left:5.6875rem;overflow:hidden;display:block; }
#gBHhOHOyTNBTV1OEpkk4PmGdu6vnLzPO { position:absolute;display:block;z-index:15048;background-color:rgba(251,254,255,0.66);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: none;height:15.75rem;width:13.3125rem;top:13.4375rem;left:21.25rem;display:block; }
#sX2720Kk0PuGeNK0UfV08KhdIqUG8r1v { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:15.75rem;top:8.34375rem;left:20.250001907349rem;overflow:hidden;display:block; }
#V02D0Z2zt5CgO7ptuiV44dmcyGFnrfJy { position:absolute;display:block;z-index:15049;background-color:rgba(251,254,255,0.66);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: none;height:15.375rem;width:13.3125rem;top:13.4375rem;left:40rem;display:block; }
#lR3IVJ8OlugOTQ96eJB88e5vBnQp7aFu { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:7.1875rem;top:9.625rem;left:43.0625rem;overflow:hidden;display:block; }
#Te7qlLCJTKQz7p4vnA0PkJqKbX0BZJGB { position:absolute;display:block;z-index:15050;background-color:rgba(251,254,255,0.66);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: none;height:15.125rem;width:13.3125rem;top:13.4375rem;left:58.75rem;display:block; }
#BRK4susLMSZAGJPbtiFdopJXTNdZmgiv { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:7.1875rem;top:9.625rem;left:61.8125rem;overflow:hidden;display:block; }
#sGQ95JiASQzX35fGKMwMPdNiZatFSPMi { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"montserrat 900";font-size:0.8125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:20.6875rem;left:61rem;height:1.05625rem;display:block; }
#bnDWhF7CkeOGT1O67Zf3REuJyZ15lqOr { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"montserrat 900";font-size:0.8125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:20.725002288818rem;left:42.5rem;height:1.05625rem;display:block; }
#yV7QlqsTdkozG4TkqTtMdJFg0w4E0cto { color:#000000;display:block;width:8.25rem;position:absolute;font-family:"montserrat 900";font-size:0.8125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:22.3125rem;left:42.5625rem;height:4.22265625rem;display:block; }
#iuhhzQfn0kZofiuLDkil97tM1DGtT80K { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:"montserrat 900";font-size:2.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:0rem;left:23.04921913147rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#NytBGZqboBWdvmNU0Gk9WQ61n55FDIOV { color:#000000;display:block;width:42.25rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:3.625rem;left:16.54921913147rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#twytN8f7zk4l9OImOZLIH9GqUJ9InHWt { color:#000000;display:block;width:8.25rem;position:absolute;font-family:"montserrat 900";font-size:0.8125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:22.6875rem;left:23.9375rem;height:3.16699375rem;display:block; }
#bGxTglhdCTWu4EBugGhXT0RqomHoN2fJ { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"montserrat 900";font-size:0.8125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:21.125rem;left:23.9375rem;height:1.05625rem;display:block; }
#etanx6fFNHUBChKo4PWROWJfQO8nNFKL { color:#000000;display:block;width:8.25rem;position:absolute;font-family:"montserrat 900";font-size:0.8125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:22.125rem;left:60.9375rem;height:3.16699375rem;display:block; }
#nwMDUmC6SQXVUf3SskaOPGVmV6kA5htQ { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"montserrat 900";font-size:0.8125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:21.125rem;left:5.0625rem;height:1.05625rem;display:block; }
#XUJ9HKxFcd935gdagBX0QLGFzeONyQJk { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:"montserrat 900";font-size:0.8125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:22.8125rem;left:5.0625rem;height:3.16699375rem;display:block; }
#QoEECB8TroXIHfg31MqE5puCiksQ1G7L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#90cfdc;background-image:url("https://images.assets-landingi.com/ZAZVbkcN/231321.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QoEECB8TroXIHfg31MqE5puCiksQ1G7L.adaptive-delivery-prevent-bg, #QoEECB8TroXIHfg31MqE5puCiksQ1G7L.lazyload, #QoEECB8TroXIHfg31MqE5puCiksQ1G7L.lazyloading { background-image: none; }#QoEECB8TroXIHfg31MqE5puCiksQ1G7L > .row .container { border-width: 0; border-radius: 0; }#QoEECB8TroXIHfg31MqE5puCiksQ1G7L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QoEECB8TroXIHfg31MqE5puCiksQ1G7L > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:none; }#vUke9t2EATVHnTgTTSIBLnSSp0o5uTAS { color:#0094b7;display:block;width:22.375rem;position:absolute;font-family:"montserrat 900";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:43.5625rem;height:3.9rem;display:block; }
#sfPelZB7VpMsupI4aniJtWVSFwyRO7yf { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.375rem;left:43.5625rem;height:1.3rem;display:block; }
#NybxhR3TPr4oyZXvCpOkzk4kvTaI3xGM { color:#000000;display:block;width:24.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.0625rem;left:43.5rem;height:5.85rem;display:block; }
#bvp8Liyn14LTBUaUXtlSerf7hJNkR4vT { color:rgba(24,9,74,0.21);display:block;width:19.625rem;position:absolute;font-family:"montserrat 900";font-size:2.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0625rem;left:8.8125rem;height:3.00625rem;display:block; }
#iK6MNGaiK9qEFOCSwg3KwASOdhZwsppX { color:rgba(24,9,74,0.18);display:block;width:19.625rem;position:absolute;font-family:"montserrat 900";font-size:2.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:8.9375rem;height:3.00625rem;display:block; }
#hOZX4WvR1B1JyS3Cv7sefXn5RX6Lk9QI { color:rgba(24,9,74,0.12);display:block;width:19.625rem;position:absolute;font-family:"montserrat 900";font-size:2.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.625rem;left:8.9375rem;height:3.00625rem;display:block; }
#yzm3gs1nzyS23vT5PFe0yLokdT8E80hC { color:rgba(24,9,74,0.08);display:block;width:19.625rem;position:absolute;font-family:"montserrat 900";font-size:2.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.8125rem;left:8.9375rem;height:3.00625rem;display:block; }
#eyTQz7MvthZLZT43v6klVbuZJcEWmwi2 { color:rgba(24,9,74,0.03);display:block;width:19.625rem;position:absolute;font-family:"montserrat 900";font-size:2.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16rem;left:8.875rem;height:3.00625rem;display:block; }
#r502Mne1sUJ66U9STgJEZ6eAu1MU4zJb { color:rgba(24,9,74,0.02);display:block;width:19.625rem;position:absolute;font-family:"montserrat 900";font-size:2.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.0625rem;left:8.9375rem;height:3.00625rem;display:block; }
#oW7AzxDC8JmGvavtw70R83be6cEicgbf { background-color:#5d3784;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;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:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.875rem;left:45rem;display:block; }
#qLcMTGATxfkiJmvlUabm8mwKQvvMznXF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CBE2eLaBpzH4UAHe2uDWzR7tO3WFqGm3 { position:absolute;display:block;z-index:15000;background-color:#fbfbfb;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:14rem;border-top-right-radius:14rem;border-bottom-left-radius:14rem;border-bottom-right-radius:14rem;box-shadow: none;height:24.8125rem;width:24.875rem;top:0.75rem;left:5.5625rem;display:block; }
#oJcfdg77IvHhfxCqcZRmSDU0oBat99DW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:26.75rem;top:4.625rem;left:5.375rem;overflow:hidden;display:block; }
#oGOZIGbUKkzQqNeaV4w65OxLT9NbCIrh { color:rgba(24,9,74,0.28);display:block;width:19.625rem;position:absolute;font-family:"montserrat 900";font-size:2.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.625rem;left:8.9375rem;height:3.00625rem;display:block; }
#XTf8hBOPtMKtR7uTNEXedufTxW2sFy3O { color:#0094b7;display:block;width:22.375rem;position:absolute;font-family:"montserrat 900";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:43.5625rem;height:3.9rem;display:none; }
#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dadada;background-image:url("https://images.assets-landingi.com/ZAZVbkcN/231321.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3.adaptive-delivery-prevent-bg, #BUhwcmr3uDxALfBTTBTmcmNAray8ATx3.lazyload, #BUhwcmr3uDxALfBTTBTmcmNAray8ATx3.lazyloading { background-image: none; }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row .container { background-color: transparent; background-image: none; }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row .container > .video-iframe-container { display: none; }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row > .video-iframe-container { display: none; }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .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); }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row .container { border-width: 0; border-radius: 0; }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row .container { font-size:0.875rem;font-family:arial;height:72.6875rem;width:75rem;position:relative;display:block; }#oMmClDigQQTLXoHvBeBkZ7fWCpUc953V { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:19.6875rem;left:33.875rem;height:44.625rem;display:block; }
#g7HezlBz46WusTn1r32c6tr424l7tw6g { color:#4c4c4c;display:block;width:25.875rem;position:absolute;font-family:mavenpro;font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5984373092651rem;left:35.0625rem;height:2.84375rem;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;font-style:normal;display:block; }
#Dwn18JPkewwbFB0Fx0oTg3qawSEwLaMZ { 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:38.5625rem;width:24.25rem;top:18.3740234375rem;left:6.625rem;overflow:hidden;display:block; }
#PWEwtUElF4Qt6uVvQnnu43aq68BvVmdo { color:#4c4c4c;display:block;width:25.875rem;position:absolute;font-family:mavenpro;font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3359375rem;left:35.0625rem;height:2.84375rem;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;font-style:normal;display:block; }
#kWRizS0nJN0qTlZT2J9k4i8KZD5sNcmr { position:absolute;display:block;z-index:15007;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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:5.25rem;width:0.625rem;top:3.9484376907349rem;left:33.875rem;display:block; }
#Tpq1PCfy4KvsFNXPvnd5DbVrKeDBoctk { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:"montserrat 900";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11rem;left:33.9375rem;height:5.84765625rem;display:block; }
#AGdalXeLSMF8FcRAMQruVQ4N1QdLKRlF { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:30.3125rem;top:45.349990844726rem;left:2.3125rem;overflow:hidden;display:block; }
#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL { 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; }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .row .container { background-color: transparent; background-image: none; }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .row .container > .video-iframe-container { display: none; }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .row > .video-iframe-container { display: none; }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .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); }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .row .container { border-width: 0; border-radius: 0; }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:block; }#b1LzUBAbpIL9Z44o2t1rhQuRXtxBtisN { color:#ff9400;display:block;width:54.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:300;z-index:14969;line-height:1.5;letter-spacing:0;top:6.0625003576279rem;left:11.25rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ogtUNdB7VGObFgPclmT1vgcvUC3kBr8g { color:#5b5b5b;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:42.25rem;left:48.125rem;height:2.5996125rem;font-style:italic;display:block; }
#ktADtK0F1pFGuXVmme2Bimzg4GVLlGZQ { box-sizing:content-box;color:#3fa8be;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:42.1875rem;left:45.8125rem;display:block; }
#I9RobFM0iGSDguRQ5qWbrDRSZDwxcNrJ { color:#585858;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:42.375rem;left:34.4375rem;height:2.5996125rem;font-style:italic;display:block; }
#VTIvAx4f7JZp2CMNf1Lsoi1BDdXTzwO3 { box-sizing:content-box;color:#3fa8be;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:42.1875rem;left:31.75rem;display:block; }
#XQHx0SahNgPG8faIJ6HwZhpsO1oeCtV4 { color:#5a5a5a;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:42.3125rem;left:26.25rem;height:2.5996125rem;font-style:italic;display:block; }
#NK81vssHhViOXxS7k7BR31Gs9ayvgqg4 { box-sizing:content-box;color:#3fa8be;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:42.1875rem;left:23.5625rem;display:block; }
#dXwVenOQXEIQhUVnbH9CW0vkoy9dgTPd { color:#ff0000;display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:22rem;left:24.125rem;height:2.886725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KUvAP6hE1KEIMiAu2ugqr8ACSZqyhnec { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #d53333, #f48585);background-image: -moz-linear-gradient(164deg, #d53333, #f48585);background-image: -ms-linear-gradient(164deg, #d53333, #f48585);background-image: -o-linear-gradient(164deg, #d53333, #f48585);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53333', endColorstr='#f48585' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53333', endColorstr='#f48585' );";background-image: linear-gradient(164deg, #d53333, #f48585);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.1875rem;width:30.6875rem;top:14rem;left:23.5625rem;display:block; }
#Qnb6zlTzTdUE5T6L9lg3x09MnbLSk5Gs { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:14.8125rem;left:27.1875rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NVAgeO5rbeAWxcW6dt2fbru1z39SU4HI { color:#2ee681;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:8.625rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:23.375rem;left:31.625rem;height:11.2125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SV3px95Hvp7zrAABePiBRkeZEJGAeuWU { color:#5d5d5d;display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:29.9375rem;left:30.6875rem;height:1.95rem;font-style:normal;display:block; }
#L7JThneFDLtTJnWOIsoIJTT7Seevmqc0 { color:#5d5d5d;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:28rem;left:30.5625rem;height:1.95rem;font-style:normal;display:block; }
#q9nv8TfrTRW9ouuZAeSntGfmU6y3UVfL { color:#2ee681;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:29.6875rem;left:43.6875rem;height:2.51875rem;font-style:normal;display:block; }
#Alc4Ed8zM843v9a7c56EblcZsJ1EdZpN { color:#ff5151;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:33rem;left:28rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJtI8wtAsffA2zJk1Thscf5co9wqON0g { color:#ff0000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:10.75rem;left:28.6875rem;height:1.5125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eOw8aXAMm3UV83cialGAQsXC4cbAqfzA { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff5b5b;border-left:0.0625rem solid #ff5b5b;border-right:0.0625rem solid #ff5b5b;border-bottom:0.0625rem solid #ff5b5b;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:2.5rem;width:21.5rem;top:32.4375rem;left:28.125rem;display:block; }
#G6iZDBvp3HRsPAa4tzWy0cgSF3A8Mn1H { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(252deg, #d53333, #f48585);background-image: -moz-linear-gradient(252deg, #d53333, #f48585);background-image: -ms-linear-gradient(252deg, #d53333, #f48585);background-image: -o-linear-gradient(252deg, #d53333, #f48585);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53333', endColorstr='#f48585' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53333', endColorstr='#f48585' );";background-image: linear-gradient(252deg, #d53333, #f48585);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.1875rem;width:30.6875rem;top:14.375rem;left:23.25rem;display:block; }
#UPKhm3C9DZ9htWe5EigfuDPccaDWThxu { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.12) ;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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.400000572204rem;left:39.6875rem;display:none; }
#gyLAv093O1imQT983hTghcfd2WgFqlvb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZQh3I4ATzfZC4sUEgo72x5aPZM4hhaLB { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #8dffc1 ;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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.8125rem;left:24.875rem;display:block; }
#u9OnOF93ZkLrqg1LDcLHcPVxJUdn2io4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qanLoCMhlH3aB5dPgBxBDT0JvZlo6q1b { color:#ff0000;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:10.125rem;left:22.25rem;height:2.88671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P0wtxAZL3Ho1BTZ3vKtaffBGUlvscpJI { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:11.125rem;left:27.1875rem;height:3.8rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QUgr8hiLvTEqTpZ1PJUkSgf0HuTQ1wC3 { position:absolute;display:block;z-index:14968;background-color:#f6f6f8;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.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:43.125rem;width:41.625rem;top:3.9375001192093rem;left:18.1875rem;display:block; }
#hW04lONbZ4InyBSKcJuw1EpSyyRC7TRK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:11.125rem;top:1.875rem;left:12.3125rem;overflow:hidden;display:none; }
#UPuuoCJPfUvaJAw3dKgUpGPluab9TNdD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(153deg, #ffffff, rgba(255,255,255,0.12));background-image: -moz-linear-gradient(153deg, #ffffff, rgba(255,255,255,0.12));background-image: -ms-linear-gradient(153deg, #ffffff, rgba(255,255,255,0.12));background-image: -o-linear-gradient(153deg, #ffffff, rgba(255,255,255,0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff1e' );";background-image: linear-gradient(153deg, #ffffff, rgba(255,255,255,0.12));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UPuuoCJPfUvaJAw3dKgUpGPluab9TNdD > .row .container { background-color: transparent; background-image: none; }#UPuuoCJPfUvaJAw3dKgUpGPluab9TNdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPuuoCJPfUvaJAw3dKgUpGPluab9TNdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPuuoCJPfUvaJAw3dKgUpGPluab9TNdD > .row .container > .video-iframe-container { display: none; }#UPuuoCJPfUvaJAw3dKgUpGPluab9TNdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPuuoCJPfUvaJAw3dKgUpGPluab9TNdD > .row > .video-iframe-container { display: none; }#UPuuoCJPfUvaJAw3dKgUpGPluab9TNdD > .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); }#UPuuoCJPfUvaJAw3dKgUpGPluab9TNdD > .row .container { border-width: 0; border-radius: 0; }#UPuuoCJPfUvaJAw3dKgUpGPluab9TNdD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UPuuoCJPfUvaJAw3dKgUpGPluab9TNdD > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#CZvJwXRzdFlil3Z2Ixx5vN1TnhVt0TPE { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:mavenpro;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.9265632629394rem;left:21.25rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#xIR9T4FtzgqX6DvqSzfmbbZhtqECTywa { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:12.25rem;top:0.93749809265137rem;left:7.5rem;overflow:hidden;display:block; }
#qtd1dJhOXo4BDnnM5DcVfawfWuJwVH5x { color:#282828;display:block;width:45.25rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6859378814698rem;left:21.25rem;height:2.1125rem;font-style:normal;display:block; }
#bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection { background-color:#1b1d24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; } #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection *:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="text"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="email"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="tel"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection textarea:focus-visible { outline: none; } #MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .row .container { background-color: transparent; background-image: none; }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .row .container > .video-iframe-container { display: none; }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .row > .video-iframe-container { display: none; }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .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); }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .row .container { border-width: 0; border-radius: 0; }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .row .container { width:60rem;height:11.3875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:34.625rem;height:8.5625rem;top:14.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EadJcvNoKeFO30bD2pCXK3iSXrbsQ4Tk { width:25.4375rem;height:5.875rem;top:24.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTynxkQ2JBKQLt62R89Bf5RfRHp24Mrm { width:22.625rem;height:3.75rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNbl5STIXbGLlf6gJ0fxqSx7h10PyA9 { display:block; }
 }@media only screen and (max-width: 763px) { #EaOZx25cEnX2FOmJL5Vei4x0TTNc0cnS { width:47.75rem;height:2.125rem;top:12.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC9uEsc9UCTCQ7qTDdWU7Nbk8latNK43 { width:1.6875rem;height:1.6875rem;top:38.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf6y4wyfRK8etVAPDbGdvhak71ON9bkw { width:1.9375rem;height:1.9375rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byhg9hoMkf2oVADDd5nDpa8fuIDwCQAQ { width:1.6875rem;height:1.6875rem;top:41.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIhbKaNecgKV0oomWAQosNCztSfCFTKv { width:1.9375rem;height:1.9375rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5sv1TLUrGCADBCgusoKLIppoWvBTtmU { width:1.6875rem;height:1.6875rem;top:38.5625rem;left:6.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxGWfXymlkAq2xiR10TyM9qpulFJK4rN { width:1.9375rem;height:1.9375rem;top:38.4375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlsqa5Dzff2nIgBuM03tWbsMXi5RJKgW { width:7.125rem;height:1.25rem;top:38.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACwkNoNumOonfO6RnCeA6hpRXiRIokyr { width:8.3125rem;height:1.25rem;top:41.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0JhClrgS15flTtA8NwV4KJrkbonb5m4 { width:12.5rem;height:1.25rem;top:38.75rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBmDFGxNKxoW9HLfR6rAWbU4wJB16EVy { width:11.125rem;height:8.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkzW74NKpMD5TAXfkJaF2u2MccF3INrn { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rvxJDXbovT6yLbrX7HzvzpLBwqOpWgCh { width:37.375rem;height:45.25rem;top:1.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi5HLolXvFUf1zrIiayXI4MQ8Jr8ZwNg { width:1.9375rem;height:1.9375rem;top:41.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkNCxpmTLaTvECskIwIeyahsJp2VM0Ox { width:12.5rem;height:1.25rem;top:41.625rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiPni1luKpF5rb8cZI0NeFsKJfcb1NFS { top:41.3125rem;left:6.3125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV { display:block; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdT1KlN9gfrGcMf2CE3zS4DkdOrbH0sO { width:25.6875rem;height:11.625rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK8LPnCdoiJhysSUftmWg8hdUgeEa52C { width:29.875rem;height:3.5rem;top:2.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3mVAcSKHA1FSXHfc79FEn6kfdSQy9zi { width:25.25rem;height:4.3125rem;top:20.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e13P0WbKQNDlLsbc5wvtx0LSePIAb6oU { width:23.125rem;height:29.4375rem;top:43.0625rem;left:24.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xiRZCD4iM1tqg1m9zP9rbSvw6gVQCUlk { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NkEETsfT62pm8McoiMJac6GOKwdC6kpe { width:25.875rem;height:6.5rem;top:26.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpqT72R6F9DdBiTIA8HHwmdlcfZTiN9K { width:27.375rem;height:34.9375rem;top:0rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQRo1oeNe9prBmsEhfQIvcz9moUTPWeb { width:36rem;height:5.8125rem;top:5.25rem;left:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBfVcRPnPGwttwpmSPWAZlNAUwBNfCV2 { width:22.625rem;height:3.75rem;top:12.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUZkWBpJb2RfaldTZJtLig9Ltgx7ldRl { display:block; }
 }@media only screen and (max-width: 763px) { #kPC115hSRoo9evUfhgdayxhEfcOf4OUE { width:33.75rem;height:1.75rem;top:1.625rem;left:14rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn { display:block; }#iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apDTThRZy4wWTfmWuZ8uyFNWoiEKfMcQ { width:25.375rem;height:26.75rem;top:18.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeABlgEfNDPHzxrRgVhskATN0Duonr8I { width:30.25rem;height:29.6875rem;top:17.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaSodeRXRHqhtPimhItIwQ4mSaTUBrk1 { width:5.9375rem;height:4.75rem;top:47rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMiS7ReAvbG0VnD4wu0WMDtJ2kSRHCTb { width:47.75rem;height:2.5rem;top:1.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgnEtVoNNkU5qTXDraGVFhiC0qAzews3 { width:38.625rem;height:3.5rem;top:5.25rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnMQsItd06hF7wwBEiW5agpTPZRJCroU { width:38.5rem;height:5.75rem;top:52.5rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlfE8cWG41sThZwHXlc4KEOOvlXOvEkv { width:44.5rem;height:11.5625rem;top:48.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #la6OmubGX94oFA1t1HpH62CnvPdwtixb { width:29.9375rem;height:2.3125rem;top:49.4375rem;left:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAbBatXfp8MHABtlgg7th0JXKb7aZvU { width:22.625rem;height:3.75rem;top:71.4375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7CTANyo7TCSShS4pCmefZm871eL667L { display:block; }
 }@media only screen and (max-width: 763px) { #B9HlDFcvHzlf0CBOM7msyFey9nspBzMo { width:44.5rem;height:3.5rem;top:61.8125rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF3epoIbvCanpxJEcMSHviCUBmTMIvMM { width:21.8125rem;height:1.25rem;top:61.8125rem;left:14.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7GRMcsC07CpTqQaTf87ZTGuhrCuBuMU { width:38.375rem;height:2.5625rem;top:66.875rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTJLdCNvFpD7P2Kzf3FBJ4sdJwZJExBP { width:14.625rem;height:14.6875rem;top:56.75rem;left:0rem;font-size:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmCsFUNJaiRr3rWuoH1C6c6F9etv5pzo { width:14.625rem;height:14.6875rem;top:56.75rem;left:33.125rem;font-size:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJVMpDIfaTRx2WU4E1sDKMG7d0ctHdeI { width:43.25rem;height:5.75rem;top:9.6875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKeGy2p3bflVTXJl8ZmUGcNqLzCU4Nez { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7ILbMiQV4xakHTegQeSgcWJdzR8HRlx { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwxemvDPy8fV9c2unXxF9AhVKpKqldku { display:block; }#xwxemvDPy8fV9c2unXxF9AhVKpKqldku > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBCdrMPkMlPW83V1Jzi8TtaremM0E3cs { width:14.3125rem;height:21.625rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJR5MhAqzAfS8JHwH4C46Muuc4xUcdkJ { width:11.4375rem;height:6.5625rem;top:27.0625rem;left:0.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx0Hoy8BAXMZsRKcgcSIAxuSsytfmxyK { width:10.125rem;height:2.6875rem;top:23.0625rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrskAMMG4TFX7mWIE63egMJg4LWe0sWB { width:4.4375rem;height:8.75rem;top:9.75rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxiEsLn3Ko8DcCFJ0Z38q2G3xLN8oZBD { width:12.5rem;height:2.5625rem;top:20rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpPiLgtCuTXAzDC2nWOQUTzbiaV8u5JS { width:14.625rem;height:21.5625rem;top:13.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #McWqlSKCLDnoIRFaOpxndN92MJ3oWppb { width:11.125rem;height:4.75rem;top:27.0625rem;left:12.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlwyoXv3vxxDN7fTTKd9Qd49Mba8nLb3 { width:10.125rem;height:2.6875rem;top:23.0625rem;left:12.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTeNgviIp5fLG4y6TT7rPpTMaFHbcGBK { width:12.5rem;height:2.5625rem;top:20rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5iiR4BKrN3DoAtMeZT0EKvo5ME7MbwQ { width:14.625rem;height:21.5rem;top:13.625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCOzJkeNzU8zs9FcmpFiLNPxviSWaXVz { width:12.5rem;height:7.1875rem;top:26.8125rem;left:23.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHOFaTtXmlGLSonlzlmkK6cnnuNITzPN { width:7.25rem;height:10rem;top:9.0625rem;left:26.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBLgFWe3TFmPJwc9lx5gJ58S6mpMlfRd { width:10.75rem;height:2.6875rem;top:23.0625rem;left:24.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMV4STsuAW8EaewEmnX36m1zgPtIhcIK { width:10.25rem;height:2.5625rem;top:20rem;left:24.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQF2Kp1pTpnaDAUFFpDAoIQUKnMgK932 { width:14.75rem;height:21.75rem;top:13.5rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObFSWhePIK6t2xPz7Tl8D9yFk0Oxefeo { width:12.125rem;height:4.75rem;top:27.0625rem;left:35.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXUXI9lEieaBADaJnS8meI2TT63htPIv { width:10.125rem;height:2.6875rem;top:23.0625rem;left:36.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuVRSNv4JRF0bWPzrbB7KLzyMZnhnn5l { width:7.1875rem;height:9.875rem;top:9.1875rem;left:38.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMZuCkVGP5ooECsmgcGByXRVR8d3la8O { width:10.25rem;height:2.1875rem;top:20.1875rem;left:36.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh6si3QtWDQT1ivzx0Iv74y4h2ykvgTR { width:15.125rem;height:12rem;top:8.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JORqdBhwVTCw4brgqcaZpvT1k7M87W40 { width:47.75rem;height:5.3125rem;top:0.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idauvv064EJi4hTqqz552r0LVOHORSBF { display:block; }#idauvv064EJi4hTqqz552r0LVOHORSBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STKvQSQRtQP282zfAsVD1RyR1JXL0qVt { width:13.375rem;height:15.625rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWcy3GomfFHTUMvbwizBTcki10wzSWhr { width:6.875rem;height:10rem;top:9.625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBHhOHOyTNBTV1OEpkk4PmGdu6vnLzPO { width:13.3125rem;height:15.75rem;top:13.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX2720Kk0PuGeNK0UfV08KhdIqUG8r1v { width:15.75rem;height:12.5625rem;top:8.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V02D0Z2zt5CgO7ptuiV44dmcyGFnrfJy { width:13.3125rem;height:15.375rem;top:13.4375rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR3IVJ8OlugOTQ96eJB88e5vBnQp7aFu { width:7.1875rem;height:9.875rem;top:9.625rem;left:26.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7qlLCJTKQz7p4vnA0PkJqKbX0BZJGB { width:13.3125rem;height:15.125rem;top:13.4375rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRK4susLMSZAGJPbtiFdopJXTNdZmgiv { width:7.1875rem;height:10rem;top:9.625rem;left:37.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGQ95JiASQzX35fGKMwMPdNiZatFSPMi { width:3.75rem;height:1rem;top:20.6875rem;left:37.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnDWhF7CkeOGT1O67Zf3REuJyZ15lqOr { width:3.75rem;height:1rem;top:20.6875rem;left:25.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV7QlqsTdkozG4TkqTtMdJFg0w4E0cto { width:8.25rem;height:4.1875rem;top:22.3125rem;left:25.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuhhzQfn0kZofiuLDkil97tM1DGtT80K { width:30.3125rem;height:2.875rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NytBGZqboBWdvmNU0Gk9WQ61n55FDIOV { width:42.25rem;height:3.0625rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twytN8f7zk4l9OImOZLIH9GqUJ9InHWt { width:8.25rem;height:3.125rem;top:22.6875rem;left:13.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGxTglhdCTWu4EBugGhXT0RqomHoN2fJ { width:3.75rem;height:;top:21.125rem;left:13.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etanx6fFNHUBChKo4PWROWJfQO8nNFKL { width:8.25rem;height:3.125rem;top:22.125rem;left:37.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwMDUmC6SQXVUf3SskaOPGVmV6kA5htQ { width:3.75rem;height:;top:21.125rem;left:1.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUJ9HKxFcd935gdagBX0QLGFzeONyQJk { width:8.5625rem;height:3.125rem;top:22.8125rem;left:1.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoEECB8TroXIHfg31MqE5puCiksQ1G7L { display:block; }#QoEECB8TroXIHfg31MqE5puCiksQ1G7L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUke9t2EATVHnTgTTSIBLnSSp0o5uTAS { width:22.375rem;height:3.875rem;top:1.875rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfPelZB7VpMsupI4aniJtWVSFwyRO7yf { width:16.5625rem;height:1.25rem;top:6.375rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NybxhR3TPr4oyZXvCpOkzk4kvTaI3xGM { width:24.875rem;height:7.25rem;top:9.0625rem;left:22.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvp8Liyn14LTBUaUXtlSerf7hJNkR4vT { width:19.625rem;height:3rem;top:7.0625rem;left:2rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK6MNGaiK9qEFOCSwg3KwASOdhZwsppX { width:19.625rem;height:3rem;top:9.3125rem;left:2.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOZX4WvR1B1JyS3Cv7sefXn5RX6Lk9QI { width:19.625rem;height:3rem;top:11.625rem;left:2.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzm3gs1nzyS23vT5PFe0yLokdT8E80hC { width:19.625rem;height:3rem;top:13.8125rem;left:2.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyTQz7MvthZLZT43v6klVbuZJcEWmwi2 { width:19.625rem;height:3rem;top:16rem;left:2.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r502Mne1sUJ66U9STgJEZ6eAu1MU4zJb { width:19.625rem;height:3rem;top:18.0625rem;left:2.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW7AzxDC8JmGvavtw70R83be6cEicgbf { width:19.375rem;height:3.125rem;top:17.875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLcMTGATxfkiJmvlUabm8mwKQvvMznXF { display:block; }
 }@media only screen and (max-width: 763px) { #CBE2eLaBpzH4UAHe2uDWzR7tO3WFqGm3 { width:24.875rem;height:24.8125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJcfdg77IvHhfxCqcZRmSDU0oBat99DW { width:26.75rem;height:20.0625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGOZIGbUKkzQqNeaV4w65OxLT9NbCIrh { width:19.625rem;height:3rem;top:4.625rem;left:2.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTf8hBOPtMKtR7uTNEXedufTxW2sFy3O { width:19.3125rem;height:3rem;top:1.875rem;left:23.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 { display:block; }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMmClDigQQTLXoHvBeBkZ7fWCpUc953V { width:32.875rem;height:44.625rem;top:19.6875rem;left:14.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7HezlBz46WusTn1r32c6tr424l7tw6g { width:25.875rem;height:2.75rem;top:3.5625rem;left:21.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwn18JPkewwbFB0Fx0oTg3qawSEwLaMZ { width:24.25rem;height:38.5625rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWEwtUElF4Qt6uVvQnnu43aq68BvVmdo { width:25.875rem;height:2.75rem;top:6.3125rem;left:21.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWRizS0nJN0qTlZT2J9k4i8KZD5sNcmr { width:0.625rem;height:5.25rem;top:3.9375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpq1PCfy4KvsFNXPvnd5DbVrKeDBoctk { width:30.5625rem;height:5.8125rem;top:11rem;left:17.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGdalXeLSMF8FcRAMQruVQ4N1QdLKRlF { top:45.3125rem;left:0rem;width:30.3125rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUqkbculc3c1Nh9h3CTDcryHwA12JCvL { display:none; }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b1LzUBAbpIL9Z44o2t1rhQuRXtxBtisN { width:47.75rem;height:3rem;top:6.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogtUNdB7VGObFgPclmT1vgcvUC3kBr8g { width:5.5625rem;height:2.5625rem;top:42.25rem;left:34.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktADtK0F1pFGuXVmme2Bimzg4GVLlGZQ { width:2.75rem;height:2.75rem;top:42.1875rem;left:32.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9RobFM0iGSDguRQ5qWbrDRSZDwxcNrJ { width:10.6875rem;height:2.5625rem;top:42.375rem;left:20.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTIvAx4f7JZp2CMNf1Lsoi1BDdXTzwO3 { width:2.75rem;height:2.75rem;top:42.1875rem;left:18.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQHx0SahNgPG8faIJ6HwZhpsO1oeCtV4 { width:4.625rem;height:2.5625rem;top:42.3125rem;left:12.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK81vssHhViOXxS7k7BR31Gs9ayvgqg4 { width:2.75rem;height:2.75rem;top:42.1875rem;left:9.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXwVenOQXEIQhUVnbH9CW0vkoy9dgTPd { width:29.5rem;height:2.75rem;top:22rem;left:10.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUvAP6hE1KEIMiAu2ugqr8ACSZqyhnec { width:30.6875rem;height:5.1875rem;top:14rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnb6zlTzTdUE5T6L9lg3x09MnbLSk5Gs { width:23.1875rem;height:3.75rem;top:14.8125rem;left:13.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVAgeO5rbeAWxcW6dt2fbru1z39SU4HI { width:13.625rem;height:11.1875rem;top:23.375rem;left:18rem;font-size:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV3px95Hvp7zrAABePiBRkeZEJGAeuWU { width:2.0625rem;height:1.9375rem;top:29.9375rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7JThneFDLtTJnWOIsoIJTT7Seevmqc0 { width:3.375rem;height:1.9375rem;top:28rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9nv8TfrTRW9ouuZAeSntGfmU6y3UVfL { width:3.1875rem;height:2.5rem;top:29.6875rem;left:30.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alc4Ed8zM843v9a7c56EblcZsJ1EdZpN { width:21.5625rem;height:1.5rem;top:33rem;left:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJtI8wtAsffA2zJk1Thscf5co9wqON0g { width:17.75rem;height:1.5rem;top:10.75rem;left:15.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOw8aXAMm3UV83cialGAQsXC4cbAqfzA { width:21.5rem;height:2.5rem;top:32.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6iZDBvp3HRsPAa4tzWy0cgSF3A8Mn1H { width:30.6875rem;height:5.1875rem;top:14.375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPKhm3C9DZ9htWe5EigfuDPccaDWThxu { width:27.8125rem;height:3.8125rem;top:41rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gyLAv093O1imQT983hTghcfd2WgFqlvb { display:block; }
 }@media only screen and (max-width: 763px) { #ZQh3I4ATzfZC4sUEgo72x5aPZM4hhaLB { width:27.8125rem;height:3.8125rem;top:36.8125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9OnOF93ZkLrqg1LDcLHcPVxJUdn2io4 { display:block; }
 }@media only screen and (max-width: 763px) { #qanLoCMhlH3aB5dPgBxBDT0JvZlo6q1b { width:32.0625rem;height:2.75rem;top:10.125rem;left:8.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0wtxAZL3Ho1BTZ3vKtaffBGUlvscpJI { width:17.6875rem;height:3rem;top:11.125rem;left:13.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUgr8hiLvTEqTpZ1PJUkSgf0HuTQ1wC3 { width:41.625rem;height:43.125rem;top:3.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW04lONbZ4InyBSKcJuw1EpSyyRC7TRK { width:11.125rem;height:8.5rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPuuoCJPfUvaJAw3dKgUpGPluab9TNdD { display:block; }#UPuuoCJPfUvaJAw3dKgUpGPluab9TNdD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZvJwXRzdFlil3Z2Ixx5vN1TnhVt0TPE { width:44.1875rem;height:5.1875rem;top:5.875rem;left:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIR9T4FtzgqX6DvqSzfmbbZhtqECTywa { width:12.25rem;height:11.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtd1dJhOXo4BDnnM5DcVfawfWuJwVH5x { width:45.25rem;height:2.0625rem;top:2.625rem;left:2.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection { display:block; } #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection *:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="text"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="email"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="tel"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection textarea:focus-visible { outline: none; } #MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { background-color:#fed04b;background-image:url("https://images.assets-landingi.com/dVRPr8Jy/Prancheta_5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:20rem;height:5rem;top:27.9375rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EadJcvNoKeFO30bD2pCXK3iSXrbsQ4Tk { width:17.625rem;height:4.63125rem;top:34rem;left:1.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTynxkQ2JBKQLt62R89Bf5RfRHp24Mrm { width:19.0625rem;height:2.875rem;top:49.28125rem;left:0rem;font-size:0.9375rem;background-color:#53bad3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eTNbl5STIXbGLlf6gJ0fxqSx7h10PyA9 { display:block; }
 }@media only screen and (max-width: 763px) { #EaOZx25cEnX2FOmJL5Vei4x0TTNc0cnS { width:20rem;height:1.75rem;top:26.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LC9uEsc9UCTCQ7qTDdWU7Nbk8latNK43 { width:1.6875rem;height:1.6875rem;top:39.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf6y4wyfRK8etVAPDbGdvhak71ON9bkw { width:1.9375rem;height:1.9375rem;top:39.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byhg9hoMkf2oVADDd5nDpa8fuIDwCQAQ { width:1.6875rem;height:1.6875rem;top:39.8125rem;left:9.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIhbKaNecgKV0oomWAQosNCztSfCFTKv { width:1.9375rem;height:1.9375rem;top:39.6875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5sv1TLUrGCADBCgusoKLIppoWvBTtmU { width:1.6875rem;height:1.6875rem;top:42.75rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxGWfXymlkAq2xiR10TyM9qpulFJK4rN { width:1.9375rem;height:1.9375rem;top:42.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlsqa5Dzff2nIgBuM03tWbsMXi5RJKgW { width:6.5rem;height:1.3rem;top:39.9375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACwkNoNumOonfO6RnCeA6hpRXiRIokyr { width:7.75rem;height:1.3rem;top:40rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0JhClrgS15flTtA8NwV4KJrkbonb5m4 { width:12.5rem;height:1.3rem;top:42.9375rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBmDFGxNKxoW9HLfR6rAWbU4wJB16EVy { width:9.1875rem;height:6.9375rem;top:1.3125rem;left:5.4062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkzW74NKpMD5TAXfkJaF2u2MccF3INrn { top:9.375rem;left:1.125rem;width:17.75rem;height:20.3125rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rvxJDXbovT6yLbrX7HzvzpLBwqOpWgCh { width:14.75rem;height:17.8125rem;top:49.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xi5HLolXvFUf1zrIiayXI4MQ8Jr8ZwNg { width:1.9375rem;height:1.9375rem;top:45.5625rem;left:5.5312502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkNCxpmTLaTvECskIwIeyahsJp2VM0Ox { width:9.25rem;height:1.29948125rem;top:45.881511688233rem;left:7.7291672825813rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiPni1luKpF5rb8cZI0NeFsKJfcb1NFS { display:flex;width:2.0625rem;height:2.0625rem;top:45.5rem;left:5.4687502980232rem; }
 }@media only screen and (max-width: 763px) { #D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV { display:block; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdT1KlN9gfrGcMf2CE3zS4DkdOrbH0sO { width:18.125rem;height:11.6953125rem;top:13.8125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK8LPnCdoiJhysSUftmWg8hdUgeEa52C { width:8.875rem;height:6.09375rem;top:5.3125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3mVAcSKHA1FSXHfc79FEn6kfdSQy9zi { width:17.8125rem;height:7.3111875rem;top:26.75rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e13P0WbKQNDlLsbc5wvtx0LSePIAb6oU { width:10.1875rem;height:13.125rem;top:0rem;left:9.8125003576281rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xiRZCD4iM1tqg1m9zP9rbSvw6gVQCUlk { top:3.6875rem;left:1rem;width:8rem;height:0.4375rem;z-index:14999;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#53bad3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NkEETsfT62pm8McoiMJac6GOKwdC6kpe { width:18.1875rem;height:6.82425rem;top:35.137500762939rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpqT72R6F9DdBiTIA8HHwmdlcfZTiN9K { width:20rem;height:25.459459459459rem;top:91.5773125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AptdzN0t/Prancheta_6.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6.adaptive-delivery-prevent-bg, #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6.lazyload, #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6.lazyloading { background-image: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { background-color: transparent; background-image: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container > .video-iframe-container { display: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container { display: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .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); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQRo1oeNe9prBmsEhfQIvcz9moUTPWeb { width:18.375rem;height:11.6979375rem;top:14.637500762939rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZBfVcRPnPGwttwpmSPWAZlNAUwBNfCV2 { width:19rem;height:2.625rem;top:26.912502288818rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUZkWBpJb2RfaldTZJtLig9Ltgx7ldRl { display:block; }
 }@media only screen and (max-width: 763px) { #kPC115hSRoo9evUfhgdayxhEfcOf4OUE { width:18.9375rem;height:3.57421875rem;top:2.0375003814698rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn { display:block; }#iFZt0NxHdwWIJJJCFqk34IOSxNTcQILn > .row .container { width:20rem;height:94.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apDTThRZy4wWTfmWuZ8uyFNWoiEKfMcQ { width:16.8125rem;height:17.75rem;top:27.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeABlgEfNDPHzxrRgVhskATN0Duonr8I { width:18.9375rem;height:19.6875rem;top:26.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaSodeRXRHqhtPimhItIwQ4mSaTUBrk1 { width:5.9375rem;height:4.75rem;top:46rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMiS7ReAvbG0VnD4wu0WMDtJ2kSRHCTb { width:20rem;height:4.22395625rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgnEtVoNNkU5qTXDraGVFhiC0qAzews3 { width:16.3125rem;height:5.8489625rem;top:6.4375rem;left:1.7500001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnMQsItd06hF7wwBEiW5agpTPZRJCroU { width:16.1875rem;height:10.3958125rem;top:55.75rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlfE8cWG41sThZwHXlc4KEOOvlXOvEkv { width:20rem;height:17.0625rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #la6OmubGX94oFA1t1HpH62CnvPdwtixb { width:17.0625rem;height:3.25rem;top:51.75rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAbBatXfp8MHABtlgg7th0JXKb7aZvU { width:19rem;height:3.125rem;top:90.4375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7CTANyo7TCSShS4pCmefZm871eL667L { display:block; }
 }@media only screen and (max-width: 763px) { #B9HlDFcvHzlf0CBOM7msyFey9nspBzMo { width:17rem;height:4.14258125rem;top:73.25rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF3epoIbvCanpxJEcMSHviCUBmTMIvMM { width:16.625rem;height:1.05625rem;top:72.25rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7GRMcsC07CpTqQaTf87ZTGuhrCuBuMU { width:17.3125rem;height:5.68685rem;top:79rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTJLdCNvFpD7P2Kzf3FBJ4sdJwZJExBP { width:6.8125rem;height:6.875rem;top:90.5625rem;left:0.5625rem;font-size:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmCsFUNJaiRr3rWuoH1C6c6F9etv5pzo { width:14.625rem;height:14.6875rem;top:113.375rem;left:2.6875rem;font-size:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJVMpDIfaTRx2WU4E1sDKMG7d0ctHdeI { width:18.4375rem;height:10.3958125rem;top:13.487501144409rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKeGy2p3bflVTXJl8ZmUGcNqLzCU4Nez { top:63.5rem;left:4.4062498807907rem;width:11.1875rem;height:11.1875rem;z-index:15011;font-size:7.8125rem;color:rgba(93,55,132,0.23);display:block; }
 }@media only screen and (max-width: 763px) { #X7ILbMiQV4xakHTegQeSgcWJdzR8HRlx { top:81.1875rem;left:4.4062498807907rem;width:11.1875rem;height:11.1875rem;z-index:15012;font-size:7.8125rem;color:rgba(93,55,132,0.28);display:block; }
 }@media only screen and (max-width: 763px) { #xwxemvDPy8fV9c2unXxF9AhVKpKqldku { display:block; }#xwxemvDPy8fV9c2unXxF9AhVKpKqldku > .row .container { width:20rem;height:108.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBCdrMPkMlPW83V1Jzi8TtaremM0E3cs { width:18.375rem;height:20rem;top:14.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJR5MhAqzAfS8JHwH4C46Muuc4xUcdkJ { width:15.5rem;height:5.68685rem;top:27.5rem;left:2.2500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx0Hoy8BAXMZsRKcgcSIAxuSsytfmxyK { width:12.625rem;height:2.76171875rem;top:23.77499961853rem;left:3.6874998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrskAMMG4TFX7mWIE63egMJg4LWe0sWB { width:4.4375rem;height:8.75rem;top:10.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxiEsLn3Ko8DcCFJ0Z38q2G3xLN8oZBD { width:11.875rem;height:2.59895625rem;top:20.4375rem;left:4.0624998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpPiLgtCuTXAzDC2nWOQUTzbiaV8u5JS { width:18.375rem;height:18.625rem;top:39.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McWqlSKCLDnoIRFaOpxndN92MJ3oWppb { width:14.375rem;height:3.65625rem;top:52.875rem;left:2.8125001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlwyoXv3vxxDN7fTTKd9Qd49Mba8nLb3 { width:12.6875rem;height:2.76171875rem;top:49.3125rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTeNgviIp5fLG4y6TT7rPpTMaFHbcGBK { width:12.5rem;height:2.59895625rem;top:46.25rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5iiR4BKrN3DoAtMeZT0EKvo5ME7MbwQ { width:18.0625rem;height:19.3125rem;top:63.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCOzJkeNzU8zs9FcmpFiLNPxviSWaXVz { width:16.3125rem;height:4.875rem;top:76.5rem;left:1.8437501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHOFaTtXmlGLSonlzlmkK6cnnuNITzPN { width:7.25rem;height:10rem;top:59.125rem;left:6.3749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBLgFWe3TFmPJwc9lx5gJ58S6mpMlfRd { width:10.75rem;height:2.76171875rem;top:72.8125rem;left:4.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMV4STsuAW8EaewEmnX36m1zgPtIhcIK { width:10.25rem;height:2.59895625rem;top:69.75rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQF2Kp1pTpnaDAUFFpDAoIQUKnMgK932 { width:17.625rem;height:18.375rem;top:88.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObFSWhePIK6t2xPz7Tl8D9yFk0Oxefeo { width:15.6875rem;height:3.65625rem;top:101.0625rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXUXI9lEieaBADaJnS8meI2TT63htPIv { width:10.125rem;height:2.76171875rem;top:97.75rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuVRSNv4JRF0bWPzrbB7KLzyMZnhnn5l { width:7.1875rem;height:9.875rem;top:83.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMZuCkVGP5ooECsmgcGByXRVR8d3la8O { width:10.25rem;height:2.275rem;top:94.875rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh6si3QtWDQT1ivzx0Iv74y4h2ykvgTR { width:15.125rem;height:12rem;top:34.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JORqdBhwVTCw4brgqcaZpvT1k7M87W40 { width:18.5625rem;height:7.3125rem;top:1.8125rem;left:0.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idauvv064EJi4hTqqz552r0LVOHORSBF { display:block; }#idauvv064EJi4hTqqz552r0LVOHORSBF > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STKvQSQRtQP282zfAsVD1RyR1JXL0qVt { width:18.625rem;height:13.125rem;top:14.95rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWcy3GomfFHTUMvbwizBTcki10wzSWhr { width:6.875rem;height:10rem;top:12.074999809265rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBHhOHOyTNBTV1OEpkk4PmGdu6vnLzPO { width:18.3125rem;height:13.4375rem;top:31.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX2720Kk0PuGeNK0UfV08KhdIqUG8r1v { width:15.75rem;height:12.5625rem;top:28.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V02D0Z2zt5CgO7ptuiV44dmcyGFnrfJy { width:18.125rem;height:13.1875rem;top:49.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR3IVJ8OlugOTQ96eJB88e5vBnQp7aFu { width:7.1875rem;height:9.875rem;top:46.375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7qlLCJTKQz7p4vnA0PkJqKbX0BZJGB { width:17.875rem;height:12.75rem;top:67.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRK4susLMSZAGJPbtiFdopJXTNdZmgiv { width:7.1875rem;height:10rem;top:63.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGQ95JiASQzX35fGKMwMPdNiZatFSPMi { width:3.75rem;height:1.05625rem;top:74.875rem;left:8.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnDWhF7CkeOGT1O67Zf3REuJyZ15lqOr { width:3.75rem;height:1.05625rem;top:57.3125rem;left:8.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV7QlqsTdkozG4TkqTtMdJFg0w4E0cto { width:13.8125rem;height:2.1125rem;top:58.8125rem;left:3.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iuhhzQfn0kZofiuLDkil97tM1DGtT80K { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NytBGZqboBWdvmNU0Gk9WQ61n55FDIOV { width:18.375rem;height:5.1979125rem;top:4.3250007629394rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twytN8f7zk4l9OImOZLIH9GqUJ9InHWt { width:12rem;height:2.1125rem;top:41.625rem;left:4.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGxTglhdCTWu4EBugGhXT0RqomHoN2fJ { width:3.75rem;height:1.05625rem;top:40.125rem;left:8.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etanx6fFNHUBChKo4PWROWJfQO8nNFKL { width:10.25rem;height:2.1125rem;top:76.4375rem;left:5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwMDUmC6SQXVUf3SskaOPGVmV6kA5htQ { width:3.75rem;height:1.05625rem;top:22.825000762939rem;left:8.1250003576281rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUJ9HKxFcd935gdagBX0QLGFzeONyQJk { width:15.625rem;height:2.1125rem;top:24.325000762939rem;left:2.1250001192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QoEECB8TroXIHfg31MqE5puCiksQ1G7L { display:none; }#QoEECB8TroXIHfg31MqE5puCiksQ1G7L > .row .container { width:20rem;height:45.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vUke9t2EATVHnTgTTSIBLnSSp0o5uTAS { width:20rem;height:0;top:2rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfPelZB7VpMsupI4aniJtWVSFwyRO7yf { width:16.5625rem;height:1.05rem;top:6.5242195129394rem;left:1.6875001192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NybxhR3TPr4oyZXvCpOkzk4kvTaI3xGM { width:16.5rem;height:10.15rem;top:29.262500405312rem;left:1.7500001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvp8Liyn14LTBUaUXtlSerf7hJNkR4vT { width:16.1875rem;height:2.6rem;top:14.0625rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK6MNGaiK9qEFOCSwg3KwASOdhZwsppX { width:16.375rem;height:2.6rem;top:16.3125rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOZX4WvR1B1JyS3Cv7sefXn5RX6Lk9QI { width:16rem;height:2.6rem;top:18.625rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzm3gs1nzyS23vT5PFe0yLokdT8E80hC { width:15.9375rem;height:2.6rem;top:20.8125rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyTQz7MvthZLZT43v6klVbuZJcEWmwi2 { width:16.25rem;height:2.6rem;top:23rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r502Mne1sUJ66U9STgJEZ6eAu1MU4zJb { width:16.3125rem;height:0;top:26.8125rem;left:1.625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oW7AzxDC8JmGvavtw70R83be6cEicgbf { width:19.375rem;height:3.125rem;top:40.524999260902rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLcMTGATxfkiJmvlUabm8mwKQvvMznXF { display:block; }
 }@media only screen and (max-width: 763px) { #CBE2eLaBpzH4UAHe2uDWzR7tO3WFqGm3 { width:20rem;height:20rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJcfdg77IvHhfxCqcZRmSDU0oBat99DW { width:20rem;height:15rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGOZIGbUKkzQqNeaV4w65OxLT9NbCIrh { width:16.375rem;height:2.6rem;top:11.625rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTf8hBOPtMKtR7uTNEXedufTxW2sFy3O { width:19.3125rem;height:3rem;top:2.5242176055908rem;left:0rem;font-size:1.1875rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 { background-color:#dadada;background-image:url("https://images.assets-landingi.com/dVRPr8Jy/Prancheta_5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3.adaptive-delivery-prevent-bg, #BUhwcmr3uDxALfBTTBTmcmNAray8ATx3.lazyload, #BUhwcmr3uDxALfBTTBTmcmNAray8ATx3.lazyloading { background-image: none; }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row .container { background-color: transparent; background-image: none; }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row .container > .video-iframe-container { display: none; }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row > .video-iframe-container { display: none; }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .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); }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row .container { border-width: 0; border-radius: 0; }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BUhwcmr3uDxALfBTTBTmcmNAray8ATx3 > .row .container { width:20rem;height:96.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMmClDigQQTLXoHvBeBkZ7fWCpUc953V { width:17.5rem;height:65.8125rem;top:29.249218940735rem;left:1.25rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g7HezlBz46WusTn1r32c6tr424l7tw6g { width:6.8125rem;height:1.875rem;top:3.0625rem;left:13.1875rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Dwn18JPkewwbFB0Fx0oTg3qawSEwLaMZ { width:10.5rem;height:16.75rem;top:0.73750305175781rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWEwtUElF4Qt6uVvQnnu43aq68BvVmdo { width:7rem;height:3.59895625rem;top:4.875rem;left:13rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kWRizS0nJN0qTlZT2J9k4i8KZD5sNcmr { width:0.375rem;height:5.25rem;top:3.125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpq1PCfy4KvsFNXPvnd5DbVrKeDBoctk { width:15.3125rem;height:6.175rem;top:22.561718940735rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGdalXeLSMF8FcRAMQruVQ4N1QdLKRlF { width:11.875rem;height:10.4375rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUqkbculc3c1Nh9h3CTDcryHwA12JCvL { background-color:#ffffff;background-image:none;display:block; }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .row .container { background-color: transparent; background-image: none; }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .row .container > .video-iframe-container { display: none; }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .row > .video-iframe-container { display: none; }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .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); }#XUqkbculc3c1Nh9h3CTDcryHwA12JCvL > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1LzUBAbpIL9Z44o2t1rhQuRXtxBtisN { width:18.75rem;height:1.30625rem;top:8.875rem;left:0rem;font-size:1.1875rem;line-height:1.1;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #ogtUNdB7VGObFgPclmT1vgcvUC3kBr8g { width:5.5625rem;height:2.1125rem;top:40.9375rem;left:13.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktADtK0F1pFGuXVmme2Bimzg4GVLlGZQ { width:2.75rem;height:2.75rem;top:37.9375rem;left:14.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9RobFM0iGSDguRQ5qWbrDRSZDwxcNrJ { width:4.875rem;height:4.22395625rem;top:40.4375rem;left:7.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTIvAx4f7JZp2CMNf1Lsoi1BDdXTzwO3 { width:2.75rem;height:2.75rem;top:37.9375rem;left:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQHx0SahNgPG8faIJ6HwZhpsO1oeCtV4 { width:4.75rem;height:2.1125rem;top:41.25rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NK81vssHhViOXxS7k7BR31Gs9ayvgqg4 { width:2.75rem;height:2.75rem;top:37.9375rem;left:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXwVenOQXEIQhUVnbH9CW0vkoy9dgTPd { width:18.25rem;height:2.199225rem;top:22.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUvAP6hE1KEIMiAu2ugqr8ACSZqyhnec { width:18rem;height:4.625rem;top:15.875rem;left:0.75rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Qnb6zlTzTdUE5T6L9lg3x09MnbLSk5Gs { width:17.6875rem;height:0;top:11.687499809079rem;left:2.3125001192093rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVAgeO5rbeAWxcW6dt2fbru1z39SU4HI { width:20rem;height:6.5rem;top:25rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV3px95Hvp7zrAABePiBRkeZEJGAeuWU { width:2.0625rem;height:1.625rem;top:28.5625rem;left:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7JThneFDLtTJnWOIsoIJTT7Seevmqc0 { width:3.375rem;height:1.4625rem;top:27.5rem;left:5rem;font-size:1.125rem;font-family:montserrat;color:#637084;display:block; }
 }@media only screen and (max-width: 763px) { #q9nv8TfrTRW9ouuZAeSntGfmU6y3UVfL { width:3.1875rem;height:2.1125rem;top:28.312500381843rem;left:12.937500357628rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alc4Ed8zM843v9a7c56EblcZsJ1EdZpN { width:17rem;height:1.1375rem;top:31.875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJtI8wtAsffA2zJk1Thscf5co9wqON0g { width:17.75rem;height:1.1rem;top:14.4375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOw8aXAMm3UV83cialGAQsXC4cbAqfzA { width:17.25rem;height:2.125rem;top:31.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6iZDBvp3HRsPAa4tzWy0cgSF3A8Mn1H { width:18.125rem;height:4.625rem;top:15.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPKhm3C9DZ9htWe5EigfuDPccaDWThxu { width:19rem;height:3.8125rem;top:51.5625rem;left:0rem;font-size:0.9375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #gyLAv093O1imQT983hTghcfd2WgFqlvb { display:block; }
 }@media only screen and (max-width: 763px) { #ZQh3I4ATzfZC4sUEgo72x5aPZM4hhaLB { width:18.5625rem;height:2.625rem;top:34.5rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9OnOF93ZkLrqg1LDcLHcPVxJUdn2io4 { display:block; }
 }@media only screen and (max-width: 763px) { #qanLoCMhlH3aB5dPgBxBDT0JvZlo6q1b { width:18.4375rem;height:3.50625rem;top:11.0625rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0wtxAZL3Ho1BTZ3vKtaffBGUlvscpJI { width:17.6875rem;height:3.025rem;top:16.6875rem;left:1.1875rem;font-size:1.375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #QUgr8hiLvTEqTpZ1PJUkSgf0HuTQ1wC3 { width:20rem;height:38.625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW04lONbZ4InyBSKcJuw1EpSyyRC7TRK { width:7.625rem;height:5.75rem;top:0.75rem;left:6.1874998807907rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #UPuuoCJPfUvaJAw3dKgUpGPluab9TNdD { display:block; }#UPuuoCJPfUvaJAw3dKgUpGPluab9TNdD > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZvJwXRzdFlil3Z2Ixx5vN1TnhVt0TPE { width:20rem;height:5.84765625rem;top:7.3999986648563rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xIR9T4FtzgqX6DvqSzfmbbZhtqECTywa { width:6.1875rem;height:5.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtd1dJhOXo4BDnnM5DcVfawfWuJwVH5x { width:13.5625rem;height:2.4375rem;top:2.3612499237061rem;left:6.1874997019768rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection { background-color:#1b1d24;background-image:none;display:block; } #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection *:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="text"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="email"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="tel"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection textarea:focus-visible { outline: none; } #MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .row .container { background-color: transparent; background-image: none; }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .row .container > .video-iframe-container { display: none; }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .row > .video-iframe-container { display: none; }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .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); }#MOazVC66mIBfUc4d6gv1rPtXOx2eZoZZ > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }