.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#464646;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(199,199,199,0.51);background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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; }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G.adaptive-delivery-prevent-bg, #KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G.lazyload, #KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G.lazyloading { background-image: none; }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .row .container { background-color: transparent; background-image: none; }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .row .container > .video-iframe-container { display: none; }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .row > .video-iframe-container { display: none; }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .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); }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .row .container { border-width: 0; border-radius: 0; }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#zRwIgzUtLsmtSJ4xCMMDqEwt18kGzPG1 { position:absolute;display:block;z-index:15016;height:3.1875rem;width:6.1875rem;top:78.15625rem;left:44.0625rem;display:none; }
#WScUOmyaAF8gVZrk7ADfcuPekT3TZ8f6 { background-color:rgba(0,0,0,0.92);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"google sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:10.375rem;left:15.75rem;display:none; }
#ikMNHm1VL9b0xu0Fmmew9HVEAaAt8UCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrFpMkwlrCDaEClTWNpKnSzdH9Ba3Uqh { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:15.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rwBcQhdTQmzNsMU3OSOxTwUMvU5CyE6O { color:#000000;display:block;width:4.25rem;position:absolute;font-family:"google sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:66.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ifweqw6yWbUxbwrNqN2snxWKJtfkxU6F { background-color:#dd390d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"google sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.375rem;left:49.75rem;display:block; }
#qahanbgrOBL7di8AOvrD2gKVBqxo6thB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AkRQz4EkdVgIlSVWmDAkmudeJ8rHFs50 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:0.625rem;left:71.125rem;overflow:hidden;display:block; }
#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT.adaptive-delivery-prevent-bg, #SMpzdZGE678OEXNMzM79ToxpvrGMwlQT.lazyload, #SMpzdZGE678OEXNMzM79ToxpvrGMwlQT.lazyloading { background-image: none; }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .row .container { background-color: transparent; background-image: none; }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .row .container > .video-iframe-container { display: none; }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .row > .video-iframe-container { display: none; }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .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); }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .row .container { border-width: 0; border-radius: 0; }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .row .container { font-size:0.875rem;font-family:arial;height:136.4375rem;width:75rem;position:relative;display:block; }#KM4TgEpUl1JSXoptmpX3Cl4T3hGcVzHk { color:#000000;display:block;width:60rem;position:absolute;font-family:"google sans";font-size:2.0625rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:14.125rem;left:7.5rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uUydGMF1NyTl0ufo7JHcHFhXxSO6fZks { color:#000000;display:block;width:60rem;position:absolute;font-family:"google sans";font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:17.15625rem;left:7.5rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mX8Zp6F5b3uURyU1IQTwK9ewS0C5ftXt { color:#000000;display:block;width:54.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:49.25rem;left:0rem;height:1.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#l2G8egTBTLgT4qpbexJsxHhq6ayVoiQr { color:#000000;display:block;width:75rem;position:absolute;font-family:"google sans";font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:52.4375rem;left:0rem;height:20.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#l2G8egTBTLgT4qpbexJsxHhq6ayVoiQr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l2G8egTBTLgT4qpbexJsxHhq6ayVoiQr li:before{  }
#WiwiPU4sJG8G28nRktM06vaOSx5xq3DX { color:#000000;display:block;width:54.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:77.5rem;left:0rem;height:1.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#STRITESTITSpb9QyTfL1omXLbIhytWoa { color:#000000;display:block;width:75rem;position:absolute;font-family:"google sans";font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.7;letter-spacing:0;top:80.1875rem;left:0rem;height:21rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#STRITESTITSpb9QyTfL1omXLbIhytWoa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#STRITESTITSpb9QyTfL1omXLbIhytWoa li:before{  }
#MCyH4rbGPEb5gTpUVs9OtaTlld4iR61n { color:#000000;display:block;width:54.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:106.3125rem;left:0rem;height:1.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ih5K3c6EFQXmc1L4F0DTeimVlt3E5eRQ { color:#000000;display:block;width:75rem;position:absolute;font-family:"google sans";font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.7;letter-spacing:0;top:109.9375rem;left:0rem;height:16.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#ih5K3c6EFQXmc1L4F0DTeimVlt3E5eRQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ih5K3c6EFQXmc1L4F0DTeimVlt3E5eRQ li:before{  }
#FWQKvT1XTTdeg5R3hETvUr8ybToGafTq { color:#000000;display:block;width:75rem;position:absolute;font-family:"google sans";font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.7;letter-spacing:0;top:25.1875rem;left:0rem;height:21.25rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#mbIVTvMty6y9utrmRMavQZKgLUnJOOsO { color:#000000;display:block;width:54.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:22.5625rem;left:0rem;height:1.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#apUZqONlZfOk0XoLbANuR8gTTFTIsFCh { color:#000000;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.5625rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:10.78125rem;left:8.5rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SiPmNUwppDmEwXneMVhRMwTSvzk7bUf9 { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:11.125rem;left:25.28125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .row .container { background-color: transparent; background-image: none; }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .row .container > .video-iframe-container { display: none; }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .row > .video-iframe-container { display: none; }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .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); }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .row .container { border-width: 0; border-radius: 0; }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;position:relative;display:block; }#BWFnbsbRaID0JRRnbzAkBmgSTgA5TBtH { color:#000000;display:block;width:60rem;position:absolute;font-family:"google sans";font-size:2.3125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:2.6875rem;left:7.5rem;height:3.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTDHc46tF8or6KR4xvUyHkvhDwmFTK3u { position:absolute;display:block;z-index:15027;height:21.75rem;width:42.3125rem;top:9.3125rem;left:16.34375rem;display:block; }
#VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection *:focus-visible, #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection input[type="text"]:focus-visible, #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection input[type="email"]:focus-visible, #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection input[type="tel"]:focus-visible, #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection textarea:focus-visible { outline: none; } #Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .row .container { background-color: transparent; background-image: none; }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .row .container > .video-iframe-container { display: none; }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .row > .video-iframe-container { display: none; }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .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); }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .row .container { border-width: 0; border-radius: 0; }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection *:focus-visible, #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection input[type="text"]:focus-visible, #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection input[type="email"]:focus-visible, #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection input[type="tel"]:focus-visible, #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection textarea:focus-visible { outline: none; } #xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .row .container { background-color: transparent; background-image: none; }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .row .container > .video-iframe-container { display: none; }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .row > .video-iframe-container { display: none; }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .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); }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .row .container { border-width: 0; border-radius: 0; }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G { display:block; }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRwIgzUtLsmtSJ4xCMMDqEwt18kGzPG1 { top:78.125rem;left:37.9375rem;width:6.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WScUOmyaAF8gVZrk7ADfcuPekT3TZ8f6 { width:28.5rem;height:2.5rem;top:10.375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikMNHm1VL9b0xu0Fmmew9HVEAaAt8UCl { display:block; }
 }@media only screen and (max-width: 763px) { #TrFpMkwlrCDaEClTWNpKnSzdH9Ba3Uqh { top:0rem;left:0rem;width:15.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwBcQhdTQmzNsMU3OSOxTwUMvU5CyE6O { top:1.6875rem;left:43.5rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifweqw6yWbUxbwrNqN2snxWKJtfkxU6F { width:15.6875rem;height:2.5rem;top:1.375rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qahanbgrOBL7di8AOvrD2gKVBqxo6thB { display:block; }
 }@media only screen and (max-width: 763px) { #AkRQz4EkdVgIlSVWmDAkmudeJ8rHFs50 { top:0.625rem;left:43.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMpzdZGE678OEXNMzM79ToxpvrGMwlQT { display:block; }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KM4TgEpUl1JSXoptmpX3Cl4T3hGcVzHk { top:14.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUydGMF1NyTl0ufo7JHcHFhXxSO6fZks { top:17.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX8Zp6F5b3uURyU1IQTwK9ewS0C5ftXt { top:49.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2G8egTBTLgT4qpbexJsxHhq6ayVoiQr { top:52.4375rem;left:0rem;width:47.75rem;height:20.6875rem;font-size:1.1875rem;display:block; }#l2G8egTBTLgT4qpbexJsxHhq6ayVoiQr li:before{  }
 }@media only screen and (max-width: 763px) { #WiwiPU4sJG8G28nRktM06vaOSx5xq3DX { top:77.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STRITESTITSpb9QyTfL1omXLbIhytWoa { top:80.1875rem;left:0rem;width:47.75rem;height:21rem;font-size:1.1875rem;display:block; }#STRITESTITSpb9QyTfL1omXLbIhytWoa li:before{  }
 }@media only screen and (max-width: 763px) { #MCyH4rbGPEb5gTpUVs9OtaTlld4iR61n { top:106.3125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih5K3c6EFQXmc1L4F0DTeimVlt3E5eRQ { top:109.9375rem;left:0rem;width:47.75rem;height:16.125rem;font-size:1.1875rem;display:block; }#ih5K3c6EFQXmc1L4F0DTeimVlt3E5eRQ li:before{  }
 }@media only screen and (max-width: 763px) { #FWQKvT1XTTdeg5R3hETvUr8ybToGafTq { top:25.1875rem;left:0rem;width:47.75rem;height:21.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbIVTvMty6y9utrmRMavQZKgLUnJOOsO { top:22.5625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apUZqONlZfOk0XoLbANuR8gTTFTIsFCh { top:10.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiPmNUwppDmEwXneMVhRMwTSvzk7bUf9 { top:11.125rem;left:11.65625rem;width:3.8125rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR10bHqbo0N1bl2cDsFCerSHRBNImxhS { display:block; }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWFnbsbRaID0JRRnbzAkBmgSTgA5TBtH { top:2.6875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTDHc46tF8or6KR4xvUyHkvhDwmFTK3u { top:9.3125rem;left:2.71875rem;width:42.3125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection { display:block; } #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection *:focus-visible, #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection input[type="text"]:focus-visible, #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection input[type="email"]:focus-visible, #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection input[type="tel"]:focus-visible, #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection textarea:focus-visible { outline: none; } #Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection { display:block; } #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection *:focus-visible, #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection input[type="text"]:focus-visible, #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection input[type="email"]:focus-visible, #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection input[type="tel"]:focus-visible, #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection textarea:focus-visible { outline: none; } #xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G.adaptive-delivery-prevent-bg, #KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G.lazyload, #KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G.lazyloading { background-image: none; }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .row .container { background-color: transparent; background-image: none; }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .row .container > .video-iframe-container { display: none; }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .row > .video-iframe-container { display: none; }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .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); }#KRNiHlRGPFPOM0TqKM12AG5qKNqU1Z9G > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRwIgzUtLsmtSJ4xCMMDqEwt18kGzPG1 { width:6.1875rem;height:3.1875rem;top:65.5rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WScUOmyaAF8gVZrk7ADfcuPekT3TZ8f6 { width:19rem;height:2.625rem;top:2.1875rem;left:0.5rem;font-size:0.9375rem;z-index:15006;background-color:rgba(236,23,23,0.92);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ikMNHm1VL9b0xu0Fmmew9HVEAaAt8UCl { display:block; }
 }@media only screen and (max-width: 763px) { #TrFpMkwlrCDaEClTWNpKnSzdH9Ba3Uqh { width:10.3125rem;height:3.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwBcQhdTQmzNsMU3OSOxTwUMvU5CyE6O { width:4.25rem;height:auto;top:1.6875rem;left:7.875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ifweqw6yWbUxbwrNqN2snxWKJtfkxU6F { width:15.6875rem;height:2.5rem;top:1.375rem;left:2.125rem;font-size:1.1875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qahanbgrOBL7di8AOvrD2gKVBqxo6thB { display:block; }
 }@media only screen and (max-width: 763px) { #AkRQz4EkdVgIlSVWmDAkmudeJ8rHFs50 { width:3.125rem;height:3.125rem;top:0.875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMpzdZGE678OEXNMzM79ToxpvrGMwlQT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT.adaptive-delivery-prevent-bg, #SMpzdZGE678OEXNMzM79ToxpvrGMwlQT.lazyload, #SMpzdZGE678OEXNMzM79ToxpvrGMwlQT.lazyloading { background-image: none; }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .row .container { background-color: transparent; background-image: none; }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .row .container > .video-iframe-container { display: none; }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .row > .video-iframe-container { display: none; }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .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); }#SMpzdZGE678OEXNMzM79ToxpvrGMwlQT > .row .container { width:20rem;height:234.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KM4TgEpUl1JSXoptmpX3Cl4T3hGcVzHk { width:20rem;height:3.75rem;top:9.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uUydGMF1NyTl0ufo7JHcHFhXxSO6fZks { width:20rem;height:1.6875rem;top:14.2734375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mX8Zp6F5b3uURyU1IQTwK9ewS0C5ftXt { width:20rem;height:2.34375rem;top:63.5625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #l2G8egTBTLgT4qpbexJsxHhq6ayVoiQr { width:20rem;height:58.5449375rem;top:67.3125rem;left:0rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;line-height:1.6;display:block; }#l2G8egTBTLgT4qpbexJsxHhq6ayVoiQr li:before{  }
 }@media only screen and (max-width: 763px) { #WiwiPU4sJG8G28nRktM06vaOSx5xq3DX { width:20rem;height:2.0625rem;top:130.0625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #STRITESTITSpb9QyTfL1omXLbIhytWoa { width:20rem;height:47.4609375rem;top:133.125rem;left:0rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;line-height:1.6;display:block; }#STRITESTITSpb9QyTfL1omXLbIhytWoa li:before{  }
 }@media only screen and (max-width: 763px) { #MCyH4rbGPEb5gTpUVs9OtaTlld4iR61n { width:20rem;height:2.0625rem;top:185.125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ih5K3c6EFQXmc1L4F0DTeimVlt3E5eRQ { width:20rem;height:41.1376875rem;top:187.9375rem;left:0rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;line-height:1.6;display:block; }#ih5K3c6EFQXmc1L4F0DTeimVlt3E5eRQ li:before{  }
 }@media only screen and (max-width: 763px) { #FWQKvT1XTTdeg5R3hETvUr8ybToGafTq { width:20rem;height:39.88771875rem;top:21.375rem;left:0rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #mbIVTvMty6y9utrmRMavQZKgLUnJOOsO { width:20rem;height:2.0625rem;top:18.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #apUZqONlZfOk0XoLbANuR8gTTFTIsFCh { width:17.5rem;height:2.71875rem;top:6.3125rem;left:2.3125rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SiPmNUwppDmEwXneMVhRMwTSvzk7bUf9 { width:3.8125rem;height:2.8125rem;top:6.265625rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UR10bHqbo0N1bl2cDsFCerSHRBNImxhS { background-color:#f3f3f3;background-image:none;display:block; }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .row .container { background-color: transparent; background-image: none; }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .row .container > .video-iframe-container { display: none; }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .row > .video-iframe-container { display: none; }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .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); }#UR10bHqbo0N1bl2cDsFCerSHRBNImxhS > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWFnbsbRaID0JRRnbzAkBmgSTgA5TBtH { width:20rem;height:4.875rem;top:2.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DTDHc46tF8or6KR4xvUyHkvhDwmFTK3u { width:20rem;height:21.75rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection { background-color:#000000;background-image:none;display:block; } #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection *:focus-visible, #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection input[type="text"]:focus-visible, #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection input[type="email"]:focus-visible, #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection input[type="tel"]:focus-visible, #VrJHrerO9NQHRAyXu198TJv5IfZtQ0mc.widget-smartsection textarea:focus-visible { outline: none; } #Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .row .container { background-color: transparent; background-image: none; }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .row .container > .video-iframe-container { display: none; }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .row > .video-iframe-container { display: none; }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .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); }#Q8h6V3mJ21rTde4pW4DzTLXpCxoC6N0Q > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection { background-color:#000000;background-image:none;display:block; } #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection *:focus-visible, #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection input[type="text"]:focus-visible, #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection input[type="email"]:focus-visible, #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection input[type="tel"]:focus-visible, #m5xUlh8KhxPEWNeqahRNQ1iCeZb1uNWz.widget-smartsection textarea:focus-visible { outline: none; } #xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .row .container { background-color: transparent; background-image: none; }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .row .container > .video-iframe-container { display: none; }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .row > .video-iframe-container { display: none; }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .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); }#xAs7LxV5K7qwz9KBZzxn0FNEqTkgiHS4 > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }