.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b612a6a3-dccc-4d36-9bd3-ac42712cea3d/6243f3199f.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2.adaptive-delivery-prevent-bg, #R3zQte9ObOITOOksGwhkp2kKu5gfcih2.lazyload, #R3zQte9ObOITOOksGwhkp2kKu5gfcih2.lazyloading { background-image: none; }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .row .container { background-color: transparent; background-image: none; }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .row .container > .video-iframe-container { display: none; }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .row > .video-iframe-container { display: none; }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .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); }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .row .container { border-width: 0; border-radius: 0; }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#vOTZc7CFSgDTXlus0ECqcH1qiL98fOpn { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:exo;font-size:3.4375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:13.4375rem;left:0rem;height:10.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HoqZbGXbT2NM8TMH2cqT3czTGs3PI3Qn { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:25.4375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZNrF5DCUJiOPThHT4qNpmkKiKKPKc4tP { background-color:#0dbe50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:4.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.125rem;left:0rem;display:block; }
#uJUSQ9X0cLZFsTWMgocB7zp819XCcTMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b88Ls3f9yFyI9Rp4u1Cp23TDg0hUPeoX { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5e058131-04d7-4432-9b76-64aaeb43ebc6/LOGODVA.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:5.4375rem;width:12.6875rem;top:2.25rem;left:1.875rem;display:block; }#b88Ls3f9yFyI9Rp4u1Cp23TDg0hUPeoX.adaptive-delivery-prevent-bg, #b88Ls3f9yFyI9Rp4u1Cp23TDg0hUPeoX.lazyload, #b88Ls3f9yFyI9Rp4u1Cp23TDg0hUPeoX.lazyloading { background-image: none; }
#hrWtihieI3V5ZMQH3CMzA92yOJzy9cQH { box-sizing:content-box;height:9.9375rem;width:16.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }
#FWJc5cWKAUx86dCqhDWXrm6Py9hVxTHJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:33.03125rem;left:1.125rem; }
#akSRIVWZ9APptsFteH47uy0hcDLd70M5 { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.15625rem;left:21.75rem;height:;display:block; }#akSRIVWZ9APptsFteH47uy0hcDLd70M5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#akSRIVWZ9APptsFteH47uy0hcDLd70M5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
#PbGyfQ3z8gLpvyT2fBQ5mHCeJafDyhnd { box-sizing:content-box;height:1.0625rem;width:29.3125rem;position:absolute;display:block;z-index:14998;background-color:#e3261b;background-image:none;top:19.3125rem;left:2.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vEFMkel1VPxeWIXTKPkWSZAkKx4RG3L8 { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:3.890625rem;left:53.625rem;height:1.40625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#vEFMkel1VPxeWIXTKPkWSZAkKx4RG3L8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vEFMkel1VPxeWIXTKPkWSZAkKx4RG3L8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bf7cc2034ef27468c97752fcd89ba81c63939f0.svg); }
#nkET4HHchlAEdVSnqTu8RTpzhWa4kobi { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:34.4375rem;left:21.75rem;height:;display:block; }#nkET4HHchlAEdVSnqTu8RTpzhWa4kobi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nkET4HHchlAEdVSnqTu8RTpzhWa4kobi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
#S6xwr5dLTPt7DeTtItrSHkrKNM5MF5Cg { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.671875rem;left:63.625rem;height:1.40625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#S6xwr5dLTPt7DeTtItrSHkrKNM5MF5Cg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S6xwr5dLTPt7DeTtItrSHkrKNM5MF5Cg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f6ce11dc380c53f05048f64890b083e731c64fbb.svg); }
#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX { position:relative;display:none; }#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX { border-width: 0; border-radius: 0; }#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX > .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; }#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AuVvAceeeEKDCbUdIr3FsOvZfJ1lFXHB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6d6de;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; }#AuVvAceeeEKDCbUdIr3FsOvZfJ1lFXHB > .row .container { background-color: transparent; background-image: none; }#AuVvAceeeEKDCbUdIr3FsOvZfJ1lFXHB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuVvAceeeEKDCbUdIr3FsOvZfJ1lFXHB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuVvAceeeEKDCbUdIr3FsOvZfJ1lFXHB > .row .container > .video-iframe-container { display: none; }#AuVvAceeeEKDCbUdIr3FsOvZfJ1lFXHB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuVvAceeeEKDCbUdIr3FsOvZfJ1lFXHB > .row > .video-iframe-container { display: none; }#AuVvAceeeEKDCbUdIr3FsOvZfJ1lFXHB > .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); }#AuVvAceeeEKDCbUdIr3FsOvZfJ1lFXHB > .row .container { border-width: 0; border-radius: 0; }#AuVvAceeeEKDCbUdIr3FsOvZfJ1lFXHB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AuVvAceeeEKDCbUdIr3FsOvZfJ1lFXHB > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#UohUcq0HOne9b8zlLv0KPSwagZXHgge5 { color:#121658;display:block;width:25.875rem;position:absolute;font-family:"fira sans";font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.3623046875rem;left:49.125rem;height:3.0869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PKnNfsBDU1WP2kcIxTw4ROSkpVkDa8rW { color:#121658;display:block;width:25.75rem;position:absolute;font-family:"fira sans";font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.056640625rem;left:0rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KKVV5QFP9oDarPrKl8x0Rw7zfkrrUXCC { box-sizing:content-box;height:8.75rem;width:22.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/15a719c3-0d87-42e2-bfb5-9cc0c783c6fb/download.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-3.375rem;left:25.125rem;display:block; }#KKVV5QFP9oDarPrKl8x0Rw7zfkrrUXCC.adaptive-delivery-prevent-bg, #KKVV5QFP9oDarPrKl8x0Rw7zfkrrUXCC.lazyload, #KKVV5QFP9oDarPrKl8x0Rw7zfkrrUXCC.lazyloading { background-image: none; }
#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3261b;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; }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .row .container { background-color: transparent; background-image: none; }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .row .container > .video-iframe-container { display: none; }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .row > .video-iframe-container { display: none; }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .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); }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .row .container { border-width: 0; border-radius: 0; }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#SvqSW5od0B0BOoOL6Kk2vCtxQ8KRsb68 { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.025390625rem;left:4rem;height:3.25rem;font-style:normal;display:block; }
#zzExHhtv2dcLPyQmdvw0zBVyR7Exvpah { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:1.53125rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#S9WFTpw7GEJ258PQKmZNFcQIvNK5M7SA { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2rem;left:22.3125rem;height:3.25rem;font-style:normal;display:block; }
#O7TFg4rCkHQ6QPI2tbxpW621qKIceqZK { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:1.5625rem;left:18.75rem;height:3.75rem;font-style:normal;display:block; }
#nSQGhhhGrHLfHAHthzSW5SBA626lko8W { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2rem;left:41.0625rem;height:3.25rem;font-style:normal;display:block; }
#vTqQDbpbekz5UNPEGfK4P5ncznJncWZ7 { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.5625rem;left:37.5rem;height:3.75rem;font-style:normal;display:block; }
#dOC2goem4eX8uFTmZIte4v0uJW8XiJy6 { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2rem;left:59.8125rem;height:3.25rem;font-style:normal;display:block; }
#eks1s8vbqT44pyeGmb949PTIDTqKD12b { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:1.5625rem;left:56.25rem;height:3.75rem;font-style:normal;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F6TcLgAPcDHy1ee1CBGX2IpTd4MSyotk { color:#121658;display:block;width:20.6875rem;position:absolute;font-family:exo;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:5.5rem;left:0rem;height:6.1875rem;font-style:normal;display:block; }
#trdS0eOI6ze85g6H3uK9yRlomM3RsyDE { color:#626262;display:block;width:26.0625rem;position:absolute;font-family:"fira sans";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:13.5rem;left:0rem;height:4.125rem;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; }
#eIoy1AaMNI14fi0fu1MxOoIusX6gSs4O { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid #25d366;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:4.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.4375rem;left:0rem;display:block; }
#KN7bC9PNxMzyLVz50zSnXmx7hfozNpIV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rxstIZiEXFn8rlVOQvWT6WymqxlTviFD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:20.375rem;left:1.125rem; }
#uvTZ5eTOHPhEeiXhgttVC4AiQ86NVpxp { box-sizing:content-box;height:9rem;width:19.625rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a33ac28c-4cf3-40b5-93ed-6a12a9987554/463006b081.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.5rem;left:31.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #e3261b;display:block; }#uvTZ5eTOHPhEeiXhgttVC4AiQ86NVpxp.adaptive-delivery-prevent-bg, #uvTZ5eTOHPhEeiXhgttVC4AiQ86NVpxp.lazyload, #uvTZ5eTOHPhEeiXhgttVC4AiQ86NVpxp.lazyloading { background-image: none; }
#pxBDOMfB7WvA3Su5PdiGEEKIh95TkZAE { color:#121658;display:block;width:18rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.0849609375rem;left:32.0625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t3IKbFfOMulReIx6JoOaVTxqi478mCNo { color:#121658;display:block;width:18.4375rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.0849609375rem;left:56.25rem;height:8.125rem;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; }
#cnEoERT5B8I2Iztm3Gpq9lvROb3ZEhhH { box-sizing:content-box;height:9rem;width:19.625rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4be05832-d69a-4c15-a25b-193df6216680/CapturadeTela20250821as152431.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.5rem;left:55.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #e3261b;display:block; }#cnEoERT5B8I2Iztm3Gpq9lvROb3ZEhhH.adaptive-delivery-prevent-bg, #cnEoERT5B8I2Iztm3Gpq9lvROb3ZEhhH.lazyload, #cnEoERT5B8I2Iztm3Gpq9lvROb3ZEhhH.lazyloading { background-image: none; }
#mnUB76NidtWVaUn4ZXyEk0gFMpcp8wEA { color:#121658;display:block;width:17.75rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:38rem;left:56.25rem;height:6.5rem;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; }
#E190KbQlWzNudS9IQLGuWUnX3M3S4NHZ { color:#121658;display:block;width:18rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:38rem;left:32.0625rem;height:6.5rem;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; }
#zdIL4tPATyhmAk1LVTt091aXtQrqNTGU { box-sizing:content-box;height:9rem;width:19.625rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2aa8e89d-e216-4c6b-bb82-98bd2e07865b/a8a8fb0b80.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.4375rem;left:31.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #e3261b;display:block; }#zdIL4tPATyhmAk1LVTt091aXtQrqNTGU.adaptive-delivery-prevent-bg, #zdIL4tPATyhmAk1LVTt091aXtQrqNTGU.lazyload, #zdIL4tPATyhmAk1LVTt091aXtQrqNTGU.lazyloading { background-image: none; }
#XfhVuoTrdSRsdhv4zSn7QVMsHzsPdE7h { box-sizing:content-box;height:9rem;width:19.625rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/feda582a-eb42-4691-86ad-9c24e2f0e8e8/d561c94a88.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.4375rem;left:55.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #e3261b;display:block; }#XfhVuoTrdSRsdhv4zSn7QVMsHzsPdE7h.adaptive-delivery-prevent-bg, #XfhVuoTrdSRsdhv4zSn7QVMsHzsPdE7h.lazyload, #XfhVuoTrdSRsdhv4zSn7QVMsHzsPdE7h.lazyloading { background-image: none; }
#O5i23eMPXgnaxH2swXZhPe1WzNxNNFQT { 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; }#O5i23eMPXgnaxH2swXZhPe1WzNxNNFQT > .row .container { background-color: transparent; background-image: none; }#O5i23eMPXgnaxH2swXZhPe1WzNxNNFQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5i23eMPXgnaxH2swXZhPe1WzNxNNFQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5i23eMPXgnaxH2swXZhPe1WzNxNNFQT > .row .container > .video-iframe-container { display: none; }#O5i23eMPXgnaxH2swXZhPe1WzNxNNFQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5i23eMPXgnaxH2swXZhPe1WzNxNNFQT > .row > .video-iframe-container { display: none; }#O5i23eMPXgnaxH2swXZhPe1WzNxNNFQT > .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); }#O5i23eMPXgnaxH2swXZhPe1WzNxNNFQT > .row .container { border-width: 0; border-radius: 0; }#O5i23eMPXgnaxH2swXZhPe1WzNxNNFQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5i23eMPXgnaxH2swXZhPe1WzNxNNFQT > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#krulVyFIK4PPTxTm5oDN7BSIVbMLo22B { box-sizing:content-box;height:28.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#xerypdcepVShWsIc4EzMPTR06Lr6WlMd { color:#121658;display:block;width:37.3125rem;position:absolute;font-family:"fira sans";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:2.125rem;left:32.1875rem;height:11.2480625rem;font-style:normal;display:block; }#xerypdcepVShWsIc4EzMPTR06Lr6WlMd li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#xerypdcepVShWsIc4EzMPTR06Lr6WlMd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
#xxctE5rUlK3AwWmkyrAdI8vQlQg5Uxsl { background-color:#18be56;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:4.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.8125rem;left:32.3125rem;display:block; }
#dWo22boAz3LlpBr8dCSw56Uumm0dfCaz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lSC3NbG3RQzdCBq98axz1aK5ZEsNt1Wh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:21.75rem;left:33.4375rem; }
#ksJFdtxhpW4EZLyHiei8fqr9Zuqb88qC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.75rem;width:22.3125rem;top:-4.4375rem;left:2.09375rem;overflow:hidden;display:block; }
#mbQpBPedKex8IzLPgXc1EpMWvphZMx41 { color:#e3261b;display:block;width:37.3125rem;position:absolute;font-family:"fira sans";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:15.25rem;left:32.3125rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wTntcnRSzF7SxMPebxIbCFLMsGtUqyOH { color:#121658;display:block;width:37.3125rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.349609375rem;left:32.3125rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BIJtwER1rnHu3KrO43dSvQSPk4XMqWVM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#BIJtwER1rnHu3KrO43dSvQSPk4XMqWVM > .row .container { background-color: transparent; background-image: none; }#BIJtwER1rnHu3KrO43dSvQSPk4XMqWVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIJtwER1rnHu3KrO43dSvQSPk4XMqWVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIJtwER1rnHu3KrO43dSvQSPk4XMqWVM > .row .container > .video-iframe-container { display: none; }#BIJtwER1rnHu3KrO43dSvQSPk4XMqWVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIJtwER1rnHu3KrO43dSvQSPk4XMqWVM > .row > .video-iframe-container { display: none; }#BIJtwER1rnHu3KrO43dSvQSPk4XMqWVM > .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); }#BIJtwER1rnHu3KrO43dSvQSPk4XMqWVM > .row .container { border-width: 0; border-radius: 0; }#BIJtwER1rnHu3KrO43dSvQSPk4XMqWVM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BIJtwER1rnHu3KrO43dSvQSPk4XMqWVM > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#WHgQxETTf0BolADHGumpE89Wc06H2Sf4 { color:#121658;display:block;width:23.125rem;position:absolute;font-family:"fira sans";font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:10rem;left:0.9375rem;height:5.84911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aOa5a8KfgQoLGPbBgd2ol7c6XFLaXbe4 { box-sizing:content-box;color:#25d366;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:4.9375rem;left:10rem;display:block; }
#kVsqU9AOxBhoTzw0ztlRUiBAoEoXoMve { color:#121658;display:block;width:20.25rem;position:absolute;font-family:"fira sans";font-size:1.625rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:10rem;left:27.375rem;height:5.84911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k7h1lXp9JIBb2L2ENnVDRFtryR3GRk5Z { box-sizing:content-box;color:#25d366;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:4.9375rem;left:35rem;display:block; }
#b3INluEwnmpIoSyFogGXE7ltJMC1xkmd { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:"fira sans";font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:10rem;left:52.375rem;height:5.84911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mPmKJLZBNoqdnloStOSp2FH2nVAp2Osf { box-sizing:content-box;color:#25d366;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:4.9375rem;left:60rem;display:block; }
#o1TWVmo0TIMxV0aVS67S7Io64qHKZeMK { box-sizing:content-box;height:22.4375rem;width:47.375rem;position:absolute;display:block;z-index:15010;background-color:#121658;background-image:none;top:0rem;left:50rem;display:block; }
#XDBZZZsdeM5akpoH0NvqcLcQzAAra89a { position:relative;display:block; }#XDBZZZsdeM5akpoH0NvqcLcQzAAra89a { background-color: transparent; background-image: none; }#XDBZZZsdeM5akpoH0NvqcLcQzAAra89a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDBZZZsdeM5akpoH0NvqcLcQzAAra89a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDBZZZsdeM5akpoH0NvqcLcQzAAra89a > .row .container > .video-iframe-container { display: none; }#XDBZZZsdeM5akpoH0NvqcLcQzAAra89a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDBZZZsdeM5akpoH0NvqcLcQzAAra89a > .row > .video-iframe-container { display: none; }#XDBZZZsdeM5akpoH0NvqcLcQzAAra89a > .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); }#XDBZZZsdeM5akpoH0NvqcLcQzAAra89a { border-width: 0; border-radius: 0; }#XDBZZZsdeM5akpoH0NvqcLcQzAAra89a > .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; }#XDBZZZsdeM5akpoH0NvqcLcQzAAra89a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b2BezAlL61BIB6RPNWTuco2yDhpqGrvk { color:#121658;display:block;width:50.3125rem;position:absolute;font-family:exo;font-size:3.4375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:8.3125rem;left:12.34375rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xk2O6tcGfNRAkP3VonRSXTanUbaKCBNl { position:relative;display:block; }#xk2O6tcGfNRAkP3VonRSXTanUbaKCBNl { background-color: transparent; background-image: none; }#xk2O6tcGfNRAkP3VonRSXTanUbaKCBNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk2O6tcGfNRAkP3VonRSXTanUbaKCBNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk2O6tcGfNRAkP3VonRSXTanUbaKCBNl > .row .container > .video-iframe-container { display: none; }#xk2O6tcGfNRAkP3VonRSXTanUbaKCBNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk2O6tcGfNRAkP3VonRSXTanUbaKCBNl > .row > .video-iframe-container { display: none; }#xk2O6tcGfNRAkP3VonRSXTanUbaKCBNl > .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); }#xk2O6tcGfNRAkP3VonRSXTanUbaKCBNl { border-width: 0; border-radius: 0; }#xk2O6tcGfNRAkP3VonRSXTanUbaKCBNl > .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; }#xk2O6tcGfNRAkP3VonRSXTanUbaKCBNl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bBsT0gokMbbl2Vo85xo34OBu4BXTGLNx { 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:8rem;width:23.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#U8FzkNWyognLVTtQTvHLfKOacoQT55vB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:23.25rem;top:0rem;left:25.875rem;overflow:hidden;display:block; }
#aX17Ck6QDFZhkkLtVPxq9OqsQHsTZE9o { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:23.6875rem;top:0rem;left:51.3125rem;overflow:hidden;display:block; }
#cXFUex2eLXECKRwwJrd6HJpyKFZfEIpT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:24.0625rem;top:10.0625rem;left:12.375rem;overflow:hidden;display:block; }
#AlTSZB1WGNXq7p6TE3lQRK1KlgkvkXop { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:23.375rem;top:10.875rem;left:39.25rem;overflow:hidden;display:block; }
#BUTiGQL2Zh8F43lH3tAGlKhzXlRbRq70 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e7ebf3);background-image: -moz-linear-gradient(180deg, #ffffff, #e7ebf3);background-image: -ms-linear-gradient(180deg, #ffffff, #e7ebf3);background-image: -o-linear-gradient(180deg, #ffffff, #e7ebf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ebf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ebf3' );";background-image: linear-gradient(180deg, #ffffff, #e7ebf3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BUTiGQL2Zh8F43lH3tAGlKhzXlRbRq70 > .row .container { background-color: transparent; background-image: none; }#BUTiGQL2Zh8F43lH3tAGlKhzXlRbRq70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUTiGQL2Zh8F43lH3tAGlKhzXlRbRq70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUTiGQL2Zh8F43lH3tAGlKhzXlRbRq70 > .row .container > .video-iframe-container { display: none; }#BUTiGQL2Zh8F43lH3tAGlKhzXlRbRq70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUTiGQL2Zh8F43lH3tAGlKhzXlRbRq70 > .row > .video-iframe-container { display: none; }#BUTiGQL2Zh8F43lH3tAGlKhzXlRbRq70 > .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); }#BUTiGQL2Zh8F43lH3tAGlKhzXlRbRq70 > .row .container { border-width: 0; border-radius: 0; }#BUTiGQL2Zh8F43lH3tAGlKhzXlRbRq70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BUTiGQL2Zh8F43lH3tAGlKhzXlRbRq70 > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#XLvT4AvIiLVNAu8Du98upxFOczp3Biuo { position:absolute;display:block;z-index:15000;height:24.375rem;width:42.5rem;top:5.625rem;left:32.4375rem;display:block; }
#Skf90AC6ITvXTpD4IBFCC0pfgFxepAX4 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"fira sans";font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:10.6875rem;left:0rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Skf90AC6ITvXTpD4IBFCC0pfgFxepAX4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Skf90AC6ITvXTpD4IBFCC0pfgFxepAX4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bf7cc2034ef27468c97752fcd89ba81c63939f0.svg); }
#gW4QHdZNFmV6W9qB8QTnIPieHMetB9V7 { color:#121658;display:block;width:19.8125rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XqCAd57E6OSOPOf7aWd6vCZafB7Ocf2Z { position:absolute;display:block;z-index:15000;height:21.875rem;width:50rem;top:5.625rem;left:25rem;display:none; }
#XUHLViW0pTgMX903kV4yh71AD3SzMV9w { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #121658;border-left:0.125rem solid #121658;border-right:0.125rem solid #121658;border-bottom:0.125rem solid #121658;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#121658;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:4.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.6875rem;left:0rem;display:block; }
#J7vTbyr69pPlGi7O30QBoemGNo6lcFBI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bt8eS0uHca2f4voIqsVmGmt9MpGi9HDu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121658;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; }#bt8eS0uHca2f4voIqsVmGmt9MpGi9HDu > .row .container { background-color: transparent; background-image: none; }#bt8eS0uHca2f4voIqsVmGmt9MpGi9HDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bt8eS0uHca2f4voIqsVmGmt9MpGi9HDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bt8eS0uHca2f4voIqsVmGmt9MpGi9HDu > .row .container > .video-iframe-container { display: none; }#bt8eS0uHca2f4voIqsVmGmt9MpGi9HDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bt8eS0uHca2f4voIqsVmGmt9MpGi9HDu > .row > .video-iframe-container { display: none; }#bt8eS0uHca2f4voIqsVmGmt9MpGi9HDu > .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); }#bt8eS0uHca2f4voIqsVmGmt9MpGi9HDu > .row .container { border-width: 0; border-radius: 0; }#bt8eS0uHca2f4voIqsVmGmt9MpGi9HDu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bt8eS0uHca2f4voIqsVmGmt9MpGi9HDu > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#wLXoBvL3yB26ZwpV5ds68UC3XJyJxst6 { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(37,211,102,0.71) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:5.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.71875rem;left:25.1875rem;display:block; }
#h8mVtDSuPrmRATNxu04WG6TQJeKrx2Ta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pZKSd6xTUXBv85VXvpxxViEBMVQ69T5p { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:35.25rem;left:17.21875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2ctyVokhd18DmT3SQ5esu2FuwFxO8sG { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:exo;font-size:3.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:17.375rem;left:17.25rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#his7dl2cvDt6IXnzNRiTMvGALNyTQyV9 { color:#25d366;display:block;width:40.5625rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:15.6875rem;left:16.875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qIK5RxSC7ziNXDrex2xlRCl6qv0G7KIA { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:5.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.46875rem;left:27.53125rem;display:none; }
#vpXCP2ZqLcWTb6T9BSgKryLbb0Z0FI55 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mi8m30fr3IpdZ9ViO0Xt4IbUiafDMZfg { box-sizing:content-box;height:8.3125rem;width:15.5625rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:5.0625rem;left:29.71875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fabuRI4F0TwX4GZGtl5iB24lh0SUKCZk { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:11.3125rem;top:6.625rem;left:31.84375rem;overflow:hidden;display:block; }
#tMgWvXZiqRfXRDVQdaHzeeENIlrizdXt { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#tMgWvXZiqRfXRDVQdaHzeeENIlrizdXt { background-color: transparent; background-image: none; }#tMgWvXZiqRfXRDVQdaHzeeENIlrizdXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMgWvXZiqRfXRDVQdaHzeeENIlrizdXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMgWvXZiqRfXRDVQdaHzeeENIlrizdXt > .row .container > .video-iframe-container { display: none; }#tMgWvXZiqRfXRDVQdaHzeeENIlrizdXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMgWvXZiqRfXRDVQdaHzeeENIlrizdXt > .row > .video-iframe-container { display: none; }#tMgWvXZiqRfXRDVQdaHzeeENIlrizdXt > .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); }#tMgWvXZiqRfXRDVQdaHzeeENIlrizdXt { border-width: 0; border-radius: 0; }#tMgWvXZiqRfXRDVQdaHzeeENIlrizdXt > .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; }#tMgWvXZiqRfXRDVQdaHzeeENIlrizdXt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FkhMhAe5Vnrt9cxBetFBGSi2NZCpF3Xf { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:4.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:70.3125rem;display:block; }
#GKrbJM8vWBby6TehLbP62hbNCPAcXCOq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ku3nzcHaaIecpqgv9vrb6A426lx3UZwr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:4.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:70.3125rem;display:block; }
#D3hDGN5kgZk8a0husw1m6b9rbT45J4Rf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R3zQte9ObOITOOksGwhkp2kKu5gfcih2 { display:block; }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOTZc7CFSgDTXlus0ECqcH1qiL98fOpn { width:41.75rem;height:10.3125rem;top:13.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoqZbGXbT2NM8TMH2cqT3czTGs3PI3Qn { width:36.3125rem;height:;top:25.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNrF5DCUJiOPThHT4qNpmkKiKKPKc4tP { width:19.5rem;height:4.125rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJUSQ9X0cLZFsTWMgocB7zp819XCcTMe { display:block; }
 }@media only screen and (max-width: 763px) { #b88Ls3f9yFyI9Rp4u1Cp23TDg0hUPeoX { width:12.6875rem;height:5.4375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrWtihieI3V5ZMQH3CMzA92yOJzy9cQH { width:16.75rem;height:9.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWJc5cWKAUx86dCqhDWXrm6Py9hVxTHJ { width:2.1875rem;height:2.1875rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akSRIVWZ9APptsFteH47uy0hcDLd70M5 { width:22.75rem;height:;top:32.125rem;left:8.125rem;font-size:1.0625rem;display:block; }#akSRIVWZ9APptsFteH47uy0hcDLd70M5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
 }@media only screen and (max-width: 763px) { #PbGyfQ3z8gLpvyT2fBQ5mHCeJafDyhnd { width:29.3125rem;height:1.0625rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEFMkel1VPxeWIXTKPkWSZAkKx4RG3L8 { width:21.375rem;height:1.4375rem;top:3.875rem;left:26.375rem;font-size:0.75rem;display:block; }#vEFMkel1VPxeWIXTKPkWSZAkKx4RG3L8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bf7cc2034ef27468c97752fcd89ba81c63939f0.svg); }
 }@media only screen and (max-width: 763px) { #nkET4HHchlAEdVSnqTu8RTpzhWa4kobi { width:22.75rem;height:;top:34.4375rem;left:8.125rem;font-size:1.0625rem;display:block; }#nkET4HHchlAEdVSnqTu8RTpzhWa4kobi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
 }@media only screen and (max-width: 763px) { #S6xwr5dLTPt7DeTtItrSHkrKNM5MF5Cg { width:11.375rem;height:1.4375rem;top:5.625rem;left:26.375rem;font-size:0.75rem;display:block; }#S6xwr5dLTPt7DeTtItrSHkrKNM5MF5Cg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f6ce11dc380c53f05048f64890b083e731c64fbb.svg); }
 }@media only screen and (max-width: 763px) { #DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX { display:none; }#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AuVvAceeeEKDCbUdIr3FsOvZfJ1lFXHB { display:block; }#AuVvAceeeEKDCbUdIr3FsOvZfJ1lFXHB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UohUcq0HOne9b8zlLv0KPSwagZXHgge5 { width:25.875rem;height:3.0625rem;top:1.3125rem;left:13.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKnNfsBDU1WP2kcIxTw4ROSkpVkDa8rW { width:25.75rem;height:1.8125rem;top:2rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKVV5QFP9oDarPrKl8x0Rw7zfkrrUXCC { width:22.0625rem;height:8.75rem;top:-3.375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT { display:block; }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvqSW5od0B0BOoOL6Kk2vCtxQ8KRsb68 { width:10.5rem;height:3.25rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzExHhtv2dcLPyQmdvw0zBVyR7Exvpah { width:3.4375rem;height:3.75rem;top:1.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9WFTpw7GEJ258PQKmZNFcQIvNK5M7SA { width:11.25rem;height:3.25rem;top:2rem;left:12.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7TFg4rCkHQ6QPI2tbxpW621qKIceqZK { width:3.4375rem;height:3.75rem;top:1.5625rem;left:11.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSQGhhhGrHLfHAHthzSW5SBA626lko8W { width:11.25rem;height:3.25rem;top:2rem;left:24.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTqQDbpbekz5UNPEGfK4P5ncznJncWZ7 { width:3.4375rem;height:3.75rem;top:1.5625rem;left:23.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOC2goem4eX8uFTmZIte4v0uJW8XiJy6 { width:12.875rem;height:3.25rem;top:2rem;left:34.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eks1s8vbqT44pyeGmb949PTIDTqKD12b { width:3.4375rem;height:3.75rem;top:1.5625rem;left:35.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6TcLgAPcDHy1ee1CBGX2IpTd4MSyotk { width:20.6875rem;height:6.1875rem;top:5.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trdS0eOI6ze85g6H3uK9yRlomM3RsyDE { width:26.0625rem;height:4.125rem;top:13.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIoy1AaMNI14fi0fu1MxOoIusX6gSs4O { width:19.5rem;height:4.125rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN7bC9PNxMzyLVz50zSnXmx7hfozNpIV { display:block; }
 }@media only screen and (max-width: 763px) { #rxstIZiEXFn8rlVOQvWT6WymqxlTviFD { width:2.1875rem;height:2.1875rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvTZ5eTOHPhEeiXhgttVC4AiQ86NVpxp { width:19.625rem;height:9rem;top:5.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxBDOMfB7WvA3Su5PdiGEEKIh95TkZAE { width:18rem;height:4.875rem;top:16.0625rem;left:18.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3IKbFfOMulReIx6JoOaVTxqi478mCNo { width:18.4375rem;height:8.125rem;top:16.0625rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnEoERT5B8I2Iztm3Gpq9lvROb3ZEhhH { width:19.625rem;height:9rem;top:5.5rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnUB76NidtWVaUn4ZXyEk0gFMpcp8wEA { width:17.75rem;height:6.5rem;top:38rem;left:30rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E190KbQlWzNudS9IQLGuWUnX3M3S4NHZ { width:18rem;height:6.5rem;top:38rem;left:18.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdIL4tPATyhmAk1LVTt091aXtQrqNTGU { width:19.625rem;height:9rem;top:27.4375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfhVuoTrdSRsdhv4zSn7QVMsHzsPdE7h { width:19.625rem;height:9rem;top:27.4375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5i23eMPXgnaxH2swXZhPe1WzNxNNFQT { display:block; }#O5i23eMPXgnaxH2swXZhPe1WzNxNNFQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krulVyFIK4PPTxTm5oDN7BSIVbMLo22B { width:47.75rem;height:28.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xerypdcepVShWsIc4EzMPTR06Lr6WlMd { width:37.3125rem;height:;top:2.125rem;left:10.4375rem;font-size:0.9375rem;display:block; }#xerypdcepVShWsIc4EzMPTR06Lr6WlMd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
 }@media only screen and (max-width: 763px) { #xxctE5rUlK3AwWmkyrAdI8vQlQg5Uxsl { width:19.5rem;height:4.125rem;top:20.8125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWo22boAz3LlpBr8dCSw56Uumm0dfCaz { display:block; }
 }@media only screen and (max-width: 763px) { #lSC3NbG3RQzdCBq98axz1aK5ZEsNt1Wh { width:2.1875rem;height:2.1875rem;top:21.75rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksJFdtxhpW4EZLyHiei8fqr9Zuqb88qC { width:22.3125rem;height:32.75rem;top:-4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbQpBPedKex8IzLPgXc1EpMWvphZMx41 { width:37.3125rem;height:2.0625rem;top:15.25rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTntcnRSzF7SxMPebxIbCFLMsGtUqyOH { width:37.3125rem;height:1.3125rem;top:17.3125rem;left:10.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIJtwER1rnHu3KrO43dSvQSPk4XMqWVM { display:block; }#BIJtwER1rnHu3KrO43dSvQSPk4XMqWVM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHgQxETTf0BolADHGumpE89Wc06H2Sf4 { width:23.125rem;height:5.8125rem;top:10rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOa5a8KfgQoLGPbBgd2ol7c6XFLaXbe4 { width:5.0625rem;height:5.0625rem;top:4.9375rem;left:5.4375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVsqU9AOxBhoTzw0ztlRUiBAoEoXoMve { width:20.25rem;height:5.8125rem;top:10rem;left:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7h1lXp9JIBb2L2ENnVDRFtryR3GRk5Z { width:5.0625rem;height:5.0625rem;top:4.9375rem;left:21.3125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3INluEwnmpIoSyFogGXE7ltJMC1xkmd { width:20.25rem;height:5.8125rem;top:10rem;left:27.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPmKJLZBNoqdnloStOSp2FH2nVAp2Osf { width:5.0625rem;height:5.0625rem;top:4.9375rem;left:37.1875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1TWVmo0TIMxV0aVS67S7Io64qHKZeMK { width:47.375rem;height:22.4375rem;top:0rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDBZZZsdeM5akpoH0NvqcLcQzAAra89a { display:block; }#XDBZZZsdeM5akpoH0NvqcLcQzAAra89a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2BezAlL61BIB6RPNWTuco2yDhpqGrvk { width:47.75rem;height:3.4375rem;top:8.3125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk2O6tcGfNRAkP3VonRSXTanUbaKCBNl { display:block; }#xk2O6tcGfNRAkP3VonRSXTanUbaKCBNl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBsT0gokMbbl2Vo85xo34OBu4BXTGLNx { width:23.5rem;height:8rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8FzkNWyognLVTtQTvHLfKOacoQT55vB { width:23.25rem;height:8.1875rem;top:0rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX17Ck6QDFZhkkLtVPxq9OqsQHsTZE9o { width:23.6875rem;height:7.5625rem;top:0rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXFUex2eLXECKRwwJrd6HJpyKFZfEIpT { width:24.0625rem;height:8.5625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlTSZB1WGNXq7p6TE3lQRK1KlgkvkXop { width:23.375rem;height:9rem;top:10.875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUTiGQL2Zh8F43lH3tAGlKhzXlRbRq70 { display:block; }#BUTiGQL2Zh8F43lH3tAGlKhzXlRbRq70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLvT4AvIiLVNAu8Du98upxFOczp3Biuo { width:42.5rem;height:24.375rem;top:5.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skf90AC6ITvXTpD4IBFCC0pfgFxepAX4 { width:19.0625rem;height:;top:10.6875rem;left:0rem;font-size:1rem;display:block; }#Skf90AC6ITvXTpD4IBFCC0pfgFxepAX4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bf7cc2034ef27468c97752fcd89ba81c63939f0.svg); }
 }@media only screen and (max-width: 763px) { #gW4QHdZNFmV6W9qB8QTnIPieHMetB9V7 { width:19.8125rem;height:3.25rem;top:5.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqCAd57E6OSOPOf7aWd6vCZafB7Ocf2Z { width:47.75rem;height:21.875rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUHLViW0pTgMX903kV4yh71AD3SzMV9w { width:15.375rem;height:4.375rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7vTbyr69pPlGi7O30QBoemGNo6lcFBI { display:block; }
 }@media only screen and (max-width: 763px) { #bt8eS0uHca2f4voIqsVmGmt9MpGi9HDu { display:block; }#bt8eS0uHca2f4voIqsVmGmt9MpGi9HDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLXoBvL3yB26ZwpV5ds68UC3XJyJxst6 { width:24.625rem;height:5.1875rem;top:26.6875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8mVtDSuPrmRATNxu04WG6TQJeKrx2Ta { display:block; }
 }@media only screen and (max-width: 763px) { #pZKSd6xTUXBv85VXvpxxViEBMVQ69T5p { width:40.5625rem;height:1.875rem;top:35.25rem;left:3.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ctyVokhd18DmT3SQ5esu2FuwFxO8sG { width:40.5625rem;height:6.875rem;top:17.375rem;left:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #his7dl2cvDt6IXnzNRiTMvGALNyTQyV9 { width:40.5625rem;height:1.375rem;top:15.6875rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIK5RxSC7ziNXDrex2xlRCl6qv0G7KIA { width:19.9375rem;height:5.1875rem;top:33.4375rem;left:13.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpXCP2ZqLcWTb6T9BSgKryLbb0Z0FI55 { display:block; }
 }@media only screen and (max-width: 763px) { #Mi8m30fr3IpdZ9ViO0Xt4IbUiafDMZfg { width:15.5625rem;height:8.3125rem;top:5.0625rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fabuRI4F0TwX4GZGtl5iB24lh0SUKCZk { width:11.3125rem;height:5.1875rem;top:6.625rem;left:18.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMgWvXZiqRfXRDVQdaHzeeENIlrizdXt { display:block; }#tMgWvXZiqRfXRDVQdaHzeeENIlrizdXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkhMhAe5Vnrt9cxBetFBGSi2NZCpF3Xf { width:4.5625rem;height:4.5625rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKrbJM8vWBby6TehLbP62hbNCPAcXCOq { display:block; }
 }@media only screen and (max-width: 763px) { #ku3nzcHaaIecpqgv9vrb6A426lx3UZwr { width:4.5625rem;height:4.5625rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3hDGN5kgZk8a0husw1m6b9rbT45J4Rf { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R3zQte9ObOITOOksGwhkp2kKu5gfcih2 { background-color:#121556;background-image:none;display:block; }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .row .container { background-color: transparent; background-image: none; }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .row .container > .video-iframe-container { display: none; }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .row > .video-iframe-container { display: none; }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .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); }#R3zQte9ObOITOOksGwhkp2kKu5gfcih2 > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOTZc7CFSgDTXlus0ECqcH1qiL98fOpn { width:16.0625rem;height:7rem;top:9.359375rem;left:1.96875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HoqZbGXbT2NM8TMH2cqT3czTGs3PI3Qn { width:20rem;height:4.78125rem;top:17.546875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZNrF5DCUJiOPThHT4qNpmkKiKKPKc4tP { width:15.625rem;height:3.75rem;top:29.3125rem;left:2.1875rem;z-index:15009;box-shadow: 0rem 0rem 1.4375rem rgba(37,211,102,0.71) ;background-color:#15b352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uJUSQ9X0cLZFsTWMgocB7zp819XCcTMe { display:block; }
 }@media only screen and (max-width: 763px) { #b88Ls3f9yFyI9Rp4u1Cp23TDg0hUPeoX { width:9rem;height:3.75rem;top:1.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrWtihieI3V5ZMQH3CMzA92yOJzy9cQH { width:11.6875rem;height:6.625rem;top:0rem;left:4.15625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWJc5cWKAUx86dCqhDWXrm6Py9hVxTHJ { display:flex;width:2.1875rem;height:2.1875rem;top:30.125rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #akSRIVWZ9APptsFteH47uy0hcDLd70M5 { width:7.3125rem;height:2.54980625rem;top:24rem;left:2.1875rem;font-size:1.0625rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }#akSRIVWZ9APptsFteH47uy0hcDLd70M5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
 }@media only screen and (max-width: 763px) { #PbGyfQ3z8gLpvyT2fBQ5mHCeJafDyhnd { width:15rem;height:0.8125rem;top:13.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEFMkel1VPxeWIXTKPkWSZAkKx4RG3L8 { width:17.3125rem;height:1.125rem;top:35.10546875rem;left:1.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }#vEFMkel1VPxeWIXTKPkWSZAkKx4RG3L8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bf7cc2034ef27468c97752fcd89ba81c63939f0.svg); }
 }@media only screen and (max-width: 763px) { #nkET4HHchlAEdVSnqTu8RTpzhWa4kobi { width:7.375rem;height:2.54980625rem;top:24.0625rem;left:11.4375rem;font-size:1.0625rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }#nkET4HHchlAEdVSnqTu8RTpzhWa4kobi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
 }@media only screen and (max-width: 763px) { #S6xwr5dLTPt7DeTtItrSHkrKNM5MF5Cg { width:9.5rem;height:1.125rem;top:36.66796875rem;left:5.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }#S6xwr5dLTPt7DeTtItrSHkrKNM5MF5Cg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f6ce11dc380c53f05048f64890b083e731c64fbb.svg); }
 }@media only screen and (max-width: 763px) { #DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5deee81f-5bec-4743-b5ad-d2c11341d062/download20251008T175216680.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX.adaptive-delivery-prevent-bg, #DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX.lazyload, #DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX.lazyloading { background-image: none; }#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX > .row .container { background-color: transparent; background-image: none; }#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX > .row .container > .video-iframe-container { display: none; }#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX > .row > .video-iframe-container { display: none; }#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX > .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); }#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX > .row .container { border-width: 0; border-radius: 0; }#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXVc0gBdQm7Nvtufm3g8ue0f1ZOx8IfX > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuVvAceeeEKDCbUdIr3FsOvZfJ1lFXHB { display:block; }#AuVvAceeeEKDCbUdIr3FsOvZfJ1lFXHB > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UohUcq0HOne9b8zlLv0KPSwagZXHgge5 { width:18.1875rem;height:4.2744125rem;top:7.650390625rem;left:0.90625rem;font-size:1.1875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKnNfsBDU1WP2kcIxTw4ROSkpVkDa8rW { width:20rem;height:4.04980625rem;top:2.125rem;left:0rem;font-size:1.6875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KKVV5QFP9oDarPrKl8x0Rw7zfkrrUXCC { width:17.3125rem;height:7.25rem;top:13.75rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT { background-color:#bc140a;background-image:none;display:block; }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .row .container { background-color: transparent; background-image: none; }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .row .container > .video-iframe-container { display: none; }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .row > .video-iframe-container { display: none; }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .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); }#N7DFkKnkyBfJP50dfklTGO7t9mRTnNpT > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvqSW5od0B0BOoOL6Kk2vCtxQ8KRsb68 { width:10rem;height:2.76171875rem;top:4.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzExHhtv2dcLPyQmdvw0zBVyR7Exvpah { width:3.4375rem;height:3rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9WFTpw7GEJ258PQKmZNFcQIvNK5M7SA { width:8.6875rem;height:2.76171875rem;top:12.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7TFg4rCkHQ6QPI2tbxpW621qKIceqZK { width:3.4375rem;height:3rem;top:9.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSQGhhhGrHLfHAHthzSW5SBA626lko8W { width:8.4375rem;height:4.142575rem;top:4.9375rem;left:11.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTqQDbpbekz5UNPEGfK4P5ncznJncWZ7 { width:3.4375rem;height:3rem;top:1.9375rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOC2goem4eX8uFTmZIte4v0uJW8XiJy6 { width:9.125rem;height:4.142575rem;top:12.6875rem;left:10.875rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eks1s8vbqT44pyeGmb949PTIDTqKD12b { width:3.4375rem;height:3rem;top:9.5rem;left:11.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:100.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6TcLgAPcDHy1ee1CBGX2IpTd4MSyotk { width:15.3125rem;height:4.3994125rem;top:3.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #trdS0eOI6ze85g6H3uK9yRlomM3RsyDE { width:15.375rem;height:3.1875rem;top:9.3759765625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eIoy1AaMNI14fi0fu1MxOoIusX6gSs4O { width:20rem;height:4.125rem;top:95.5rem;left:0rem;z-index:15009;box-shadow: 0rem 0rem 1.4375rem rgba(37,211,102,0.71) ;background-color:#1ac55a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid #1ac55a;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #KN7bC9PNxMzyLVz50zSnXmx7hfozNpIV { display:block; }
 }@media only screen and (max-width: 763px) { #rxstIZiEXFn8rlVOQvWT6WymqxlTviFD { display:flex;width:2.1875rem;height:2.1875rem;top:96.5rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #uvTZ5eTOHPhEeiXhgttVC4AiQ86NVpxp { width:19.9375rem;height:9rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxBDOMfB7WvA3Su5PdiGEEKIh95TkZAE { width:18rem;height:4.38720625rem;top:25.625rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3IKbFfOMulReIx6JoOaVTxqi478mCNo { width:18.5rem;height:5.8496125rem;top:44.75rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnEoERT5B8I2Iztm3Gpq9lvROb3ZEhhH { width:20rem;height:9rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnUB76NidtWVaUn4ZXyEk0gFMpcp8wEA { width:17.9375rem;height:5.8496125rem;top:86.125rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E190KbQlWzNudS9IQLGuWUnX3M3S4NHZ { width:17.1875rem;height:5.8496125rem;top:65.5rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdIL4tPATyhmAk1LVTt091aXtQrqNTGU { width:20rem;height:9rem;top:54.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfhVuoTrdSRsdhv4zSn7QVMsHzsPdE7h { width:20rem;height:9rem;top:74.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5i23eMPXgnaxH2swXZhPe1WzNxNNFQT { display:block; }#O5i23eMPXgnaxH2swXZhPe1WzNxNNFQT > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krulVyFIK4PPTxTm5oDN7BSIVbMLo22B { width:20rem;height:28.3125rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xerypdcepVShWsIc4EzMPTR06Lr6WlMd { width:18.6875rem;height:10.5625rem;top:21.6875rem;left:0.6875rem;font-size:0.9375rem;line-height:1.7;display:block; }#xerypdcepVShWsIc4EzMPTR06Lr6WlMd li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#xerypdcepVShWsIc4EzMPTR06Lr6WlMd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_69d872c20c4abd60b393918d00f4f100d5d52fe5.svg); }
 }@media only screen and (max-width: 763px) { #xxctE5rUlK3AwWmkyrAdI8vQlQg5Uxsl { width:15.1875rem;height:4.125rem;top:41.1875rem;left:2.4375rem;z-index:15009;box-shadow: 0rem 0rem 1.4375rem rgba(37,211,102,0.71) ;background-color:#1ac55a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid #1ac55a;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #dWo22boAz3LlpBr8dCSw56Uumm0dfCaz { display:block; }
 }@media only screen and (max-width: 763px) { #lSC3NbG3RQzdCBq98axz1aK5ZEsNt1Wh { display:flex;width:2.1875rem;height:2.1875rem;top:42.125rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #ksJFdtxhpW4EZLyHiei8fqr9Zuqb88qC { width:12rem;height:17.5625rem;top:1.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbQpBPedKex8IzLPgXc1EpMWvphZMx41 { width:20rem;height:2.69921875rem;top:34.5625rem;left:0rem;font-size:1.125rem;line-height:1.2;padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTntcnRSzF7SxMPebxIbCFLMsGtUqyOH { width:20rem;height:1.7871125rem;top:37.58740234375rem;left:0rem;font-size:0.8125rem;line-height:1.1;padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BIJtwER1rnHu3KrO43dSvQSPk4XMqWVM { display:block; }#BIJtwER1rnHu3KrO43dSvQSPk4XMqWVM > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHgQxETTf0BolADHGumpE89Wc06H2Sf4 { width:20rem;height:4.5rem;top:5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aOa5a8KfgQoLGPbBgd2ol7c6XFLaXbe4 { width:3.125rem;height:3.125rem;top:1.875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVsqU9AOxBhoTzw0ztlRUiBAoEoXoMve { width:20rem;height:3rem;top:14rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k7h1lXp9JIBb2L2ENnVDRFtryR3GRk5Z { width:3.125rem;height:3.125rem;top:10.875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3INluEwnmpIoSyFogGXE7ltJMC1xkmd { width:18.0625rem;height:4.5rem;top:24.4375rem;left:0.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPmKJLZBNoqdnloStOSp2FH2nVAp2Osf { width:3.125rem;height:3.125rem;top:21.3125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1TWVmo0TIMxV0aVS67S7Io64qHKZeMK { width:20rem;height:11.625rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDBZZZsdeM5akpoH0NvqcLcQzAAra89a { display:block; }#XDBZZZsdeM5akpoH0NvqcLcQzAAra89a > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2BezAlL61BIB6RPNWTuco2yDhpqGrvk { width:17.8125rem;height:3.75rem;top:4.125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xk2O6tcGfNRAkP3VonRSXTanUbaKCBNl { display:block; }#xk2O6tcGfNRAkP3VonRSXTanUbaKCBNl > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBsT0gokMbbl2Vo85xo34OBu4BXTGLNx { width:20rem;height:6.8085106382979rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8FzkNWyognLVTtQTvHLfKOacoQT55vB { width:20rem;height:7.0430107526882rem;top:9.6826171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX17Ck6QDFZhkkLtVPxq9OqsQHsTZE9o { width:20rem;height:6.3852242744063rem;top:18.5380859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXFUex2eLXECKRwwJrd6HJpyKFZfEIpT { width:20rem;height:7.1168831168831rem;top:26.8603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlTSZB1WGNXq7p6TE3lQRK1KlgkvkXop { width:20rem;height:7.7005347593583rem;top:35.6015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUTiGQL2Zh8F43lH3tAGlKhzXlRbRq70 { display:block; }#BUTiGQL2Zh8F43lH3tAGlKhzXlRbRq70 > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLvT4AvIiLVNAu8Du98upxFOczp3Biuo { width:20rem;height:21.875rem;top:12.28125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Skf90AC6ITvXTpD4IBFCC0pfgFxepAX4 { width:13.625rem;height:3rem;top:5.6875rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Skf90AC6ITvXTpD4IBFCC0pfgFxepAX4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5bf7cc2034ef27468c97752fcd89ba81c63939f0.svg); }
 }@media only screen and (max-width: 763px) { #gW4QHdZNFmV6W9qB8QTnIPieHMetB9V7 { width:19.8125rem;height:2.4375rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XqCAd57E6OSOPOf7aWd6vCZafB7Ocf2Z { width:20rem;height:20rem;top:16.71875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #XUHLViW0pTgMX903kV4yh71AD3SzMV9w { width:15.375rem;height:4.375rem;top:9.96875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7vTbyr69pPlGi7O30QBoemGNo6lcFBI { display:block; }
 }@media only screen and (max-width: 763px) { #bt8eS0uHca2f4voIqsVmGmt9MpGi9HDu { display:block; }#bt8eS0uHca2f4voIqsVmGmt9MpGi9HDu > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLXoBvL3yB26ZwpV5ds68UC3XJyJxst6 { width:17.625rem;height:4.125rem;top:23rem;left:1.1875rem;z-index:15009;box-shadow: 0rem 0rem 1.4375rem rgba(37,211,102,0.71) ;background-color:#1ac55a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8mVtDSuPrmRATNxu04WG6TQJeKrx2Ta { display:block; }
 }@media only screen and (max-width: 763px) { #pZKSd6xTUXBv85VXvpxxViEBMVQ69T5p { width:20rem;height:1.125rem;top:34.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ctyVokhd18DmT3SQ5esu2FuwFxO8sG { width:20rem;height:4.19921875rem;top:17.25rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #his7dl2cvDt6IXnzNRiTMvGALNyTQyV9 { width:16.8125rem;height:1.125rem;top:15.125rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIK5RxSC7ziNXDrex2xlRCl6qv0G7KIA { width:14.9375rem;height:3.625rem;top:28.5625rem;left:2.5625rem;z-index:15009;box-shadow: none;background-color:transparent;background-image:none;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpXCP2ZqLcWTb6T9BSgKryLbb0Z0FI55 { display:block; }
 }@media only screen and (max-width: 763px) { #Mi8m30fr3IpdZ9ViO0Xt4IbUiafDMZfg { width:15.5625rem;height:8.3125rem;top:4.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fabuRI4F0TwX4GZGtl5iB24lh0SUKCZk { width:11.3125rem;height:5.1875rem;top:5.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMgWvXZiqRfXRDVQdaHzeeENIlrizdXt { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#tMgWvXZiqRfXRDVQdaHzeeENIlrizdXt > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkhMhAe5Vnrt9cxBetFBGSi2NZCpF3Xf { width:3.25rem;height:3.25rem;top:0rem;left:16.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKrbJM8vWBby6TehLbP62hbNCPAcXCOq { display:block; }
 }@media only screen and (max-width: 763px) { #ku3nzcHaaIecpqgv9vrb6A426lx3UZwr { width:3.125rem;height:3.375rem;top:0rem;left:16.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3hDGN5kgZk8a0husw1m6b9rbT45J4Rf { display:block; }
 }