.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;
}
:root { --color-primary-0:218,233,253;--color-primary-1:131,183,247;--color-primary-2:6,111,239;--color-primary-3:3,56,120;--color-primary-4:1,17,36;--color-secondary-0:217,218,230;--color-secondary-1:128,132,173;--color-secondary-2:0,9,91;--color-secondary-3:0,5,46;--color-secondary-4:0,1,14;--color-tertiary-0:255,255,255;--color-tertiary-1:222,222,222;--color-tertiary-2:144,144,144;--color-tertiary-3:72,72,72;--color-tertiary-4:14,14,14;--headlines-font-family:"FordF1";--paragraphs-font-family:"FordF1"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.97);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row .container { background-color: transparent; background-image: none; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row .container > .video-iframe-container { display: none; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row > .video-iframe-container { display: none; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .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); }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row .container { border-width: 0; border-radius: 0; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#G51eR5LpqJcWlNnJWOpMqkyRxK4SRcg6 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.375rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#AZGmPiBqPSf9HUgZomqsfTpP5EnbVw6V { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.4375rem;top:0.65625rem;left:8.6875rem;overflow:hidden;display:block; }
#wF90xBwVk5flb5dIaVBe41UNTrqZaub4 { box-sizing:content-box;height:4.5rem;width:0.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:7.71875rem;display:block; }
#rbm7mUwWkmpVO2kXzDIH6FMDJQxN18ap { background-color:#1aba56;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.8125rem solid rgba(var(--color-primary-3),0);border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.90625rem;left:58.9375rem;display:block; }
#wTZTVNxTHIhHD8KfwOVedT4q5JENLxGy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tMCQo93AnglxZE2mbxVQ756Qc0LtzRD5 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.2744140625rem;left:23.40625rem;height:0.9746125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PuVxzODAnz3iHW7U0KqSmbxohvF5Xa3R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.53125rem;left:59.96875rem; }
#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9dc7d61d-a516-4bca-8cf9-ec400c5512ed/imgi_2_fbrrangerbillboard.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn.adaptive-delivery-prevent-bg, #dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn.lazyload, #dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn.lazyloading { background-image: none; }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .row .container { background-color: transparent; background-image: none; }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .row .container > .video-iframe-container { display: none; }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .row > .video-iframe-container { display: none; }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .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); }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .row .container { border-width: 0; border-radius: 0; }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn::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; }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#TU0CMBAOKXOdJttfRCrknfcaE0hqFUUX { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:30.75rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#LnmaQvZiDUnBGEz6eTx8sdy9mc7qKSFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.5);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; }#LnmaQvZiDUnBGEz6eTx8sdy9mc7qKSFB > .row .container { background-color: transparent; background-image: none; }#LnmaQvZiDUnBGEz6eTx8sdy9mc7qKSFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnmaQvZiDUnBGEz6eTx8sdy9mc7qKSFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnmaQvZiDUnBGEz6eTx8sdy9mc7qKSFB > .row .container > .video-iframe-container { display: none; }#LnmaQvZiDUnBGEz6eTx8sdy9mc7qKSFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnmaQvZiDUnBGEz6eTx8sdy9mc7qKSFB > .row > .video-iframe-container { display: none; }#LnmaQvZiDUnBGEz6eTx8sdy9mc7qKSFB > .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); }#LnmaQvZiDUnBGEz6eTx8sdy9mc7qKSFB > .row .container { border-width: 0; border-radius: 0; }#LnmaQvZiDUnBGEz6eTx8sdy9mc7qKSFB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LnmaQvZiDUnBGEz6eTx8sdy9mc7qKSFB > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#VigfqQ385TpMKOFAwSPv6mSle9pHTtGt { color:rgba(var(--color-secondary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:4.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dw66b1Pzd4B7Xuhrtf3pfmASWxLTix0X { color:rgba(var(--color-secondary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:22.625rem;height:4.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v9aIiH0XnF9ITv3dyMHcUf5OXpukfBwx { color:rgba(var(--color-secondary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:42.375rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HqeIfl3Szznkl1wPWGwlv8f7rFxeXAff { background-color:#1aba56;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.875rem solid rgba(var(--color-primary-3),0);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.787109375rem;left:58.1875rem;display:block; }
#EdQI6aFQ6s3O34Zo3ykqmWSLMLfHHxhE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R1IkauoGTmJ8Oml0bDsBddWUTcIqoLFn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.78125rem;left:59.40625rem; }
#KDseJMi9hORa8MsSa7AmXVKMJ2i2aIBn { position:relative;display:block; } #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection *:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="text"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="email"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="tel"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection textarea:focus-visible { outline: none; } #KDseJMi9hORa8MsSa7AmXVKMJ2i2aIBn > .row .container { position:relative;display:block; }#DNTQqBt9g5e8FIvTmU8eDudC5ZQnsiRO { position:relative;display:block; }#DNTQqBt9g5e8FIvTmU8eDudC5ZQnsiRO { background-color: transparent; background-image: none; }#DNTQqBt9g5e8FIvTmU8eDudC5ZQnsiRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNTQqBt9g5e8FIvTmU8eDudC5ZQnsiRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNTQqBt9g5e8FIvTmU8eDudC5ZQnsiRO > .row .container > .video-iframe-container { display: none; }#DNTQqBt9g5e8FIvTmU8eDudC5ZQnsiRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNTQqBt9g5e8FIvTmU8eDudC5ZQnsiRO > .row > .video-iframe-container { display: none; }#DNTQqBt9g5e8FIvTmU8eDudC5ZQnsiRO > .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); }#DNTQqBt9g5e8FIvTmU8eDudC5ZQnsiRO { border-width: 0; border-radius: 0; }#DNTQqBt9g5e8FIvTmU8eDudC5ZQnsiRO > .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; }#DNTQqBt9g5e8FIvTmU8eDudC5ZQnsiRO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.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; }#DtCu0GMPnKyMSIaANg1DwutI0bXhlX1x { box-sizing:content-box;height:29.9375rem;width:26.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/796f62b5-b08f-42b4-9ba9-11c04a99a045/imgi_98_fbrrangerbannerrevolucaosegmento.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#DtCu0GMPnKyMSIaANg1DwutI0bXhlX1x.adaptive-delivery-prevent-bg, #DtCu0GMPnKyMSIaANg1DwutI0bXhlX1x.lazyload, #DtCu0GMPnKyMSIaANg1DwutI0bXhlX1x.lazyloading { background-image: none; }
#z1DVJGXCbKJQTPFradmT8qaHbTPlMsF8 { color:rgba(var(--color-secondary-2),1);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.1875rem;left:29.5rem;height:6.5rem;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; }
#oQSR6wAGDoslebH8FLiTRTqt7ldWpGBG { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.1875rem;left:29.5rem;height:12.4277375rem;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; }
#TsOZZcl9OSWhWA20McBBOXPvBfp3OOCO { color:rgba(var(--color-secondary-2),1);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.0625rem;left:29.5rem;height:2.4375rem;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; }
#qaKuudndEipKZXVGy8RBG1szBxr0iWLN { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.0625rem;left:58.6875rem;display:block; }
#Ti6gO9wwl25nAVyrk0kzDsX3Tb2xJbX9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VnmvouK5TnHN6OX6DaSTN8NaSEPRTJ6n { position:relative;display:block; }#VnmvouK5TnHN6OX6DaSTN8NaSEPRTJ6n { background-color: transparent; background-image: none; }#VnmvouK5TnHN6OX6DaSTN8NaSEPRTJ6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnmvouK5TnHN6OX6DaSTN8NaSEPRTJ6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnmvouK5TnHN6OX6DaSTN8NaSEPRTJ6n > .row .container > .video-iframe-container { display: none; }#VnmvouK5TnHN6OX6DaSTN8NaSEPRTJ6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnmvouK5TnHN6OX6DaSTN8NaSEPRTJ6n > .row > .video-iframe-container { display: none; }#VnmvouK5TnHN6OX6DaSTN8NaSEPRTJ6n > .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); }#VnmvouK5TnHN6OX6DaSTN8NaSEPRTJ6n { border-width: 0; border-radius: 0; }#VnmvouK5TnHN6OX6DaSTN8NaSEPRTJ6n > .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; }#VnmvouK5TnHN6OX6DaSTN8NaSEPRTJ6n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.875rem;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; }#I4h3ql4mEMTk3XTcAO3V3QRlIhaoLFBU { box-sizing:content-box;height:11.9375rem;width:20.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/5a088a1f-133f-46e8-84d8-4acd13357c6e/imgi_120_fordbrasilnovageracaorangerlimitedgaleriaexteriorfr638247418808865510.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#I4h3ql4mEMTk3XTcAO3V3QRlIhaoLFBU.adaptive-delivery-prevent-bg, #I4h3ql4mEMTk3XTcAO3V3QRlIhaoLFBU.lazyload, #I4h3ql4mEMTk3XTcAO3V3QRlIhaoLFBU.lazyloading { background-image: none; }
#RlikC9zARN23JrrNSoJe0HCiyczKoT5E { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.9619140625rem;left:0rem;height:13.8086rem;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; }
#Pr0qS1fWeuVoqpAebDs4f7ekbgezoxR8 { box-sizing:content-box;height:11.9375rem;width:20.6875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/c7fc244d-3f78-473d-a036-8c64f0bdb918/imgi_79_1758749462738.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:27.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#Pr0qS1fWeuVoqpAebDs4f7ekbgezoxR8.adaptive-delivery-prevent-bg, #Pr0qS1fWeuVoqpAebDs4f7ekbgezoxR8.lazyload, #Pr0qS1fWeuVoqpAebDs4f7ekbgezoxR8.lazyloading { background-image: none; }
#X373rpNTwB8RVXWGHhx4DZk14h9h98O8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9375rem;left:27.1875rem;height:12.42770625rem;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; }
#wERJ4gkCDL86TtUdDG5yvSEvhGwLmTp5 { box-sizing:content-box;height:11.9375rem;width:20.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/dfeb280e-f69a-41d3-adef-c16107215d46/imgi_80_1758749480860.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:54.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#wERJ4gkCDL86TtUdDG5yvSEvhGwLmTp5.adaptive-delivery-prevent-bg, #wERJ4gkCDL86TtUdDG5yvSEvhGwLmTp5.lazyload, #wERJ4gkCDL86TtUdDG5yvSEvhGwLmTp5.lazyloading { background-image: none; }
#ZSAxZQMTPhs4ysTlRXTBVAoNHwqWizLX { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.9375rem;left:54.3125rem;height:13.80858125rem;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; }
#y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac750e87-9838-48a5-9f8a-4c9d61f41ce3/imgi_75_fbrrangerbanner.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz.adaptive-delivery-prevent-bg, #y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz.lazyload, #y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz.lazyloading { background-image: none; }#y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz > .row .container { background-color: transparent; background-image: none; }#y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.31); }#y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz > .row .container > .video-iframe-container { display: none; }#y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.31); }#y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz > .row > .video-iframe-container { display: none; }#y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz > .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); }#y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz > .row .container { border-width: 0; border-radius: 0; }#y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz::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; }#y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#V4BWc0t5AyxDCciRcPqDgmZCra2zvrTP { position:relative;display:block; }#V4BWc0t5AyxDCciRcPqDgmZCra2zvrTP { background-color: transparent; background-image: none; }#V4BWc0t5AyxDCciRcPqDgmZCra2zvrTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4BWc0t5AyxDCciRcPqDgmZCra2zvrTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4BWc0t5AyxDCciRcPqDgmZCra2zvrTP > .row .container > .video-iframe-container { display: none; }#V4BWc0t5AyxDCciRcPqDgmZCra2zvrTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4BWc0t5AyxDCciRcPqDgmZCra2zvrTP > .row > .video-iframe-container { display: none; }#V4BWc0t5AyxDCciRcPqDgmZCra2zvrTP > .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); }#V4BWc0t5AyxDCciRcPqDgmZCra2zvrTP { border-width: 0; border-radius: 0; }#V4BWc0t5AyxDCciRcPqDgmZCra2zvrTP > .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; }#V4BWc0t5AyxDCciRcPqDgmZCra2zvrTP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46rem;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; }#UqTpyfI9zywno5cQXfcxrFqOyiN6RSVx { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 1.8125rem 2.125rem 2.1875rem rgba(var(--color-tertiary-4),0.09) ;height:32.875rem;width:58.5625rem;top:3.4375rem;left:8.21875rem;display:block; }
#KparEHQLRMkTxPuh95RItOLkDBSFTDiX { position:relative;display:block; }#KparEHQLRMkTxPuh95RItOLkDBSFTDiX { background-color: transparent; background-image: none; }#KparEHQLRMkTxPuh95RItOLkDBSFTDiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KparEHQLRMkTxPuh95RItOLkDBSFTDiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KparEHQLRMkTxPuh95RItOLkDBSFTDiX > .row .container > .video-iframe-container { display: none; }#KparEHQLRMkTxPuh95RItOLkDBSFTDiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KparEHQLRMkTxPuh95RItOLkDBSFTDiX > .row > .video-iframe-container { display: none; }#KparEHQLRMkTxPuh95RItOLkDBSFTDiX > .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); }#KparEHQLRMkTxPuh95RItOLkDBSFTDiX { border-width: 0; border-radius: 0; }#KparEHQLRMkTxPuh95RItOLkDBSFTDiX > .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; }#KparEHQLRMkTxPuh95RItOLkDBSFTDiX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.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; }#WaJD8tlse4tgX7c6GWyQL5Bn1DxU4rE2 { color:rgba(var(--color-secondary-2),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:24.15625rem;height:1.13671875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X3Tkp2AsWtLEmDcZy1a6pMOoDk6pg5hb { position:relative;display:block; }#X3Tkp2AsWtLEmDcZy1a6pMOoDk6pg5hb { background-color: transparent; background-image: none; }#X3Tkp2AsWtLEmDcZy1a6pMOoDk6pg5hb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3Tkp2AsWtLEmDcZy1a6pMOoDk6pg5hb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3Tkp2AsWtLEmDcZy1a6pMOoDk6pg5hb > .row .container > .video-iframe-container { display: none; }#X3Tkp2AsWtLEmDcZy1a6pMOoDk6pg5hb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3Tkp2AsWtLEmDcZy1a6pMOoDk6pg5hb > .row > .video-iframe-container { display: none; }#X3Tkp2AsWtLEmDcZy1a6pMOoDk6pg5hb > .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); }#X3Tkp2AsWtLEmDcZy1a6pMOoDk6pg5hb { border-width: 0; border-radius: 0; }#X3Tkp2AsWtLEmDcZy1a6pMOoDk6pg5hb > .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; }#X3Tkp2AsWtLEmDcZy1a6pMOoDk6pg5hb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:76.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:block; }#qast8f2JoXlvc9ySqOrs9zwZ88wiVsT0 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:23.9375rem;width:37.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mT7AkEvagmBevKuUcOInmB1qe8LdveN9 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:23.9375rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#wHNFM62TMD8hSUPykJxTrSo8Ta9wK4BT { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:25.1875rem;top:23.75rem;left:0rem;overflow:hidden;display:block; }
#mcHS2rWmz8QCgR2m7Z50ZXS4WTm5X95E { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:25.25rem;top:23.75rem;left:24.90625rem;overflow:hidden;display:block; }
#PJFWywvTlQPuSJdews4OA8oyN9bS6wJM { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:25.1875rem;top:23.75rem;left:49.8125rem;overflow:hidden;display:block; }
#RCuRf5VHSVKEtSUxPMhABpt3AC2BeJn5 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:25.0625rem;top:39.5rem;left:0rem;overflow:hidden;display:block; }
#zsd0tHStxoUsf6ItHaekVFGHKd24kQWf { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:25rem;top:39.5rem;left:24.9375rem;overflow:hidden;display:block; }
#DPCVT3kddPAVTvkPmeEDLu1ZVpKvU4Rd { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:25.0625rem;top:39.5rem;left:49.8125rem;overflow:hidden;display:block; }
#cGm8itQIh87cJvrHc5IEG7Bcsa6EDWTT { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:25.0625rem;top:55.375rem;left:0rem;overflow:hidden;display:block; }
#TvW0tKs80p2sSvFSAnrFRnxAVanlTCs4 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:25.0625rem;top:55.375rem;left:24.9375rem;overflow:hidden;display:block; }
#J5uKvC4vOM7zDOoe5MSePWFPLZEAWnTt { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:25.0625rem;top:55.375rem;left:49.8125rem;overflow:hidden;display:block; }
#EMP01txpcvaGh5sCxG7ko0tXIERosvcm { position:relative;display:block; }#EMP01txpcvaGh5sCxG7ko0tXIERosvcm { background-color: transparent; background-image: none; }#EMP01txpcvaGh5sCxG7ko0tXIERosvcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMP01txpcvaGh5sCxG7ko0tXIERosvcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMP01txpcvaGh5sCxG7ko0tXIERosvcm > .row .container > .video-iframe-container { display: none; }#EMP01txpcvaGh5sCxG7ko0tXIERosvcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMP01txpcvaGh5sCxG7ko0tXIERosvcm > .row > .video-iframe-container { display: none; }#EMP01txpcvaGh5sCxG7ko0tXIERosvcm > .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); }#EMP01txpcvaGh5sCxG7ko0tXIERosvcm { border-width: 0; border-radius: 0; }#EMP01txpcvaGh5sCxG7ko0tXIERosvcm > .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; }#EMP01txpcvaGh5sCxG7ko0tXIERosvcm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.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; }#R7tVd2D20THPW1ScRHmxU6MF0gkuT3VS { color:rgba(var(--color-secondary-2),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:24.15625rem;height:1.13671875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LO4NcA8CexSQ0RK6a0HNZiUZIB0T3MoG { position:relative;display:block; }#LO4NcA8CexSQ0RK6a0HNZiUZIB0T3MoG { background-color: transparent; background-image: none; }#LO4NcA8CexSQ0RK6a0HNZiUZIB0T3MoG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LO4NcA8CexSQ0RK6a0HNZiUZIB0T3MoG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LO4NcA8CexSQ0RK6a0HNZiUZIB0T3MoG > .row .container > .video-iframe-container { display: none; }#LO4NcA8CexSQ0RK6a0HNZiUZIB0T3MoG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LO4NcA8CexSQ0RK6a0HNZiUZIB0T3MoG > .row > .video-iframe-container { display: none; }#LO4NcA8CexSQ0RK6a0HNZiUZIB0T3MoG > .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); }#LO4NcA8CexSQ0RK6a0HNZiUZIB0T3MoG { border-width: 0; border-radius: 0; }#LO4NcA8CexSQ0RK6a0HNZiUZIB0T3MoG > .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; }#LO4NcA8CexSQ0RK6a0HNZiUZIB0T3MoG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.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; }#ECKAkTGJrN2XHKddpvIRGcBCRXVCKt7x { box-sizing:content-box;height:7rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/69dab89f-fd97-453f-9d36-eb83faff6757/download97.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }#ECKAkTGJrN2XHKddpvIRGcBCRXVCKt7x.adaptive-delivery-prevent-bg, #ECKAkTGJrN2XHKddpvIRGcBCRXVCKt7x.lazyload, #ECKAkTGJrN2XHKddpvIRGcBCRXVCKt7x.lazyloading { background-image: none; }
#byEwUrgRRSZPrsgdKofxWcaGJOxJwaS6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:1.3808625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PZNfbZuzKfCvruNNsvCUwn1JDvO7VPMf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.625rem;left:21.875rem;height:1.3808625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pXDyHFbLQl259fU2moDaqvhF2gtmHfPc { box-sizing:content-box;height:7rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7b2442e9-ceb0-4e8f-97d2-fa51a2db5998/download20260422T074607976.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:21.875rem;display:block; }#pXDyHFbLQl259fU2moDaqvhF2gtmHfPc.adaptive-delivery-prevent-bg, #pXDyHFbLQl259fU2moDaqvhF2gtmHfPc.lazyload, #pXDyHFbLQl259fU2moDaqvhF2gtmHfPc.lazyloading { background-image: none; }
#WZTgGUiKidru421olQNPcN8xJiZdKdLJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.625rem;left:40.6875rem;height:1.3808625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vBmKSydaHVLtriPlo0EHHuxBCDqaoxIk { box-sizing:content-box;height:7rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/8f3a56ae-8469-41bf-b55d-d851c598502d/download99.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:40.6875rem;display:block; }#vBmKSydaHVLtriPlo0EHHuxBCDqaoxIk.adaptive-delivery-prevent-bg, #vBmKSydaHVLtriPlo0EHHuxBCDqaoxIk.lazyload, #vBmKSydaHVLtriPlo0EHHuxBCDqaoxIk.lazyloading { background-image: none; }
#e3N8cUogreRKOw2xTUv6CKNOiNfogxOE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.625rem;left:59.375rem;height:1.3808625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BveXv7DXhM3cClWNVGNJMxNTZGObiM3z { box-sizing:content-box;height:7rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/0941d386-8c3c-4787-9651-4b3e82c21dd4/download100.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:59.375rem;display:block; }#BveXv7DXhM3cClWNVGNJMxNTZGObiM3z.adaptive-delivery-prevent-bg, #BveXv7DXhM3cClWNVGNJMxNTZGObiM3z.lazyload, #BveXv7DXhM3cClWNVGNJMxNTZGObiM3z.lazyloading { background-image: none; }
#NgoknutURet6u9anFOUDUwtAxQPadKNV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:20.75rem;left:0rem;height:1.3808625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S9lxfgvxRT2fl1dKTiDG891ZEAMGyclJ { box-sizing:content-box;height:7rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/6c0fca31-8bce-4fc6-b5ea-68452e2ab5e2/download98.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:0rem;display:block; }#S9lxfgvxRT2fl1dKTiDG891ZEAMGyclJ.adaptive-delivery-prevent-bg, #S9lxfgvxRT2fl1dKTiDG891ZEAMGyclJ.lazyload, #S9lxfgvxRT2fl1dKTiDG891ZEAMGyclJ.lazyloading { background-image: none; }
#TGzOkEhwINEA4atxrSSS4KqI1bkx7OEx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.75rem;left:21.875rem;height:1.3808625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TUUTVa6L7aF9HnEMk8dmcUNKDIEzJ7XZ { box-sizing:content-box;height:7rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/e2034945-4db5-44e3-9d5f-615b0e48f994/download20260422T074613699.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:21.875rem;display:block; }#TUUTVa6L7aF9HnEMk8dmcUNKDIEzJ7XZ.adaptive-delivery-prevent-bg, #TUUTVa6L7aF9HnEMk8dmcUNKDIEzJ7XZ.lazyload, #TUUTVa6L7aF9HnEMk8dmcUNKDIEzJ7XZ.lazyloading { background-image: none; }
#UJfNMERB1mu8b3RxWyUrNTTMkXNQTWUC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:20.6875rem;left:40.625rem;height:1.3808625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#REzJVfw2coT6nVxllcS7qRXudr9RZQfb { box-sizing:content-box;height:7rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a228aa2e-ab56-4390-a49a-a74cd7d715e5/download20260422T074617690.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.0625rem;left:40.625rem;display:block; }#REzJVfw2coT6nVxllcS7qRXudr9RZQfb.adaptive-delivery-prevent-bg, #REzJVfw2coT6nVxllcS7qRXudr9RZQfb.lazyload, #REzJVfw2coT6nVxllcS7qRXudr9RZQfb.lazyloading { background-image: none; }
#pkbNoZvqzkOp2gq4tkNnwLLfXNfpJwWQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:20.6875rem;left:59.375rem;height:1.3808625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZmguHVenR5lJogO4keFTDlzVpcNwrRZh { box-sizing:content-box;height:7rem;width:12.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/db9a2263-70c1-41f4-9276-705765a452dc/download20260422T074623444.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.0625rem;left:59.375rem;display:block; }#ZmguHVenR5lJogO4keFTDlzVpcNwrRZh.adaptive-delivery-prevent-bg, #ZmguHVenR5lJogO4keFTDlzVpcNwrRZh.lazyload, #ZmguHVenR5lJogO4keFTDlzVpcNwrRZh.lazyloading { background-image: none; }
#qrPBOB64U8TAWorHePKKHTS7xUMEUveJ { position:relative;display:block; }#qrPBOB64U8TAWorHePKKHTS7xUMEUveJ { background-color: transparent; background-image: none; }#qrPBOB64U8TAWorHePKKHTS7xUMEUveJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrPBOB64U8TAWorHePKKHTS7xUMEUveJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrPBOB64U8TAWorHePKKHTS7xUMEUveJ > .row .container > .video-iframe-container { display: none; }#qrPBOB64U8TAWorHePKKHTS7xUMEUveJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrPBOB64U8TAWorHePKKHTS7xUMEUveJ > .row > .video-iframe-container { display: none; }#qrPBOB64U8TAWorHePKKHTS7xUMEUveJ > .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); }#qrPBOB64U8TAWorHePKKHTS7xUMEUveJ { border-width: 0; border-radius: 0; }#qrPBOB64U8TAWorHePKKHTS7xUMEUveJ > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#qrPBOB64U8TAWorHePKKHTS7xUMEUveJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#tTQbwRG15yNUAfpP27c85mivbLuTssM7 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.875rem;height:3.25rem;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; }
#O4CD8I37qgI7lsygWhG3edprJxWyifHO { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.78125rem;left:55.0625rem;display:block; }
#Fi1KHhoJNtoX3t0GNZbCvP6evMH2xM7s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Upa0DivsOhFKJJyFq3DHuML60upcbt7F { position:relative;display:block; }#Upa0DivsOhFKJJyFq3DHuML60upcbt7F { background-color: transparent; background-image: none; }#Upa0DivsOhFKJJyFq3DHuML60upcbt7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Upa0DivsOhFKJJyFq3DHuML60upcbt7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Upa0DivsOhFKJJyFq3DHuML60upcbt7F > .row .container > .video-iframe-container { display: none; }#Upa0DivsOhFKJJyFq3DHuML60upcbt7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Upa0DivsOhFKJJyFq3DHuML60upcbt7F > .row > .video-iframe-container { display: none; }#Upa0DivsOhFKJJyFq3DHuML60upcbt7F > .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); }#Upa0DivsOhFKJJyFq3DHuML60upcbt7F { border-width: 0; border-radius: 0; }#Upa0DivsOhFKJJyFq3DHuML60upcbt7F > .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; }#Upa0DivsOhFKJJyFq3DHuML60upcbt7F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.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; }#hQ4TiLciZof9IghEhlAbEE11MncXTRPo { position:relative;display:block; } #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection *:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="text"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="email"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="tel"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection textarea:focus-visible { outline: none; } #hQ4TiLciZof9IghEhlAbEE11MncXTRPo > .row .container { position:relative;display:block; }#iCbsxU1ekwrfi0HtR88K0fBb8TEQ8IcE { position:relative;display:block; } #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection *:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="text"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="email"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="tel"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection textarea:focus-visible { outline: none; } #iCbsxU1ekwrfi0HtR88K0fBb8TEQ8IcE > .row .container { position:relative;display:block; }#M5AJa8O4mFNz4cHzQFfITlnsvQ2Ts8H3 { position:relative;display:block; } #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection *:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="text"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="email"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="tel"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection textarea:focus-visible { outline: none; } #M5AJa8O4mFNz4cHzQFfITlnsvQ2Ts8H3 > .row .container { position:relative;display:block; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV { background-color: transparent; background-image: none; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .row .container > .video-iframe-container { display: none; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .row > .video-iframe-container { display: none; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .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); }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV { border-width: 0; border-radius: 0; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .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; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .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; }#tSOk961vWPyQ2TG3B89f5vIPLp1SyOHv { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:63.9375rem;display:block; }
#v3gWD8OuhdAcTUasCnIh41IbWRVqS9lO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AivWgATBpwkOxXg894EQuZhDwcMh2bMd { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#mDc87LbWTWxG8GwniNI87lwvxgeUD8G1 { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#qp4wChUwTDvKudN7oz58BwJFR3RU4VDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcuLIPwPrARzxZUp5kUIG6d4T2whAC0K { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#cfMaqMthT0Q9u4zXPLK2sMevMzT44LHw { 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) { #RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax { display:block; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G51eR5LpqJcWlNnJWOpMqkyRxK4SRcg6 { width:6.375rem;height:2.1875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZGmPiBqPSf9HUgZomqsfTpP5EnbVw6V { width:12.4375rem;height:3.4375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF90xBwVk5flb5dIaVBe41UNTrqZaub4 { width:0.0625rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbm7mUwWkmpVO2kXzDIH6FMDJQxN18ap { width:16.0625rem;height:2.6875rem;top:0.875rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZTVNxTHIhHD8KfwOVedT4q5JENLxGy { display:block; }
 }@media only screen and (max-width: 763px) { #tMCQo93AnglxZE2mbxVQ756Qc0LtzRD5 { width:9.25rem;height:0.9375rem;top:2.25rem;left:9.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuVxzODAnz3iHW7U0KqSmbxohvF5Xa3R { width:1.3125rem;height:1.3125rem;top:1.5rem;left:46.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn { display:block; }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TU0CMBAOKXOdJttfRCrknfcaE0hqFUUX { width:36.75rem;height:4.875rem;top:30.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnmaQvZiDUnBGEz6eTx8sdy9mc7qKSFB { display:block; }#LnmaQvZiDUnBGEz6eTx8sdy9mc7qKSFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VigfqQ385TpMKOFAwSPv6mSle9pHTtGt { width:12.5625rem;height:4.1875rem;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw66b1Pzd4B7Xuhrtf3pfmASWxLTix0X { width:11.4375rem;height:4.1875rem;top:1.9375rem;left:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9aIiH0XnF9ITv3dyMHcUf5OXpukfBwx { width:11.4375rem;height:4.1875rem;top:1.9375rem;left:28.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqeIfl3Szznkl1wPWGwlv8f7rFxeXAff { width:16.8125rem;height:3.4375rem;top:2.75rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdQI6aFQ6s3O34Zo3ykqmWSLMLfHHxhE { display:block; }
 }@media only screen and (max-width: 763px) { #R1IkauoGTmJ8Oml0bDsBddWUTcIqoLFn { width:1.3125rem;height:1.3125rem;top:3.75rem;left:45.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDseJMi9hORa8MsSa7AmXVKMJ2i2aIBn { display:block; } #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection *:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="text"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="email"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="tel"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection textarea:focus-visible { outline: none; } #KDseJMi9hORa8MsSa7AmXVKMJ2i2aIBn > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNTQqBt9g5e8FIvTmU8eDudC5ZQnsiRO { display:block; }#DNTQqBt9g5e8FIvTmU8eDudC5ZQnsiRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtCu0GMPnKyMSIaANg1DwutI0bXhlX1x { width:26.1875rem;height:29.9375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1DVJGXCbKJQTPFradmT8qaHbTPlMsF8 { width:32.8125rem;height:6.5rem;top:5.1875rem;left:12.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQSR6wAGDoslebH8FLiTRTqt7ldWpGBG { width:32.875rem;height:15.1875rem;top:13.1875rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsOZZcl9OSWhWA20McBBOXPvBfp3OOCO { width:32.8125rem;height:2.4375rem;top:32.0625rem;left:14.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaKuudndEipKZXVGy8RBG1szBxr0iWLN { width:16.3125rem;height:3.4375rem;top:31.0625rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti6gO9wwl25nAVyrk0kzDsX3Tb2xJbX9 { display:block; }
 }@media only screen and (max-width: 763px) { #VnmvouK5TnHN6OX6DaSTN8NaSEPRTJ6n { display:block; }#VnmvouK5TnHN6OX6DaSTN8NaSEPRTJ6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4h3ql4mEMTk3XTcAO3V3QRlIhaoLFBU { width:20.6875rem;height:11.9375rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlikC9zARN23JrrNSoJe0HCiyczKoT5E { width:20.5625rem;height:17.9375rem;top:16.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr0qS1fWeuVoqpAebDs4f7ekbgezoxR8 { width:20.6875rem;height:11.9375rem;top:3.1875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X373rpNTwB8RVXWGHhx4DZk14h9h98O8 { width:20.5625rem;height:15.1875rem;top:16.9375rem;left:13.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wERJ4gkCDL86TtUdDG5yvSEvhGwLmTp5 { width:20.6875rem;height:11.9375rem;top:3.1875rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSAxZQMTPhs4ysTlRXTBVAoNHwqWizLX { width:20.5625rem;height:15.1875rem;top:16.9375rem;left:27.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz { display:block; }#y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4BWc0t5AyxDCciRcPqDgmZCra2zvrTP { display:block; }#V4BWc0t5AyxDCciRcPqDgmZCra2zvrTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqTpyfI9zywno5cQXfcxrFqOyiN6RSVx { width:47.75rem;height:26.80522945571rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KparEHQLRMkTxPuh95RItOLkDBSFTDiX { display:block; }#KparEHQLRMkTxPuh95RItOLkDBSFTDiX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaJD8tlse4tgX7c6GWyQL5Bn1DxU4rE2 { width:26.6875rem;height:1.125rem;top:1.25rem;left:10.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Tkp2AsWtLEmDcZy1a6pMOoDk6pg5hb { display:block; }#X3Tkp2AsWtLEmDcZy1a6pMOoDk6pg5hb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qast8f2JoXlvc9ySqOrs9zwZ88wiVsT0 { width:37.5625rem;height:23.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT7AkEvagmBevKuUcOInmB1qe8LdveN9 { width:37.5rem;height:23.9375rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHNFM62TMD8hSUPykJxTrSo8Ta9wK4BT { width:25.1875rem;height:16rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcHS2rWmz8QCgR2m7Z50ZXS4WTm5X95E { width:25.25rem;height:16rem;top:23.75rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJFWywvTlQPuSJdews4OA8oyN9bS6wJM { width:25.1875rem;height:16rem;top:23.75rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCuRf5VHSVKEtSUxPMhABpt3AC2BeJn5 { width:25.0625rem;height:16rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsd0tHStxoUsf6ItHaekVFGHKd24kQWf { width:25rem;height:15.9375rem;top:39.5rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPCVT3kddPAVTvkPmeEDLu1ZVpKvU4Rd { width:25.0625rem;height:16rem;top:39.5rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGm8itQIh87cJvrHc5IEG7Bcsa6EDWTT { width:25.0625rem;height:16rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvW0tKs80p2sSvFSAnrFRnxAVanlTCs4 { width:25.0625rem;height:16rem;top:55.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5uKvC4vOM7zDOoe5MSePWFPLZEAWnTt { width:25.0625rem;height:16rem;top:55.375rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMP01txpcvaGh5sCxG7ko0tXIERosvcm { display:block; }#EMP01txpcvaGh5sCxG7ko0tXIERosvcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7tVd2D20THPW1ScRHmxU6MF0gkuT3VS { width:26.6875rem;height:1.125rem;top:1.25rem;left:10.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO4NcA8CexSQ0RK6a0HNZiUZIB0T3MoG { display:block; }#LO4NcA8CexSQ0RK6a0HNZiUZIB0T3MoG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECKAkTGJrN2XHKddpvIRGcBCRXVCKt7x { width:12.5rem;height:7rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byEwUrgRRSZPrsgdKofxWcaGJOxJwaS6 { width:12.5rem;height:1.375rem;top:7.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZNfbZuzKfCvruNNsvCUwn1JDvO7VPMf { width:12.5rem;height:1.375rem;top:7.625rem;left:11.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXDyHFbLQl259fU2moDaqvhF2gtmHfPc { width:12.5rem;height:7rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZTgGUiKidru421olQNPcN8xJiZdKdLJ { width:12.5rem;height:1.375rem;top:7.625rem;left:23.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBmKSydaHVLtriPlo0EHHuxBCDqaoxIk { width:12.5rem;height:7rem;top:0rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3N8cUogreRKOw2xTUv6CKNOiNfogxOE { width:12.5rem;height:1.375rem;top:7.625rem;left:35.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BveXv7DXhM3cClWNVGNJMxNTZGObiM3z { width:12.5rem;height:7rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgoknutURet6u9anFOUDUwtAxQPadKNV { width:12.5rem;height:1.375rem;top:20.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9lxfgvxRT2fl1dKTiDG891ZEAMGyclJ { width:12.5rem;height:7rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGzOkEhwINEA4atxrSSS4KqI1bkx7OEx { width:12.5rem;height:1.375rem;top:20.75rem;left:11.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUUTVa6L7aF9HnEMk8dmcUNKDIEzJ7XZ { width:12.5rem;height:7rem;top:13.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJfNMERB1mu8b3RxWyUrNTTMkXNQTWUC { width:12.5rem;height:1.375rem;top:20.6875rem;left:23.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REzJVfw2coT6nVxllcS7qRXudr9RZQfb { width:12.5rem;height:7rem;top:13.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkbNoZvqzkOp2gq4tkNnwLLfXNfpJwWQ { width:12.5rem;height:1.375rem;top:20.6875rem;left:35.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmguHVenR5lJogO4keFTDlzVpcNwrRZh { width:12.5rem;height:7rem;top:13.0625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrPBOB64U8TAWorHePKKHTS7xUMEUveJ { display:block; }#qrPBOB64U8TAWorHePKKHTS7xUMEUveJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTQbwRG15yNUAfpP27c85mivbLuTssM7 { width:47.75rem;height:3.25rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4CD8I37qgI7lsygWhG3edprJxWyifHO { width:17.8125rem;height:3.4375rem;top:1.75rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi1KHhoJNtoX3t0GNZbCvP6evMH2xM7s { display:block; }
 }@media only screen and (max-width: 763px) { #Upa0DivsOhFKJJyFq3DHuML60upcbt7F { display:block; }#Upa0DivsOhFKJJyFq3DHuML60upcbt7F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQ4TiLciZof9IghEhlAbEE11MncXTRPo { display:block; } #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection *:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="text"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="email"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="tel"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection textarea:focus-visible { outline: none; } #hQ4TiLciZof9IghEhlAbEE11MncXTRPo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCbsxU1ekwrfi0HtR88K0fBb8TEQ8IcE { display:block; } #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection *:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="text"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="email"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="tel"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection textarea:focus-visible { outline: none; } #iCbsxU1ekwrfi0HtR88K0fBb8TEQ8IcE > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5AJa8O4mFNz4cHzQFfITlnsvQ2Ts8H3 { display:block; } #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection *:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="text"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="email"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="tel"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection textarea:focus-visible { outline: none; } #M5AJa8O4mFNz4cHzQFfITlnsvQ2Ts8H3 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV { display:block; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSOk961vWPyQ2TG3B89f5vIPLp1SyOHv { width:6.375rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3gWD8OuhdAcTUasCnIh41IbWRVqS9lO { display:block; }
 }@media only screen and (max-width: 763px) { #AivWgATBpwkOxXg894EQuZhDwcMh2bMd { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDc87LbWTWxG8GwniNI87lwvxgeUD8G1 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp4wChUwTDvKudN7oz58BwJFR3RU4VDt { display:block; }
 }@media only screen and (max-width: 763px) { #TcuLIPwPrARzxZUp5kUIG6d4T2whAC0K { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfMaqMthT0Q9u4zXPLK2sMevMzT44LHw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G51eR5LpqJcWlNnJWOpMqkyRxK4SRcg6 { width:6.375rem;height:2.1875rem;top:1.25rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZGmPiBqPSf9HUgZomqsfTpP5EnbVw6V { width:12.125rem;height:3.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF90xBwVk5flb5dIaVBe41UNTrqZaub4 { width:0.0625rem;height:4.5rem;top:4.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbm7mUwWkmpVO2kXzDIH6FMDJQxN18ap { width:16.0625rem;height:2.6875rem;top:17.3496125rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTZTVNxTHIhHD8KfwOVedT4q5JENLxGy { display:block; }
 }@media only screen and (max-width: 763px) { #tMCQo93AnglxZE2mbxVQ756Qc0LtzRD5 { width:6.0625rem;height:1.94921875rem;top:1.244140625rem;left:13.9375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PuVxzODAnz3iHW7U0KqSmbxohvF5Xa3R { display:flex;width:1.3125rem;height:1.3125rem;top:21.2871125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9dc7d61d-a516-4bca-8cf9-ec400c5512ed/imgi_2_fbrrangerbillboard.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn.adaptive-delivery-prevent-bg, #dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn.lazyload, #dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn.lazyloading { background-image: none; }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .row .container { background-color: transparent; background-image: none; }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .row .container > .video-iframe-container { display: none; }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .row > .video-iframe-container { display: none; }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .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); }#dLQtlJ06uA3o3nEGJq9VqUcKXlQn1Utn > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TU0CMBAOKXOdJttfRCrknfcaE0hqFUUX { width:14rem;height:4.875rem;top:15.11328125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnmaQvZiDUnBGEz6eTx8sdy9mc7qKSFB { display:block; }#LnmaQvZiDUnBGEz6eTx8sdy9mc7qKSFB > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VigfqQ385TpMKOFAwSPv6mSle9pHTtGt { width:20rem;height:1.625rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw66b1Pzd4B7Xuhrtf3pfmASWxLTix0X { width:20rem;height:1.625rem;top:5.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9aIiH0XnF9ITv3dyMHcUf5OXpukfBwx { width:11.4375rem;height:1.625rem;top:8.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqeIfl3Szznkl1wPWGwlv8f7rFxeXAff { width:15.3125rem;height:3.4375rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdQI6aFQ6s3O34Zo3ykqmWSLMLfHHxhE { display:block; }
 }@media only screen and (max-width: 763px) { #R1IkauoGTmJ8Oml0bDsBddWUTcIqoLFn { display:flex;width:1.3125rem;height:1.3125rem;top:13.5625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #KDseJMi9hORa8MsSa7AmXVKMJ2i2aIBn { display:block; } #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection *:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="text"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="email"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="tel"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection textarea:focus-visible { outline: none; } #KDseJMi9hORa8MsSa7AmXVKMJ2i2aIBn > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNTQqBt9g5e8FIvTmU8eDudC5ZQnsiRO { display:block; }#DNTQqBt9g5e8FIvTmU8eDudC5ZQnsiRO > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtCu0GMPnKyMSIaANg1DwutI0bXhlX1x { width:20rem;height:20rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1DVJGXCbKJQTPFradmT8qaHbTPlMsF8 { width:20rem;height:4.0625rem;top:23.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQSR6wAGDoslebH8FLiTRTqt7ldWpGBG { width:20rem;height:23.4746125rem;top:29.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsOZZcl9OSWhWA20McBBOXPvBfp3OOCO { width:20rem;height:2.03125rem;top:55.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaKuudndEipKZXVGy8RBG1szBxr0iWLN { width:13.75rem;height:3.4375rem;top:59rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti6gO9wwl25nAVyrk0kzDsX3Tb2xJbX9 { display:block; }
 }@media only screen and (max-width: 763px) { #VnmvouK5TnHN6OX6DaSTN8NaSEPRTJ6n { display:block; }#VnmvouK5TnHN6OX6DaSTN8NaSEPRTJ6n > .row .container { width:20rem;height:99.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4h3ql4mEMTk3XTcAO3V3QRlIhaoLFBU { width:20rem;height:11.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlikC9zARN23JrrNSoJe0HCiyczKoT5E { width:20rem;height:17.95120625rem;top:13.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr0qS1fWeuVoqpAebDs4f7ekbgezoxR8 { width:20rem;height:11.9375rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X373rpNTwB8RVXWGHhx4DZk14h9h98O8 { width:20rem;height:15.18945625rem;top:48.060546875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wERJ4gkCDL86TtUdDG5yvSEvhGwLmTp5 { width:20rem;height:11.9375rem;top:66.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSAxZQMTPhs4ysTlRXTBVAoNHwqWizLX { width:20rem;height:15.18945625rem;top:80.1865234375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz { display:block; }#y7Wmeh9UAQKxczpwUJkEzFyBUXTs46Pz > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4BWc0t5AyxDCciRcPqDgmZCra2zvrTP { display:block; }#V4BWc0t5AyxDCciRcPqDgmZCra2zvrTP > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqTpyfI9zywno5cQXfcxrFqOyiN6RSVx { height:11.2265625rem;width:20rem;top:4.01171875rem;left:0rem;box-shadow: 1.5rem 1.125rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;display:block; }
 }@media only screen and (max-width: 763px) { #KparEHQLRMkTxPuh95RItOLkDBSFTDiX { display:block; }#KparEHQLRMkTxPuh95RItOLkDBSFTDiX > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaJD8tlse4tgX7c6GWyQL5Bn1DxU4rE2 { width:20rem;height:1.13671875rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Tkp2AsWtLEmDcZy1a6pMOoDk6pg5hb { display:block; }#X3Tkp2AsWtLEmDcZy1a6pMOoDk6pg5hb > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qast8f2JoXlvc9ySqOrs9zwZ88wiVsT0 { width:10rem;height:6.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT7AkEvagmBevKuUcOInmB1qe8LdveN9 { width:10rem;height:6.375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHNFM62TMD8hSUPykJxTrSo8Ta9wK4BT { width:10rem;height:6.3125rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcHS2rWmz8QCgR2m7Z50ZXS4WTm5X95E { width:10rem;height:6.3125rem;top:6.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJFWywvTlQPuSJdews4OA8oyN9bS6wJM { width:10rem;height:6.3125rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCuRf5VHSVKEtSUxPMhABpt3AC2BeJn5 { width:10rem;height:6.375rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsd0tHStxoUsf6ItHaekVFGHKd24kQWf { width:10rem;height:6.375rem;top:12.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPCVT3kddPAVTvkPmeEDLu1ZVpKvU4Rd { width:10rem;height:6.375rem;top:25.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGm8itQIh87cJvrHc5IEG7Bcsa6EDWTT { width:10rem;height:6.375rem;top:19rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvW0tKs80p2sSvFSAnrFRnxAVanlTCs4 { width:10rem;height:6.375rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5uKvC4vOM7zDOoe5MSePWFPLZEAWnTt { width:10rem;height:6.375rem;top:31.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMP01txpcvaGh5sCxG7ko0tXIERosvcm { display:block; }#EMP01txpcvaGh5sCxG7ko0tXIERosvcm > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7tVd2D20THPW1ScRHmxU6MF0gkuT3VS { width:20rem;height:1.13671875rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO4NcA8CexSQ0RK6a0HNZiUZIB0T3MoG { display:block; }#LO4NcA8CexSQ0RK6a0HNZiUZIB0T3MoG > .row .container { width:20rem;height:91rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECKAkTGJrN2XHKddpvIRGcBCRXVCKt7x { width:12.5rem;height:7rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #byEwUrgRRSZPrsgdKofxWcaGJOxJwaS6 { width:12.5rem;height:1.3808625rem;top:8.875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZNfbZuzKfCvruNNsvCUwn1JDvO7VPMf { width:12.5rem;height:1.3808625rem;top:30.63671875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXDyHFbLQl259fU2moDaqvhF2gtmHfPc { width:12.5rem;height:7rem;top:23.011725rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZTgGUiKidru421olQNPcN8xJiZdKdLJ { width:12.5rem;height:1.3808625rem;top:52.3984375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBmKSydaHVLtriPlo0EHHuxBCDqaoxIk { width:12.5rem;height:7rem;top:44.77345rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3N8cUogreRKOw2xTUv6CKNOiNfogxOE { width:12.5rem;height:1.3808625rem;top:74.16015625rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BveXv7DXhM3cClWNVGNJMxNTZGObiM3z { width:12.5rem;height:7rem;top:66.535175rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgoknutURet6u9anFOUDUwtAxQPadKNV { width:12.5rem;height:1.3808625rem;top:19.755859375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9lxfgvxRT2fl1dKTiDG891ZEAMGyclJ { width:12.5rem;height:7rem;top:12.1308625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGzOkEhwINEA4atxrSSS4KqI1bkx7OEx { width:12.5rem;height:1.3808625rem;top:41.517578125rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUUTVa6L7aF9HnEMk8dmcUNKDIEzJ7XZ { width:12.5rem;height:7rem;top:33.8925875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJfNMERB1mu8b3RxWyUrNTTMkXNQTWUC { width:12.5rem;height:1.3808625rem;top:63.279296875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REzJVfw2coT6nVxllcS7qRXudr9RZQfb { width:12.5rem;height:7rem;top:55.6543125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkbNoZvqzkOp2gq4tkNnwLLfXNfpJwWQ { width:12.5rem;height:1.3808625rem;top:85.041015625rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmguHVenR5lJogO4keFTDlzVpcNwrRZh { width:12.5rem;height:7rem;top:77.4160375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrPBOB64U8TAWorHePKKHTS7xUMEUveJ { display:block; }#qrPBOB64U8TAWorHePKKHTS7xUMEUveJ > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTQbwRG15yNUAfpP27c85mivbLuTssM7 { width:15.1875rem;height:3.25rem;top:2.125rem;left:2.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4CD8I37qgI7lsygWhG3edprJxWyifHO { width:14rem;height:2.8125rem;top:6.9228515625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi1KHhoJNtoX3t0GNZbCvP6evMH2xM7s { display:block; }
 }@media only screen and (max-width: 763px) { #Upa0DivsOhFKJJyFq3DHuML60upcbt7F { display:block; }#Upa0DivsOhFKJJyFq3DHuML60upcbt7F > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQ4TiLciZof9IghEhlAbEE11MncXTRPo { display:block; } #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection *:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="text"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="email"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="tel"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection textarea:focus-visible { outline: none; } #hQ4TiLciZof9IghEhlAbEE11MncXTRPo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCbsxU1ekwrfi0HtR88K0fBb8TEQ8IcE { display:block; } #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection *:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="text"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="email"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="tel"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection textarea:focus-visible { outline: none; } #iCbsxU1ekwrfi0HtR88K0fBb8TEQ8IcE > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5AJa8O4mFNz4cHzQFfITlnsvQ2Ts8H3 { display:block; } #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection *:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="text"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="email"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="tel"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection textarea:focus-visible { outline: none; } #M5AJa8O4mFNz4cHzQFfITlnsvQ2Ts8H3 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSOk961vWPyQ2TG3B89f5vIPLp1SyOHv { width:4.75rem;height:1.5rem;top:0.5625rem;left:12rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3gWD8OuhdAcTUasCnIh41IbWRVqS9lO { display:block; }
 }@media only screen and (max-width: 763px) { #AivWgATBpwkOxXg894EQuZhDwcMh2bMd { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mDc87LbWTWxG8GwniNI87lwvxgeUD8G1 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp4wChUwTDvKudN7oz58BwJFR3RU4VDt { display:block; }
 }@media only screen and (max-width: 763px) { #TcuLIPwPrARzxZUp5kUIG6d4T2whAC0K { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfMaqMthT0Q9u4zXPLK2sMevMzT44LHw { display:block; }
 }