.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container { display: none; }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .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); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax { border-top:0;border-left:0;border-right:0;border-bottom:3px solid #ff853c;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { background-color: transparent; background-image: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .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); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { border-width: 0; border-radius: 0; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { font-size:14px;font-family:arial;height:93px;width:1200px;position:relative;display:block; }#Hv5PMEexuMmuPfuNTN5Dd2XLhH69OBCL { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #ff853c, #ff5400);background-image: -moz-linear-gradient(270deg, #ff853c, #ff5400);background-image: -ms-linear-gradient(270deg, #ff853c, #ff5400);background-image: -o-linear-gradient(270deg, #ff853c, #ff5400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff853c', endColorstr='#ff5400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff853c', endColorstr='#ff5400' );";background-image: linear-gradient(270deg, #ff853c, #ff5400);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:howdybun;font-size:19px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:295px;height:53px;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:20px;left:905.00006103516px;display:block; }
#PHR4BU8ZK9pde41yN19MEHGt6JGdfvAy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mF7WyoObTqdEK9OJ7eO9oTXRaa24nsIN { color:#000000;display:block;width:147px;position:absolute;font-family:rubik;font-size:15px;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:38px;left:180px;height:16.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tf15ncba9qUipAM2GXQyrcu7rdNFvaKL { color:#000000;display:block;width:117px;position:absolute;font-family:rubik;font-size:15px;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:38px;left:326px;height:16.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KNlZONB8QWXC6l0roPq8AuU9S6DU2mNq { color:#000000;display:block;width:131px;position:absolute;font-family:rubik;font-size:15px;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:38px;left:443px;height:16.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vmw7o1Qv4lDECWxeVmLzbgID9hoL29ZA { color:#000000;display:block;width:131px;position:absolute;font-family:rubik;font-size:15px;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:38px;left:705px;height:16.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JO9Lm8NgbWIz3bdNkO7OfqKvnJZoTCNf { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:77px;width:96px;top:5px;left:0px;overflow:hidden;display:block; }
#hIWqP64J82Zvmtzl9hPcXl73kLwyfPp3 { color:#000000;display:block;width:131px;position:absolute;font-family:rubik;font-size:15px;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:38px;left:574px;height:16.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9bfb17c6-bfab-43c7-9fb5-db40b5e2e876/bg3.jpg");background-position:center !important;background-repeat: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; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.adaptive-delivery-prevent-bg, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyload, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyloading { background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { background-color: transparent; background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { border-width: 0; border-radius: 0; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:1200px;height:984px;font-size:14px;font-family:arial;position:relative;display:block; }#tL9KLTZRZtDoAJaPlT2Bapi4EAVybkna { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #ff853c, #ff5400);background-image: -moz-linear-gradient(270deg, #ff853c, #ff5400);background-image: -ms-linear-gradient(270deg, #ff853c, #ff5400);background-image: -o-linear-gradient(270deg, #ff853c, #ff5400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff853c', endColorstr='#ff5400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff853c', endColorstr='#ff5400' );";background-image: linear-gradient(270deg, #ff853c, #ff5400);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:howdybun;font-size:19px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:345px;height:79px;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:777px;left:0px;display:block; }
#B5UaULrXtEKzb02lk5SpGettgDWUHH9C { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kCwuii8Gy8QWc8QsyHndmqJlOcxlCrbb { color:#ffffff;display:block;width:627px;position:absolute;font-family:howdybun;font-size:66px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:201px;left:0px;height:145.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nTWU6pXa5N5undnZwHluwyT1eRoiUlK9 { color:#ffffff;display:block;width:618px;position:absolute;font-family:rubik;font-size:38px;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:357px;left:0px;height:83.6px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#u1pU6xH2TJTBUzy2QGyk4z4cB8Cacge3 { color:#000000;display:block;width:345px;position:absolute;font-family:roboto;font-size:25px;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:870px;left:0px;height:37.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mFF7XGZVSS47EMkidkSEXGWz4gaReviI { color:#ffffff;display:block;width:618px;position:absolute;font-family:rubik;font-size:25px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:484px;left:0px;height:250px;font-style:normal;text-align:left;text-align-last:left;display:block; }#mFF7XGZVSS47EMkidkSEXGWz4gaReviI li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#mFF7XGZVSS47EMkidkSEXGWz4gaReviI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#hSrDHtv5xha9AQAOApJylma8wRNA1cbW { color:#ffffff;display:block;width:618px;position:absolute;font-family:rubik;font-size:25px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:484px;left:0px;height:250px;font-style:normal;text-align:left;text-align-last:left;display:none; }#hSrDHtv5xha9AQAOApJylma8wRNA1cbW li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#hSrDHtv5xha9AQAOApJylma8wRNA1cbW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e1cd629352a48299efff19db33ddcaa07e7fa61.svg); }
#xsLHrHFFTNveClGTmRSrXN4OU9ex7CFM { color:#ffffff;display:block;width:1200px;position:absolute;font-family:howdybun;font-size:58px;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:124px;left:0px;height:58px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TQtx956ghEywAkuP10QOUq9abZTAOSi0 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:802px;width:450px;top:135.5px;left:697.99005126953px;display:block; }
#tgrJy5lzmAtC9i5ATIqxmN79NSaAJ6VV { box-sizing:content-box;height:831px;width:474px;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:121px;left:686px;display:block; }
#WykEzTG3P48eBRnab5RzprRvehbwhpgA { 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; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { background-color: transparent; background-image: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container > .video-iframe-container { display: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container { display: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .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); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { border-width: 0; border-radius: 0; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { font-size:14px;font-family:arial;height:1121px;width:1200px;position:relative;display:block; }#WVZ8yyWIXMBsqtSQK4Vs3t2uxI9hDZnq { color:#ffffff;display:block;width:1200px;position:absolute;font-family:howdybun;font-size:58px;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:124px;left:0px;height:58px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MnyOMuluJ9gPGreuBVnPU9v0MWU34Aqz { 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:35px;width:310px;display:none; }
#pIKzstVmlNJBdRBC6aQsPhVLC3LOIa9f { color:#000000;display:block;width:836px;position:absolute;font-family:rubik;font-size:18px;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:182px;left:182px;height:25.2px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ckNhIpxJ68TG20hxplozPCAiHdosO20z { color:#000000;display:block;width:350px;position:absolute;font-family:howdybun;font-size:40px;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:623px;left:17px;height:44px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pm1HpZCugsx9TUxO48u8ZXUHD9cf8c6t { color:#000000;display:block;width:350px;position:absolute;font-family:howdybun;font-size:40px;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:623px;left:425px;height:44px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EM91NVdMO8LmZ6tJv0XBAulWXgbaKnev { color:#000000;display:block;width:350px;position:absolute;font-family:howdybun;font-size:40px;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:623px;left:832px;height:44px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oGMPwALp2ZCs3FbaVTNOLS5T7JXt5hTq { box-sizing:content-box;height:587px;width:386px;position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;top:533px;left:0px;display:block; }
#u07riVshJub46dvOdrc1mb3OMbrcGWqV { box-sizing:content-box;height:587px;width:386px;position:absolute;display:block;z-index:15001;background-color:#fafafa;background-image:none;top:533px;left:407px;display:block; }
#sgx26kmdkJMIP1y23q1kkk1nOpM6KBmR { box-sizing:content-box;height:587px;width:386px;position:absolute;display:block;z-index:14998;background-color:#fafafa;background-image:none;top:533px;left:814px;display:block; }
#nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T { box-sizing:content-box;height:343px;width:378px;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a1a4ae49-5b43-458d-828c-dc8b5bfff6e3/WhatsAppImage20250204at1845411.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:244px;left:814px;border-top-right-radius:50px;border-bottom-right-radius:0;border-bottom-left-radius:50px;border-top-left-radius:0;border-top:5px solid #ec5b81;border-left:5px solid #ec5b81;border-right:5px solid #ec5b81;border-bottom:5px solid #ec5b81;display:block; }#nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T.adaptive-delivery-prevent-bg, #nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T.lazyload, #nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T.lazyloading { background-image: none; }
#gn87NGuOJ1K0XyQveTodhLKqUzmKDGEX { color:#ffffff;display:block;width:237px;position:absolute;font-family:rubik;font-size:15px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:677px;left:74px;height:93px;font-style:normal;text-align:left;text-align-last:left;display:block; }#gn87NGuOJ1K0XyQveTodhLKqUzmKDGEX li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#gn87NGuOJ1K0XyQveTodhLKqUzmKDGEX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#MWh8CoUJTdTxoySttzmbtwdnq1zdG9Ph { color:#ffffff;display:block;width:292px;position:absolute;font-family:rubik;font-size:15px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:677px;left:452.00006103516px;height:117.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }#MWh8CoUJTdTxoySttzmbtwdnq1zdG9Ph li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#MWh8CoUJTdTxoySttzmbtwdnq1zdG9Ph li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 { color:#ffffff;display:block;width:283px;position:absolute;font-family:rubik;font-size:15px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:677px;left:872.00006103516px;height:117.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }#JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#WnHXQ0L8NpgLy543WTcmZ3Ks6o2WTMO8 { color:#ffffff;display:block;width:276px;position:absolute;font-family:rubik;font-size:15px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:961.99997329712px;left:879.49005126953px;height:142px;font-style:normal;text-align:left;text-align-last:left;display:block; }#WnHXQ0L8NpgLy543WTcmZ3Ks6o2WTMO8 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#WnHXQ0L8NpgLy543WTcmZ3Ks6o2WTMO8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
#PnOXBvn8BCSXCPRLlJ3uyTlELJJ44szD { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #ff853c, #ff5400);background-image: -moz-linear-gradient(270deg, #ff853c, #ff5400);background-image: -ms-linear-gradient(270deg, #ff853c, #ff5400);background-image: -o-linear-gradient(270deg, #ff853c, #ff5400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff853c', endColorstr='#ff5400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff853c', endColorstr='#ff5400' );";background-image: linear-gradient(270deg, #ff853c, #ff5400);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:howdybun;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:51px;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:817px;left:81px;display:block; }
#KvWghk5qL2wlSPLEW2rJpXW9RXilIviH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WdMJTEICW1phCdxrXvhW0mKbGtDINDMl { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #ff853c, #ff5400);background-image: -moz-linear-gradient(270deg, #ff853c, #ff5400);background-image: -ms-linear-gradient(270deg, #ff853c, #ff5400);background-image: -o-linear-gradient(270deg, #ff853c, #ff5400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff853c', endColorstr='#ff5400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff853c', endColorstr='#ff5400' );";background-image: linear-gradient(270deg, #ff853c, #ff5400);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:howdybun;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:51px;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:817px;left:489px;display:block; }
#T5BaTbxhJT4y8Li56JfSkoDoZATAKxrQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TopweGKEd3PIn8PQsBIIW3mBT4LQoTzW { box-sizing:content-box;height:343px;width:378px;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6c0d87ae-6f07-44c0-9e8c-5a44bee1c1ad/PHOTO20220913150043.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:244px;left:407px;border-top-right-radius:50px;border-bottom-right-radius:0;border-bottom-left-radius:50px;border-top-left-radius:0;border-top:5px solid #ff853c;border-left:5px solid #ff853c;border-right:5px solid #ff853c;border-bottom:5px solid #ff853c;display:block; }#TopweGKEd3PIn8PQsBIIW3mBT4LQoTzW.adaptive-delivery-prevent-bg, #TopweGKEd3PIn8PQsBIIW3mBT4LQoTzW.lazyload, #TopweGKEd3PIn8PQsBIIW3mBT4LQoTzW.lazyloading { background-image: none; }
#PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6 { box-sizing:content-box;height:343px;width:378px;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/655f484b-98ed-4d4e-970e-cd8080091d57/CapturadeTela20230829as085130.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:244px;left:0px;border-top-right-radius:50px;border-bottom-right-radius:0;border-bottom-left-radius:50px;border-top-left-radius:0;border-top:5px solid #ff853c;border-left:5px solid #ff853c;border-right:5px solid #ff853c;border-bottom:5px solid #ff853c;display:block; }#PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6.adaptive-delivery-prevent-bg, #PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6.lazyload, #PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6.lazyloading { background-image: none; }
#yslr4xZeQsqwkRqbEKIFbrBc4EhxOlV2 { color:#000000;display:block;width:350px;position:absolute;font-family:howdybun;font-size:25px;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:919px;left:832px;height:27.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XUae2iGlxETU8DlmfBoecExe895vNTIu { color:#000000;display:block;width:350px;position:absolute;font-family:howdybun;font-size:25px;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:920px;left:425px;height:27.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wLyrPEwnOa1ULTw1dvBcMZX2H7OKuwBT { color:#ffffff;display:block;width:246px;position:absolute;font-family:rubik;font-size:15px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:962px;left:477px;height:117.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }#wLyrPEwnOa1ULTw1dvBcMZX2H7OKuwBT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#wLyrPEwnOa1ULTw1dvBcMZX2H7OKuwBT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ae783d19ed1867e5be5076fa980ce3b267d03ab3.svg); }
#hEDP5kiIl4cfR9039MJtyTosbOScfegk { color:#000000;display:block;width:350px;position:absolute;font-family:howdybun;font-size:25px;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:920px;left:17px;height:27.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#by6TlO85UiKHFZVRA1Dgv4KGFZ0ZmEOH { color:#ffffff;display:block;width:246px;position:absolute;font-family:rubik;font-size:15px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:962px;left:69px;height:117.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }#by6TlO85UiKHFZVRA1Dgv4KGFZ0ZmEOH li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#by6TlO85UiKHFZVRA1Dgv4KGFZ0ZmEOH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ae783d19ed1867e5be5076fa980ce3b267d03ab3.svg); }
#qldELen7poDtT645BxBMhoG5PDFb8bXU { 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:51px;width:220px;top:816.99996948242px;left:896.99005126953px;overflow:hidden;display:block; }
#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym { 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; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container { background-color: transparent; background-image: none; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container > .video-iframe-container { display: none; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row > .video-iframe-container { display: none; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .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); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container { border-width: 0; border-radius: 0; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container { font-size:14px;font-family:arial;height:1292px;width:1200px;position:relative;display:block; }#t0mcBo1lL7Zmy3OzkSbQLCGbMUHyqIOz { 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:35px;width:310px;display:none; }
#qNMTSAgLcZ3yd1ZEkxloBVuTI6WpgcD3 { position:absolute;display:block;z-index:15020;height:1051px;width:1154px;top:49.5px;left:22.990051269531px;display:block; }
#rnor1HFXWKohdVfCdPOA4Dmz52JGM9CA { box-sizing:content-box;height:1218px;width:1200px;position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:24px;left:0px;display:block; }
#CylepifRGMmVTdNki5sCekukVGAAs5Ss { 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; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row .container { background-color: transparent; background-image: none; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row .container > .video-iframe-container { display: none; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row > .video-iframe-container { display: none; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .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); }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row .container { border-width: 0; border-radius: 0; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row .container { font-size:14px;font-family:arial;height:798px;width:1200px;position:relative;display:block; }#hQfFKsEWkR12D56mkpodL38spnOKWnpc { position:absolute;display:block;z-index:15013;height:541px;width:1154px;top:200px;left:23px;display:block; }
#lvoaeNGu65Bb2itnAbfqcNBhk899lKCm { position:absolute;display:block;z-index:15008;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:598px;width:1200px;top:171px;left:0px;display:block; }
#IyZRfP8UQR63TGC5TychNh8gGloGrud3 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:howdybun;font-size:58px;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:87.989959716797px;left:0px;height:58px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yPZokv3d7zNToGgQdSBTSseaual3mi0O { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #ff853c, #ff5400);background-image: -moz-linear-gradient(270deg, #ff853c, #ff5400);background-image: -ms-linear-gradient(270deg, #ff853c, #ff5400);background-image: -o-linear-gradient(270deg, #ff853c, #ff5400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff853c', endColorstr='#ff5400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff853c', endColorstr='#ff5400' );";background-image: linear-gradient(270deg, #ff853c, #ff5400);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:howdybun;font-size:19px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:345px;height:79px;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:717px;left:427.49005126953px;display:block; }
#oRkKs3Da9Md2TKfATlv1g79JUAGV3rbg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mgZwrvoFJ368ST4aDdz6B78deEkIb3B2 { position:absolute;display:block;z-index:15013;height:541px;width:1154px;top:200px;left:23px;display:none; }
#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue { 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; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { background-color: transparent; background-image: none; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container > .video-iframe-container { display: none; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row > .video-iframe-container { display: none; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .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); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { border-width: 0; border-radius: 0; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { font-size:14px;font-family:arial;height:358px;width:1200px;position:relative;display:block; }#KZNxLkI5mn84vS5cpVToTiHyCo8cpTd8 { position:absolute;display:block;z-index:15050;height:379px;width:750px;top:41.140014648438px;left:25px;display:none; }
#PfZsgHQ8EwJ4PPC2DD0JtoLUWFZVusq9 { position:absolute;display:block;z-index:15018;height:189px;width:1200px;top:46px;left:0px;display:block; }
#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5e1;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; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { background-color: transparent; background-image: none; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container > .video-iframe-container { display: none; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row > .video-iframe-container { display: none; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .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); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { border-width: 0; border-radius: 0; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { font-size:14px;font-family:arial;height:556px;width:1200px;position:relative;display:block; }#ILhCbyz909T0JdD3sE346U9KLIqEceWT { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:460px;width:1200px;top:48px;left:0px;display:block; }
#fMSOwiXZHqL2PFlneUsMcS9hdlA2owBt { color:#36c4b2;display:block;width:294px;position:absolute;font-family:azosans;font-size:16px;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:257.03997802734px;left:842.99005126953px;height:89.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dfusH0Voo0gyiHIoQ9LbV07UntW57nAv { color:#4f4f4f;display:block;width:312px;position:absolute;font-family:azosans;font-size:16px;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:99px;left:843.00006103516px;height:134.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STNycFX2VbVcMcS4u0AE1LNPSpOl8mkr { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:261.02001953125px;left:812.99005126953px; }
#M33NKMwVd4GtegFbip1SEyKeBgRHZkXD { box-sizing:content-box;color:#5d92ff;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;top:99px;left:809.00006103516px; }
#FkRyXVPiXkRlck70RzghWXRgOuNclI2d { position:absolute;display:block;z-index:15050;height:379px;width:750px;top:89px;left:25px;display:block; }
#f7wQHOSFVOIKOShA3AJzPxhUOuv4Po7t { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:377px;left:814.00006103516px; }
#tf8RaSUgE0za2x7NEn6CpKMceTy3Thqx { color:#36c4b2;display:block;width:254px;position:absolute;font-family:azosans;font-size:16px;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:369px;left:844.00006103516px;height:44.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b99c1wlPFBnBs0qJZiRiLNiL8fG2vqxi { position:absolute;display:block;z-index:15050;height:379px;width:750px;top:41.140014648438px;left:25px;display:none; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ { box-sizing:content-box;color:#5d92ff;font-size:19px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:431.64001464844px;left:813.71005126953px; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ > img { max-width: 100%;max-height:100%; width:22px; height:22px; }#SWEDwp3AMiQZwMDeeaSvVyhlxKIiuxcu { color:#36c4b2;display:block;width:277px;position:absolute;font-family:azosans;font-size:16px;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:429.83001708984px;left:842.98004150391px;height:25.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { 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; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { background-color: transparent; background-image: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container > .video-iframe-container { display: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container { display: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .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); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { border-width: 0; border-radius: 0; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { font-size:14px;font-family:arial;height:56px;width:1200px;position:relative;display:block; }#uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { color:#4f4f4f;display:block;width:1200px;position:absolute;font-family:rubik;font-size:16px;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:16.800048828125px;left:0px;height:20.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { position:relative;display:none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { border-width: 0; border-radius: 0; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uP0BLS4LQ7zWEqOCtr7mmFFShZt3N4zg { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #ff853c, #ff5400);background-image: -moz-linear-gradient(270deg, #ff853c, #ff5400);background-image: -ms-linear-gradient(270deg, #ff853c, #ff5400);background-image: -o-linear-gradient(270deg, #ff853c, #ff5400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff853c', endColorstr='#ff5400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff853c', endColorstr='#ff5400' );";background-image: linear-gradient(270deg, #ff853c, #ff5400);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:howdybun;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:51px;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:817px;left:489px;display:none; }
#CEJtpX3AX1CLvWZXuNGv08TrA1ThwDht { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lmWTWiEebwiTqZwTObss8ovDK1J1aMax { display:block; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hv5PMEexuMmuPfuNTN5Dd2XLhH69OBCL { width:295px;height:53px;top:20px;left:469px;display:block; }
 }@media only screen and (max-width: 763px) { #PHR4BU8ZK9pde41yN19MEHGt6JGdfvAy { display:block; }
 }@media only screen and (max-width: 763px) { #mF7WyoObTqdEK9OJ7eO9oTXRaa24nsIN { width:147px;height:16px;top:38px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Tf15ncba9qUipAM2GXQyrcu7rdNFvaKL { width:117px;height:16px;top:38px;left:108px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KNlZONB8QWXC6l0roPq8AuU9S6DU2mNq { width:131px;height:16px;top:38px;left:225px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #vmw7o1Qv4lDECWxeVmLzbgID9hoL29ZA { width:131px;height:16px;top:38px;left:487px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JO9Lm8NgbWIz3bdNkO7OfqKvnJZoTCNf { width:96px;height:77px;top:5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hIWqP64J82Zvmtzl9hPcXl73kLwyfPp3 { width:131px;height:16px;top:38px;left:356px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tL9KLTZRZtDoAJaPlT2Bapi4EAVybkna { width:345px;height:79px;top:777px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #B5UaULrXtEKzb02lk5SpGettgDWUHH9C { display:block; }
 }@media only screen and (max-width: 763px) { #kCwuii8Gy8QWc8QsyHndmqJlOcxlCrbb { width:627px;height:145px;top:201px;left:0px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #nTWU6pXa5N5undnZwHluwyT1eRoiUlK9 { width:618px;height:83px;top:357px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #u1pU6xH2TJTBUzy2QGyk4z4cB8Cacge3 { width:345px;height:37px;top:870px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #mFF7XGZVSS47EMkidkSEXGWz4gaReviI { width:618px;height:250px;top:484px;left:0px;font-size:13px;display:block; }#mFF7XGZVSS47EMkidkSEXGWz4gaReviI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #hSrDHtv5xha9AQAOApJylma8wRNA1cbW { width:235px;height:;top:343px;left:0px;font-size:16px;display:none; }#hSrDHtv5xha9AQAOApJylma8wRNA1cbW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e1cd629352a48299efff19db33ddcaa07e7fa61.svg); }
 }@media only screen and (max-width: 763px) { #xsLHrHFFTNveClGTmRSrXN4OU9ex7CFM { top:291px;left:0px;width:320px;height:79px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #TQtx956ghEywAkuP10QOUq9abZTAOSi0 { width:450px;height:802px;top:135px;left:314px;display:block; }
 }@media only screen and (max-width: 763px) { #tgrJy5lzmAtC9i5ATIqxmN79NSaAJ6VV { width:474px;height:831px;top:121px;left:290px;display:block; }
 }@media only screen and (max-width: 763px) { #WykEzTG3P48eBRnab5RzprRvehbwhpgA { display:block; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVZ8yyWIXMBsqtSQK4Vs3t2uxI9hDZnq { top:124px;left:0px;width:764px;height:58px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #MnyOMuluJ9gPGreuBVnPU9v0MWU34Aqz { width:310px;height:35px;display:none; }
 }@media only screen and (max-width: 763px) { #pIKzstVmlNJBdRBC6aQsPhVLC3LOIa9f { width:764px;height:25px;top:182px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ckNhIpxJ68TG20hxplozPCAiHdosO20z { width:350px;height:44px;top:623px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Pm1HpZCugsx9TUxO48u8ZXUHD9cf8c6t { width:350px;height:44px;top:623px;left:207px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #EM91NVdMO8LmZ6tJv0XBAulWXgbaKnev { width:350px;height:44px;top:623px;left:414px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #oGMPwALp2ZCs3FbaVTNOLS5T7JXt5hTq { width:386px;height:587px;top:533px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #u07riVshJub46dvOdrc1mb3OMbrcGWqV { width:386px;height:587px;top:533px;left:189px;display:block; }
 }@media only screen and (max-width: 763px) { #sgx26kmdkJMIP1y23q1kkk1nOpM6KBmR { width:386px;height:587px;top:533px;left:378px;display:block; }
 }@media only screen and (max-width: 763px) { #nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T { width:378px;height:343px;top:244px;left:376px;display:block; }
 }@media only screen and (max-width: 763px) { #gn87NGuOJ1K0XyQveTodhLKqUzmKDGEX { width:237px;height:93px;top:677px;left:0px;font-size:15px;display:block; }#gn87NGuOJ1K0XyQveTodhLKqUzmKDGEX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #MWh8CoUJTdTxoySttzmbtwdnq1zdG9Ph { width:292px;height:118px;top:677px;left:234.00006103516px;font-size:15px;display:block; }#MWh8CoUJTdTxoySttzmbtwdnq1zdG9Ph li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 { width:283px;height:118px;top:677px;left:473px;font-size:15px;display:block; }#JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #WnHXQ0L8NpgLy543WTcmZ3Ks6o2WTMO8 { width:276px;height:142px;top:961px;left:488px;font-size:15px;display:block; }#WnHXQ0L8NpgLy543WTcmZ3Ks6o2WTMO8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
 }@media only screen and (max-width: 763px) { #PnOXBvn8BCSXCPRLlJ3uyTlELJJ44szD { width:222px;height:51px;top:817px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KvWghk5qL2wlSPLEW2rJpXW9RXilIviH { display:block; }
 }@media only screen and (max-width: 763px) { #WdMJTEICW1phCdxrXvhW0mKbGtDINDMl { width:222px;height:51px;top:817px;left:271px;display:block; }
 }@media only screen and (max-width: 763px) { #T5BaTbxhJT4y8Li56JfSkoDoZATAKxrQ { display:block; }
 }@media only screen and (max-width: 763px) { #TopweGKEd3PIn8PQsBIIW3mBT4LQoTzW { width:378px;height:343px;top:244px;left:189px;display:block; }
 }@media only screen and (max-width: 763px) { #PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6 { width:378px;height:343px;top:244px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yslr4xZeQsqwkRqbEKIFbrBc4EhxOlV2 { width:350px;height:27px;top:919px;left:414px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #XUae2iGlxETU8DlmfBoecExe895vNTIu { width:350px;height:27px;top:920px;left:207px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #wLyrPEwnOa1ULTw1dvBcMZX2H7OKuwBT { width:246px;height:117px;top:962px;left:259px;font-size:15px;display:block; }#wLyrPEwnOa1ULTw1dvBcMZX2H7OKuwBT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ae783d19ed1867e5be5076fa980ce3b267d03ab3.svg); }
 }@media only screen and (max-width: 763px) { #hEDP5kiIl4cfR9039MJtyTosbOScfegk { width:350px;height:27px;top:920px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #by6TlO85UiKHFZVRA1Dgv4KGFZ0ZmEOH { width:246px;height:117px;top:962px;left:0px;font-size:15px;display:block; }#by6TlO85UiKHFZVRA1Dgv4KGFZ0ZmEOH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ae783d19ed1867e5be5076fa980ce3b267d03ab3.svg); }
 }@media only screen and (max-width: 763px) { #qldELen7poDtT645BxBMhoG5PDFb8bXU { width:220px;height:51px;top:816px;left:544px;display:block; }
 }@media only screen and (max-width: 763px) { #KTilsvdcGotTts7PlaCVzkpqceqVZ2ym { display:block; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0mcBo1lL7Zmy3OzkSbQLCGbMUHyqIOz { width:310px;height:35px;display:none; }
 }@media only screen and (max-width: 763px) { #qNMTSAgLcZ3yd1ZEkxloBVuTI6WpgcD3 { width:764px;height:1051px;top:49px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rnor1HFXWKohdVfCdPOA4Dmz52JGM9CA { width:764px;height:1218px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CylepifRGMmVTdNki5sCekukVGAAs5Ss { display:block; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQfFKsEWkR12D56mkpodL38spnOKWnpc { width:764px;height:541px;top:200px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lvoaeNGu65Bb2itnAbfqcNBhk899lKCm { width:764px;height:598px;top:171px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IyZRfP8UQR63TGC5TychNh8gGloGrud3 { top:87px;left:0px;width:764px;height:58px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #yPZokv3d7zNToGgQdSBTSseaual3mi0O { width:345px;height:79px;top:717px;left:209.49005126953px;display:block; }
 }@media only screen and (max-width: 763px) { #oRkKs3Da9Md2TKfATlv1g79JUAGV3rbg { display:block; }
 }@media only screen and (max-width: 763px) { #mgZwrvoFJ368ST4aDdz6B78deEkIb3B2 { width:764px;height:541px;top:200px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue { display:block; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZNxLkI5mn84vS5cpVToTiHyCo8cpTd8 { width:750px;height:379px;top:41px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #PfZsgHQ8EwJ4PPC2DD0JtoLUWFZVusq9 { width:764px;height:189px;top:46px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC { display:block; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILhCbyz909T0JdD3sE346U9KLIqEceWT { width:764px;height:460px;top:48px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fMSOwiXZHqL2PFlneUsMcS9hdlA2owBt { width:294px;height:89px;top:257px;left:470px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dfusH0Voo0gyiHIoQ9LbV07UntW57nAv { width:312px;height:134px;top:99px;left:452px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #STNycFX2VbVcMcS4u0AE1LNPSpOl8mkr { width:20px;height:20px;top:261px;left:594.99005126953px;display:block; }
 }@media only screen and (max-width: 763px) { #M33NKMwVd4GtegFbip1SEyKeBgRHZkXD { width:28px;height:28px;top:99px;left:591.00006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #FkRyXVPiXkRlck70RzghWXRgOuNclI2d { width:750px;height:379px;top:89px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #f7wQHOSFVOIKOShA3AJzPxhUOuv4Po7t { width:20px;height:20px;top:377px;left:596.00006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #tf8RaSUgE0za2x7NEn6CpKMceTy3Thqx { width:254px;height:45px;top:369px;left:431px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b99c1wlPFBnBs0qJZiRiLNiL8fG2vqxi { width:750px;height:379px;top:41px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ { width:22px;height:22px;top:431px;left:595.71005126953px;display:block; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ > img { max-width: 100%;max-height:100%; width:22px; height:22px; } }@media only screen and (max-width: 763px) { #SWEDwp3AMiQZwMDeeaSvVyhlxKIiuxcu { width:277px;height:25px;top:429px;left:487px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { display:block; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { width:764px;height:20px;top:16px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { display:none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uP0BLS4LQ7zWEqOCtr7mmFFShZt3N4zg { width:222px;height:51px;top:817px;left:271px;display:none; }
 }@media only screen and (max-width: 763px) { #CEJtpX3AX1CLvWZXuNGv08TrA1ThwDht { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lmWTWiEebwiTqZwTObss8ovDK1J1aMax { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { background-color: transparent; background-image: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .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); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { border-width: 0; border-radius: 0; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { width:320px;height:102px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hv5PMEexuMmuPfuNTN5Dd2XLhH69OBCL { width:250px;height:55px;top:77px;left:35px;display:none; }
 }@media only screen and (max-width: 763px) { #PHR4BU8ZK9pde41yN19MEHGt6JGdfvAy { display:block; }
 }@media only screen and (max-width: 763px) { #mF7WyoObTqdEK9OJ7eO9oTXRaa24nsIN { width:100px;height:0;top:152px;left:110px;text-align:center;text-align-last:center;font-size:15px;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Tf15ncba9qUipAM2GXQyrcu7rdNFvaKL { width:100px;height:0;top:188.5px;left:110px;text-align:center;text-align-last:center;font-size:15px;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #KNlZONB8QWXC6l0roPq8AuU9S6DU2mNq { width:131px;height:0;top:225px;left:94px;text-align:center;text-align-last:center;font-size:15px;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #vmw7o1Qv4lDECWxeVmLzbgID9hoL29ZA { width:131px;height:0;top:298px;left:94px;text-align:center;text-align-last:center;font-size:15px;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #JO9Lm8NgbWIz3bdNkO7OfqKvnJZoTCNf { width:96px;height:77px;top:10px;left:111.99999427795px;display:block; }
 }@media only screen and (max-width: 763px) { #hIWqP64J82Zvmtzl9hPcXl73kLwyfPp3 { width:131px;height:auto;top:38px;left:94px;text-align:center;text-align-last:center;font-size:15px;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { background-color:rgba(255,255,255,0.9);background-image:url("https://images.assets-landingi.com/uc/3afbbb47-b143-4557-b3dc-88eaada57c34/1234567689.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.adaptive-delivery-prevent-bg, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyload, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyloading { background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { background-color: transparent; background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:320px;height:1159px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tL9KLTZRZtDoAJaPlT2Bapi4EAVybkna { width:320px;height:79px;top:506.99002075195px;left:0px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #B5UaULrXtEKzb02lk5SpGettgDWUHH9C { display:block; }
 }@media only screen and (max-width: 763px) { #kCwuii8Gy8QWc8QsyHndmqJlOcxlCrbb { width:320px;height:151.8px;top:29px;left:0px;text-align:center;text-align-last:center;font-size:46px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nTWU6pXa5N5undnZwHluwyT1eRoiUlK9 { width:288px;height:75.9px;top:191px;left:16px;text-align:center;text-align-last:center;font-size:23px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u1pU6xH2TJTBUzy2QGyk4z4cB8Cacge3 { width:320px;height:0;top:273.83999633789px;left:0px;text-align:center;text-align-last:center;font-size:22px;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #mFF7XGZVSS47EMkidkSEXGWz4gaReviI { width:320px;height:0;top:310px;left:0px;text-align:left;text-align-last:left;font-size:13px;line-height:1.1;display:none; }#mFF7XGZVSS47EMkidkSEXGWz4gaReviI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #hSrDHtv5xha9AQAOApJylma8wRNA1cbW { width:235px;height:140.2px;top:338px;left:42px;text-align:left;text-align-last:left;font-size:16px;line-height:1.2;z-index:15007;display:block; }#hSrDHtv5xha9AQAOApJylma8wRNA1cbW li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#hSrDHtv5xha9AQAOApJylma8wRNA1cbW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e1cd629352a48299efff19db33ddcaa07e7fa61.svg); }
 }@media only screen and (max-width: 763px) { #xsLHrHFFTNveClGTmRSrXN4OU9ex7CFM { width:320px;height:27.5px;top:302px;left:0px;font-size:25px;text-align:center;text-align-last:center;line-height:1.1;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #TQtx956ghEywAkuP10QOUq9abZTAOSi0 { width:320px;height:570.31111111111px;top:510.19999694824px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tgrJy5lzmAtC9i5ATIqxmN79NSaAJ6VV { width:320px;height:831px;top:498.2px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #WykEzTG3P48eBRnab5RzprRvehbwhpgA { background-color:rgba(255,255,255,0.9);background-image:none;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { background-color: transparent; background-image: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container > .video-iframe-container { display: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container { display: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .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); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { width:320px;height:1993px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVZ8yyWIXMBsqtSQK4Vs3t2uxI9hDZnq { width:320px;height:79.2px;top:57px;left:0px;font-size:36px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MnyOMuluJ9gPGreuBVnPU9v0MWU34Aqz { top:1611.796875px;left:10px;width:310px;height:35px;z-index:15077;overflow:hidden;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:none; }
 }@media only screen and (max-width: 763px) { #pIKzstVmlNJBdRBC6aQsPhVLC3LOIa9f { width:286px;height:0;top:161px;left:17px;text-align:center;text-align-last:center;font-size:18px;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #ckNhIpxJ68TG20hxplozPCAiHdosO20z { width:320px;height:33px;top:393px;left:0px;text-align:center;text-align-last:center;font-size:30px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Pm1HpZCugsx9TUxO48u8ZXUHD9cf8c6t { width:320px;height:33px;top:884px;left:0px;text-align:center;text-align-last:center;font-size:30px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EM91NVdMO8LmZ6tJv0XBAulWXgbaKnev { width:320px;height:33px;top:1560px;left:0px;text-align:center;text-align-last:center;font-size:30px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oGMPwALp2ZCs3FbaVTNOLS5T7JXt5hTq { width:320px;height:481px;top:163px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #u07riVshJub46dvOdrc1mb3OMbrcGWqV { width:320px;height:416px;top:742px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sgx26kmdkJMIP1y23q1kkk1nOpM6KBmR { width:320px;height:513px;top:1424.9999084473px;left:0px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T { width:310px;height:343px;top:1178px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #gn87NGuOJ1K0XyQveTodhLKqUzmKDGEX { width:237px;height:81px;top:446px;left:41px;text-align:left;text-align-last:left;font-size:15px;line-height:1.1;display:block; }#gn87NGuOJ1K0XyQveTodhLKqUzmKDGEX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #MWh8CoUJTdTxoySttzmbtwdnq1zdG9Ph { width:292px;height:102.5px;top:937px;left:14px;text-align:left;text-align-last:left;font-size:15px;line-height:1.1;display:block; }#MWh8CoUJTdTxoySttzmbtwdnq1zdG9Ph li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 { width:282px;height:102.5px;top:1603.9999237061px;left:21.489999771118px;text-align:left;text-align-last:left;font-size:15px;line-height:1.1;display:block; }#JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #WnHXQ0L8NpgLy543WTcmZ3Ks6o2WTMO8 { width:275px;height:124px;top:1796.9999389648px;left:22.489999771118px;text-align:left;text-align-last:left;font-size:15px;line-height:1.1;display:block; }#WnHXQ0L8NpgLy543WTcmZ3Ks6o2WTMO8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
 }@media only screen and (max-width: 763px) { #PnOXBvn8BCSXCPRLlJ3uyTlELJJ44szD { width:222px;height:51px;top:553px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #KvWghk5qL2wlSPLEW2rJpXW9RXilIviH { display:block; }
 }@media only screen and (max-width: 763px) { #WdMJTEICW1phCdxrXvhW0mKbGtDINDMl { width:222px;height:51px;top:1071.9899597168px;left:48.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #T5BaTbxhJT4y8Li56JfSkoDoZATAKxrQ { display:block; }
 }@media only screen and (max-width: 763px) { #TopweGKEd3PIn8PQsBIIW3mBT4LQoTzW { width:311px;height:180px;top:665px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6 { width:311px;height:180px;top:161px;left:0px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/655f484b-98ed-4d4e-970e-cd8080091d57/CapturadeTela20230829as085130.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6.adaptive-delivery-prevent-bg, #PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6.lazyload, #PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yslr4xZeQsqwkRqbEKIFbrBc4EhxOlV2 { width:320px;height:auto;top:919px;left:0px;text-align:left;text-align-last:left;font-size:25px;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #XUae2iGlxETU8DlmfBoecExe895vNTIu { width:320px;height:auto;top:920px;left:0px;text-align:left;text-align-last:left;font-size:25px;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #wLyrPEwnOa1ULTw1dvBcMZX2H7OKuwBT { width:246px;height:0;top:1439px;left:17px;text-align:left;text-align-last:left;font-size:15px;line-height:1.1;display:none; }#wLyrPEwnOa1ULTw1dvBcMZX2H7OKuwBT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ae783d19ed1867e5be5076fa980ce3b267d03ab3.svg); }
 }@media only screen and (max-width: 763px) { #hEDP5kiIl4cfR9039MJtyTosbOScfegk { width:320px;height:auto;top:920px;left:0px;text-align:left;text-align-last:left;font-size:25px;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #by6TlO85UiKHFZVRA1Dgv4KGFZ0ZmEOH { width:246px;height:0;top:785.99996948242px;left:36.989999771118px;text-align:left;text-align-last:left;font-size:15px;line-height:1.1;display:none; }#by6TlO85UiKHFZVRA1Dgv4KGFZ0ZmEOH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ae783d19ed1867e5be5076fa980ce3b267d03ab3.svg); }
 }@media only screen and (max-width: 763px) { #qldELen7poDtT645BxBMhoG5PDFb8bXU { width:220px;height:51px;top:1726.9899902344px;left:50.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #KTilsvdcGotTts7PlaCVzkpqceqVZ2ym { background-color:rgba(255,255,255,0.9);background-image:none;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container { background-color: transparent; background-image: none; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container > .video-iframe-container { display: none; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row > .video-iframe-container { display: none; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .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); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container { width:320px;height:776px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0mcBo1lL7Zmy3OzkSbQLCGbMUHyqIOz { top:1611.796875px;left:10px;width:310px;height:35px;z-index:15077;overflow:hidden;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:none; }
 }@media only screen and (max-width: 763px) { #qNMTSAgLcZ3yd1ZEkxloBVuTI6WpgcD3 { width:320px;height:655px;top:19.889892578125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rnor1HFXWKohdVfCdPOA4Dmz52JGM9CA { width:320px;height:1203px;top:1067.4px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #CylepifRGMmVTdNki5sCekukVGAAs5Ss { display:block; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row .container { width:320px;height:11px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQfFKsEWkR12D56mkpodL38spnOKWnpc { width:320px;height:541px;top:1417.4px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #lvoaeNGu65Bb2itnAbfqcNBhk899lKCm { width:320px;height:478px;top:153px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #IyZRfP8UQR63TGC5TychNh8gGloGrud3 { width:312px;height:0;top:62px;left:4px;font-size:32px;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #yPZokv3d7zNToGgQdSBTSseaual3mi0O { width:304px;height:79px;top:1934.4px;left:16px;display:none; }
 }@media only screen and (max-width: 763px) { #oRkKs3Da9Md2TKfATlv1g79JUAGV3rbg { display:block; }
 }@media only screen and (max-width: 763px) { #mgZwrvoFJ368ST4aDdz6B78deEkIb3B2 { width:300px;height:450px;top:168px;left:10px;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue { display:block; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { width:320px;height:707px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZNxLkI5mn84vS5cpVToTiHyCo8cpTd8 { width:320px;height:320px;top:460px;left:0px;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #PfZsgHQ8EwJ4PPC2DD0JtoLUWFZVusq9 { width:320px;height:327px;top:6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC { display:block; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { width:320px;height:862px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILhCbyz909T0JdD3sE346U9KLIqEceWT { width:320px;height:613px;top:41.97998046875px;left:0px;box-shadow: 0 0 3px rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #fMSOwiXZHqL2PFlneUsMcS9hdlA2owBt { width:262px;height:84px;top:82px;left:40.999998092651px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dfusH0Voo0gyiHIoQ9LbV07UntW57nAv { width:264px;height:147px;top:190px;left:39.999998092651px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #STNycFX2VbVcMcS4u0AE1LNPSpOl8mkr { width:20px;height:20px;top:112px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #M33NKMwVd4GtegFbip1SEyKeBgRHZkXD { width:25px;height:25px;top:220px;left:12px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #FkRyXVPiXkRlck70RzghWXRgOuNclI2d { width:320px;height:379px;top:1083px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #f7wQHOSFVOIKOShA3AJzPxhUOuv4Po7t { width:20px;height:20px;top:390px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tf8RaSUgE0za2x7NEn6CpKMceTy3Thqx { width:262px;height:44.8px;top:360px;left:37.989999771118px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b99c1wlPFBnBs0qJZiRiLNiL8fG2vqxi { width:320px;height:320px;top:475px;left:0px;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ { display:flex;width:23px;height:23px;top:423px;left:16px; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ > img { max-width: 100%;max-height:100%; width:23px; height:23px; } }@media only screen and (max-width: 763px) { #SWEDwp3AMiQZwMDeeaSvVyhlxKIiuxcu { width:208px;height:25.6px;top:422px;left:40.999998092651px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { display:block; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { width:320px;height:119px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { width:320px;height:14.3px;top:13.829956054688px;left:0px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { background-color: transparent; background-image: none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container > .video-iframe-container { display: none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row > .video-iframe-container { display: none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .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); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { border-width: 0; border-radius: 0; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uP0BLS4LQ7zWEqOCtr7mmFFShZt3N4zg { width:320px;height:68px;top:0px;left:0px;z-index:15046;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CEJtpX3AX1CLvWZXuNGv08TrA1ThwDht { display:block; }
 }